Started by user Tim Ward Running as Tim Ward Agent basic-zbzwq is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-zbzwq" namespace: "sensinact" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.sensinact.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "basic-zbzwq" - name: "JENKINS_REMOTING_JAVA_OPTS" value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\ \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true" - name: "JAVA_TOOL_OPTIONS" value: "" - name: "_JAVA_OPTIONS" value: "" - name: "OPENJ9_JAVA_OPTIONS" value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle" - name: "JENKINS_NAME" value: "basic-zbzwq" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.sensinact.svc.cluster.local/sensinact/" image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-3160.vd76b_9ddd10cc" imagePullPolicy: "Always" name: "jnlp" resources: limits: cpu: "2000m" memory: "4096Mi" requests: cpu: "1000m" memory: "4096Mi" tty: true volumeMounts: - mountPath: "/home/jenkins/.m2/toolchains.xml" name: "m2-dir" readOnly: true subPath: "toolchains.xml" - mountPath: "/home/jenkins/.mavenrc" name: "m2-dir" readOnly: true subPath: ".mavenrc" - mountPath: "/opt/tools" name: "volume-0" readOnly: false - mountPath: "/home/jenkins" name: "volume-2" readOnly: false - mountPath: "/home/jenkins/.m2/repository" name: "volume-3" readOnly: false - mountPath: "/home/jenkins/.m2/settings-security.xml" name: "m2-secret-dir" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/.m2/wrapper" name: "volume-4" readOnly: false - mountPath: "/home/jenkins/.m2/settings.xml" name: "m2-secret-dir" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.ssh" name: "volume-1" readOnly: false subPath: "" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: kubernetes.io/os: "linux" restartPolicy: "Never" volumes: - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-sensinact" readOnly: true - name: "m2-secret-dir" secret: secretName: "m2-secret-dir" - emptyDir: medium: "" name: "volume-2" - configMap: name: "m2-dir" name: "m2-dir" - configMap: name: "known-hosts" name: "volume-1" - emptyDir: medium: "" name: "workspace-volume" - emptyDir: medium: "" name: "volume-4" - emptyDir: medium: "" name: "volume-3" Building remotely on basic-zbzwq (basic) in workspace /home/jenkins/agent/workspace/Sensinact Deploy The recommended git tool is: NONE using credential projects-storage.eclipse.org-bot-ssh Cloning the remote Git repository Cloning repository https://github.com/eclipse/org.eclipse.sensinact.gateway.git > git init /home/jenkins/agent/workspace/Sensinact Deploy # timeout=10 Fetching upstream changes from https://github.com/eclipse/org.eclipse.sensinact.gateway.git > git --version # timeout=10 > git --version # 'git version 2.20.1' using GIT_SSH to set credentials ssh://genie.sensinact@projects-storage.eclipse.org [INFO] Currently running in a labeled security context > /usr/bin/chcon --type=ssh_home_t /home/jenkins/agent/workspace/Sensinact Deploy@tmp/jenkins-gitclient-ssh13995011182520280835.key Verifying host key using manually-configured host key entries > git fetch --tags --force --progress -- https://github.com/eclipse/org.eclipse.sensinact.gateway.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/eclipse/org.eclipse.sensinact.gateway.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch > git rev-parse origin/master^{commit} # timeout=10 Checking out Revision ab9958a1258cc6effb587e7c97aa2dcc5c320499 (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f ab9958a1258cc6effb587e7c97aa2dcc5c320499 # timeout=10 Commit message: "Merge pull request #350 from timothyjward/fix/multi-pull" > git rev-list --no-walk 673d91096f077b67be0bc47a6e25eb78ed4312f7 # timeout=10 Parsing POMs Failed to transfer Could not find metadata org.osgi:org.osgi.test.bom:1.3.0-SNAPSHOT/maven-metadata.xml in eclipse-sensinact (https://repo.eclipse.org/content/groups/sensinact/) Downloaded artifact https://oss.sonatype.org/content/repositories/snapshots/org/osgi/org.osgi.test.bom/1.3.0-SNAPSHOT/maven-metadata.xml Failed to transfer Could not find metadata org.osgi:org.osgi.test.bom:1.3.0-SNAPSHOT/maven-metadata.xml in apache-snapshots (https://repository.apache.org/snapshots/) Downloaded artifact https://oss.sonatype.org/content/repositories/snapshots/org/osgi/org.osgi.test.bom/1.3.0-SNAPSHOT/org.osgi.test.bom-1.3.0-20240212.132611-89.pom Failed to transfer Could not find artifact org.junit:junit-bom:pom:5.10.1 in eclipse-sensinact (https://repo.eclipse.org/content/groups/sensinact/) Downloaded artifact https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.10.1/junit-bom-5.10.1.pom Modules changed, recalculating dependency graph Established TCP socket on 40311 Copied maven35-agent.jar Copied maven35-interceptor.jar Copied maven3-interceptor-commons.jar [Sensinact Deploy] $ /opt/tools/java/temurin/jdk-17/latest/bin/java -cp /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/latest/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/latest/conf/logging jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/latest /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 40311 <===[JENKINS REMOTING CAPACITY]===>channel started Executing Maven: -B -f /home/jenkins/agent/workspace/Sensinact Deploy/pom.xml clean deploy -DaltReleaseDeploymentRepository=repo.eclipse.org::https://repo.eclipse.org/content/repositories/sensinact-releases -DaltSnapshotDeploymentRepository=repo.eclipse.org::https://repo.eclipse.org/content/repositories/sensinact-snapshots [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] sensinact-parent [pom] [INFO] Eclipse sensiNact core components [pom] [INFO] SensiNact core Annotations [jar] [INFO] SensiNact GeoJSON mapping types [jar] [INFO] SensiNact core API [jar] [INFO] Eclipse sensiNact model components [pom] [INFO] SensiNact Provider Model [jar] [INFO] SensiNact internal Metadata Model [jar] [INFO] SensiNact core API with EMF dependencies [jar] [INFO] SensiNact core implementation [jar] [INFO] Southbound Connectors [pom] [INFO] Southbound Device Factory :: Parent [pom] [INFO] SensiNact Southbound Device factory :: Core [jar] [INFO] SensiNact Southbound Device factory :: CSV parser [jar] [INFO] SensiNact Southbound Device factory :: JSON parser [jar] [INFO] Southbound HTTP :: Parent [pom] [INFO] Sensinact Southbound HTTP :: Device Factory [jar] [INFO] Sensinact Southbound HTTP :: Callback whiteboard [jar] [INFO] Southbound MQTT :: Parent [pom] [INFO] Sensinact Southbound MQTT :: Client [jar] [INFO] Sensinact Southbound MQTT :: Device Factory [jar] [INFO] Virtual Southbound Connectors [pom] [INFO] virtual-temperature-sensor [jar] [INFO] History Connectors [pom] [INFO] history-api [jar] [INFO] timescale-provider [jar] [INFO] Northbound Connectors [pom] [INFO] SensiNact Northbound Filters [pom] [INFO] SensiNact Northbound Filters :: Core [jar] [INFO] SensiNact Northbound Filters :: LDAP [jar] [INFO] SensiNact Northbound Query Handler [jar] [INFO] Northbound Security Providers [pom] [INFO] SensiNact Northbound Security API [jar] [INFO] SensiNact Northbound REST [jar] [INFO] SensiNact Northbound WebSocket [jar] [INFO] sensorthings [pom] [INFO] dto [jar] [INFO] SensiNact Northbound SensorThings :: Filter Parser [jar] [INFO] rest.api [jar] [INFO] rest.gateway [jar] [INFO] Sensorthings MQTT [jar] [INFO] SensiNact Northbound Open Id Connect authentication validator [jar] [INFO] Prototype examples [pom] [INFO] Example pull-based [jar] [INFO] Example push-based [jar] [INFO] Example reflective [jar] [INFO] Example model-based [jar] [INFO] Example action [jar] [INFO] Example writable [jar] [INFO] Example generic [jar] [INFO] Example notification [jar] [INFO] Eclipse sensiNact Bill of Materials [pom] [INFO] Eclipse sensiNact Distribution [pom] [INFO] Eclipse sensiNact Feature Launcher Test Utilities [jar] [INFO] Eclipse sensiNact Feature Launcher [jar] [INFO] Eclipse sensiNact Features [pom] [INFO] Eclipse sensiNact Gogo Shell Feature [pom] [INFO] Eclipse sensiNact core Feature [pom] [INFO] Eclipse sensiNact Servlet whiteboard Feature [pom] [INFO] Eclipse sensiNact Jakarta RESTful Web Services Whiteboard Feature [pom] [INFO] Eclipse sensiNact Northbound REST API Feature [pom] [INFO] Eclipse sensiNact Northbound WebSocket API Feature [pom] [INFO] Eclipse sensiNact Northbound OGC Sensorthings API Feature [pom] [INFO] Eclipse sensiNact Virtual Temperature Feature [pom] [INFO] Eclipse sensiNact Northbound OGC Sensorthings MQTT Feature [pom] [INFO] Eclipse sensiNact Timescale DB History Provider Feature [pom] [INFO] Eclipse sensiNact OIDC authentication Feature [pom] [INFO] Eclipse sensiNact Gateway assembly [pom] [INFO] [INFO] -----------< org.eclipse.sensinact.gateway:sensinact-parent >----------- [INFO] Building sensinact-parent 0.0.2-SNAPSHOT [1/68] [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/plugins/maven-clean-plugin/3.2.0/maven-clean-plugin-3.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/3.2.0/maven-clean-plugin-3.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/3.2.0/maven-clean-plugin-3.2.0.pom (5.3 kB at 332 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/plugins/maven-plugins/35/maven-plugins-35.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/35/maven-plugins-35.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/35/maven-plugins-35.pom (9.9 kB at 990 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-parent/35/maven-parent-35.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/35/maven-parent-35.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/35/maven-parent-35.pom (45 kB at 3.2 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/apache/25/apache-25.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/25/apache-25.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/25/apache-25.pom (21 kB at 3.4 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/plugins/maven-clean-plugin/3.2.0/maven-clean-plugin-3.2.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/3.2.0/maven-clean-plugin-3.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/3.2.0/maven-clean-plugin-3.2.0.jar (36 kB at 3.6 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/plugins/maven-install-plugin/3.1.1/maven-install-plugin-3.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/3.1.1/maven-install-plugin-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/3.1.1/maven-install-plugin-3.1.1.pom (7.8 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-plugins/39/maven-plugins-39.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/39/maven-plugins-39.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/39/maven-plugins-39.pom (8.1 kB at 899 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-parent/39/maven-parent-39.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/39/maven-parent-39.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/39/maven-parent-39.pom (48 kB at 4.4 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/apache/29/apache-29.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/29/apache-29.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/29/apache-29.pom (21 kB at 2.1 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/plugins/maven-install-plugin/3.1.1/maven-install-plugin-3.1.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/3.1.1/maven-install-plugin-3.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/3.1.1/maven-install-plugin-3.1.1.jar (31 kB at 6.3 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/plugins/maven-deploy-plugin/3.0.0/maven-deploy-plugin-3.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/3.0.0/maven-deploy-plugin-3.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/3.0.0/maven-deploy-plugin-3.0.0.pom (8.5 kB at 355 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/plugins/maven-plugins/36/maven-plugins-36.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/36/maven-plugins-36.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/36/maven-plugins-36.pom (9.9 kB at 3.3 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-parent/36/maven-parent-36.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/36/maven-parent-36.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/36/maven-parent-36.pom (45 kB at 3.8 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/apache/26/apache-26.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/26/apache-26.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/26/apache-26.pom (21 kB at 5.1 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/plugins/maven-deploy-plugin/3.0.0/maven-deploy-plugin-3.0.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/3.0.0/maven-deploy-plugin-3.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/3.0.0/maven-deploy-plugin-3.0.0.jar (37 kB at 1.3 MB/s) [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ sensinact-parent --- [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.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.4/maven-shared-utils-3.3.4.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.4/maven-shared-utils-3.3.4.pom (5.8 kB at 486 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/shared/maven-shared-components/34/maven-shared-components-34.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/34/maven-shared-components-34.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/34/maven-shared-components-34.pom (5.1 kB at 637 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-parent/34/maven-parent-34.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/34/maven-parent-34.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/34/maven-parent-34.pom (43 kB at 2.7 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/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 1.3 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/commons-io/commons-io/2.6/commons-io-2.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.pom (14 kB at 4.8 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/commons/commons-parent/42/commons-parent-42.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/42/commons-parent-42.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/42/commons-parent-42.pom (68 kB at 9.7 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/apache/18/apache-18.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/18/apache-18.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/18/apache-18.pom (16 kB at 2.2 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.4/maven-shared-utils-3.3.4.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/commons-io/commons-io/2.6/commons-io-2.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.jar (153 kB at 9.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.jar (215 kB at 9.8 MB/s) [INFO] [INFO] --- install:3.1.1:install (default-install) @ sensinact-parent --- [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.pom (2.2 kB at 366 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/aether/aether/1.0.0.v20140518/aether-1.0.0.v20140518.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/1.0.0.v20140518/aether-1.0.0.v20140518.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/1.0.0.v20140518/aether-1.0.0.v20140518.pom (30 kB at 3.8 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.pom (1.9 kB at 316 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.pom (8.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/10/plexus-10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/10/plexus-10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/10/plexus-10.pom (25 kB at 2.3 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.jar (146 kB at 21 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.jar (136 kB at 14 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.jar (267 kB at 18 MB/s) [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/sensinact-parent/0.0.2-SNAPSHOT/sensinact-parent-0.0.2-SNAPSHOT.pom [INFO] [INFO] --- deploy:3.0.0:deploy (default-deploy) @ sensinact-parent --- [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-utils/3.3.1/plexus-utils-3.3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.3.1/plexus-utils-3.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.3.1/plexus-utils-3.3.1.pom (5.3 kB at 594 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom (23 kB at 5.6 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-utils/3.3.1/plexus-utils-3.3.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.3.1/plexus-utils-3.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.3.1/plexus-utils-3.3.1.jar (262 kB at 15 MB/s) [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/sensinact-parent/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/sensinact-parent/0.0.2-SNAPSHOT/maven-metadata.xml (624 B at 52 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/sensinact-parent/0.0.2-SNAPSHOT/sensinact-parent-0.0.2-20240212.200245-65.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/sensinact-parent/0.0.2-SNAPSHOT/sensinact-parent-0.0.2-20240212.200245-65.pom (28 kB at 136 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/sensinact-parent/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/sensinact-parent/maven-metadata.xml (365 B at 5.9 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/sensinact-parent/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/sensinact-parent/0.0.2-SNAPSHOT/maven-metadata.xml (624 B at 6.4 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/sensinact-parent/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/sensinact-parent/maven-metadata.xml (365 B at 4.5 kB/s) [INFO] [INFO] --------------< org.eclipse.sensinact.gateway.core:core >--------------- [INFO] Building Eclipse sensiNact core components 0.0.2-SNAPSHOT [2/68] [INFO] from core/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ core --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ core --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/core/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/core/core/0.0.2-SNAPSHOT/core-0.0.2-SNAPSHOT.pom [INFO] [INFO] --- deploy:3.0.0:deploy (default-deploy) @ core --- [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/core/core/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/core/core/0.0.2-SNAPSHOT/maven-metadata.xml (617 B at 69 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/core/core/0.0.2-SNAPSHOT/core-0.0.2-20240212.200245-65.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/core/core/0.0.2-SNAPSHOT/core-0.0.2-20240212.200245-65.pom (1.2 kB at 34 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/core/core/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/core/core/maven-metadata.xml (358 B at 3.2 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/core/core/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/core/core/0.0.2-SNAPSHOT/maven-metadata.xml (617 B at 7.2 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/core/core/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/core/core/maven-metadata.xml (358 B at 3.9 kB/s) [INFO] [INFO] -----------< org.eclipse.sensinact.gateway.core:annotation >------------ [INFO] Building SensiNact core Annotations 0.0.2-SNAPSHOT [3/68] [INFO] from core/annotation/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/biz/aQute/bnd/bnd-maven-plugin/7.0.0/bnd-maven-plugin-7.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/bnd-maven-plugin/7.0.0/bnd-maven-plugin-7.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/bnd-maven-plugin/7.0.0/bnd-maven-plugin-7.0.0.pom (4.3 kB at 56 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/biz/aQute/bnd/bnd-maven-plugin/7.0.0/bnd-maven-plugin-7.0.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/bnd-maven-plugin/7.0.0/bnd-maven-plugin-7.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/bnd-maven-plugin/7.0.0/bnd-maven-plugin-7.0.0.jar (42 kB at 1.0 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/plugins/maven-resources-plugin/3.3.0/maven-resources-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-resources-plugin/3.3.0/maven-resources-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-resources-plugin/3.3.0/maven-resources-plugin-3.3.0.pom (8.5 kB at 2.8 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/plugins/maven-resources-plugin/3.3.0/maven-resources-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-resources-plugin/3.3.0/maven-resources-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-resources-plugin/3.3.0/maven-resources-plugin-3.3.0.jar (32 kB at 11 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/plugins/maven-compiler-plugin/3.10.1/maven-compiler-plugin-3.10.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.10.1/maven-compiler-plugin-3.10.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.10.1/maven-compiler-plugin-3.10.1.pom (13 kB at 4.2 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/plugins/maven-plugins/34/maven-plugins-34.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/34/maven-plugins-34.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/34/maven-plugins-34.pom (11 kB at 822 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/plugins/maven-compiler-plugin/3.10.1/maven-compiler-plugin-3.10.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.10.1/maven-compiler-plugin-3.10.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.10.1/maven-compiler-plugin-3.10.1.jar (62 kB at 6.9 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/plugins/maven-surefire-plugin/2.22.2/maven-surefire-plugin-2.22.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/2.22.2/maven-surefire-plugin-2.22.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/2.22.2/maven-surefire-plugin-2.22.2.pom (5.0 kB at 555 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/surefire/surefire/2.22.2/surefire-2.22.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/2.22.2/surefire-2.22.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/2.22.2/surefire-2.22.2.pom (26 kB at 6.5 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-parent/33/maven-parent-33.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/33/maven-parent-33.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/33/maven-parent-33.pom (44 kB at 4.4 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/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 5.7 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/plugins/maven-surefire-plugin/2.22.2/maven-surefire-plugin-2.22.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/2.22.2/maven-surefire-plugin-2.22.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/2.22.2/maven-surefire-plugin-2.22.2.jar (41 kB at 3.1 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/plugins/maven-jar-plugin/3.3.0/maven-jar-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-jar-plugin/3.3.0/maven-jar-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-jar-plugin/3.3.0/maven-jar-plugin-3.3.0.pom (6.8 kB at 520 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/plugins/maven-plugins/37/maven-plugins-37.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/37/maven-plugins-37.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/37/maven-plugins-37.pom (9.9 kB at 5.0 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-parent/37/maven-parent-37.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/37/maven-parent-37.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/37/maven-parent-37.pom (46 kB at 5.1 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/apache/27/apache-27.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/27/apache-27.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/27/apache-27.pom (20 kB at 2.5 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/plugins/maven-jar-plugin/3.3.0/maven-jar-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-jar-plugin/3.3.0/maven-jar-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-jar-plugin/3.3.0/maven-jar-plugin-3.3.0.jar (27 kB at 6.8 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/osgi/osgi.annotation/7.0.0/osgi.annotation-7.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/osgi.annotation/7.0.0/osgi.annotation-7.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/osgi.annotation/7.0.0/osgi.annotation-7.0.0.pom (1.4 kB at 18 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/osgi/org.osgi.service.component.annotations/1.5.0/org.osgi.service.component.annotations-1.5.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.component.annotations/1.5.0/org.osgi.service.component.annotations-1.5.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.component.annotations/1.5.0/org.osgi.service.component.annotations-1.5.0.pom (2.8 kB at 77 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/osgi/org.osgi.namespace.extender/1.0.1/org.osgi.namespace.extender-1.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.namespace.extender/1.0.1/org.osgi.namespace.extender-1.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.namespace.extender/1.0.1/org.osgi.namespace.extender-1.0.1.pom (1.3 kB at 164 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/osgi/org.osgi.util.function/1.1.0/org.osgi.util.function-1.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.function/1.1.0/org.osgi.util.function-1.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.function/1.1.0/org.osgi.util.function-1.1.0.pom (1.4 kB at 717 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/osgi/org.osgi.util.promise/1.3.0/org.osgi.util.promise-1.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.promise/1.3.0/org.osgi.util.promise-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.promise/1.3.0/org.osgi.util.promise-1.3.0.pom (1.9 kB at 470 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/junit/jupiter/junit-jupiter/5.10.1/junit-jupiter-5.10.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter/5.10.1/junit-jupiter-5.10.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter/5.10.1/junit-jupiter-5.10.1.pom (3.2 kB at 229 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/junit/jupiter/junit-jupiter-api/5.10.1/junit-jupiter-api-5.10.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-api/5.10.1/junit-jupiter-api-5.10.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-api/5.10.1/junit-jupiter-api-5.10.1.pom (3.2 kB at 796 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/opentest4j/opentest4j/1.3.0/opentest4j-1.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/opentest4j/opentest4j/1.3.0/opentest4j-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/opentest4j/opentest4j/1.3.0/opentest4j-1.3.0.pom (2.0 kB at 678 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/junit/platform/junit-platform-commons/1.10.1/junit-platform-commons-1.10.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-commons/1.10.1/junit-platform-commons-1.10.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-commons/1.10.1/junit-platform-commons-1.10.1.pom (2.8 kB at 944 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.pom (1.5 kB at 66 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/junit/jupiter/junit-jupiter-params/5.10.1/junit-jupiter-params-5.10.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-params/5.10.1/junit-jupiter-params-5.10.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-params/5.10.1/junit-jupiter-params-5.10.1.pom (3.0 kB at 1.5 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/junit/jupiter/junit-jupiter-engine/5.10.1/junit-jupiter-engine-5.10.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-engine/5.10.1/junit-jupiter-engine-5.10.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-engine/5.10.1/junit-jupiter-engine-5.10.1.pom (3.2 kB at 458 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/junit/platform/junit-platform-engine/1.10.1/junit-platform-engine-1.10.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-engine/1.10.1/junit-platform-engine-1.10.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-engine/1.10.1/junit-platform-engine-1.10.1.pom (3.2 kB at 401 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/mockito/mockito-core/5.10.0/mockito-core-5.10.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mockito/mockito-core/5.10.0/mockito-core-5.10.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mockito/mockito-core/5.10.0/mockito-core-5.10.0.pom (2.5 kB at 274 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/net/bytebuddy/byte-buddy/1.14.11/byte-buddy-1.14.11.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy/1.14.11/byte-buddy-1.14.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy/1.14.11/byte-buddy-1.14.11.pom (16 kB at 931 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/net/bytebuddy/byte-buddy-parent/1.14.11/byte-buddy-parent-1.14.11.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-parent/1.14.11/byte-buddy-parent-1.14.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-parent/1.14.11/byte-buddy-parent-1.14.11.pom (62 kB at 3.4 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/net/bytebuddy/byte-buddy-agent/1.14.11/byte-buddy-agent-1.14.11.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-agent/1.14.11/byte-buddy-agent-1.14.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-agent/1.14.11/byte-buddy-agent-1.14.11.pom (10 kB at 805 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/objenesis/objenesis/3.3/objenesis-3.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/3.3/objenesis-3.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/3.3/objenesis-3.3.pom (3.0 kB at 251 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/objenesis/objenesis-parent/3.3/objenesis-parent-3.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis-parent/3.3/objenesis-parent-3.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis-parent/3.3/objenesis-parent-3.3.pom (19 kB at 1.5 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/mockito/mockito-junit-jupiter/5.10.0/mockito-junit-jupiter-5.10.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mockito/mockito-junit-jupiter/5.10.0/mockito-junit-jupiter-5.10.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mockito/mockito-junit-jupiter/5.10.0/mockito-junit-jupiter-5.10.0.pom (2.3 kB at 254 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/osgi/org.osgi.test.junit5/1.3.0-SNAPSHOT/maven-metadata.xml [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/osgi/org.osgi.test.junit5/1.3.0-SNAPSHOT/maven-metadata.xml [INFO] Downloading from apache-snapshots: https://repository.apache.org/snapshots/org/osgi/org.osgi.test.junit5/1.3.0-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/osgi/org.osgi.test.junit5/1.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 17 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/osgi/org.osgi.test.junit5/1.3.0-SNAPSHOT/org.osgi.test.junit5-1.3.0-20240212.132611-89.pom [INFO] Downloaded from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/osgi/org.osgi.test.junit5/1.3.0-SNAPSHOT/org.osgi.test.junit5-1.3.0-20240212.132611-89.pom (4.9 kB at 164 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/osgi/org.osgi.test.common/1.3.0-SNAPSHOT/maven-metadata.xml [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/osgi/org.osgi.test.common/1.3.0-SNAPSHOT/maven-metadata.xml [INFO] Downloading from apache-snapshots: https://repository.apache.org/snapshots/org/osgi/org.osgi.test.common/1.3.0-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/osgi/org.osgi.test.common/1.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 67 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/osgi/org.osgi.test.common/1.3.0-SNAPSHOT/org.osgi.test.common-1.3.0-20240212.132611-88.pom [INFO] Downloaded from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/osgi/org.osgi.test.common/1.3.0-SNAPSHOT/org.osgi.test.common-1.3.0-20240212.132611-88.pom (4.3 kB at 139 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/ch/qos/logback/logback-classic/1.4.14/logback-classic-1.4.14.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-classic/1.4.14/logback-classic-1.4.14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-classic/1.4.14/logback-classic-1.4.14.pom (13 kB at 1.5 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/ch/qos/logback/logback-parent/1.4.14/logback-parent-1.4.14.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-parent/1.4.14/logback-parent-1.4.14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-parent/1.4.14/logback-parent-1.4.14.pom (20 kB at 2.0 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/ch/qos/logback/logback-core/1.4.14/logback-core-1.4.14.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-core/1.4.14/logback-core-1.4.14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-core/1.4.14/logback-core-1.4.14.pom (5.0 kB at 631 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/slf4j/slf4j-api/2.0.11/slf4j-api-2.0.11.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/2.0.11/slf4j-api-2.0.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/2.0.11/slf4j-api-2.0.11.pom (2.8 kB at 236 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/slf4j/slf4j-parent/2.0.11/slf4j-parent-2.0.11.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/2.0.11/slf4j-parent-2.0.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/2.0.11/slf4j-parent-2.0.11.pom (15 kB at 1.2 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/slf4j/slf4j-bom/2.0.11/slf4j-bom-2.0.11.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-bom/2.0.11/slf4j-bom-2.0.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-bom/2.0.11/slf4j-bom-2.0.11.pom (7.3 kB at 733 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/osgi/osgi.annotation/7.0.0/osgi.annotation-7.0.0.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/osgi/org.osgi.service.component.annotations/1.5.0/org.osgi.service.component.annotations-1.5.0.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/osgi/org.osgi.namespace.extender/1.0.1/org.osgi.namespace.extender-1.0.1.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/osgi/org.osgi.util.function/1.1.0/org.osgi.util.function-1.1.0.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/osgi/org.osgi.util.promise/1.3.0/org.osgi.util.promise-1.3.0.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/junit/jupiter/junit-jupiter/5.10.1/junit-jupiter-5.10.1.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/junit/jupiter/junit-jupiter-api/5.10.1/junit-jupiter-api-5.10.1.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/opentest4j/opentest4j/1.3.0/opentest4j-1.3.0.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/junit/platform/junit-platform-commons/1.10.1/junit-platform-commons-1.10.1.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/junit/jupiter/junit-jupiter-params/5.10.1/junit-jupiter-params-5.10.1.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/junit/jupiter/junit-jupiter-engine/5.10.1/junit-jupiter-engine-5.10.1.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/junit/platform/junit-platform-engine/1.10.1/junit-platform-engine-1.10.1.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/mockito/mockito-core/5.10.0/mockito-core-5.10.0.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/net/bytebuddy/byte-buddy/1.14.11/byte-buddy-1.14.11.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/net/bytebuddy/byte-buddy-agent/1.14.11/byte-buddy-agent-1.14.11.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/objenesis/objenesis/3.3/objenesis-3.3.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/mockito/mockito-junit-jupiter/5.10.0/mockito-junit-jupiter-5.10.0.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/ch/qos/logback/logback-classic/1.4.14/logback-classic-1.4.14.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/ch/qos/logback/logback-core/1.4.14/logback-core-1.4.14.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/slf4j/slf4j-api/2.0.11/slf4j-api-2.0.11.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/osgi.annotation/7.0.0/osgi.annotation-7.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/osgi.annotation/7.0.0/osgi.annotation-7.0.0.jar (35 kB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.component.annotations/1.5.0/org.osgi.service.component.annotations-1.5.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.namespace.extender/1.0.1/org.osgi.namespace.extender-1.0.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.function/1.1.0/org.osgi.util.function-1.1.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.promise/1.3.0/org.osgi.util.promise-1.3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter/5.10.1/junit-jupiter-5.10.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.namespace.extender/1.0.1/org.osgi.namespace.extender-1.0.1.jar (12 kB at 3.9 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.function/1.1.0/org.osgi.util.function-1.1.0.jar (14 kB at 4.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-api/5.10.1/junit-jupiter-api-5.10.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/opentest4j/opentest4j/1.3.0/opentest4j-1.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.component.annotations/1.5.0/org.osgi.service.component.annotations-1.5.0.jar (43 kB at 11 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-commons/1.10.1/junit-platform-commons-1.10.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/opentest4j/opentest4j/1.3.0/opentest4j-1.3.0.jar (14 kB at 2.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.promise/1.3.0/org.osgi.util.promise-1.3.0.jar (86 kB at 14 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-params/5.10.1/junit-jupiter-params-5.10.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.jar (6.8 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-engine/5.10.1/junit-jupiter-engine-5.10.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter/5.10.1/junit-jupiter-5.10.1.jar (6.4 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-engine/1.10.1/junit-platform-engine-1.10.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-commons/1.10.1/junit-platform-commons-1.10.1.jar (106 kB at 13 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mockito/mockito-core/5.10.0/mockito-core-5.10.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-api/5.10.1/junit-jupiter-api-5.10.1.jar (211 kB at 19 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy/1.14.11/byte-buddy-1.14.11.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-engine/1.10.1/junit-platform-engine-1.10.1.jar (205 kB at 14 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-agent/1.14.11/byte-buddy-agent-1.14.11.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-engine/5.10.1/junit-jupiter-engine-5.10.1.jar (245 kB at 15 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/3.3/objenesis-3.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/3.3/objenesis-3.3.jar (49 kB at 2.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mockito/mockito-junit-jupiter/5.10.0/mockito-junit-jupiter-5.10.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-agent/1.14.11/byte-buddy-agent-1.14.11.jar (257 kB at 10 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-classic/1.4.14/logback-classic-1.4.14.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mockito/mockito-junit-jupiter/5.10.0/mockito-junit-jupiter-5.10.0.jar (8.9 kB at 341 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-core/1.4.14/logback-core-1.4.14.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-params/5.10.1/junit-jupiter-params-5.10.1.jar (586 kB at 20 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/2.0.11/slf4j-api-2.0.11.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/2.0.11/slf4j-api-2.0.11.jar (68 kB at 1.2 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-classic/1.4.14/logback-classic-1.4.14.jar (284 kB at 4.4 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mockito/mockito-core/5.10.0/mockito-core-5.10.0.jar (704 kB at 10 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-core/1.4.14/logback-core-1.4.14.jar (597 kB at 8.0 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy/1.14.11/byte-buddy-1.14.11.jar (4.2 MB at 23 MB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/osgi/org.osgi.test.junit5/1.3.0-SNAPSHOT/org.osgi.test.junit5-1.3.0-20240212.132611-89.jar [INFO] Downloaded from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/osgi/org.osgi.test.junit5/1.3.0-SNAPSHOT/org.osgi.test.junit5-1.3.0-20240212.132611-89.jar (44 kB at 566 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/osgi/org.osgi.test.common/1.3.0-SNAPSHOT/org.osgi.test.common-1.3.0-20240212.132611-88.jar [INFO] Downloaded from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/osgi/org.osgi.test.common/1.3.0-SNAPSHOT/org.osgi.test.common-1.3.0-20240212.132611-88.jar (96 kB at 1.7 MB/s) [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ annotation --- [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ annotation --- [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.pom (2.7 kB at 332 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/shared/maven-filtering/3.3.0/maven-filtering-3.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.3.0/maven-filtering-3.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.3.0/maven-filtering-3.3.0.pom (6.9 kB at 867 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/shared/maven-shared-components/36/maven-shared-components-36.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/36/maven-shared-components-36.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/36/maven-shared-components-36.pom (4.9 kB at 699 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/javax/inject/javax.inject/1/javax.inject-1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.pom (612 B at 306 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.pom (2.7 kB at 1.4 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/slf4j/slf4j-parent/1.7.36/slf4j-parent-1.7.36.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.36/slf4j-parent-1.7.36.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.36/slf4j-parent-1.7.36.pom (14 kB at 7.0 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom (3.2 kB at 400 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/sonatype/spice/spice-parent/15/spice-parent-15.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/15/spice-parent-15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/15/spice-parent-15.pom (8.4 kB at 1.0 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/sonatype/forge/forge-parent/5/forge-parent-5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/5/forge-parent-5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/5/forge-parent-5.pom (8.4 kB at 1.0 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom (5.2 kB at 2.6 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/commons-io/commons-io/2.11.0/commons-io-2.11.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.11.0/commons-io-2.11.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.11.0/commons-io-2.11.0.pom (20 kB at 9.9 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/commons/commons-parent/52/commons-parent-52.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/52/commons-parent-52.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/52/commons-parent-52.pom (79 kB at 6.1 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/junit/junit-bom/5.7.2/junit-bom-5.7.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.7.2/junit-bom-5.7.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.7.2/junit-bom-5.7.2.pom (5.1 kB at 1.7 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.pom (31 kB at 3.8 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/junit/junit-bom/5.7.1/junit-bom-5.7.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.7.1/junit-bom-5.7.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.7.1/junit-bom-5.7.1.pom (5.1 kB at 637 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/shared/maven-filtering/3.3.0/maven-filtering-3.3.0.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/javax/inject/javax.inject/1/javax.inject-1.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar (85 kB at 7.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.3.0/maven-filtering-3.3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.jar (2.5 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar (41 kB at 14 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.3.0/maven-filtering-3.3.0.jar (55 kB at 11 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar (263 kB at 24 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar (327 kB at 23 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar (8.5 kB at 424 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar (587 kB at 21 MB/s) [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sensinact Deploy/core/annotation/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ annotation --- [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom (4.7 kB at 2.4 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom (6.4 kB at 3.2 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-parent/23/maven-parent-23.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/23/maven-parent-23.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/23/maven-parent-23.pom (33 kB at 11 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/apache/13/apache-13.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/13/apache-13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/13/apache-13.pom (14 kB at 1.4 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.pom (750 B at 50 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-containers/2.0.0/plexus-containers-2.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/2.0.0/plexus-containers-2.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/2.0.0/plexus-containers-2.0.0.pom (4.8 kB at 437 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-java/1.1.1/plexus-java-1.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.1.1/plexus-java-1.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.1.1/plexus-java-1.1.1.pom (5.0 kB at 2.5 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-languages/1.1.1/plexus-languages-1.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/1.1.1/plexus-languages-1.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/1.1.1/plexus-languages-1.1.1.pom (4.6 kB at 2.3 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus/8/plexus-8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/8/plexus-8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/8/plexus-8.pom (25 kB at 3.2 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/ow2/asm/asm/9.2/asm-9.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.2/asm-9.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.2/asm-9.2.pom (2.4 kB at 338 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/ow2/ow2/1.5/ow2-1.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.5/ow2-1.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.5/ow2-1.5.pom (11 kB at 3.7 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/com/thoughtworks/qdox/qdox/2.0.1/qdox-2.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0.1/qdox-2.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0.1/qdox-2.0.1.pom (16 kB at 5.3 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/sonatype/oss/oss-parent/9/oss-parent-9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/9/oss-parent-9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/9/oss-parent-9.pom (6.6 kB at 3.3 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-compiler-api/2.11.1/plexus-compiler-api-2.11.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.11.1/plexus-compiler-api-2.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.11.1/plexus-compiler-api-2.11.1.pom (1.1 kB at 528 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-compiler/2.11.1/plexus-compiler-2.11.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.11.1/plexus-compiler-2.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.11.1/plexus-compiler-2.11.1.pom (8.1 kB at 4.1 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-components/6.6/plexus-components-6.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/6.6/plexus-components-6.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/6.6/plexus-components-6.6.pom (2.7 kB at 1.3 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/junit/junit-bom/5.8.2/junit-bom-5.8.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.8.2/junit-bom-5.8.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.8.2/junit-bom-5.8.2.pom (5.6 kB at 2.8 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.pom (8.0 kB at 4.0 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-compiler-manager/2.11.1/plexus-compiler-manager-2.11.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.11.1/plexus-compiler-manager-2.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.11.1/plexus-compiler-manager-2.11.1.pom (1.1 kB at 569 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-compiler-javac/2.11.1/plexus-compiler-javac-2.11.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.11.1/plexus-compiler-javac-2.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.11.1/plexus-compiler-javac-2.11.1.pom (1.2 kB at 602 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-compilers/2.11.1/plexus-compilers-2.11.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compilers/2.11.1/plexus-compilers-2.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compilers/2.11.1/plexus-compilers-2.11.1.pom (1.3 kB at 662 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-java/1.1.1/plexus-java-1.1.1.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/ow2/asm/asm/9.2/asm-9.2.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/com/thoughtworks/qdox/qdox/2.0.1/qdox-2.0.1.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-compiler-api/2.11.1/plexus-compiler-api-2.11.1.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-compiler-manager/2.11.1/plexus-compiler-manager-2.11.1.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-compiler-javac/2.11.1/plexus-compiler-javac-2.11.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar (14 kB at 6.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.1.1/plexus-java-1.1.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.2/asm-9.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0.1/qdox-2.0.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.11.1/plexus-compiler-api-2.11.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.1.1/plexus-java-1.1.1.jar (54 kB at 13 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.11.1/plexus-compiler-api-2.11.1.jar (27 kB at 6.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.11.1/plexus-compiler-manager-2.11.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.11.1/plexus-compiler-manager-2.11.1.jar (4.7 kB at 931 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.11.1/plexus-compiler-javac-2.11.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar (4.2 kB at 604 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.11.1/plexus-compiler-javac-2.11.1.jar (23 kB at 3.3 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.2/asm-9.2.jar (122 kB at 11 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0.1/qdox-2.0.1.jar (334 kB at 24 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.jar (264 kB at 18 MB/s) [INFO] Changes detected - recompiling the module! [INFO] Compiling 23 source files to /home/jenkins/agent/workspace/Sensinact Deploy/core/annotation/target/classes [INFO] [INFO] --- bnd:7.0.0:bnd-process (default) @ annotation --- [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/shared/maven-mapping/3.0.0/maven-mapping-3.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-mapping/3.0.0/maven-mapping-3.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-mapping/3.0.0/maven-mapping-3.0.0.pom (4.1 kB at 591 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/shared/maven-shared-components/22/maven-shared-components-22.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/22/maven-shared-components-22.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/22/maven-shared-components-22.pom (5.1 kB at 2.6 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-parent/27/maven-parent-27.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/27/maven-parent-27.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/27/maven-parent-27.pom (41 kB at 3.4 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/apache/17/apache-17.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/17/apache-17.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/17/apache-17.pom (16 kB at 2.0 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-core/3.0/maven-core-3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.pom (6.6 kB at 3.3 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven/3.0/maven-3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0/maven-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0/maven-3.0.pom (22 kB at 11 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-parent/15/maven-parent-15.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/15/maven-parent-15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/15/maven-parent-15.pom (24 kB at 8.0 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/apache/6/apache-6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/6/apache-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/6/apache-6.pom (13 kB at 6.4 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-model/3.0/maven-model-3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.pom (3.9 kB at 3.9 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom (3.3 kB at 476 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom (17 kB at 5.6 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom (1.9 kB at 940 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom (2.2 kB at 1.1 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom (910 B at 455 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom (5.4 kB at 2.7 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom (17 kB at 8.6 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom (815 B at 272 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom (4.2 kB at 2.1 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom (3.0 kB at 1.5 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/sonatype/spice/spice-parent/12/spice-parent-12.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/12/spice-parent-12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/12/spice-parent-12.pom (6.8 kB at 971 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/sonatype/forge/forge-parent/4/forge-parent-4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/4/forge-parent-4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/4/forge-parent-4.pom (8.4 kB at 1.2 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.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/1.0.11/plexus-1.0.11.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom (9.0 kB at 9.0 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom (2.1 kB at 258 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom (1.9 kB at 964 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.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-plugin-api/3.0/maven-plugin-api-3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom (2.3 kB at 286 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom (5.4 kB at 671 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom (3.1 kB at 447 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom (2.6 kB at 200 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom (1.2 kB at 208 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom (7.8 kB at 972 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/sonatype/forge/forge-parent/6/forge-parent-6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/6/forge-parent-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/6/forge-parent-6.pom (11 kB at 672 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom (815 B at 116 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom (4.2 kB at 606 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom (17 kB at 8.7 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom (4.0 kB at 571 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom (3.3 kB at 1.7 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom (5.5 kB at 455 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom (11 kB at 527 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom (2.2 kB at 2.2 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom (2.5 kB at 1.2 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom (1.7 kB at 836 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom (7.7 kB at 3.9 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom (2.1 kB at 1.0 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom (3.7 kB at 1.8 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom (1.7 kB at 1.7 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.pom (1.5 kB at 770 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom (3.1 kB at 1.5 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom (20 kB at 6.8 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/sonatype/spice/spice-parent/17/spice-parent-17.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/17/spice-parent-17.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/17/spice-parent-17.pom (6.8 kB at 3.4 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/sonatype/forge/forge-parent/10/forge-parent-10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/10/forge-parent-10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/10/forge-parent-10.pom (14 kB at 4.5 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom (8.1 kB at 1.2 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom (12 kB at 1.1 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/biz/aQute/bnd/biz.aQute.bnd.maven/7.0.0/biz.aQute.bnd.maven-7.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bnd.maven/7.0.0/biz.aQute.bnd.maven-7.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bnd.maven/7.0.0/biz.aQute.bnd.maven-7.0.0.pom (6.2 kB at 3.1 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/osgi/org.osgi.dto/1.0.0/org.osgi.dto-1.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.dto/1.0.0/org.osgi.dto-1.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.dto/1.0.0/org.osgi.dto-1.0.0.pom (1.3 kB at 421 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/osgi/org.osgi.resource/1.0.0/org.osgi.resource-1.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.resource/1.0.0/org.osgi.resource-1.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.resource/1.0.0/org.osgi.resource-1.0.0.pom (1.3 kB at 183 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/osgi/org.osgi.framework/1.8.0/org.osgi.framework-1.8.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.framework/1.8.0/org.osgi.framework-1.8.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.framework/1.8.0/org.osgi.framework-1.8.0.pom (1.3 kB at 640 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.pom (1.3 kB at 1.3 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.pom (1.7 kB at 852 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.pom (1.5 kB at 1.5 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/osgi/org.osgi.util.promise/1.2.0/org.osgi.util.promise-1.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.promise/1.2.0/org.osgi.util.promise-1.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.promise/1.2.0/org.osgi.util.promise-1.2.0.pom (1.9 kB at 942 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/biz/aQute/bnd/biz.aQute.bnd.util/7.0.0/biz.aQute.bnd.util-7.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bnd.util/7.0.0/biz.aQute.bnd.util-7.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bnd.util/7.0.0/biz.aQute.bnd.util-7.0.0.pom (2.7 kB at 1.3 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/biz/aQute/bnd/biz.aQute.bndlib/7.0.0/biz.aQute.bndlib-7.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/7.0.0/biz.aQute.bndlib-7.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/7.0.0/biz.aQute.bndlib-7.0.0.pom (5.2 kB at 5.2 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/osgi/org.osgi.util.tracker/1.5.4/org.osgi.util.tracker-1.5.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.tracker/1.5.4/org.osgi.util.tracker-1.5.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.tracker/1.5.4/org.osgi.util.tracker-1.5.4.pom (1.9 kB at 145 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/osgi/org.osgi.service.log/1.3.0/org.osgi.service.log-1.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.log/1.3.0/org.osgi.service.log-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.log/1.3.0/org.osgi.service.log-1.3.0.pom (1.3 kB at 644 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom (3.8 kB at 3.8 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom (14 kB at 6.8 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/biz/aQute/bnd/biz.aQute.resolve/7.0.0/biz.aQute.resolve-7.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.resolve/7.0.0/biz.aQute.resolve-7.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.resolve/7.0.0/biz.aQute.resolve-7.0.0.pom (5.4 kB at 901 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/osgi/org.osgi.service.resolver/1.1.1/org.osgi.service.resolver-1.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.resolver/1.1.1/org.osgi.service.resolver-1.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.resolver/1.1.1/org.osgi.service.resolver-1.1.1.pom (1.8 kB at 1.8 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/biz/aQute/bnd/biz.aQute.repository/7.0.0/biz.aQute.repository-7.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.repository/7.0.0/biz.aQute.repository-7.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.repository/7.0.0/biz.aQute.repository-7.0.0.pom (4.9 kB at 2.4 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/osgi/org.osgi.service.coordinator/1.0.2/org.osgi.service.coordinator-1.0.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.coordinator/1.0.2/org.osgi.service.coordinator-1.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.coordinator/1.0.2/org.osgi.service.coordinator-1.0.2.pom (1.3 kB at 656 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/shared/maven-mapping/3.0.0/maven-mapping-3.0.0.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-core/3.0/maven-core-3.0.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-model/3.0/maven-model-3.0.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/biz/aQute/bnd/biz.aQute.bnd.maven/7.0.0/biz.aQute.bnd.maven-7.0.0.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/osgi/org.osgi.dto/1.0.0/org.osgi.dto-1.0.0.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/osgi/org.osgi.resource/1.0.0/org.osgi.resource-1.0.0.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/osgi/org.osgi.framework/1.8.0/org.osgi.framework-1.8.0.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/osgi/org.osgi.util.promise/1.2.0/org.osgi.util.promise-1.2.0.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/biz/aQute/bnd/biz.aQute.bnd.util/7.0.0/biz.aQute.bnd.util-7.0.0.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/biz/aQute/bnd/biz.aQute.resolve/7.0.0/biz.aQute.resolve-7.0.0.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/osgi/org.osgi.service.resolver/1.1.1/org.osgi.service.resolver-1.1.1.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/biz/aQute/bnd/biz.aQute.repository/7.0.0/biz.aQute.repository-7.0.0.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/osgi/org.osgi.service.coordinator/1.0.2/org.osgi.service.coordinator-1.0.2.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/biz/aQute/bnd/biz.aQute.bndlib/7.0.0/biz.aQute.bndlib-7.0.0.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/osgi/org.osgi.service.log/1.3.0/org.osgi.service.log-1.3.0.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/osgi/org.osgi.util.tracker/1.5.4/org.osgi.util.tracker-1.5.4.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-mapping/3.0.0/maven-mapping-3.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-mapping/3.0.0/maven-mapping-3.0.0.jar (11 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar (30 kB at 15 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar (38 kB at 9.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.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/maven-model-builder/3.0/maven-model-builder-3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar (52 kB at 10 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.jar (165 kB at 27 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar (148 kB at 25 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar (51 kB at 7.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar (14 kB at 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar (106 kB at 13 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar (74 kB at 7.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar (49 kB at 4.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar (108 kB at 9.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar (46 kB at 3.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.jar (527 kB at 38 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar (29 kB at 1.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar (13 kB at 794 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar (202 kB at 11 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar (153 kB at 8.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bnd.maven/7.0.0/biz.aQute.bnd.maven-7.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.jar (62 kB at 2.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.dto/1.0.0/org.osgi.dto-1.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar (4.2 kB at 175 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.resource/1.0.0/org.osgi.resource-1.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bnd.maven/7.0.0/biz.aQute.bnd.maven-7.0.0.jar (198 kB at 3.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.framework/1.8.0/org.osgi.framework-1.8.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar (472 kB at 8.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.jar (268 kB at 4.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.jar (25 kB at 463 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.dto/1.0.0/org.osgi.dto-1.0.0.jar (15 kB at 270 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.promise/1.2.0/org.osgi.util.promise-1.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.resource/1.0.0/org.osgi.resource-1.0.0.jar (33 kB at 601 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bnd.util/7.0.0/biz.aQute.bnd.util-7.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.jar (24 kB at 422 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.resolve/7.0.0/biz.aQute.resolve-7.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.jar (37 kB at 647 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.resolver/1.1.1/org.osgi.service.resolver-1.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.resolver/1.1.1/org.osgi.service.resolver-1.1.1.jar (23 kB at 389 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.repository/7.0.0/biz.aQute.repository-7.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.framework/1.8.0/org.osgi.framework-1.8.0.jar (345 kB at 5.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.coordinator/1.0.2/org.osgi.service.coordinator-1.0.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bnd.util/7.0.0/biz.aQute.bnd.util-7.0.0.jar (442 kB at 6.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/7.0.0/biz.aQute.bndlib-7.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.coordinator/1.0.2/org.osgi.service.coordinator-1.0.2.jar (41 kB at 627 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.tracker/1.5.4/org.osgi.util.tracker-1.5.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.resolve/7.0.0/biz.aQute.resolve-7.0.0.jar (652 kB at 9.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.log/1.3.0/org.osgi.service.log-1.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.promise/1.2.0/org.osgi.util.promise-1.2.0.jar (83 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.log/1.3.0/org.osgi.service.log-1.3.0.jar (17 kB at 235 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.tracker/1.5.4/org.osgi.util.tracker-1.5.4.jar (44 kB at 595 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar (41 kB at 549 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.repository/7.0.0/biz.aQute.repository-7.0.0.jar (1.1 MB at 14 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/7.0.0/biz.aQute.bndlib-7.0.0.jar (3.2 MB at 19 MB/s) [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ annotation --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sensinact Deploy/core/annotation/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ annotation --- [INFO] No sources to compile [INFO] [INFO] --- bnd:7.0.0:bnd-process-tests (bnd-process-tests) @ annotation --- [INFO] skip project as configured [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ annotation --- [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/surefire/maven-surefire-common/2.22.2/maven-surefire-common-2.22.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.22.2/maven-surefire-common-2.22.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.22.2/maven-surefire-common-2.22.2.pom (11 kB at 5.7 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom (1.5 kB at 61 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven/2.2.1/maven-2.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.2.1/maven-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.2.1/maven-2.2.1.pom (22 kB at 11 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-parent/11/maven-parent-11.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/11/maven-parent-11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/11/maven-parent-11.pom (32 kB at 11 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/apache/5/apache-5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/5/apache-5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/5/apache-5.pom (4.1 kB at 2.0 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5.2/maven-plugin-annotations-3.5.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5.2/maven-plugin-annotations-3.5.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5.2/maven-plugin-annotations-3.5.2.pom (1.6 kB at 116 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/plugin-tools/maven-plugin-tools/3.5.2/maven-plugin-tools-3.5.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools/3.5.2/maven-plugin-tools-3.5.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools/3.5.2/maven-plugin-tools-3.5.2.pom (15 kB at 1.2 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-parent/31/maven-parent-31.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/31/maven-parent-31.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/31/maven-parent-31.pom (43 kB at 1.4 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/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 5.2 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.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/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom (6.8 kB at 3.4 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/surefire/surefire-api/2.22.2/surefire-api-2.22.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.22.2/surefire-api-2.22.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.22.2/surefire-api-2.22.2.pom (3.5 kB at 506 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/surefire/surefire-logger-api/2.22.2/surefire-logger-api-2.22.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/2.22.2/surefire-logger-api-2.22.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/2.22.2/surefire-logger-api-2.22.2.pom (2.0 kB at 980 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/surefire/surefire-booter/2.22.2/surefire-booter-2.22.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.22.2/surefire-booter-2.22.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.22.2/surefire-booter-2.22.2.pom (7.5 kB at 3.7 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.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-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.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-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.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-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom (3.9 kB at 2.0 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom (492 B at 246 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom (5.7 kB at 2.9 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/junit/junit/4.12/junit-4.12.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.12/junit-4.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.12/junit-4.12.pom (24 kB at 1.6 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom (766 B at 766 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom (2.0 kB at 986 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom (6.9 kB at 6.9 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom (3.1 kB at 3.1 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom (2.8 kB at 1.4 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom (2.2 kB at 1.1 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom (3.2 kB at 3.2 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom (889 B at 27 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom (5.8 kB at 2.9 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom (2.2 kB at 310 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom (3.1 kB at 1.6 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom (1.9 kB at 1.9 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom (880 B at 880 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom (1.9 kB at 964 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom (12 kB at 1.3 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom (2.0 kB at 30 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom (1.9 kB at 158 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom (7.9 kB at 792 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom (3.0 kB at 373 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom (2.2 kB at 362 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.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.0/maven-reporting-api-3.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.0/maven-reporting-api-3.0.pom (2.4 kB at 339 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom (9.3 kB at 491 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-parent/16/maven-parent-16.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/16/maven-parent-16.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/16/maven-parent-16.pom (23 kB at 12 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/apache/7/apache-7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/7/apache-7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/7/apache-7.pom (14 kB at 7.2 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom (1.7 kB at 171 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom (1.3 kB at 157 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/classworlds/classworlds/1.1/classworlds-1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.pom (3.3 kB at 3.3 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom (3.3 kB at 119 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.pom (5.1 kB at 2.6 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-languages/0.9.10/plexus-languages-0.9.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/0.9.10/plexus-languages-0.9.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/0.9.10/plexus-languages-0.9.10.pom (4.1 kB at 4.1 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom (22 kB at 11 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/ow2/asm/asm/6.2/asm-6.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.2/asm-6.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.2/asm-6.2.pom (2.9 kB at 2.9 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/com/thoughtworks/qdox/qdox/2.0-M8/qdox-2.0-M8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M8/qdox-2.0-M8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M8/qdox-2.0-M8.pom (16 kB at 7.9 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/surefire/maven-surefire-common/2.22.2/maven-surefire-common-2.22.2.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5.2/maven-plugin-annotations-3.5.2.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/surefire/surefire-api/2.22.2/surefire-api-2.22.2.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/surefire/surefire-logger-api/2.22.2/surefire-logger-api-2.22.2.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/surefire/surefire-booter/2.22.2/surefire-booter-2.22.2.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/junit/junit/4.12/junit-4.12.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/classworlds/classworlds/1.1/classworlds-1.1.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/ow2/asm/asm/6.2/asm-6.2.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/com/thoughtworks/qdox/qdox/2.0-M8/qdox-2.0-M8.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.22.2/maven-surefire-common-2.22.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.22.2/maven-surefire-common-2.22.2.jar (528 kB at 75 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5.2/maven-plugin-annotations-3.5.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.22.2/surefire-api-2.22.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/2.22.2/surefire-logger-api-2.22.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.22.2/surefire-booter-2.22.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/2.22.2/surefire-logger-api-2.22.2.jar (13 kB at 6.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar (12 kB at 4.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.22.2/surefire-api-2.22.2.jar (186 kB at 46 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar (80 kB at 27 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.22.2/surefire-booter-2.22.2.jar (274 kB at 55 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.12/junit-4.12.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar (39 kB at 9.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar (45 kB at 7.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5.2/maven-plugin-annotations-3.5.2.jar (14 kB at 2.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar (194 kB at 32 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar (35 kB at 4.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar (49 kB at 6.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar (156 kB at 17 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar (68 kB at 6.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar (332 kB at 26 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar (51 kB at 3.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.jar (228 kB at 16 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar (88 kB at 5.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.12/junit-4.12.jar (315 kB at 20 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar (30 kB at 1.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar (8.8 kB at 420 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar (22 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar (17 kB at 760 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar (22 kB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar (178 kB at 8.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar (26 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.jar (38 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar (38 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.2/asm-6.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.jar (39 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M8/qdox-2.0-M8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.2/asm-6.2.jar (111 kB at 4.3 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar (11 kB at 421 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar (13 kB at 482 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar (10 kB at 387 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M8/qdox-2.0-M8.jar (316 kB at 11 MB/s) [INFO] No tests to run. [JENKINS] Recording test results [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ annotation --- [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/shared/file-management/3.1.0/file-management-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.1.0/file-management-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.1.0/file-management-3.1.0.pom (4.5 kB at 408 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-archiver/3.6.0/maven-archiver-3.6.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.6.0/maven-archiver-3.6.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.6.0/maven-archiver-3.6.0.pom (3.9 kB at 302 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-io/3.4.0/plexus-io-3.4.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.4.0/plexus-io-3.4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.4.0/plexus-io-3.4.0.pom (6.0 kB at 859 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-archiver/4.4.0/plexus-archiver-4.4.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.4.0/plexus-archiver-4.4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.4.0/plexus-archiver-4.4.0.pom (6.3 kB at 894 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/commons/commons-compress/1.21/commons-compress-1.21.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.21/commons-compress-1.21.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.21/commons-compress-1.21.pom (20 kB at 3.3 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/iq80/snappy/snappy/0.4/snappy-0.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.pom (15 kB at 1.8 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/tukaani/xz/1.9/xz-1.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.9/xz-1.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.9/xz-1.9.pom (2.0 kB at 292 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-utils/3.4.2/plexus-utils-3.4.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.4.2/plexus-utils-3.4.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.4.2/plexus-utils-3.4.2.pom (8.2 kB at 1.2 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/shared/file-management/3.1.0/file-management-3.1.0.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-archiver/3.6.0/maven-archiver-3.6.0.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-io/3.4.0/plexus-io-3.4.0.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-archiver/4.4.0/plexus-archiver-4.4.0.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/commons/commons-compress/1.21/commons-compress-1.21.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/iq80/snappy/snappy/0.4/snappy-0.4.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/tukaani/xz/1.9/xz-1.9.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-utils/3.4.2/plexus-utils-3.4.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.1.0/file-management-3.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.1.0/file-management-3.1.0.jar (36 kB at 2.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.6.0/maven-archiver-3.6.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.4.0/plexus-io-3.4.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.4.0/plexus-archiver-4.4.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.21/commons-compress-1.21.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.6.0/maven-archiver-3.6.0.jar (26 kB at 3.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.9/xz-1.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.jar (58 kB at 7.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.4.2/plexus-utils-3.4.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.4.0/plexus-io-3.4.0.jar (79 kB at 7.9 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.4.0/plexus-archiver-4.4.0.jar (211 kB at 21 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.21/commons-compress-1.21.jar (1.0 MB at 44 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.4.2/plexus-utils-3.4.2.jar (267 kB at 12 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.9/xz-1.9.jar (116 kB at 5.0 MB/s) [INFO] Building jar: /home/jenkins/agent/workspace/Sensinact Deploy/core/annotation/target/annotation-0.0.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (test-jar) @ annotation --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ annotation --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/core/annotation/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/core/annotation/0.0.2-SNAPSHOT/annotation-0.0.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/core/annotation/target/annotation-0.0.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/core/annotation/0.0.2-SNAPSHOT/annotation-0.0.2-SNAPSHOT.jar [INFO] [INFO] --- deploy:3.0.0:deploy (default-deploy) @ annotation --- [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/core/annotation/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/core/annotation/0.0.2-SNAPSHOT/maven-metadata.xml (797 B at 100 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/core/annotation/0.0.2-SNAPSHOT/annotation-0.0.2-20240212.200245-65.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/core/annotation/0.0.2-SNAPSHOT/annotation-0.0.2-20240212.200245-65.pom (1.6 kB at 44 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/core/annotation/0.0.2-SNAPSHOT/annotation-0.0.2-20240212.200245-65.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/core/annotation/0.0.2-SNAPSHOT/annotation-0.0.2-20240212.200245-65.jar (22 kB at 653 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/core/annotation/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/core/annotation/maven-metadata.xml (364 B at 18 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/core/annotation/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/core/annotation/0.0.2-SNAPSHOT/maven-metadata.xml (797 B at 17 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/core/annotation/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/core/annotation/maven-metadata.xml (364 B at 4.7 kB/s) [INFO] [INFO] ------------< org.eclipse.sensinact.gateway.core:geo-json >------------- [INFO] Building SensiNact GeoJSON mapping types 0.0.2-SNAPSHOT [4/68] [INFO] from core/geo-json/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/com/fasterxml/jackson/core/jackson-databind/2.16.1/jackson-databind-2.16.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.16.1/jackson-databind-2.16.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.16.1/jackson-databind-2.16.1.pom (21 kB at 548 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/com/fasterxml/jackson/jackson-base/2.16.1/jackson-base-2.16.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-base/2.16.1/jackson-base-2.16.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-base/2.16.1/jackson-base-2.16.1.pom (11 kB at 107 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/com/fasterxml/jackson/jackson-bom/2.16.1/jackson-bom-2.16.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.16.1/jackson-bom-2.16.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.16.1/jackson-bom-2.16.1.pom (18 kB at 1.7 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/com/fasterxml/jackson/jackson-parent/2.16/jackson-parent-2.16.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-parent/2.16/jackson-parent-2.16.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-parent/2.16/jackson-parent-2.16.pom (6.5 kB at 932 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/com/fasterxml/oss-parent/56/oss-parent-56.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/56/oss-parent-56.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/56/oss-parent-56.pom (24 kB at 1.4 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/junit/junit-bom/5.9.2/junit-bom-5.9.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.9.2/junit-bom-5.9.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.9.2/junit-bom-5.9.2.pom (5.6 kB at 704 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/com/fasterxml/jackson/core/jackson-annotations/2.16.1/jackson-annotations-2.16.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.16.1/jackson-annotations-2.16.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.16.1/jackson-annotations-2.16.1.pom (7.1 kB at 102 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/com/fasterxml/jackson/core/jackson-core/2.16.1/jackson-core-2.16.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.16.1/jackson-core-2.16.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.16.1/jackson-core-2.16.1.pom (9.9 kB at 242 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/junit/junit-bom/5.9.3/junit-bom-5.9.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.9.3/junit-bom-5.9.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.9.3/junit-bom-5.9.3.pom (5.6 kB at 2.8 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/com/fasterxml/jackson/core/jackson-databind/2.16.1/jackson-databind-2.16.1.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/com/fasterxml/jackson/core/jackson-annotations/2.16.1/jackson-annotations-2.16.1.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/com/fasterxml/jackson/core/jackson-core/2.16.1/jackson-core-2.16.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.16.1/jackson-databind-2.16.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.16.1/jackson-databind-2.16.1.jar (1.6 MB at 15 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.16.1/jackson-annotations-2.16.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.16.1/jackson-core-2.16.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.16.1/jackson-core-2.16.1.jar (578 kB at 16 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.16.1/jackson-annotations-2.16.1.jar (78 kB at 2.2 MB/s) [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ geo-json --- [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ geo-json --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sensinact Deploy/core/geo-json/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ geo-json --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 19 source files to /home/jenkins/agent/workspace/Sensinact Deploy/core/geo-json/target/classes [INFO] [INFO] --- bnd:7.0.0:bnd-process (default) @ geo-json --- [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/core/geo-json/pom.xml [0:0]: Export org.eclipse.sensinact.gateway.geojson, has 1, private references [org.eclipse.sensinact.gateway.geojson.internal] [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ geo-json --- [INFO] Copying 5 resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ geo-json --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Sensinact Deploy/core/geo-json/target/test-classes [INFO] [INFO] --- bnd:7.0.0:bnd-process-tests (bnd-process-tests) @ geo-json --- [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/core/geo-json/pom.xml [0:0]: The Test-Cases header is empty. No test case classes were found. [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ geo-json --- [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/surefire/surefire-junit-platform/2.22.2/surefire-junit-platform-2.22.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-junit-platform/2.22.2/surefire-junit-platform-2.22.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-junit-platform/2.22.2/surefire-junit-platform-2.22.2.pom (7.0 kB at 148 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/surefire/surefire-providers/2.22.2/surefire-providers-2.22.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-providers/2.22.2/surefire-providers-2.22.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-providers/2.22.2/surefire-providers-2.22.2.pom (2.5 kB at 166 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/junit/platform/junit-platform-launcher/1.3.1/junit-platform-launcher-1.3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-launcher/1.3.1/junit-platform-launcher-1.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-launcher/1.3.1/junit-platform-launcher-1.3.1.pom (2.2 kB at 24 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apiguardian/apiguardian-api/1.0.0/apiguardian-api-1.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apiguardian/apiguardian-api/1.0.0/apiguardian-api-1.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apiguardian/apiguardian-api/1.0.0/apiguardian-api-1.0.0.pom (1.2 kB at 195 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/junit/platform/junit-platform-engine/1.3.1/junit-platform-engine-1.3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-engine/1.3.1/junit-platform-engine-1.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-engine/1.3.1/junit-platform-engine-1.3.1.pom (2.4 kB at 51 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/junit/platform/junit-platform-commons/1.3.1/junit-platform-commons-1.3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-commons/1.3.1/junit-platform-commons-1.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-commons/1.3.1/junit-platform-commons-1.3.1.pom (2.0 kB at 43 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/opentest4j/opentest4j/1.1.1/opentest4j-1.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/opentest4j/opentest4j/1.1.1/opentest4j-1.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/opentest4j/opentest4j/1.1.1/opentest4j-1.1.1.pom (1.7 kB at 153 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/surefire/surefire-junit-platform/2.22.2/surefire-junit-platform-2.22.2.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/junit/platform/junit-platform-launcher/1.3.1/junit-platform-launcher-1.3.1.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apiguardian/apiguardian-api/1.0.0/apiguardian-api-1.0.0.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/junit/platform/junit-platform-commons/1.3.1/junit-platform-commons-1.3.1.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/junit/platform/junit-platform-engine/1.3.1/junit-platform-engine-1.3.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-junit-platform/2.22.2/surefire-junit-platform-2.22.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-engine/1.3.1/junit-platform-engine-1.3.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-commons/1.3.1/junit-platform-commons-1.3.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-launcher/1.3.1/junit-platform-launcher-1.3.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apiguardian/apiguardian-api/1.0.0/apiguardian-api-1.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apiguardian/apiguardian-api/1.0.0/apiguardian-api-1.0.0.jar (2.2 kB at 270 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/opentest4j/opentest4j/1.1.1/opentest4j-1.1.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/opentest4j/opentest4j/1.1.1/opentest4j-1.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/opentest4j/opentest4j/1.1.1/opentest4j-1.1.1.jar (7.1 kB at 1.4 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-engine/1.3.1/junit-platform-engine-1.3.1.jar (135 kB at 3.9 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-commons/1.3.1/junit-platform-commons-1.3.1.jar (78 kB at 1.9 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-junit-platform/2.22.2/surefire-junit-platform-2.22.2.jar (66 kB at 1.3 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-launcher/1.3.1/junit-platform-launcher-1.3.1.jar (95 kB at 1.5 MB/s) [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.sensinact.gateway.geojson.GeoJsonUtilsTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 s - in org.eclipse.sensinact.gateway.geojson.GeoJsonUtilsTest [INFO] Running org.eclipse.sensinact.gateway.geojson.GeoJsonTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.3 s - in org.eclipse.sensinact.gateway.geojson.GeoJsonTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0 [INFO] [JENKINS] Recording test results [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ geo-json --- [INFO] Building jar: /home/jenkins/agent/workspace/Sensinact Deploy/core/geo-json/target/geo-json-0.0.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (test-jar) @ geo-json --- [INFO] Building jar: /home/jenkins/agent/workspace/Sensinact Deploy/core/geo-json/target/geo-json-0.0.2-SNAPSHOT-tests.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ geo-json --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/core/geo-json/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/core/geo-json/0.0.2-SNAPSHOT/geo-json-0.0.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/core/geo-json/target/geo-json-0.0.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/core/geo-json/0.0.2-SNAPSHOT/geo-json-0.0.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/core/geo-json/target/geo-json-0.0.2-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/core/geo-json/0.0.2-SNAPSHOT/geo-json-0.0.2-SNAPSHOT-tests.jar [INFO] [INFO] --- deploy:3.0.0:deploy (default-deploy) @ geo-json --- [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/core/geo-json/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/core/geo-json/0.0.2-SNAPSHOT/maven-metadata.xml (1.0 kB at 126 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/core/geo-json/0.0.2-SNAPSHOT/geo-json-0.0.2-20240212.200245-65.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/core/geo-json/0.0.2-SNAPSHOT/geo-json-0.0.2-20240212.200245-65.pom (1.0 kB at 35 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/core/geo-json/0.0.2-SNAPSHOT/geo-json-0.0.2-20240212.200245-65.jar [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/core/geo-json/0.0.2-SNAPSHOT/geo-json-0.0.2-20240212.200245-65-tests.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/core/geo-json/0.0.2-SNAPSHOT/geo-json-0.0.2-20240212.200245-65-tests.jar (13 kB at 365 kB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/core/geo-json/0.0.2-SNAPSHOT/geo-json-0.0.2-20240212.200245-65.jar (23 kB at 520 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/core/geo-json/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/core/geo-json/maven-metadata.xml (362 B at 17 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/core/geo-json/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/core/geo-json/0.0.2-SNAPSHOT/maven-metadata.xml (1.0 kB at 22 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/core/geo-json/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/core/geo-json/maven-metadata.xml (362 B at 5.7 kB/s) [INFO] [INFO] ---------------< org.eclipse.sensinact.gateway.core:api >--------------- [INFO] Building SensiNact core API 0.0.2-SNAPSHOT [5/68] [INFO] from core/api/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/biz/aQute/bnd/bnd-resolver-maven-plugin/7.1.0-SNAPSHOT/maven-metadata.xml [INFO] Downloading from bnd-snapshots: https://bndtools.jfrog.io/bndtools/update-snapshot/biz/aQute/bnd/bnd-resolver-maven-plugin/7.1.0-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from bnd-snapshots: https://bndtools.jfrog.io/bndtools/update-snapshot/biz/aQute/bnd/bnd-resolver-maven-plugin/7.1.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 2.2 kB/s) [INFO] Downloading from bnd-snapshots: https://bndtools.jfrog.io/bndtools/update-snapshot/biz/aQute/bnd/bnd-resolver-maven-plugin/7.1.0-SNAPSHOT/bnd-resolver-maven-plugin-7.1.0-20240212.092058-126.pom [INFO] Downloaded from bnd-snapshots: https://bndtools.jfrog.io/bndtools/update-snapshot/biz/aQute/bnd/bnd-resolver-maven-plugin/7.1.0-SNAPSHOT/bnd-resolver-maven-plugin-7.1.0-20240212.092058-126.pom (4.6 kB at 100 kB/s) [INFO] Downloading from bnd-snapshots: https://bndtools.jfrog.io/bndtools/update-snapshot/biz/aQute/bnd/bnd-resolver-maven-plugin/7.1.0-SNAPSHOT/bnd-resolver-maven-plugin-7.1.0-20240212.092058-126.jar [INFO] Downloaded from bnd-snapshots: https://bndtools.jfrog.io/bndtools/update-snapshot/biz/aQute/bnd/bnd-resolver-maven-plugin/7.1.0-SNAPSHOT/bnd-resolver-maven-plugin-7.1.0-20240212.092058-126.jar (25 kB at 333 kB/s) [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ api --- [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ api --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sensinact Deploy/core/api/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ api --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 73 source files to /home/jenkins/agent/workspace/Sensinact Deploy/core/api/target/classes [INFO] [INFO] --- bnd:7.0.0:bnd-process (default) @ api --- [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ api --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sensinact Deploy/core/api/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ api --- [INFO] No sources to compile [INFO] [INFO] --- bnd:7.0.0:bnd-process-tests (bnd-process-tests) @ api --- [INFO] skip project as configured [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ api --- [INFO] No tests to run. [JENKINS] Recording test results [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ api --- [INFO] Building jar: /home/jenkins/agent/workspace/Sensinact Deploy/core/api/target/api-0.0.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (test-jar) @ api --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- bnd-resolver:7.1.0-SNAPSHOT:resolve (resolve-test) @ api --- [INFO] Downloading from bnd-snapshots: https://bndtools.jfrog.io/bndtools/update-snapshot/biz/aQute/bnd/biz.aQute.bnd.maven/7.1.0-SNAPSHOT/maven-metadata.xml [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/biz/aQute/bnd/biz.aQute.bnd.maven/7.1.0-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from bnd-snapshots: https://bndtools.jfrog.io/bndtools/update-snapshot/biz/aQute/bnd/biz.aQute.bnd.maven/7.1.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 27 kB/s) [INFO] Downloading from bnd-snapshots: https://bndtools.jfrog.io/bndtools/update-snapshot/biz/aQute/bnd/biz.aQute.bnd.maven/7.1.0-SNAPSHOT/biz.aQute.bnd.maven-7.1.0-20240212.092033-126.pom [INFO] Downloaded from bnd-snapshots: https://bndtools.jfrog.io/bndtools/update-snapshot/biz/aQute/bnd/biz.aQute.bnd.maven/7.1.0-SNAPSHOT/biz.aQute.bnd.maven-7.1.0-20240212.092033-126.pom (6.2 kB at 84 kB/s) [INFO] Downloading from bnd-snapshots: https://bndtools.jfrog.io/bndtools/update-snapshot/biz/aQute/bnd/biz.aQute.bnd.util/7.1.0-SNAPSHOT/maven-metadata.xml [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/biz/aQute/bnd/biz.aQute.bnd.util/7.1.0-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from bnd-snapshots: https://bndtools.jfrog.io/bndtools/update-snapshot/biz/aQute/bnd/biz.aQute.bnd.util/7.1.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 24 kB/s) [INFO] Downloading from bnd-snapshots: https://bndtools.jfrog.io/bndtools/update-snapshot/biz/aQute/bnd/biz.aQute.bnd.util/7.1.0-SNAPSHOT/biz.aQute.bnd.util-7.1.0-20240212.091813-126.pom [INFO] Downloaded from bnd-snapshots: https://bndtools.jfrog.io/bndtools/update-snapshot/biz/aQute/bnd/biz.aQute.bnd.util/7.1.0-SNAPSHOT/biz.aQute.bnd.util-7.1.0-20240212.091813-126.pom (2.7 kB at 62 kB/s) [INFO] Downloading from bnd-snapshots: https://bndtools.jfrog.io/bndtools/update-snapshot/biz/aQute/bnd/biz.aQute.bndlib/7.1.0-SNAPSHOT/maven-metadata.xml [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/biz/aQute/bnd/biz.aQute.bndlib/7.1.0-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from bnd-snapshots: https://bndtools.jfrog.io/bndtools/update-snapshot/biz/aQute/bnd/biz.aQute.bndlib/7.1.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 28 kB/s) [INFO] Downloading from bnd-snapshots: https://bndtools.jfrog.io/bndtools/update-snapshot/biz/aQute/bnd/biz.aQute.bndlib/7.1.0-SNAPSHOT/biz.aQute.bndlib-7.1.0-20240212.091824-126.pom [INFO] Downloaded from bnd-snapshots: https://bndtools.jfrog.io/bndtools/update-snapshot/biz/aQute/bnd/biz.aQute.bndlib/7.1.0-SNAPSHOT/biz.aQute.bndlib-7.1.0-20240212.091824-126.pom (5.5 kB at 130 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/osgi/org.osgi.service.serviceloader/1.0.0/org.osgi.service.serviceloader-1.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.serviceloader/1.0.0/org.osgi.service.serviceloader-1.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.serviceloader/1.0.0/org.osgi.service.serviceloader-1.0.0.pom (1.3 kB at 20 kB/s) [INFO] Downloading from bnd-snapshots: https://bndtools.jfrog.io/bndtools/update-snapshot/biz/aQute/bnd/biz.aQute.resolve/7.1.0-SNAPSHOT/maven-metadata.xml [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/biz/aQute/bnd/biz.aQute.resolve/7.1.0-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from bnd-snapshots: https://bndtools.jfrog.io/bndtools/update-snapshot/biz/aQute/bnd/biz.aQute.resolve/7.1.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 28 kB/s) [INFO] Downloading from bnd-snapshots: https://bndtools.jfrog.io/bndtools/update-snapshot/biz/aQute/bnd/biz.aQute.resolve/7.1.0-SNAPSHOT/biz.aQute.resolve-7.1.0-20240212.091908-126.pom [INFO] Downloaded from bnd-snapshots: https://bndtools.jfrog.io/bndtools/update-snapshot/biz/aQute/bnd/biz.aQute.resolve/7.1.0-SNAPSHOT/biz.aQute.resolve-7.1.0-20240212.091908-126.pom (5.5 kB at 124 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/biz/aQute/bnd/biz.aQute.repository/7.1.0-SNAPSHOT/maven-metadata.xml [INFO] Downloading from bnd-snapshots: https://bndtools.jfrog.io/bndtools/update-snapshot/biz/aQute/bnd/biz.aQute.repository/7.1.0-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from bnd-snapshots: https://bndtools.jfrog.io/bndtools/update-snapshot/biz/aQute/bnd/biz.aQute.repository/7.1.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 22 kB/s) [INFO] Downloading from bnd-snapshots: https://bndtools.jfrog.io/bndtools/update-snapshot/biz/aQute/bnd/biz.aQute.repository/7.1.0-SNAPSHOT/biz.aQute.repository-7.1.0-20240212.091902-126.pom [INFO] Downloaded from bnd-snapshots: https://bndtools.jfrog.io/bndtools/update-snapshot/biz/aQute/bnd/biz.aQute.repository/7.1.0-SNAPSHOT/biz.aQute.repository-7.1.0-20240212.091902-126.pom (4.9 kB at 117 kB/s) [INFO] Downloading from bnd-snapshots: https://bndtools.jfrog.io/bndtools/update-snapshot/biz/aQute/bnd/biz.aQute.bnd.embedded-repo/7.1.0-SNAPSHOT/maven-metadata.xml [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/biz/aQute/bnd/biz.aQute.bnd.embedded-repo/7.1.0-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from bnd-snapshots: https://bndtools.jfrog.io/bndtools/update-snapshot/biz/aQute/bnd/biz.aQute.bnd.embedded-repo/7.1.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 29 kB/s) [INFO] Downloading from bnd-snapshots: https://bndtools.jfrog.io/bndtools/update-snapshot/biz/aQute/bnd/biz.aQute.bnd.embedded-repo/7.1.0-SNAPSHOT/biz.aQute.bnd.embedded-repo-7.1.0-20240212.091812-128.pom [INFO] Downloaded from bnd-snapshots: https://bndtools.jfrog.io/bndtools/update-snapshot/biz/aQute/bnd/biz.aQute.bnd.embedded-repo/7.1.0-SNAPSHOT/biz.aQute.bnd.embedded-repo-7.1.0-20240212.091812-128.pom (2.5 kB at 54 kB/s) [INFO] Downloading from bnd-snapshots: https://bndtools.jfrog.io/bndtools/update-snapshot/biz/aQute/bnd/biz.aQute.bnd.maven/7.1.0-SNAPSHOT/biz.aQute.bnd.maven-7.1.0-20240212.092033-126.jar [INFO] Downloaded from bnd-snapshots: https://bndtools.jfrog.io/bndtools/update-snapshot/biz/aQute/bnd/biz.aQute.bnd.maven/7.1.0-SNAPSHOT/biz.aQute.bnd.maven-7.1.0-20240212.092033-126.jar (204 kB at 1.5 MB/s) [INFO] Downloading from bnd-snapshots: https://bndtools.jfrog.io/bndtools/update-snapshot/biz/aQute/bnd/biz.aQute.bnd.util/7.1.0-SNAPSHOT/biz.aQute.bnd.util-7.1.0-20240212.091813-126.jar [INFO] Downloading from bnd-snapshots: https://bndtools.jfrog.io/bndtools/update-snapshot/biz/aQute/bnd/biz.aQute.bndlib/7.1.0-SNAPSHOT/biz.aQute.bndlib-7.1.0-20240212.091824-126.jar [INFO] Downloading from bnd-snapshots: https://bndtools.jfrog.io/bndtools/update-snapshot/biz/aQute/bnd/biz.aQute.resolve/7.1.0-SNAPSHOT/biz.aQute.resolve-7.1.0-20240212.091908-126.jar [INFO] Downloading from bnd-snapshots: https://bndtools.jfrog.io/bndtools/update-snapshot/biz/aQute/bnd/biz.aQute.repository/7.1.0-SNAPSHOT/biz.aQute.repository-7.1.0-20240212.091902-126.jar [INFO] Downloading from bnd-snapshots: https://bndtools.jfrog.io/bndtools/update-snapshot/biz/aQute/bnd/biz.aQute.bnd.embedded-repo/7.1.0-SNAPSHOT/biz.aQute.bnd.embedded-repo-7.1.0-20240212.091812-128.jar [INFO] Downloaded from bnd-snapshots: https://bndtools.jfrog.io/bndtools/update-snapshot/biz/aQute/bnd/biz.aQute.resolve/7.1.0-SNAPSHOT/biz.aQute.resolve-7.1.0-20240212.091908-126.jar (677 kB at 4.9 MB/s) [INFO] Downloaded from bnd-snapshots: https://bndtools.jfrog.io/bndtools/update-snapshot/biz/aQute/bnd/biz.aQute.bnd.util/7.1.0-SNAPSHOT/biz.aQute.bnd.util-7.1.0-20240212.091813-126.jar (452 kB at 1.4 MB/s) [INFO] Downloaded from bnd-snapshots: https://bndtools.jfrog.io/bndtools/update-snapshot/biz/aQute/bnd/biz.aQute.repository/7.1.0-SNAPSHOT/biz.aQute.repository-7.1.0-20240212.091902-126.jar (1.1 MB at 3.1 MB/s) [INFO] Downloaded from bnd-snapshots: https://bndtools.jfrog.io/bndtools/update-snapshot/biz/aQute/bnd/biz.aQute.bndlib/7.1.0-SNAPSHOT/biz.aQute.bndlib-7.1.0-20240212.091824-126.jar (3.4 MB at 7.5 MB/s) [INFO] Downloaded from bnd-snapshots: https://bndtools.jfrog.io/bndtools/update-snapshot/biz/aQute/bnd/biz.aQute.bnd.embedded-repo/7.1.0-SNAPSHOT/biz.aQute.bnd.embedded-repo-7.1.0-20240212.091812-128.jar (6.2 MB at 6.4 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/osgi/org.osgi.service.serviceloader/1.0.0/org.osgi.service.serviceloader-1.0.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.serviceloader/1.0.0/org.osgi.service.serviceloader-1.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.serviceloader/1.0.0/org.osgi.service.serviceloader-1.0.0.jar (12 kB at 295 kB/s) [INFO] [INFO] --- bnd-resolver:7.1.0-SNAPSHOT:resolve (verify-no-dependency-leakage) @ api --- [INFO] Resolving /home/jenkins/agent/workspace/Sensinact Deploy/core/api/dependency-check.bndrun: [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/osgi/osgi.core/7.0.0/osgi.core-7.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/osgi.core/7.0.0/osgi.core-7.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/osgi.core/7.0.0/osgi.core-7.0.0.pom (1.4 kB at 118 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/osgi/osgi.cmpn/7.0.0/osgi.cmpn-7.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/osgi.cmpn/7.0.0/osgi.cmpn-7.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/osgi.cmpn/7.0.0/osgi.cmpn-7.0.0.pom (1.4 kB at 238 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/osgi/org.osgi.namespace.implementation/1.0.0/org.osgi.namespace.implementation-1.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.namespace.implementation/1.0.0/org.osgi.namespace.implementation-1.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.namespace.implementation/1.0.0/org.osgi.namespace.implementation-1.0.0.pom (1.3 kB at 66 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/osgi/org.osgi.service.component/1.5.0/org.osgi.service.component-1.5.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.component/1.5.0/org.osgi.service.component-1.5.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.component/1.5.0/org.osgi.service.component-1.5.0.pom (2.8 kB at 67 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/osgi/org.osgi.service.cm/1.6.1/org.osgi.service.cm-1.6.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.cm/1.6.1/org.osgi.service.cm-1.6.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.cm/1.6.1/org.osgi.service.cm-1.6.1.pom (2.1 kB at 295 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/osgi/org.osgi.service.typedevent/1.0.0/org.osgi.service.typedevent-1.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.typedevent/1.0.0/org.osgi.service.typedevent-1.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.typedevent/1.0.0/org.osgi.service.typedevent-1.0.0.pom (2.7 kB at 39 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/osgi/org.osgi.util.pushstream/1.0.2/org.osgi.util.pushstream-1.0.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.pushstream/1.0.2/org.osgi.util.pushstream-1.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.pushstream/1.0.2/org.osgi.util.pushstream-1.0.2.pom (2.1 kB at 37 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/osgi/org.osgi.service.feature/1.0.0/org.osgi.service.feature-1.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.feature/1.0.0/org.osgi.service.feature-1.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.feature/1.0.0/org.osgi.service.feature-1.0.0.pom (1.9 kB at 34 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/osgi/org.osgi.util.converter/1.0.9/org.osgi.util.converter-1.0.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.converter/1.0.9/org.osgi.util.converter-1.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.converter/1.0.9/org.osgi.util.converter-1.0.9.pom (1.9 kB at 32 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/geckoprojects/emf/org.gecko.emf.osgi.api/6.1.0/org.gecko.emf.osgi.api-6.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/geckoprojects/emf/org.gecko.emf.osgi.api/6.1.0/org.gecko.emf.osgi.api-6.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/geckoprojects/emf/org.gecko.emf.osgi.api/6.1.0/org.gecko.emf.osgi.api-6.1.0.pom (5.3 kB at 47 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/osgi/org.osgi.framework/1.10.0/org.osgi.framework-1.10.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.framework/1.10.0/org.osgi.framework-1.10.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.framework/1.10.0/org.osgi.framework-1.10.0.pom (1.6 kB at 60 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/osgi/org.osgi.annotation.bundle/2.0.0/org.osgi.annotation.bundle-2.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.annotation.bundle/2.0.0/org.osgi.annotation.bundle-2.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.annotation.bundle/2.0.0/org.osgi.annotation.bundle-2.0.0.pom (1.7 kB at 287 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/osgi/org.osgi.annotation.versioning/1.1.2/org.osgi.annotation.versioning-1.1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.annotation.versioning/1.1.2/org.osgi.annotation.versioning-1.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.annotation.versioning/1.1.2/org.osgi.annotation.versioning-1.1.2.pom (1.5 kB at 89 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/osgi/org.osgi.namespace.service/1.0.0/org.osgi.namespace.service-1.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.namespace.service/1.0.0/org.osgi.namespace.service-1.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.namespace.service/1.0.0/org.osgi.namespace.service-1.0.0.pom (1.3 kB at 30 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/osgi/org.osgi.service.condition/1.0.0/org.osgi.service.condition-1.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.condition/1.0.0/org.osgi.service.condition-1.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.condition/1.0.0/org.osgi.service.condition-1.0.0.pom (1.6 kB at 17 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/emf/org.eclipse.emf.common/2.29.0/org.eclipse.emf.common-2.29.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.common/2.29.0/org.eclipse.emf.common-2.29.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.common/2.29.0/org.eclipse.emf.common-2.29.0.pom (2.0 kB at 335 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/emf/org.eclipse.emf.ecore/2.35.0/org.eclipse.emf.ecore-2.35.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/2.35.0/org.eclipse.emf.ecore-2.35.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/2.35.0/org.eclipse.emf.ecore-2.35.0.pom (2.4 kB at 142 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.36.0/org.eclipse.emf.ecore.xmi-2.36.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.36.0/org.eclipse.emf.ecore.xmi-2.36.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.36.0/org.eclipse.emf.ecore.xmi-2.36.0.pom (2.2 kB at 172 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/biz/aQute/bnd/biz.aQute.bnd.annotation/7.0.0/biz.aQute.bnd.annotation-7.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bnd.annotation/7.0.0/biz.aQute.bnd.annotation-7.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bnd.annotation/7.0.0/biz.aQute.bnd.annotation-7.0.0.pom (3.4 kB at 69 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/osgi/org.osgi.resource/1.0.1/org.osgi.resource-1.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.resource/1.0.1/org.osgi.resource-1.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.resource/1.0.1/org.osgi.resource-1.0.1.pom (1.6 kB at 812 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/osgi/org.osgi.service.metatype.annotations/1.4.1/org.osgi.service.metatype.annotations-1.4.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.metatype.annotations/1.4.1/org.osgi.service.metatype.annotations-1.4.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.metatype.annotations/1.4.1/org.osgi.service.metatype.annotations-1.4.1.pom (2.3 kB at 385 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/geckoprojects/emf/org.gecko.emf.osgi.component.minimal/6.1.0/org.gecko.emf.osgi.component.minimal-6.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/geckoprojects/emf/org.gecko.emf.osgi.component.minimal/6.1.0/org.gecko.emf.osgi.component.minimal-6.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/geckoprojects/emf/org.gecko.emf.osgi.component.minimal/6.1.0/org.gecko.emf.osgi.component.minimal-6.1.0.pom (5.4 kB at 80 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/io/jsonwebtoken/jjwt-api/0.11.5/jjwt-api-0.11.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/jsonwebtoken/jjwt-api/0.11.5/jjwt-api-0.11.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/jsonwebtoken/jjwt-api/0.11.5/jjwt-api-0.11.5.pom (1.8 kB at 25 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/io/jsonwebtoken/jjwt-root/0.11.5/jjwt-root-0.11.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/jsonwebtoken/jjwt-root/0.11.5/jjwt-root-0.11.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/jsonwebtoken/jjwt-root/0.11.5/jjwt-root-0.11.5.pom (29 kB at 345 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/io/jsonwebtoken/jjwt-jackson/0.11.5/jjwt-jackson-0.11.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/jsonwebtoken/jjwt-jackson/0.11.5/jjwt-jackson-0.11.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/jsonwebtoken/jjwt-jackson/0.11.5/jjwt-jackson-0.11.5.pom (3.3 kB at 123 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/apache/felix/org.apache.felix.framework/7.0.3/org.apache.felix.framework-7.0.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.framework/7.0.3/org.apache.felix.framework-7.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.framework/7.0.3/org.apache.felix.framework-7.0.3.pom (9.8 kB at 185 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 1.0 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/codehaus/mojo/animal-sniffer-annotations/1.9/animal-sniffer-annotations-1.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.9/animal-sniffer-annotations-1.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.9/animal-sniffer-annotations-1.9.pom (2.5 kB at 2.5 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/codehaus/mojo/animal-sniffer-parent/1.9/animal-sniffer-parent-1.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-parent/1.9/animal-sniffer-parent-1.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-parent/1.9/animal-sniffer-parent-1.9.pom (4.3 kB at 4.3 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/codehaus/mojo/mojo-parent/28/mojo-parent-28.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/28/mojo-parent-28.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/28/mojo-parent-28.pom (26 kB at 13 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom (4.1 kB at 4.1 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/apache/felix/org.apache.felix.scr/2.2.2/org.apache.felix.scr-2.2.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.scr/2.2.2/org.apache.felix.scr-2.2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.scr/2.2.2/org.apache.felix.scr-2.2.2.pom (15 kB at 116 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/apache/felix/org.apache.felix.configadmin/1.9.24/org.apache.felix.configadmin-1.9.24.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.configadmin/1.9.24/org.apache.felix.configadmin-1.9.24.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.configadmin/1.9.24/org.apache.felix.configadmin-1.9.24.pom (13 kB at 2.2 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/apache/felix/org.apache.felix.cm.json/2.0.4/org.apache.felix.cm.json-2.0.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.cm.json/2.0.4/org.apache.felix.cm.json-2.0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.cm.json/2.0.4/org.apache.felix.cm.json-2.0.4.pom (4.9 kB at 92 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 1.6 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/apache/felix/org.apache.felix.feature/1.0.2/org.apache.felix.feature-1.0.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.feature/1.0.2/org.apache.felix.feature-1.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.feature/1.0.2/org.apache.felix.feature-1.0.2.pom (5.8 kB at 48 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/apache/aries/component-dsl/org.apache.aries.component-dsl.component-dsl/1.2.2/org.apache.aries.component-dsl.component-dsl-1.2.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/aries/component-dsl/org.apache.aries.component-dsl.component-dsl/1.2.2/org.apache.aries.component-dsl.component-dsl-1.2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/aries/component-dsl/org.apache.aries.component-dsl.component-dsl/1.2.2/org.apache.aries.component-dsl.component-dsl-1.2.2.pom (3.1 kB at 39 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/apache/aries/component-dsl/org.apache.aries.component-dsl.parent/1.2.2/org.apache.aries.component-dsl.parent-1.2.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/aries/component-dsl/org.apache.aries.component-dsl.parent/1.2.2/org.apache.aries.component-dsl.parent-1.2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/aries/component-dsl/org.apache.aries.component-dsl.parent/1.2.2/org.apache.aries.component-dsl.parent-1.2.2.pom (4.0 kB at 75 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/apache/aries/typedevent/org.apache.aries.typedevent.bus/0.0.2-SNAPSHOT/maven-metadata.xml [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/apache/aries/typedevent/org.apache.aries.typedevent.bus/0.0.2-SNAPSHOT/maven-metadata.xml [INFO] Downloading from apache-snapshots: https://repository.apache.org/snapshots/org/apache/aries/typedevent/org.apache.aries.typedevent.bus/0.0.2-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from apache-snapshots: https://repository.apache.org/snapshots/org/apache/aries/typedevent/org.apache.aries.typedevent.bus/0.0.2-SNAPSHOT/maven-metadata.xml (1.0 kB at 2.1 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/apache/aries/typedevent/org.apache.aries.typedevent.bus/0.0.2-SNAPSHOT/org.apache.aries.typedevent.bus-0.0.2-20230314.045544-546.pom [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/apache/aries/typedevent/org.apache.aries.typedevent.bus/0.0.2-SNAPSHOT/org.apache.aries.typedevent.bus-0.0.2-20230314.045544-546.pom [INFO] Downloading from apache-snapshots: https://repository.apache.org/snapshots/org/apache/aries/typedevent/org.apache.aries.typedevent.bus/0.0.2-SNAPSHOT/org.apache.aries.typedevent.bus-0.0.2-20230314.045544-546.pom [INFO] Downloaded from apache-snapshots: https://repository.apache.org/snapshots/org/apache/aries/typedevent/org.apache.aries.typedevent.bus/0.0.2-SNAPSHOT/org.apache.aries.typedevent.bus-0.0.2-20230314.045544-546.pom (4.5 kB at 14 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/apache/aries/typedevent/typedevent-parent/0.0.2-SNAPSHOT/maven-metadata.xml [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/apache/aries/typedevent/typedevent-parent/0.0.2-SNAPSHOT/maven-metadata.xml [INFO] Downloading from apache-snapshots: https://repository.apache.org/snapshots/org/apache/aries/typedevent/typedevent-parent/0.0.2-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from apache-snapshots: https://repository.apache.org/snapshots/org/apache/aries/typedevent/typedevent-parent/0.0.2-SNAPSHOT/maven-metadata.xml (625 B at 2.6 kB/s) [INFO] Downloading from apache-snapshots: https://repository.apache.org/snapshots/org/apache/aries/typedevent/typedevent-parent/0.0.2-SNAPSHOT/typedevent-parent-0.0.2-20230314.045544-546.pom [INFO] Downloaded from apache-snapshots: https://repository.apache.org/snapshots/org/apache/aries/typedevent/typedevent-parent/0.0.2-SNAPSHOT/typedevent-parent-0.0.2-20230314.045544-546.pom (15 kB at 42 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/apache/aries/typedevent/typedevent-test-bom/0.0.2-SNAPSHOT/maven-metadata.xml [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/apache/aries/typedevent/typedevent-test-bom/0.0.2-SNAPSHOT/maven-metadata.xml [INFO] Downloading from apache-snapshots: https://repository.apache.org/snapshots/org/apache/aries/typedevent/typedevent-test-bom/0.0.2-SNAPSHOT/maven-metadata.xml [INFO] Downloading from Apache-snapshots: https://repository.apache.org/content/groups/snapshots-group/org/apache/aries/typedevent/typedevent-test-bom/0.0.2-SNAPSHOT/maven-metadata.xml [INFO] Downloading from Sonatype-snapshots: https://oss.sonatype.org/content/repositories/snapshots/org/apache/aries/typedevent/typedevent-test-bom/0.0.2-SNAPSHOT/maven-metadata.xml [INFO] Downloading from apache.snapshots: https://repository.apache.org/snapshots/org/apache/aries/typedevent/typedevent-test-bom/0.0.2-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from Apache-snapshots: https://repository.apache.org/content/groups/snapshots-group/org/apache/aries/typedevent/typedevent-test-bom/0.0.2-SNAPSHOT/maven-metadata.xml (627 B at 5.2 kB/s) [INFO] Downloaded from apache-snapshots: https://repository.apache.org/snapshots/org/apache/aries/typedevent/typedevent-test-bom/0.0.2-SNAPSHOT/maven-metadata.xml (627 B at 1.3 kB/s) [INFO] Downloaded from apache.snapshots: https://repository.apache.org/snapshots/org/apache/aries/typedevent/typedevent-test-bom/0.0.2-SNAPSHOT/maven-metadata.xml (627 B at 1.3 kB/s) [INFO] Downloading from apache-snapshots: https://repository.apache.org/snapshots/org/apache/aries/typedevent/typedevent-test-bom/0.0.2-SNAPSHOT/typedevent-test-bom-0.0.2-20230314.045544-546.pom [INFO] Downloaded from apache-snapshots: https://repository.apache.org/snapshots/org/apache/aries/typedevent/typedevent-test-bom/0.0.2-SNAPSHOT/typedevent-test-bom-0.0.2-20230314.045544-546.pom (5.7 kB at 31 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/junit/junit-bom/5.6.2/junit-bom-5.6.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.6.2/junit-bom-5.6.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.6.2/junit-bom-5.6.2.pom (4.9 kB at 127 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/apache/felix/org.apache.felix.converter/1.0.14/org.apache.felix.converter-1.0.14.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.converter/1.0.14/org.apache.felix.converter-1.0.14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.converter/1.0.14/org.apache.felix.converter-1.0.14.pom (6.8 kB at 155 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/apache/aries/spifly/org.apache.aries.spifly.dynamic.framework.extension/1.3.7/org.apache.aries.spifly.dynamic.framework.extension-1.3.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/aries/spifly/org.apache.aries.spifly.dynamic.framework.extension/1.3.7/org.apache.aries.spifly.dynamic.framework.extension-1.3.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/aries/spifly/org.apache.aries.spifly.dynamic.framework.extension/1.3.7/org.apache.aries.spifly.dynamic.framework.extension-1.3.7.pom (4.7 kB at 65 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/apache/johnzon/johnzon-core/2.0.0/johnzon-core-2.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/johnzon/johnzon-core/2.0.0/johnzon-core-2.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/johnzon/johnzon-core/2.0.0/johnzon-core-2.0.0.pom (3.0 kB at 43 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/apache/johnzon/johnzon/2.0.0/johnzon-2.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/johnzon/johnzon/2.0.0/johnzon-2.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/johnzon/johnzon/2.0.0/johnzon-2.0.0.pom (28 kB at 533 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/jakarta/json/jakarta.json-api/2.1.3/jakarta.json-api-2.1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/json/jakarta.json-api/2.1.3/jakarta.json-api-2.1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/json/jakarta.json-api/2.1.3/jakarta.json-api-2.1.3.pom (19 kB at 518 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/ee4j/project/1.0.8/project-1.0.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ee4j/project/1.0.8/project-1.0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ee4j/project/1.0.8/project-1.0.8.pom (15 kB at 2.1 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.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 84 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 128 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/jakarta/servlet/jakarta.servlet-api/5.0.0/jakarta.servlet-api-5.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/servlet/jakarta.servlet-api/5.0.0/jakarta.servlet-api-5.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/servlet/jakarta.servlet-api/5.0.0/jakarta.servlet-api-5.0.0.pom (18 kB at 2.6 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/ee4j/project/1.0.6/project-1.0.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ee4j/project/1.0.6/project-1.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ee4j/project/1.0.6/project-1.0.6.pom (13 kB at 6.7 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/io/jsonwebtoken/jjwt-impl/0.11.5/jjwt-impl-0.11.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/jsonwebtoken/jjwt-impl/0.11.5/jjwt-impl-0.11.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/jsonwebtoken/jjwt-impl/0.11.5/jjwt-impl-0.11.5.pom (2.3 kB at 41 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/geckoprojects/emf/org.gecko.emf.osgi.codegen/6.1.0/org.gecko.emf.osgi.codegen-6.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/geckoprojects/emf/org.gecko.emf.osgi.codegen/6.1.0/org.gecko.emf.osgi.codegen-6.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/geckoprojects/emf/org.gecko.emf.osgi.codegen/6.1.0/org.gecko.emf.osgi.codegen-6.1.0.pom (7.0 kB at 175 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/osgi/org.osgi.service.prefs/1.1.2/org.osgi.service.prefs-1.1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.prefs/1.1.2/org.osgi.service.prefs-1.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.prefs/1.1.2/org.osgi.service.prefs-1.1.2.pom (1.7 kB at 213 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/emf/org.eclipse.emf.codegen.ecore/2.33.0/org.eclipse.emf.codegen.ecore-2.33.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.codegen.ecore/2.33.0/org.eclipse.emf.codegen.ecore-2.33.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.codegen.ecore/2.33.0/org.eclipse.emf.codegen.ecore-2.33.0.pom (3.4 kB at 76 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.runtime/maven-metadata.xml [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.runtime/maven-metadata.xml [INFO] Downloading from apache-snapshots: https://repository.apache.org/snapshots/org/eclipse/platform/org.eclipse.core.runtime/maven-metadata.xml [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/maven-metadata.xml [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/maven-metadata.xml (1.1 kB at 138 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.runtime/3.12.0/org.eclipse.core.runtime-3.12.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.12.0/org.eclipse.core.runtime-3.12.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.12.0/org.eclipse.core.runtime-3.12.0.pom (3.2 kB at 263 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml [INFO] Downloading from apache-snapshots: https://repository.apache.org/snapshots/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml (1.3 kB at 208 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.osgi/3.11.2/org.eclipse.osgi-3.11.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.11.2/org.eclipse.osgi-3.11.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.11.2/org.eclipse.osgi-3.11.2.pom (1.7 kB at 107 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.osgi/3.11.3/org.eclipse.osgi-3.11.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.11.3/org.eclipse.osgi-3.11.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.11.3/org.eclipse.osgi-3.11.3.pom (1.7 kB at 214 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.osgi/3.12.0/org.eclipse.osgi-3.12.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.12.0/org.eclipse.osgi-3.12.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.12.0/org.eclipse.osgi-3.12.0.pom (1.7 kB at 143 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.osgi/3.12.50/org.eclipse.osgi-3.12.50.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.12.50/org.eclipse.osgi-3.12.50.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.12.50/org.eclipse.osgi-3.12.50.pom (1.7 kB at 101 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.osgi/3.12.100/org.eclipse.osgi-3.12.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.12.100/org.eclipse.osgi-3.12.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.12.100/org.eclipse.osgi-3.12.100.pom (1.7 kB at 191 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.osgi/3.13.0/org.eclipse.osgi-3.13.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.13.0/org.eclipse.osgi-3.13.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.13.0/org.eclipse.osgi-3.13.0.pom (1.7 kB at 95 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.osgi/3.13.100/org.eclipse.osgi-3.13.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.13.100/org.eclipse.osgi-3.13.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.13.100/org.eclipse.osgi-3.13.100.pom (1.7 kB at 132 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.osgi/3.13.200/org.eclipse.osgi-3.13.200.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.13.200/org.eclipse.osgi-3.13.200.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.13.200/org.eclipse.osgi-3.13.200.pom (1.7 kB at 133 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.osgi/3.13.300/org.eclipse.osgi-3.13.300.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.13.300/org.eclipse.osgi-3.13.300.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.13.300/org.eclipse.osgi-3.13.300.pom (1.7 kB at 102 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.osgi/3.14.0/org.eclipse.osgi-3.14.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.14.0/org.eclipse.osgi-3.14.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.14.0/org.eclipse.osgi-3.14.0.pom (1.7 kB at 173 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.osgi/3.15.0/org.eclipse.osgi-3.15.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.15.0/org.eclipse.osgi-3.15.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.15.0/org.eclipse.osgi-3.15.0.pom (1.7 kB at 247 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.osgi/3.15.100/org.eclipse.osgi-3.15.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.15.100/org.eclipse.osgi-3.15.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.15.100/org.eclipse.osgi-3.15.100.pom (1.7 kB at 247 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.osgi/3.15.200/org.eclipse.osgi-3.15.200.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.15.200/org.eclipse.osgi-3.15.200.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.15.200/org.eclipse.osgi-3.15.200.pom (1.7 kB at 289 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.osgi/3.15.300/org.eclipse.osgi-3.15.300.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.15.300/org.eclipse.osgi-3.15.300.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.15.300/org.eclipse.osgi-3.15.300.pom (1.7 kB at 247 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.osgi/3.16.0/org.eclipse.osgi-3.16.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.16.0/org.eclipse.osgi-3.16.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.16.0/org.eclipse.osgi-3.16.0.pom (1.7 kB at 133 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.osgi/3.16.100/org.eclipse.osgi-3.16.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.16.100/org.eclipse.osgi-3.16.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.16.100/org.eclipse.osgi-3.16.100.pom (1.7 kB at 247 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.osgi/3.16.200/org.eclipse.osgi-3.16.200.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.16.200/org.eclipse.osgi-3.16.200.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.16.200/org.eclipse.osgi-3.16.200.pom (1.7 kB at 247 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.osgi/3.16.300/org.eclipse.osgi-3.16.300.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.16.300/org.eclipse.osgi-3.16.300.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.16.300/org.eclipse.osgi-3.16.300.pom (1.7 kB at 43 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.osgi/3.17.0/org.eclipse.osgi-3.17.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.17.0/org.eclipse.osgi-3.17.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.17.0/org.eclipse.osgi-3.17.0.pom (1.7 kB at 288 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.osgi/3.17.100/org.eclipse.osgi-3.17.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.17.100/org.eclipse.osgi-3.17.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.17.100/org.eclipse.osgi-3.17.100.pom (1.7 kB at 133 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.osgi/3.17.200/org.eclipse.osgi-3.17.200.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.17.200/org.eclipse.osgi-3.17.200.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.17.200/org.eclipse.osgi-3.17.200.pom (1.7 kB at 288 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.osgi/3.18.0/org.eclipse.osgi-3.18.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.18.0/org.eclipse.osgi-3.18.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.18.0/org.eclipse.osgi-3.18.0.pom (1.7 kB at 289 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.osgi/3.18.100/org.eclipse.osgi-3.18.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.18.100/org.eclipse.osgi-3.18.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.18.100/org.eclipse.osgi-3.18.100.pom (1.7 kB at 240 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.osgi/3.18.200/org.eclipse.osgi-3.18.200.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.18.200/org.eclipse.osgi-3.18.200.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.18.200/org.eclipse.osgi-3.18.200.pom (1.3 kB at 118 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.osgi/3.18.300/org.eclipse.osgi-3.18.300.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.18.300/org.eclipse.osgi-3.18.300.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.18.300/org.eclipse.osgi-3.18.300.pom (1.3 kB at 217 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.osgi/3.18.400/org.eclipse.osgi-3.18.400.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.18.400/org.eclipse.osgi-3.18.400.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.18.400/org.eclipse.osgi-3.18.400.pom (1.3 kB at 72 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.osgi/3.18.500/org.eclipse.osgi-3.18.500.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.18.500/org.eclipse.osgi-3.18.500.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.18.500/org.eclipse.osgi-3.18.500.pom (1.3 kB at 651 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.osgi/3.18.600/org.eclipse.osgi-3.18.600.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.18.600/org.eclipse.osgi-3.18.600.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.18.600/org.eclipse.osgi-3.18.600.pom (1.3 kB at 651 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml [INFO] Downloading from apache-snapshots: https://repository.apache.org/snapshots/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml (1.1 kB at 12 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.equinox.common/3.8.0/org.eclipse.equinox.common-3.8.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.8.0/org.eclipse.equinox.common-3.8.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.8.0/org.eclipse.equinox.common-3.8.0.pom (1.7 kB at 107 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.equinox.common/3.9.0/org.eclipse.equinox.common-3.9.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.9.0/org.eclipse.equinox.common-3.9.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.9.0/org.eclipse.equinox.common-3.9.0.pom (1.7 kB at 66 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.equinox.common/3.10.0/org.eclipse.equinox.common-3.10.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.10.0/org.eclipse.equinox.common-3.10.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.10.0/org.eclipse.equinox.common-3.10.0.pom (1.7 kB at 190 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.equinox.common/3.10.100/org.eclipse.equinox.common-3.10.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.10.100/org.eclipse.equinox.common-3.10.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.10.100/org.eclipse.equinox.common-3.10.100.pom (1.7 kB at 245 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.equinox.common/3.10.200/org.eclipse.equinox.common-3.10.200.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.10.200/org.eclipse.equinox.common-3.10.200.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.10.200/org.eclipse.equinox.common-3.10.200.pom (1.7 kB at 288 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.equinox.common/3.10.300/org.eclipse.equinox.common-3.10.300.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.10.300/org.eclipse.equinox.common-3.10.300.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.10.300/org.eclipse.equinox.common-3.10.300.pom (1.7 kB at 47 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.equinox.common/3.10.400/org.eclipse.equinox.common-3.10.400.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.10.400/org.eclipse.equinox.common-3.10.400.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.10.400/org.eclipse.equinox.common-3.10.400.pom (1.7 kB at 157 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.equinox.common/3.10.500/org.eclipse.equinox.common-3.10.500.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.10.500/org.eclipse.equinox.common-3.10.500.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.10.500/org.eclipse.equinox.common-3.10.500.pom (1.7 kB at 288 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.equinox.common/3.10.600/org.eclipse.equinox.common-3.10.600.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.10.600/org.eclipse.equinox.common-3.10.600.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.10.600/org.eclipse.equinox.common-3.10.600.pom (1.7 kB at 288 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.equinox.common/3.11.0/org.eclipse.equinox.common-3.11.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.11.0/org.eclipse.equinox.common-3.11.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.11.0/org.eclipse.equinox.common-3.11.0.pom (1.7 kB at 247 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.equinox.common/3.12.0/org.eclipse.equinox.common-3.12.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.12.0/org.eclipse.equinox.common-3.12.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.12.0/org.eclipse.equinox.common-3.12.0.pom (1.7 kB at 133 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.equinox.common/3.13.0/org.eclipse.equinox.common-3.13.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.13.0/org.eclipse.equinox.common-3.13.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.13.0/org.eclipse.equinox.common-3.13.0.pom (1.7 kB at 17 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.equinox.common/3.14.0/org.eclipse.equinox.common-3.14.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.14.0/org.eclipse.equinox.common-3.14.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.14.0/org.eclipse.equinox.common-3.14.0.pom (1.7 kB at 247 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.equinox.common/3.14.100/org.eclipse.equinox.common-3.14.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.14.100/org.eclipse.equinox.common-3.14.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.14.100/org.eclipse.equinox.common-3.14.100.pom (1.7 kB at 157 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.equinox.common/3.15.0/org.eclipse.equinox.common-3.15.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.15.0/org.eclipse.equinox.common-3.15.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.15.0/org.eclipse.equinox.common-3.15.0.pom (1.7 kB at 288 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.equinox.common/3.15.100/org.eclipse.equinox.common-3.15.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.15.100/org.eclipse.equinox.common-3.15.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.15.100/org.eclipse.equinox.common-3.15.100.pom (1.7 kB at 157 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.equinox.common/3.16.0/org.eclipse.equinox.common-3.16.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.16.0/org.eclipse.equinox.common-3.16.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.16.0/org.eclipse.equinox.common-3.16.0.pom (1.9 kB at 322 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.equinox.common/3.16.100/org.eclipse.equinox.common-3.16.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.16.100/org.eclipse.equinox.common-3.16.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.16.100/org.eclipse.equinox.common-3.16.100.pom (1.9 kB at 325 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.equinox.common/3.16.200/org.eclipse.equinox.common-3.16.200.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.16.200/org.eclipse.equinox.common-3.16.200.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.16.200/org.eclipse.equinox.common-3.16.200.pom (1.9 kB at 324 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.equinox.common/3.17.0/org.eclipse.equinox.common-3.17.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.17.0/org.eclipse.equinox.common-3.17.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.17.0/org.eclipse.equinox.common-3.17.0.pom (1.6 kB at 259 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.equinox.common/3.17.100/org.eclipse.equinox.common-3.17.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.17.100/org.eclipse.equinox.common-3.17.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.17.100/org.eclipse.equinox.common-3.17.100.pom (1.6 kB at 104 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.equinox.common/3.18.0/org.eclipse.equinox.common-3.18.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.18.0/org.eclipse.equinox.common-3.18.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.18.0/org.eclipse.equinox.common-3.18.0.pom (1.6 kB at 222 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.equinox.common/3.18.100/org.eclipse.equinox.common-3.18.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.18.100/org.eclipse.equinox.common-3.18.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.18.100/org.eclipse.equinox.common-3.18.100.pom (1.6 kB at 1.6 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.equinox.common/3.18.200/org.eclipse.equinox.common-3.18.200.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.18.200/org.eclipse.equinox.common-3.18.200.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.18.200/org.eclipse.equinox.common-3.18.200.pom (1.6 kB at 1.6 MB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml [INFO] Downloading from apache-snapshots: https://repository.apache.org/snapshots/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml (1.2 kB at 107 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.jobs/3.8.0/org.eclipse.core.jobs-3.8.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.8.0/org.eclipse.core.jobs-3.8.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.8.0/org.eclipse.core.jobs-3.8.0.pom (1.9 kB at 108 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.jobs/3.9.0/org.eclipse.core.jobs-3.9.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.9.0/org.eclipse.core.jobs-3.9.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.9.0/org.eclipse.core.jobs-3.9.0.pom (1.9 kB at 277 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.jobs/3.9.1/org.eclipse.core.jobs-3.9.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.9.1/org.eclipse.core.jobs-3.9.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.9.1/org.eclipse.core.jobs-3.9.1.pom (1.9 kB at 323 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.jobs/3.9.2/org.eclipse.core.jobs-3.9.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.9.2/org.eclipse.core.jobs-3.9.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.9.2/org.eclipse.core.jobs-3.9.2.pom (1.9 kB at 277 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.jobs/3.9.3/org.eclipse.core.jobs-3.9.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.9.3/org.eclipse.core.jobs-3.9.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.9.3/org.eclipse.core.jobs-3.9.3.pom (1.9 kB at 277 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.jobs/3.10.0/org.eclipse.core.jobs-3.10.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.0/org.eclipse.core.jobs-3.10.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.0/org.eclipse.core.jobs-3.10.0.pom (1.9 kB at 323 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.jobs/3.10.100/org.eclipse.core.jobs-3.10.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.100/org.eclipse.core.jobs-3.10.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.100/org.eclipse.core.jobs-3.10.100.pom (1.9 kB at 388 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.jobs/3.10.200/org.eclipse.core.jobs-3.10.200.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.200/org.eclipse.core.jobs-3.10.200.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.200/org.eclipse.core.jobs-3.10.200.pom (2.0 kB at 163 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.jobs/3.10.300/org.eclipse.core.jobs-3.10.300.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.300/org.eclipse.core.jobs-3.10.300.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.300/org.eclipse.core.jobs-3.10.300.pom (2.0 kB at 280 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.jobs/3.10.400/org.eclipse.core.jobs-3.10.400.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.400/org.eclipse.core.jobs-3.10.400.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.400/org.eclipse.core.jobs-3.10.400.pom (2.0 kB at 280 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.jobs/3.10.500/org.eclipse.core.jobs-3.10.500.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.500/org.eclipse.core.jobs-3.10.500.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.500/org.eclipse.core.jobs-3.10.500.pom (2.0 kB at 326 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.jobs/3.10.600/org.eclipse.core.jobs-3.10.600.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.600/org.eclipse.core.jobs-3.10.600.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.600/org.eclipse.core.jobs-3.10.600.pom (2.0 kB at 392 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.jobs/3.10.700/org.eclipse.core.jobs-3.10.700.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.700/org.eclipse.core.jobs-3.10.700.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.700/org.eclipse.core.jobs-3.10.700.pom (2.0 kB at 280 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.jobs/3.10.800/org.eclipse.core.jobs-3.10.800.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.800/org.eclipse.core.jobs-3.10.800.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.800/org.eclipse.core.jobs-3.10.800.pom (2.0 kB at 178 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.jobs/3.10.1000/org.eclipse.core.jobs-3.10.1000.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.1000/org.eclipse.core.jobs-3.10.1000.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.1000/org.eclipse.core.jobs-3.10.1000.pom (2.0 kB at 327 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.jobs/3.10.1100/org.eclipse.core.jobs-3.10.1100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.1100/org.eclipse.core.jobs-3.10.1100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.1100/org.eclipse.core.jobs-3.10.1100.pom (2.0 kB at 280 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.jobs/3.11.0/org.eclipse.core.jobs-3.11.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.11.0/org.eclipse.core.jobs-3.11.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.11.0/org.eclipse.core.jobs-3.11.0.pom (2.0 kB at 178 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.jobs/3.12.0/org.eclipse.core.jobs-3.12.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.12.0/org.eclipse.core.jobs-3.12.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.12.0/org.eclipse.core.jobs-3.12.0.pom (2.0 kB at 281 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.jobs/3.12.100/org.eclipse.core.jobs-3.12.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.12.100/org.eclipse.core.jobs-3.12.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.12.100/org.eclipse.core.jobs-3.12.100.pom (2.0 kB at 279 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.jobs/3.13.0/org.eclipse.core.jobs-3.13.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.13.0/org.eclipse.core.jobs-3.13.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.13.0/org.eclipse.core.jobs-3.13.0.pom (2.0 kB at 245 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.jobs/3.13.100/org.eclipse.core.jobs-3.13.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.13.100/org.eclipse.core.jobs-3.13.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.13.100/org.eclipse.core.jobs-3.13.100.pom (2.2 kB at 360 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.jobs/3.13.200/org.eclipse.core.jobs-3.13.200.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.13.200/org.eclipse.core.jobs-3.13.200.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.13.200/org.eclipse.core.jobs-3.13.200.pom (1.8 kB at 298 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.jobs/3.13.300/org.eclipse.core.jobs-3.13.300.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.13.300/org.eclipse.core.jobs-3.13.300.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.13.300/org.eclipse.core.jobs-3.13.300.pom (1.8 kB at 256 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.jobs/3.14.0/org.eclipse.core.jobs-3.14.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.14.0/org.eclipse.core.jobs-3.14.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.14.0/org.eclipse.core.jobs-3.14.0.pom (1.8 kB at 298 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.jobs/3.15.0/org.eclipse.core.jobs-3.15.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.15.0/org.eclipse.core.jobs-3.15.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.15.0/org.eclipse.core.jobs-3.15.0.pom (1.8 kB at 1.8 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.jobs/3.15.100/org.eclipse.core.jobs-3.15.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.15.100/org.eclipse.core.jobs-3.15.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.15.100/org.eclipse.core.jobs-3.15.100.pom (1.8 kB at 1.8 MB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml [INFO] Downloading from apache-snapshots: https://repository.apache.org/snapshots/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml (988 B at 99 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.equinox.registry/3.6.100/org.eclipse.equinox.registry-3.6.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.6.100/org.eclipse.equinox.registry-3.6.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.6.100/org.eclipse.equinox.registry-3.6.100.pom (1.9 kB at 114 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.equinox.registry/3.7.0/org.eclipse.equinox.registry-3.7.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.7.0/org.eclipse.equinox.registry-3.7.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.7.0/org.eclipse.equinox.registry-3.7.0.pom (1.9 kB at 322 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.equinox.registry/3.8.0/org.eclipse.equinox.registry-3.8.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.8.0/org.eclipse.equinox.registry-3.8.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.8.0/org.eclipse.equinox.registry-3.8.0.pom (1.9 kB at 322 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.equinox.registry/3.8.100/org.eclipse.equinox.registry-3.8.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.8.100/org.eclipse.equinox.registry-3.8.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.8.100/org.eclipse.equinox.registry-3.8.100.pom (1.9 kB at 323 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.equinox.registry/3.8.200/org.eclipse.equinox.registry-3.8.200.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.8.200/org.eclipse.equinox.registry-3.8.200.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.8.200/org.eclipse.equinox.registry-3.8.200.pom (2.0 kB at 178 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.equinox.registry/3.8.300/org.eclipse.equinox.registry-3.8.300.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.8.300/org.eclipse.equinox.registry-3.8.300.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.8.300/org.eclipse.equinox.registry-3.8.300.pom (2.0 kB at 279 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.equinox.registry/3.8.400/org.eclipse.equinox.registry-3.8.400.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.8.400/org.eclipse.equinox.registry-3.8.400.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.8.400/org.eclipse.equinox.registry-3.8.400.pom (2.0 kB at 326 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.equinox.registry/3.8.500/org.eclipse.equinox.registry-3.8.500.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.8.500/org.eclipse.equinox.registry-3.8.500.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.8.500/org.eclipse.equinox.registry-3.8.500.pom (2.0 kB at 178 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.equinox.registry/3.8.600/org.eclipse.equinox.registry-3.8.600.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.8.600/org.eclipse.equinox.registry-3.8.600.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.8.600/org.eclipse.equinox.registry-3.8.600.pom (2.0 kB at 178 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.equinox.registry/3.8.700/org.eclipse.equinox.registry-3.8.700.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.8.700/org.eclipse.equinox.registry-3.8.700.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.8.700/org.eclipse.equinox.registry-3.8.700.pom (2.0 kB at 279 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.equinox.registry/3.8.800/org.eclipse.equinox.registry-3.8.800.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.8.800/org.eclipse.equinox.registry-3.8.800.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.8.800/org.eclipse.equinox.registry-3.8.800.pom (2.0 kB at 391 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.equinox.registry/3.9.0/org.eclipse.equinox.registry-3.9.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.9.0/org.eclipse.equinox.registry-3.9.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.9.0/org.eclipse.equinox.registry-3.9.0.pom (2.0 kB at 390 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.equinox.registry/3.10.0/org.eclipse.equinox.registry-3.10.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.10.0/org.eclipse.equinox.registry-3.10.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.10.0/org.eclipse.equinox.registry-3.10.0.pom (2.0 kB at 130 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.equinox.registry/3.10.100/org.eclipse.equinox.registry-3.10.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.10.100/org.eclipse.equinox.registry-3.10.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.10.100/org.eclipse.equinox.registry-3.10.100.pom (2.0 kB at 326 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.equinox.registry/3.10.200/org.eclipse.equinox.registry-3.10.200.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.10.200/org.eclipse.equinox.registry-3.10.200.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.10.200/org.eclipse.equinox.registry-3.10.200.pom (2.0 kB at 326 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.equinox.registry/3.11.0/org.eclipse.equinox.registry-3.11.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.11.0/org.eclipse.equinox.registry-3.11.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.11.0/org.eclipse.equinox.registry-3.11.0.pom (2.0 kB at 328 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.equinox.registry/3.11.100/org.eclipse.equinox.registry-3.11.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.11.100/org.eclipse.equinox.registry-3.11.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.11.100/org.eclipse.equinox.registry-3.11.100.pom (2.0 kB at 326 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.equinox.registry/3.11.200/org.eclipse.equinox.registry-3.11.200.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.11.200/org.eclipse.equinox.registry-3.11.200.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.11.200/org.eclipse.equinox.registry-3.11.200.pom (2.4 kB at 336 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.equinox.registry/3.11.300/org.eclipse.equinox.registry-3.11.300.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.11.300/org.eclipse.equinox.registry-3.11.300.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.11.300/org.eclipse.equinox.registry-3.11.300.pom (2.0 kB at 2.0 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.equinox.registry/3.11.400/org.eclipse.equinox.registry-3.11.400.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.11.400/org.eclipse.equinox.registry-3.11.400.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.11.400/org.eclipse.equinox.registry-3.11.400.pom (2.0 kB at 2.0 MB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml [INFO] Downloading from apache-snapshots: https://repository.apache.org/snapshots/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml (976 B at 89 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.equinox.preferences/3.6.1/org.eclipse.equinox.preferences-3.6.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.6.1/org.eclipse.equinox.preferences-3.6.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.6.1/org.eclipse.equinox.preferences-3.6.1.pom (2.2 kB at 120 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.0/org.eclipse.equinox.preferences-3.7.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.0/org.eclipse.equinox.preferences-3.7.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.0/org.eclipse.equinox.preferences-3.7.0.pom (2.2 kB at 135 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.100/org.eclipse.equinox.preferences-3.7.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.100/org.eclipse.equinox.preferences-3.7.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.100/org.eclipse.equinox.preferences-3.7.100.pom (2.2 kB at 135 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.200/org.eclipse.equinox.preferences-3.7.200.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.200/org.eclipse.equinox.preferences-3.7.200.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.200/org.eclipse.equinox.preferences-3.7.200.pom (2.2 kB at 154 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.300/org.eclipse.equinox.preferences-3.7.300.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.300/org.eclipse.equinox.preferences-3.7.300.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.300/org.eclipse.equinox.preferences-3.7.300.pom (2.2 kB at 311 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.400/org.eclipse.equinox.preferences-3.7.400.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.400/org.eclipse.equinox.preferences-3.7.400.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.400/org.eclipse.equinox.preferences-3.7.400.pom (2.2 kB at 167 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.500/org.eclipse.equinox.preferences-3.7.500.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.500/org.eclipse.equinox.preferences-3.7.500.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.500/org.eclipse.equinox.preferences-3.7.500.pom (2.2 kB at 311 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.600/org.eclipse.equinox.preferences-3.7.600.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.600/org.eclipse.equinox.preferences-3.7.600.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.600/org.eclipse.equinox.preferences-3.7.600.pom (2.2 kB at 311 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.700/org.eclipse.equinox.preferences-3.7.700.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.700/org.eclipse.equinox.preferences-3.7.700.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.700/org.eclipse.equinox.preferences-3.7.700.pom (2.2 kB at 311 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.equinox.preferences/3.8.0/org.eclipse.equinox.preferences-3.8.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.8.0/org.eclipse.equinox.preferences-3.8.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.8.0/org.eclipse.equinox.preferences-3.8.0.pom (2.2 kB at 217 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.equinox.preferences/3.8.100/org.eclipse.equinox.preferences-3.8.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.8.100/org.eclipse.equinox.preferences-3.8.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.8.100/org.eclipse.equinox.preferences-3.8.100.pom (2.2 kB at 435 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.equinox.preferences/3.8.200/org.eclipse.equinox.preferences-3.8.200.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.8.200/org.eclipse.equinox.preferences-3.8.200.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.8.200/org.eclipse.equinox.preferences-3.8.200.pom (2.2 kB at 362 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.equinox.preferences/3.9.0/org.eclipse.equinox.preferences-3.9.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.9.0/org.eclipse.equinox.preferences-3.9.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.9.0/org.eclipse.equinox.preferences-3.9.0.pom (2.2 kB at 364 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.equinox.preferences/3.9.100/org.eclipse.equinox.preferences-3.9.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.9.100/org.eclipse.equinox.preferences-3.9.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.9.100/org.eclipse.equinox.preferences-3.9.100.pom (2.2 kB at 362 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.equinox.preferences/3.10.1/org.eclipse.equinox.preferences-3.10.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.10.1/org.eclipse.equinox.preferences-3.10.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.10.1/org.eclipse.equinox.preferences-3.10.1.pom (2.3 kB at 136 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/osgi/org.osgi.service.prefs/maven-metadata.xml [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/osgi/org.osgi.service.prefs/maven-metadata.xml [INFO] Downloading from apache-snapshots: https://repository.apache.org/snapshots/org/osgi/org.osgi.service.prefs/maven-metadata.xml [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.prefs/maven-metadata.xml [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.prefs/maven-metadata.xml (389 B at 43 kB/s) [INFO] Downloaded from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/osgi/org.osgi.service.prefs/maven-metadata.xml (371 B at 13 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/osgi/org.osgi.service.prefs/1.1.1-SNAPSHOT/maven-metadata.xml [INFO] Downloading from apache-snapshots: https://repository.apache.org/snapshots/org/osgi/org.osgi.service.prefs/1.1.1-SNAPSHOT/maven-metadata.xml [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/osgi/org.osgi.service.prefs/1.1.1-SNAPSHOT/maven-metadata.xml [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/osgi/org.osgi.service.prefs/1.1.1-SNAPSHOT/org.osgi.service.prefs-1.1.1-SNAPSHOT.pom [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/osgi/org.osgi.service.prefs/1.1.1-SNAPSHOT/org.osgi.service.prefs-1.1.1-SNAPSHOT.pom [INFO] Downloading from apache-snapshots: https://repository.apache.org/snapshots/org/osgi/org.osgi.service.prefs/1.1.1-SNAPSHOT/org.osgi.service.prefs-1.1.1-SNAPSHOT.pom [WARNING] The POM for org.osgi:org.osgi.service.prefs:jar:1.1.1-SNAPSHOT is missing, no dependency information available [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/osgi/org.osgi.service.prefs/1.1.1/org.osgi.service.prefs-1.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.prefs/1.1.1/org.osgi.service.prefs-1.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.prefs/1.1.1/org.osgi.service.prefs-1.1.1.pom (1.3 kB at 259 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.equinox.preferences/3.10.100/org.eclipse.equinox.preferences-3.10.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.10.100/org.eclipse.equinox.preferences-3.10.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.10.100/org.eclipse.equinox.preferences-3.10.100.pom (2.6 kB at 233 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.equinox.preferences/3.10.200/org.eclipse.equinox.preferences-3.10.200.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.10.200/org.eclipse.equinox.preferences-3.10.200.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.10.200/org.eclipse.equinox.preferences-3.10.200.pom (2.2 kB at 242 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.equinox.preferences/3.10.300/org.eclipse.equinox.preferences-3.10.300.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.10.300/org.eclipse.equinox.preferences-3.10.300.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.10.300/org.eclipse.equinox.preferences-3.10.300.pom (2.2 kB at 272 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.equinox.preferences/3.10.400/org.eclipse.equinox.preferences-3.10.400.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.10.400/org.eclipse.equinox.preferences-3.10.400.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.10.400/org.eclipse.equinox.preferences-3.10.400.pom (2.2 kB at 2.2 MB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.contenttype/maven-metadata.xml [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.contenttype/maven-metadata.xml [INFO] Downloading from apache-snapshots: https://repository.apache.org/snapshots/org/eclipse/platform/org.eclipse.core.contenttype/maven-metadata.xml [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/maven-metadata.xml [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/maven-metadata.xml (948 B at 158 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.contenttype/3.5.100/org.eclipse.core.contenttype-3.5.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.5.100/org.eclipse.core.contenttype-3.5.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.5.100/org.eclipse.core.contenttype-3.5.100.pom (2.3 kB at 257 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.contenttype/3.6.0/org.eclipse.core.contenttype-3.6.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.6.0/org.eclipse.core.contenttype-3.6.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.6.0/org.eclipse.core.contenttype-3.6.0.pom (2.3 kB at 193 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.contenttype/3.7.0/org.eclipse.core.contenttype-3.7.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.7.0/org.eclipse.core.contenttype-3.7.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.7.0/org.eclipse.core.contenttype-3.7.0.pom (2.3 kB at 331 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.contenttype/3.7.100/org.eclipse.core.contenttype-3.7.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.7.100/org.eclipse.core.contenttype-3.7.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.7.100/org.eclipse.core.contenttype-3.7.100.pom (2.3 kB at 331 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.contenttype/3.7.200/org.eclipse.core.contenttype-3.7.200.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.7.200/org.eclipse.core.contenttype-3.7.200.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.7.200/org.eclipse.core.contenttype-3.7.200.pom (2.3 kB at 259 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.contenttype/3.7.300/org.eclipse.core.contenttype-3.7.300.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.7.300/org.eclipse.core.contenttype-3.7.300.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.7.300/org.eclipse.core.contenttype-3.7.300.pom (2.3 kB at 101 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.contenttype/3.7.400/org.eclipse.core.contenttype-3.7.400.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.7.400/org.eclipse.core.contenttype-3.7.400.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.7.400/org.eclipse.core.contenttype-3.7.400.pom (2.3 kB at 146 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.contenttype/3.7.500/org.eclipse.core.contenttype-3.7.500.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.7.500/org.eclipse.core.contenttype-3.7.500.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.7.500/org.eclipse.core.contenttype-3.7.500.pom (2.3 kB at 389 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.contenttype/3.7.600/org.eclipse.core.contenttype-3.7.600.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.7.600/org.eclipse.core.contenttype-3.7.600.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.7.600/org.eclipse.core.contenttype-3.7.600.pom (2.3 kB at 389 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.contenttype/3.7.700/org.eclipse.core.contenttype-3.7.700.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.7.700/org.eclipse.core.contenttype-3.7.700.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.7.700/org.eclipse.core.contenttype-3.7.700.pom (2.3 kB at 194 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.contenttype/3.7.800/org.eclipse.core.contenttype-3.7.800.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.7.800/org.eclipse.core.contenttype-3.7.800.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.7.800/org.eclipse.core.contenttype-3.7.800.pom (2.3 kB at 212 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.contenttype/3.7.900/org.eclipse.core.contenttype-3.7.900.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.7.900/org.eclipse.core.contenttype-3.7.900.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.7.900/org.eclipse.core.contenttype-3.7.900.pom (2.3 kB at 389 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.contenttype/3.7.1000/org.eclipse.core.contenttype-3.7.1000.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.7.1000/org.eclipse.core.contenttype-3.7.1000.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.7.1000/org.eclipse.core.contenttype-3.7.1000.pom (2.3 kB at 102 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.contenttype/3.8.0/org.eclipse.core.contenttype-3.8.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.8.0/org.eclipse.core.contenttype-3.8.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.8.0/org.eclipse.core.contenttype-3.8.0.pom (2.3 kB at 391 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.contenttype/3.8.100/org.eclipse.core.contenttype-3.8.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.8.100/org.eclipse.core.contenttype-3.8.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.8.100/org.eclipse.core.contenttype-3.8.100.pom (2.3 kB at 155 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.contenttype/3.8.200/org.eclipse.core.contenttype-3.8.200.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.8.200/org.eclipse.core.contenttype-3.8.200.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.8.200/org.eclipse.core.contenttype-3.8.200.pom (2.6 kB at 186 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.contenttype/3.9.0/org.eclipse.core.contenttype-3.9.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.9.0/org.eclipse.core.contenttype-3.9.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.9.0/org.eclipse.core.contenttype-3.9.0.pom (2.2 kB at 222 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.contenttype/3.9.100/org.eclipse.core.contenttype-3.9.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.9.100/org.eclipse.core.contenttype-3.9.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.9.100/org.eclipse.core.contenttype-3.9.100.pom (2.2 kB at 1.1 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.contenttype/3.9.200/org.eclipse.core.contenttype-3.9.200.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.9.200/org.eclipse.core.contenttype-3.9.200.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.9.200/org.eclipse.core.contenttype-3.9.200.pom (2.2 kB at 1.1 MB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.app/maven-metadata.xml [INFO] Downloading from apache-snapshots: https://repository.apache.org/snapshots/org/eclipse/platform/org.eclipse.equinox.app/maven-metadata.xml [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.equinox.app/maven-metadata.xml [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/maven-metadata.xml [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/maven-metadata.xml (845 B at 141 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.equinox.app/1.3.400/org.eclipse.equinox.app-1.3.400.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.3.400/org.eclipse.equinox.app-1.3.400.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.3.400/org.eclipse.equinox.app-1.3.400.pom (2.1 kB at 353 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.equinox.app/1.3.500/org.eclipse.equinox.app-1.3.500.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.3.500/org.eclipse.equinox.app-1.3.500.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.3.500/org.eclipse.equinox.app-1.3.500.pom (2.1 kB at 163 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.equinox.app/1.3.600/org.eclipse.equinox.app-1.3.600.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.3.600/org.eclipse.equinox.app-1.3.600.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.3.600/org.eclipse.equinox.app-1.3.600.pom (2.1 kB at 302 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.equinox.app/1.4.0/org.eclipse.equinox.app-1.4.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.4.0/org.eclipse.equinox.app-1.4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.4.0/org.eclipse.equinox.app-1.4.0.pom (2.1 kB at 305 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.equinox.app/1.4.100/org.eclipse.equinox.app-1.4.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.4.100/org.eclipse.equinox.app-1.4.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.4.100/org.eclipse.equinox.app-1.4.100.pom (2.1 kB at 356 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.equinox.app/1.4.200/org.eclipse.equinox.app-1.4.200.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.4.200/org.eclipse.equinox.app-1.4.200.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.4.200/org.eclipse.equinox.app-1.4.200.pom (2.1 kB at 356 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.equinox.app/1.4.300/org.eclipse.equinox.app-1.4.300.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.4.300/org.eclipse.equinox.app-1.4.300.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.4.300/org.eclipse.equinox.app-1.4.300.pom (2.1 kB at 356 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.equinox.app/1.4.400/org.eclipse.equinox.app-1.4.400.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.4.400/org.eclipse.equinox.app-1.4.400.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.4.400/org.eclipse.equinox.app-1.4.400.pom (2.1 kB at 427 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.equinox.app/1.4.500/org.eclipse.equinox.app-1.4.500.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.4.500/org.eclipse.equinox.app-1.4.500.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.4.500/org.eclipse.equinox.app-1.4.500.pom (2.1 kB at 142 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.equinox.app/1.5.0/org.eclipse.equinox.app-1.5.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.5.0/org.eclipse.equinox.app-1.5.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.5.0/org.eclipse.equinox.app-1.5.0.pom (2.1 kB at 133 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.equinox.app/1.5.100/org.eclipse.equinox.app-1.5.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.5.100/org.eclipse.equinox.app-1.5.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.5.100/org.eclipse.equinox.app-1.5.100.pom (2.1 kB at 356 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.equinox.app/1.6.0/org.eclipse.equinox.app-1.6.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.6.0/org.eclipse.equinox.app-1.6.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.6.0/org.eclipse.equinox.app-1.6.0.pom (2.1 kB at 71 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.equinox.app/1.6.100/org.eclipse.equinox.app-1.6.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.6.100/org.eclipse.equinox.app-1.6.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.6.100/org.eclipse.equinox.app-1.6.100.pom (2.1 kB at 355 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.equinox.app/1.6.200/org.eclipse.equinox.app-1.6.200.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.6.200/org.eclipse.equinox.app-1.6.200.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.6.200/org.eclipse.equinox.app-1.6.200.pom (2.6 kB at 510 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.equinox.app/1.6.300/org.eclipse.equinox.app-1.6.300.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.6.300/org.eclipse.equinox.app-1.6.300.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.6.300/org.eclipse.equinox.app-1.6.300.pom (2.2 kB at 1.1 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.equinox.app/1.6.400/org.eclipse.equinox.app-1.6.400.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.6.400/org.eclipse.equinox.app-1.6.400.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.6.400/org.eclipse.equinox.app-1.6.400.pom (2.2 kB at 167 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.runtime/3.13.0/org.eclipse.core.runtime-3.13.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.13.0/org.eclipse.core.runtime-3.13.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.13.0/org.eclipse.core.runtime-3.13.0.pom (3.2 kB at 351 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.runtime/3.14.0/org.eclipse.core.runtime-3.14.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.14.0/org.eclipse.core.runtime-3.14.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.14.0/org.eclipse.core.runtime-3.14.0.pom (3.2 kB at 243 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.runtime/3.15.0/org.eclipse.core.runtime-3.15.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.15.0/org.eclipse.core.runtime-3.15.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.15.0/org.eclipse.core.runtime-3.15.0.pom (3.2 kB at 451 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.runtime/3.15.100/org.eclipse.core.runtime-3.15.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.15.100/org.eclipse.core.runtime-3.15.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.15.100/org.eclipse.core.runtime-3.15.100.pom (3.2 kB at 289 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.runtime/3.15.200/org.eclipse.core.runtime-3.15.200.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.15.200/org.eclipse.core.runtime-3.15.200.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.15.200/org.eclipse.core.runtime-3.15.200.pom (3.2 kB at 530 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.runtime/3.15.300/org.eclipse.core.runtime-3.15.300.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.15.300/org.eclipse.core.runtime-3.15.300.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.15.300/org.eclipse.core.runtime-3.15.300.pom (3.2 kB at 530 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.runtime/3.16.0/org.eclipse.core.runtime-3.16.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.16.0/org.eclipse.core.runtime-3.16.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.16.0/org.eclipse.core.runtime-3.16.0.pom (3.0 kB at 428 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.runtime/3.17.0/org.eclipse.core.runtime-3.17.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.17.0/org.eclipse.core.runtime-3.17.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.17.0/org.eclipse.core.runtime-3.17.0.pom (3.0 kB at 300 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.runtime/3.17.100/org.eclipse.core.runtime-3.17.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.17.100/org.eclipse.core.runtime-3.17.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.17.100/org.eclipse.core.runtime-3.17.100.pom (3.0 kB at 428 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.runtime/3.18.0/org.eclipse.core.runtime-3.18.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.18.0/org.eclipse.core.runtime-3.18.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.18.0/org.eclipse.core.runtime-3.18.0.pom (3.0 kB at 500 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.runtime/3.19.0/org.eclipse.core.runtime-3.19.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.19.0/org.eclipse.core.runtime-3.19.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.19.0/org.eclipse.core.runtime-3.19.0.pom (3.0 kB at 500 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.runtime/3.20.0/org.eclipse.core.runtime-3.20.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.20.0/org.eclipse.core.runtime-3.20.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.20.0/org.eclipse.core.runtime-3.20.0.pom (3.0 kB at 500 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.runtime/3.20.100/org.eclipse.core.runtime-3.20.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.20.100/org.eclipse.core.runtime-3.20.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.20.100/org.eclipse.core.runtime-3.20.100.pom (3.0 kB at 188 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.runtime/3.22.0/org.eclipse.core.runtime-3.22.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.22.0/org.eclipse.core.runtime-3.22.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.22.0/org.eclipse.core.runtime-3.22.0.pom (3.0 kB at 273 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.runtime/3.23.0/org.eclipse.core.runtime-3.23.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.23.0/org.eclipse.core.runtime-3.23.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.23.0/org.eclipse.core.runtime-3.23.0.pom (3.0 kB at 430 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.runtime/3.24.0/org.eclipse.core.runtime-3.24.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.24.0/org.eclipse.core.runtime-3.24.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.24.0/org.eclipse.core.runtime-3.24.0.pom (3.0 kB at 249 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.runtime/3.24.100/org.eclipse.core.runtime-3.24.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.24.100/org.eclipse.core.runtime-3.24.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.24.100/org.eclipse.core.runtime-3.24.100.pom (3.0 kB at 272 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.runtime/3.25.0/org.eclipse.core.runtime-3.25.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.25.0/org.eclipse.core.runtime-3.25.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.25.0/org.eclipse.core.runtime-3.25.0.pom (3.0 kB at 158 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.runtime/3.26.0/org.eclipse.core.runtime-3.26.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.26.0/org.eclipse.core.runtime-3.26.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.26.0/org.eclipse.core.runtime-3.26.0.pom (3.2 kB at 457 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.runtime/3.26.100/org.eclipse.core.runtime-3.26.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.26.100/org.eclipse.core.runtime-3.26.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.26.100/org.eclipse.core.runtime-3.26.100.pom (2.8 kB at 400 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.runtime/3.27.0/org.eclipse.core.runtime-3.27.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.27.0/org.eclipse.core.runtime-3.27.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.27.0/org.eclipse.core.runtime-3.27.0.pom (2.8 kB at 399 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.runtime/3.29.0/org.eclipse.core.runtime-3.29.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.29.0/org.eclipse.core.runtime-3.29.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.29.0/org.eclipse.core.runtime-3.29.0.pom (2.8 kB at 2.8 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.runtime/3.30.0/org.eclipse.core.runtime-3.30.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.30.0/org.eclipse.core.runtime-3.30.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.30.0/org.eclipse.core.runtime-3.30.0.pom (2.8 kB at 2.8 MB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.resources/maven-metadata.xml [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.resources/maven-metadata.xml [INFO] Downloading from apache-snapshots: https://repository.apache.org/snapshots/org/eclipse/platform/org.eclipse.core.resources/maven-metadata.xml [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/maven-metadata.xml [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/maven-metadata.xml (1.1 kB at 124 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.resources/3.11.1/org.eclipse.core.resources-3.11.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.11.1/org.eclipse.core.resources-3.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.11.1/org.eclipse.core.resources-3.11.1.pom (2.5 kB at 105 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.expressions/maven-metadata.xml [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.expressions/maven-metadata.xml [INFO] Downloading from apache-snapshots: https://repository.apache.org/snapshots/org/eclipse/platform/org.eclipse.core.expressions/maven-metadata.xml [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/maven-metadata.xml [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/maven-metadata.xml (914 B at 102 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.expressions/3.5.100/org.eclipse.core.expressions-3.5.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.5.100/org.eclipse.core.expressions-3.5.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.5.100/org.eclipse.core.expressions-3.5.100.pom (1.9 kB at 194 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.expressions/3.6.0/org.eclipse.core.expressions-3.6.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.6.0/org.eclipse.core.expressions-3.6.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.6.0/org.eclipse.core.expressions-3.6.0.pom (1.9 kB at 149 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.expressions/3.6.100/org.eclipse.core.expressions-3.6.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.6.100/org.eclipse.core.expressions-3.6.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.6.100/org.eclipse.core.expressions-3.6.100.pom (1.9 kB at 194 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.expressions/3.6.200/org.eclipse.core.expressions-3.6.200.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.6.200/org.eclipse.core.expressions-3.6.200.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.6.200/org.eclipse.core.expressions-3.6.200.pom (1.9 kB at 216 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.expressions/3.6.300/org.eclipse.core.expressions-3.6.300.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.6.300/org.eclipse.core.expressions-3.6.300.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.6.300/org.eclipse.core.expressions-3.6.300.pom (2.0 kB at 217 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.expressions/3.6.400/org.eclipse.core.expressions-3.6.400.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.6.400/org.eclipse.core.expressions-3.6.400.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.6.400/org.eclipse.core.expressions-3.6.400.pom (2.0 kB at 140 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.expressions/3.6.500/org.eclipse.core.expressions-3.6.500.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.6.500/org.eclipse.core.expressions-3.6.500.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.6.500/org.eclipse.core.expressions-3.6.500.pom (2.0 kB at 217 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.expressions/3.6.600/org.eclipse.core.expressions-3.6.600.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.6.600/org.eclipse.core.expressions-3.6.600.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.6.600/org.eclipse.core.expressions-3.6.600.pom (2.0 kB at 163 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.expressions/3.6.700/org.eclipse.core.expressions-3.6.700.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.6.700/org.eclipse.core.expressions-3.6.700.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.6.700/org.eclipse.core.expressions-3.6.700.pom (2.0 kB at 245 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.expressions/3.6.800/org.eclipse.core.expressions-3.6.800.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.6.800/org.eclipse.core.expressions-3.6.800.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.6.800/org.eclipse.core.expressions-3.6.800.pom (2.0 kB at 196 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.expressions/3.7.0/org.eclipse.core.expressions-3.7.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.7.0/org.eclipse.core.expressions-3.7.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.7.0/org.eclipse.core.expressions-3.7.0.pom (2.0 kB at 163 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.expressions/3.7.100/org.eclipse.core.expressions-3.7.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.7.100/org.eclipse.core.expressions-3.7.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.7.100/org.eclipse.core.expressions-3.7.100.pom (2.0 kB at 245 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.expressions/3.8.0/org.eclipse.core.expressions-3.8.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.8.0/org.eclipse.core.expressions-3.8.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.8.0/org.eclipse.core.expressions-3.8.0.pom (2.0 kB at 197 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.expressions/3.8.100/org.eclipse.core.expressions-3.8.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.8.100/org.eclipse.core.expressions-3.8.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.8.100/org.eclipse.core.expressions-3.8.100.pom (2.0 kB at 89 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.expressions/3.8.200/org.eclipse.core.expressions-3.8.200.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.8.200/org.eclipse.core.expressions-3.8.200.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.8.200/org.eclipse.core.expressions-3.8.200.pom (2.0 kB at 245 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.expressions/3.9.0/org.eclipse.core.expressions-3.9.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.9.0/org.eclipse.core.expressions-3.9.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.9.0/org.eclipse.core.expressions-3.9.0.pom (1.6 kB at 159 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.expressions/3.9.100/org.eclipse.core.expressions-3.9.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.9.100/org.eclipse.core.expressions-3.9.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.9.100/org.eclipse.core.expressions-3.9.100.pom (1.6 kB at 122 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.expressions/3.9.200/org.eclipse.core.expressions-3.9.200.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.9.200/org.eclipse.core.expressions-3.9.200.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.9.200/org.eclipse.core.expressions-3.9.200.pom (1.6 kB at 1.6 MB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.filesystem/maven-metadata.xml [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.filesystem/maven-metadata.xml [INFO] Downloading from apache-snapshots: https://repository.apache.org/snapshots/org/eclipse/platform/org.eclipse.core.filesystem/maven-metadata.xml [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filesystem/maven-metadata.xml [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filesystem/maven-metadata.xml (918 B at 46 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.filesystem/1.6.1/org.eclipse.core.filesystem-1.6.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filesystem/1.6.1/org.eclipse.core.filesystem-1.6.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filesystem/1.6.1/org.eclipse.core.filesystem-1.6.1.pom (2.3 kB at 287 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.filesystem/1.7.0/org.eclipse.core.filesystem-1.7.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filesystem/1.7.0/org.eclipse.core.filesystem-1.7.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filesystem/1.7.0/org.eclipse.core.filesystem-1.7.0.pom (2.3 kB at 287 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.filesystem/1.7.100/org.eclipse.core.filesystem-1.7.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filesystem/1.7.100/org.eclipse.core.filesystem-1.7.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filesystem/1.7.100/org.eclipse.core.filesystem-1.7.100.pom (2.3 kB at 8.9 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.filesystem/1.7.200/org.eclipse.core.filesystem-1.7.200.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filesystem/1.7.200/org.eclipse.core.filesystem-1.7.200.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filesystem/1.7.200/org.eclipse.core.filesystem-1.7.200.pom (2.3 kB at 120 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.filesystem/1.7.300/org.eclipse.core.filesystem-1.7.300.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filesystem/1.7.300/org.eclipse.core.filesystem-1.7.300.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filesystem/1.7.300/org.eclipse.core.filesystem-1.7.300.pom (2.3 kB at 39 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.filesystem/1.7.400/org.eclipse.core.filesystem-1.7.400.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filesystem/1.7.400/org.eclipse.core.filesystem-1.7.400.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filesystem/1.7.400/org.eclipse.core.filesystem-1.7.400.pom (2.3 kB at 105 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.filesystem/1.7.500/org.eclipse.core.filesystem-1.7.500.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filesystem/1.7.500/org.eclipse.core.filesystem-1.7.500.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filesystem/1.7.500/org.eclipse.core.filesystem-1.7.500.pom (2.3 kB at 329 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.filesystem/1.7.600/org.eclipse.core.filesystem-1.7.600.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filesystem/1.7.600/org.eclipse.core.filesystem-1.7.600.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filesystem/1.7.600/org.eclipse.core.filesystem-1.7.600.pom (2.3 kB at 329 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.filesystem/1.7.700/org.eclipse.core.filesystem-1.7.700.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filesystem/1.7.700/org.eclipse.core.filesystem-1.7.700.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filesystem/1.7.700/org.eclipse.core.filesystem-1.7.700.pom (2.3 kB at 384 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.filesystem/1.9.0/org.eclipse.core.filesystem-1.9.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filesystem/1.9.0/org.eclipse.core.filesystem-1.9.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filesystem/1.9.0/org.eclipse.core.filesystem-1.9.0.pom (2.3 kB at 288 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.filesystem/1.9.100/org.eclipse.core.filesystem-1.9.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filesystem/1.9.100/org.eclipse.core.filesystem-1.9.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filesystem/1.9.100/org.eclipse.core.filesystem-1.9.100.pom (2.3 kB at 193 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.filesystem/1.9.200/org.eclipse.core.filesystem-1.9.200.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filesystem/1.9.200/org.eclipse.core.filesystem-1.9.200.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filesystem/1.9.200/org.eclipse.core.filesystem-1.9.200.pom (2.3 kB at 209 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.filesystem/1.9.300/org.eclipse.core.filesystem-1.9.300.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filesystem/1.9.300/org.eclipse.core.filesystem-1.9.300.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filesystem/1.9.300/org.eclipse.core.filesystem-1.9.300.pom (2.3 kB at 256 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.filesystem/1.9.400/org.eclipse.core.filesystem-1.9.400.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filesystem/1.9.400/org.eclipse.core.filesystem-1.9.400.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filesystem/1.9.400/org.eclipse.core.filesystem-1.9.400.pom (2.3 kB at 101 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.filesystem/1.9.500/org.eclipse.core.filesystem-1.9.500.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filesystem/1.9.500/org.eclipse.core.filesystem-1.9.500.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filesystem/1.9.500/org.eclipse.core.filesystem-1.9.500.pom (2.4 kB at 91 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.filesystem/1.10.0/org.eclipse.core.filesystem-1.10.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filesystem/1.10.0/org.eclipse.core.filesystem-1.10.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filesystem/1.10.0/org.eclipse.core.filesystem-1.10.0.pom (2.0 kB at 181 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.filesystem/1.10.100/org.eclipse.core.filesystem-1.10.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filesystem/1.10.100/org.eclipse.core.filesystem-1.10.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filesystem/1.10.100/org.eclipse.core.filesystem-1.10.100.pom (2.0 kB at 153 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.filesystem/1.10.200/org.eclipse.core.filesystem-1.10.200.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filesystem/1.10.200/org.eclipse.core.filesystem-1.10.200.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filesystem/1.10.200/org.eclipse.core.filesystem-1.10.200.pom (2.2 kB at 314 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.resources/3.12.0/org.eclipse.core.resources-3.12.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.12.0/org.eclipse.core.resources-3.12.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.12.0/org.eclipse.core.resources-3.12.0.pom (2.5 kB at 252 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.resources/3.13.0/org.eclipse.core.resources-3.13.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.13.0/org.eclipse.core.resources-3.13.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.13.0/org.eclipse.core.resources-3.13.0.pom (2.5 kB at 157 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.resources/3.13.100/org.eclipse.core.resources-3.13.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.13.100/org.eclipse.core.resources-3.13.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.13.100/org.eclipse.core.resources-3.13.100.pom (2.5 kB at 168 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.resources/3.13.200/org.eclipse.core.resources-3.13.200.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.13.200/org.eclipse.core.resources-3.13.200.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.13.200/org.eclipse.core.resources-3.13.200.pom (2.5 kB at 94 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.resources/3.13.300/org.eclipse.core.resources-3.13.300.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.13.300/org.eclipse.core.resources-3.13.300.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.13.300/org.eclipse.core.resources-3.13.300.pom (2.5 kB at 317 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.resources/3.13.400/org.eclipse.core.resources-3.13.400.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.13.400/org.eclipse.core.resources-3.13.400.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.13.400/org.eclipse.core.resources-3.13.400.pom (2.5 kB at 230 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.resources/3.13.500/org.eclipse.core.resources-3.13.500.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.13.500/org.eclipse.core.resources-3.13.500.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.13.500/org.eclipse.core.resources-3.13.500.pom (2.5 kB at 282 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.resources/3.13.600/org.eclipse.core.resources-3.13.600.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.13.600/org.eclipse.core.resources-3.13.600.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.13.600/org.eclipse.core.resources-3.13.600.pom (2.5 kB at 169 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.resources/3.13.700/org.eclipse.core.resources-3.13.700.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.13.700/org.eclipse.core.resources-3.13.700.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.13.700/org.eclipse.core.resources-3.13.700.pom (2.5 kB at 211 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.resources/3.13.800/org.eclipse.core.resources-3.13.800.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.13.800/org.eclipse.core.resources-3.13.800.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.13.800/org.eclipse.core.resources-3.13.800.pom (2.5 kB at 94 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.resources/3.13.900/org.eclipse.core.resources-3.13.900.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.13.900/org.eclipse.core.resources-3.13.900.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.13.900/org.eclipse.core.resources-3.13.900.pom (2.5 kB at 181 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.resources/3.14.0/org.eclipse.core.resources-3.14.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.14.0/org.eclipse.core.resources-3.14.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.14.0/org.eclipse.core.resources-3.14.0.pom (2.5 kB at 253 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.resources/3.15.0/org.eclipse.core.resources-3.15.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.15.0/org.eclipse.core.resources-3.15.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.15.0/org.eclipse.core.resources-3.15.0.pom (2.5 kB at 149 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.resources/3.15.100/org.eclipse.core.resources-3.15.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.15.100/org.eclipse.core.resources-3.15.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.15.100/org.eclipse.core.resources-3.15.100.pom (2.5 kB at 230 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.resources/3.16.0/org.eclipse.core.resources-3.16.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.16.0/org.eclipse.core.resources-3.16.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.16.0/org.eclipse.core.resources-3.16.0.pom (2.5 kB at 230 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.resources/3.16.100/org.eclipse.core.resources-3.16.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.16.100/org.eclipse.core.resources-3.16.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.16.100/org.eclipse.core.resources-3.16.100.pom (2.5 kB at 281 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.resources/3.17.0/org.eclipse.core.resources-3.17.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.17.0/org.eclipse.core.resources-3.17.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.17.0/org.eclipse.core.resources-3.17.0.pom (2.5 kB at 169 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.resources/3.18.0/org.eclipse.core.resources-3.18.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.18.0/org.eclipse.core.resources-3.18.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.18.0/org.eclipse.core.resources-3.18.0.pom (3.2 kB at 320 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.resources/3.18.100/org.eclipse.core.resources-3.18.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.18.100/org.eclipse.core.resources-3.18.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.18.100/org.eclipse.core.resources-3.18.100.pom (2.8 kB at 402 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.resources/3.18.200/org.eclipse.core.resources-3.18.200.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.18.200/org.eclipse.core.resources-3.18.200.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.18.200/org.eclipse.core.resources-3.18.200.pom (2.8 kB at 141 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.resources/3.19.0/org.eclipse.core.resources-3.19.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.19.0/org.eclipse.core.resources-3.19.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.19.0/org.eclipse.core.resources-3.19.0.pom (2.4 kB at 114 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.resources/3.19.100/org.eclipse.core.resources-3.19.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.19.100/org.eclipse.core.resources-3.19.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.19.100/org.eclipse.core.resources-3.19.100.pom (2.4 kB at 185 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.resources/3.20.0/org.eclipse.core.resources-3.20.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.20.0/org.eclipse.core.resources-3.20.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.20.0/org.eclipse.core.resources-3.20.0.pom (2.4 kB at 343 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jdt/org.eclipse.jdt.core/maven-metadata.xml [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jdt/org.eclipse.jdt.core/maven-metadata.xml [INFO] Downloading from apache-snapshots: https://repository.apache.org/snapshots/org/eclipse/jdt/org.eclipse.jdt.core/maven-metadata.xml [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/maven-metadata.xml [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/maven-metadata.xml (1.3 kB at 116 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jdt/org.eclipse.jdt.core/3.12.2/org.eclipse.jdt.core-3.12.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.12.2/org.eclipse.jdt.core-3.12.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.12.2/org.eclipse.jdt.core-3.12.2.pom (2.6 kB at 240 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.text/maven-metadata.xml [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.text/maven-metadata.xml [INFO] Downloading from apache-snapshots: https://repository.apache.org/snapshots/org/eclipse/platform/org.eclipse.text/maven-metadata.xml [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/maven-metadata.xml [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/maven-metadata.xml (974 B at 89 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.text/3.6.0/org.eclipse.text-3.6.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.6.0/org.eclipse.text-3.6.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.6.0/org.eclipse.text-3.6.0.pom (2.1 kB at 77 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.commands/maven-metadata.xml [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.commands/maven-metadata.xml [INFO] Downloading from apache-snapshots: https://repository.apache.org/snapshots/org/eclipse/platform/org.eclipse.core.commands/maven-metadata.xml [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.commands/maven-metadata.xml [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.commands/maven-metadata.xml (952 B at 95 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.commands/3.8.0/org.eclipse.core.commands-3.8.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.commands/3.8.0/org.eclipse.core.commands-3.8.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.commands/3.8.0/org.eclipse.core.commands-3.8.0.pom (1.9 kB at 190 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.commands/3.8.1/org.eclipse.core.commands-3.8.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.commands/3.8.1/org.eclipse.core.commands-3.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.commands/3.8.1/org.eclipse.core.commands-3.8.1.pom (1.9 kB at 106 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.commands/3.9.0/org.eclipse.core.commands-3.9.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.commands/3.9.0/org.eclipse.core.commands-3.9.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.commands/3.9.0/org.eclipse.core.commands-3.9.0.pom (1.9 kB at 173 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.commands/3.9.100/org.eclipse.core.commands-3.9.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.commands/3.9.100/org.eclipse.core.commands-3.9.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.commands/3.9.100/org.eclipse.core.commands-3.9.100.pom (1.9 kB at 159 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.commands/3.9.200/org.eclipse.core.commands-3.9.200.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.commands/3.9.200/org.eclipse.core.commands-3.9.200.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.commands/3.9.200/org.eclipse.core.commands-3.9.200.pom (1.9 kB at 100 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.commands/3.9.300/org.eclipse.core.commands-3.9.300.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.commands/3.9.300/org.eclipse.core.commands-3.9.300.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.commands/3.9.300/org.eclipse.core.commands-3.9.300.pom (1.9 kB at 192 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.commands/3.9.400/org.eclipse.core.commands-3.9.400.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.commands/3.9.400/org.eclipse.core.commands-3.9.400.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.commands/3.9.400/org.eclipse.core.commands-3.9.400.pom (1.9 kB at 128 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.commands/3.9.500/org.eclipse.core.commands-3.9.500.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.commands/3.9.500/org.eclipse.core.commands-3.9.500.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.commands/3.9.500/org.eclipse.core.commands-3.9.500.pom (1.9 kB at 192 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.commands/3.9.600/org.eclipse.core.commands-3.9.600.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.commands/3.9.600/org.eclipse.core.commands-3.9.600.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.commands/3.9.600/org.eclipse.core.commands-3.9.600.pom (1.9 kB at 175 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.commands/3.9.700/org.eclipse.core.commands-3.9.700.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.commands/3.9.700/org.eclipse.core.commands-3.9.700.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.commands/3.9.700/org.eclipse.core.commands-3.9.700.pom (1.9 kB at 107 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.commands/3.9.800/org.eclipse.core.commands-3.9.800.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.commands/3.9.800/org.eclipse.core.commands-3.9.800.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.commands/3.9.800/org.eclipse.core.commands-3.9.800.pom (1.9 kB at 160 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.commands/3.10.0/org.eclipse.core.commands-3.10.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.commands/3.10.0/org.eclipse.core.commands-3.10.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.commands/3.10.0/org.eclipse.core.commands-3.10.0.pom (1.9 kB at 128 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.commands/3.10.100/org.eclipse.core.commands-3.10.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.commands/3.10.100/org.eclipse.core.commands-3.10.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.commands/3.10.100/org.eclipse.core.commands-3.10.100.pom (1.9 kB at 129 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.commands/3.10.200/org.eclipse.core.commands-3.10.200.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.commands/3.10.200/org.eclipse.core.commands-3.10.200.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.commands/3.10.200/org.eclipse.core.commands-3.10.200.pom (1.9 kB at 114 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.commands/3.10.300/org.eclipse.core.commands-3.10.300.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.commands/3.10.300/org.eclipse.core.commands-3.10.300.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.commands/3.10.300/org.eclipse.core.commands-3.10.300.pom (1.6 kB at 121 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.commands/3.10.400/org.eclipse.core.commands-3.10.400.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.commands/3.10.400/org.eclipse.core.commands-3.10.400.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.commands/3.10.400/org.eclipse.core.commands-3.10.400.pom (1.6 kB at 316 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.commands/3.11.0/org.eclipse.core.commands-3.11.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.commands/3.11.0/org.eclipse.core.commands-3.11.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.commands/3.11.0/org.eclipse.core.commands-3.11.0.pom (1.6 kB at 225 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.commands/3.11.100/org.eclipse.core.commands-3.11.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.commands/3.11.100/org.eclipse.core.commands-3.11.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.commands/3.11.100/org.eclipse.core.commands-3.11.100.pom (1.6 kB at 789 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.commands/3.11.200/org.eclipse.core.commands-3.11.200.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.commands/3.11.200/org.eclipse.core.commands-3.11.200.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.commands/3.11.200/org.eclipse.core.commands-3.11.200.pom (1.6 kB at 143 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.text/3.6.100/org.eclipse.text-3.6.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.6.100/org.eclipse.text-3.6.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.6.100/org.eclipse.text-3.6.100.pom (2.1 kB at 159 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.text/3.6.300/org.eclipse.text-3.6.300.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.6.300/org.eclipse.text-3.6.300.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.6.300/org.eclipse.text-3.6.300.pom (2.1 kB at 207 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.text/3.7.0/org.eclipse.text-3.7.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.7.0/org.eclipse.text-3.7.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.7.0/org.eclipse.text-3.7.0.pom (2.4 kB at 162 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.text/3.8.0/org.eclipse.text-3.8.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.8.0/org.eclipse.text-3.8.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.8.0/org.eclipse.text-3.8.0.pom (2.4 kB at 144 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.text/3.8.100/org.eclipse.text-3.8.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.8.100/org.eclipse.text-3.8.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.8.100/org.eclipse.text-3.8.100.pom (2.4 kB at 272 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.text/3.8.200/org.eclipse.text-3.8.200.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.8.200/org.eclipse.text-3.8.200.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.8.200/org.eclipse.text-3.8.200.pom (2.4 kB at 245 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.text/3.9.0/org.eclipse.text-3.9.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.9.0/org.eclipse.text-3.9.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.9.0/org.eclipse.text-3.9.0.pom (2.4 kB at 245 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.text/3.10.0/org.eclipse.text-3.10.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.10.0/org.eclipse.text-3.10.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.10.0/org.eclipse.text-3.10.0.pom (2.4 kB at 272 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.text/3.10.100/org.eclipse.text-3.10.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.10.100/org.eclipse.text-3.10.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.10.100/org.eclipse.text-3.10.100.pom (2.4 kB at 272 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.text/3.10.200/org.eclipse.text-3.10.200.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.10.200/org.eclipse.text-3.10.200.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.10.200/org.eclipse.text-3.10.200.pom (2.4 kB at 245 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.text/3.10.300/org.eclipse.text-3.10.300.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.10.300/org.eclipse.text-3.10.300.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.10.300/org.eclipse.text-3.10.300.pom (2.4 kB at 272 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.text/3.10.400/org.eclipse.text-3.10.400.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.10.400/org.eclipse.text-3.10.400.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.10.400/org.eclipse.text-3.10.400.pom (2.4 kB at 188 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.text/3.11.0/org.eclipse.text-3.11.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.11.0/org.eclipse.text-3.11.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.11.0/org.eclipse.text-3.11.0.pom (2.4 kB at 94 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.text/3.12.0/org.eclipse.text-3.12.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.12.0/org.eclipse.text-3.12.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.12.0/org.eclipse.text-3.12.0.pom (2.4 kB at 245 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.text/3.12.100/org.eclipse.text-3.12.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.12.100/org.eclipse.text-3.12.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.12.100/org.eclipse.text-3.12.100.pom (2.5 kB at 246 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.text/3.12.200/org.eclipse.text-3.12.200.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.12.200/org.eclipse.text-3.12.200.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.12.200/org.eclipse.text-3.12.200.pom (2.6 kB at 285 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.text/3.12.300/org.eclipse.text-3.12.300.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.12.300/org.eclipse.text-3.12.300.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.12.300/org.eclipse.text-3.12.300.pom (2.2 kB at 364 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.text/3.13.0/org.eclipse.text-3.13.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.13.0/org.eclipse.text-3.13.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.13.0/org.eclipse.text-3.13.0.pom (2.2 kB at 363 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.text/3.13.100/org.eclipse.text-3.13.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.13.100/org.eclipse.text-3.13.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.13.100/org.eclipse.text-3.13.100.pom (2.2 kB at 2.2 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jdt/org.eclipse.jdt.core/3.12.3/org.eclipse.jdt.core-3.12.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.12.3/org.eclipse.jdt.core-3.12.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.12.3/org.eclipse.jdt.core-3.12.3.pom (2.6 kB at 203 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jdt/org.eclipse.jdt.core/3.13.0/org.eclipse.jdt.core-3.13.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.13.0/org.eclipse.jdt.core-3.13.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.13.0/org.eclipse.jdt.core-3.13.0.pom (2.6 kB at 264 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jdt/org.eclipse.jdt.core/3.13.50/org.eclipse.jdt.core-3.13.50.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.13.50/org.eclipse.jdt.core-3.13.50.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.13.50/org.eclipse.jdt.core-3.13.50.pom (2.6 kB at 165 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jdt/org.eclipse.jdt.core/3.13.100/org.eclipse.jdt.core-3.13.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.13.100/org.eclipse.jdt.core-3.13.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.13.100/org.eclipse.jdt.core-3.13.100.pom (2.6 kB at 120 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jdt/org.eclipse.jdt.core/3.13.101/org.eclipse.jdt.core-3.13.101.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.13.101/org.eclipse.jdt.core-3.13.101.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.13.101/org.eclipse.jdt.core-3.13.101.pom (2.6 kB at 220 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jdt/org.eclipse.jdt.core/3.13.102/org.eclipse.jdt.core-3.13.102.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.13.102/org.eclipse.jdt.core-3.13.102.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.13.102/org.eclipse.jdt.core-3.13.102.pom (2.6 kB at 293 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jdt/org.eclipse.jdt.core/3.14.0/org.eclipse.jdt.core-3.14.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.14.0/org.eclipse.jdt.core-3.14.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.14.0/org.eclipse.jdt.core-3.14.0.pom (2.6 kB at 330 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jdt/org.eclipse.jdt.core/3.15.0/org.eclipse.jdt.core-3.15.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.15.0/org.eclipse.jdt.core-3.15.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.15.0/org.eclipse.jdt.core-3.15.0.pom (2.6 kB at 176 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jdt/org.eclipse.jdt.core/3.16.0/org.eclipse.jdt.core-3.16.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.16.0/org.eclipse.jdt.core-3.16.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.16.0/org.eclipse.jdt.core-3.16.0.pom (2.7 kB at 295 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jdt/org.eclipse.jdt.core/3.17.0/org.eclipse.jdt.core-3.17.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.17.0/org.eclipse.jdt.core-3.17.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.17.0/org.eclipse.jdt.core-3.17.0.pom (2.7 kB at 115 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jdt/org.eclipse.jdt.core/3.18.0/org.eclipse.jdt.core-3.18.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.18.0/org.eclipse.jdt.core-3.18.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.18.0/org.eclipse.jdt.core-3.18.0.pom (2.7 kB at 177 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jdt/org.eclipse.jdt.core/3.19.0/org.eclipse.jdt.core-3.19.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.19.0/org.eclipse.jdt.core-3.19.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.19.0/org.eclipse.jdt.core-3.19.0.pom (2.7 kB at 266 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jdt/org.eclipse.jdt.core/3.20.0/org.eclipse.jdt.core-3.20.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.20.0/org.eclipse.jdt.core-3.20.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.20.0/org.eclipse.jdt.core-3.20.0.pom (2.7 kB at 295 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jdt/org.eclipse.jdt.core/3.21.0/org.eclipse.jdt.core-3.21.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.21.0/org.eclipse.jdt.core-3.21.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.21.0/org.eclipse.jdt.core-3.21.0.pom (2.7 kB at 266 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jdt/org.eclipse.jdt.core/3.22.0/org.eclipse.jdt.core-3.22.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.22.0/org.eclipse.jdt.core-3.22.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.22.0/org.eclipse.jdt.core-3.22.0.pom (2.7 kB at 177 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jdt/org.eclipse.jdt.core/3.23.0/org.eclipse.jdt.core-3.23.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.23.0/org.eclipse.jdt.core-3.23.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.23.0/org.eclipse.jdt.core-3.23.0.pom (2.7 kB at 177 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jdt/org.eclipse.jdt.core/3.24.0/org.eclipse.jdt.core-3.24.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.24.0/org.eclipse.jdt.core-3.24.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.24.0/org.eclipse.jdt.core-3.24.0.pom (2.7 kB at 295 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jdt/org.eclipse.jdt.core/3.25.0/org.eclipse.jdt.core-3.25.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.25.0/org.eclipse.jdt.core-3.25.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.25.0/org.eclipse.jdt.core-3.25.0.pom (2.7 kB at 140 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jdt/org.eclipse.jdt.core/3.26.0/org.eclipse.jdt.core-3.26.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.26.0/org.eclipse.jdt.core-3.26.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.26.0/org.eclipse.jdt.core-3.26.0.pom (2.7 kB at 295 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jdt/org.eclipse.jdt.core/3.27.0/org.eclipse.jdt.core-3.27.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.27.0/org.eclipse.jdt.core-3.27.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.27.0/org.eclipse.jdt.core-3.27.0.pom (2.7 kB at 265 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jdt/org.eclipse.jdt.core/3.28.0/org.eclipse.jdt.core-3.28.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.28.0/org.eclipse.jdt.core-3.28.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.28.0/org.eclipse.jdt.core-3.28.0.pom (2.7 kB at 106 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jdt/org.eclipse.jdt.core/3.29.0/org.eclipse.jdt.core-3.29.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.29.0/org.eclipse.jdt.core-3.29.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.29.0/org.eclipse.jdt.core-3.29.0.pom (2.7 kB at 265 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jdt/org.eclipse.jdt.core/3.30.0/org.eclipse.jdt.core-3.30.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.30.0/org.eclipse.jdt.core-3.30.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.30.0/org.eclipse.jdt.core-3.30.0.pom (2.7 kB at 296 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jdt/org.eclipse.jdt.core/3.31.0/org.eclipse.jdt.core-3.31.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.31.0/org.eclipse.jdt.core-3.31.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.31.0/org.eclipse.jdt.core-3.31.0.pom (2.8 kB at 347 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jdt/org.eclipse.jdt.core/3.32.0/org.eclipse.jdt.core-3.32.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.32.0/org.eclipse.jdt.core-3.32.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.32.0/org.eclipse.jdt.core-3.32.0.pom (2.4 kB at 91 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jdt/org.eclipse.jdt.core/3.33.0/org.eclipse.jdt.core-3.33.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.33.0/org.eclipse.jdt.core-3.33.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.33.0/org.eclipse.jdt.core-3.33.0.pom (2.6 kB at 425 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jdt/ecj/3.33.0/ecj-3.33.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.33.0/ecj-3.33.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.33.0/ecj-3.33.0.pom (1.3 kB at 110 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jdt/org.eclipse.jdt.core/3.34.0/org.eclipse.jdt.core-3.34.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.34.0/org.eclipse.jdt.core-3.34.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.34.0/org.eclipse.jdt.core-3.34.0.pom (2.5 kB at 424 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jdt/ecj/3.34.0/ecj-3.34.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.34.0/ecj-3.34.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.34.0/ecj-3.34.0.pom (1.3 kB at 188 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jdt/org.eclipse.jdt.core/3.35.0/org.eclipse.jdt.core-3.35.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.35.0/org.eclipse.jdt.core-3.35.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.35.0/org.eclipse.jdt.core-3.35.0.pom (2.6 kB at 159 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jdt/ecj/3.35.0/ecj-3.35.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.35.0/ecj-3.35.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.35.0/ecj-3.35.0.pom (1.3 kB at 73 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jdt/org.eclipse.jdt.core/3.36.0/org.eclipse.jdt.core-3.36.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.36.0/org.eclipse.jdt.core-3.36.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.36.0/org.eclipse.jdt.core-3.36.0.pom (2.5 kB at 2.5 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jdt/ecj/3.36.0/ecj-3.36.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.36.0/ecj-3.36.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.36.0/ecj-3.36.0.pom (1.3 kB at 1.3 MB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jdt/org.eclipse.jdt.launching/maven-metadata.xml [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jdt/org.eclipse.jdt.launching/maven-metadata.xml [INFO] Downloading from apache-snapshots: https://repository.apache.org/snapshots/org/eclipse/jdt/org.eclipse.jdt.launching/maven-metadata.xml [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/maven-metadata.xml [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/maven-metadata.xml (1.3 kB at 79 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jdt/org.eclipse.jdt.launching/3.8.101/org.eclipse.jdt.launching-3.8.101.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/3.8.101/org.eclipse.jdt.launching-3.8.101.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/3.8.101/org.eclipse.jdt.launching-3.8.101.pom (3.2 kB at 264 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.debug.core/maven-metadata.xml [INFO] Downloading from apache-snapshots: https://repository.apache.org/snapshots/org/eclipse/platform/org.eclipse.debug.core/maven-metadata.xml [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.debug.core/maven-metadata.xml [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.debug.core/maven-metadata.xml [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.debug.core/maven-metadata.xml (1.1 kB at 140 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.debug.core/3.10.100/org.eclipse.debug.core-3.10.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.debug.core/3.10.100/org.eclipse.debug.core-3.10.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.debug.core/3.10.100/org.eclipse.debug.core-3.10.100.pom (2.6 kB at 203 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.variables/maven-metadata.xml [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.variables/maven-metadata.xml [INFO] Downloading from apache-snapshots: https://repository.apache.org/snapshots/org/eclipse/platform/org.eclipse.core.variables/maven-metadata.xml [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.variables/maven-metadata.xml [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.variables/maven-metadata.xml (813 B at 90 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.variables/3.3.0/org.eclipse.core.variables-3.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.variables/3.3.0/org.eclipse.core.variables-3.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.variables/3.3.0/org.eclipse.core.variables-3.3.0.pom (1.9 kB at 214 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.variables/3.4.0/org.eclipse.core.variables-3.4.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.variables/3.4.0/org.eclipse.core.variables-3.4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.variables/3.4.0/org.eclipse.core.variables-3.4.0.pom (1.9 kB at 120 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.variables/3.4.100/org.eclipse.core.variables-3.4.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.variables/3.4.100/org.eclipse.core.variables-3.4.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.variables/3.4.100/org.eclipse.core.variables-3.4.100.pom (1.9 kB at 128 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.variables/3.4.200/org.eclipse.core.variables-3.4.200.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.variables/3.4.200/org.eclipse.core.variables-3.4.200.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.variables/3.4.200/org.eclipse.core.variables-3.4.200.pom (1.9 kB at 214 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.variables/3.4.300/org.eclipse.core.variables-3.4.300.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.variables/3.4.300/org.eclipse.core.variables-3.4.300.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.variables/3.4.300/org.eclipse.core.variables-3.4.300.pom (1.9 kB at 216 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.variables/3.4.400/org.eclipse.core.variables-3.4.400.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.variables/3.4.400/org.eclipse.core.variables-3.4.400.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.variables/3.4.400/org.eclipse.core.variables-3.4.400.pom (1.9 kB at 129 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.variables/3.4.500/org.eclipse.core.variables-3.4.500.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.variables/3.4.500/org.eclipse.core.variables-3.4.500.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.variables/3.4.500/org.eclipse.core.variables-3.4.500.pom (1.9 kB at 139 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.variables/3.4.600/org.eclipse.core.variables-3.4.600.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.variables/3.4.600/org.eclipse.core.variables-3.4.600.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.variables/3.4.600/org.eclipse.core.variables-3.4.600.pom (1.9 kB at 216 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.variables/3.4.700/org.eclipse.core.variables-3.4.700.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.variables/3.4.700/org.eclipse.core.variables-3.4.700.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.variables/3.4.700/org.eclipse.core.variables-3.4.700.pom (1.9 kB at 67 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.variables/3.4.800/org.eclipse.core.variables-3.4.800.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.variables/3.4.800/org.eclipse.core.variables-3.4.800.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.variables/3.4.800/org.eclipse.core.variables-3.4.800.pom (1.9 kB at 277 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.variables/3.5.0/org.eclipse.core.variables-3.5.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.variables/3.5.0/org.eclipse.core.variables-3.5.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.variables/3.5.0/org.eclipse.core.variables-3.5.0.pom (1.9 kB at 194 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.variables/3.5.100/org.eclipse.core.variables-3.5.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.variables/3.5.100/org.eclipse.core.variables-3.5.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.variables/3.5.100/org.eclipse.core.variables-3.5.100.pom (2.0 kB at 115 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.variables/3.6.0/org.eclipse.core.variables-3.6.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.variables/3.6.0/org.eclipse.core.variables-3.6.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.variables/3.6.0/org.eclipse.core.variables-3.6.0.pom (1.6 kB at 123 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.variables/3.6.100/org.eclipse.core.variables-3.6.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.variables/3.6.100/org.eclipse.core.variables-3.6.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.variables/3.6.100/org.eclipse.core.variables-3.6.100.pom (1.6 kB at 84 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.variables/3.6.200/org.eclipse.core.variables-3.6.200.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.variables/3.6.200/org.eclipse.core.variables-3.6.200.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.variables/3.6.200/org.eclipse.core.variables-3.6.200.pom (1.6 kB at 199 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.debug.core/3.11.0/org.eclipse.debug.core-3.11.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.debug.core/3.11.0/org.eclipse.debug.core-3.11.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.debug.core/3.11.0/org.eclipse.debug.core-3.11.0.pom (2.6 kB at 329 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.debug.core/3.12.0/org.eclipse.debug.core-3.12.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.debug.core/3.12.0/org.eclipse.debug.core-3.12.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.debug.core/3.12.0/org.eclipse.debug.core-3.12.0.pom (2.6 kB at 239 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.debug.core/3.13.0/org.eclipse.debug.core-3.13.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.debug.core/3.13.0/org.eclipse.debug.core-3.13.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.debug.core/3.13.0/org.eclipse.debug.core-3.13.0.pom (2.6 kB at 67 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.debug.core/3.13.100/org.eclipse.debug.core-3.13.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.debug.core/3.13.100/org.eclipse.debug.core-3.13.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.debug.core/3.13.100/org.eclipse.debug.core-3.13.100.pom (2.6 kB at 241 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.debug.core/3.13.200/org.eclipse.debug.core-3.13.200.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.debug.core/3.13.200/org.eclipse.debug.core-3.13.200.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.debug.core/3.13.200/org.eclipse.debug.core-3.13.200.pom (2.6 kB at 294 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.debug.core/3.13.300/org.eclipse.debug.core-3.13.300.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.debug.core/3.13.300/org.eclipse.debug.core-3.13.300.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.debug.core/3.13.300/org.eclipse.debug.core-3.13.300.pom (2.6 kB at 241 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.debug.core/3.14.0/org.eclipse.debug.core-3.14.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.debug.core/3.14.0/org.eclipse.debug.core-3.14.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.debug.core/3.14.0/org.eclipse.debug.core-3.14.0.pom (2.6 kB at 189 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.debug.core/3.14.100/org.eclipse.debug.core-3.14.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.debug.core/3.14.100/org.eclipse.debug.core-3.14.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.debug.core/3.14.100/org.eclipse.debug.core-3.14.100.pom (2.6 kB at 241 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.debug.core/3.15.0/org.eclipse.debug.core-3.15.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.debug.core/3.15.0/org.eclipse.debug.core-3.15.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.debug.core/3.15.0/org.eclipse.debug.core-3.15.0.pom (2.6 kB at 241 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.debug.core/3.15.100/org.eclipse.debug.core-3.15.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.debug.core/3.15.100/org.eclipse.debug.core-3.15.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.debug.core/3.15.100/org.eclipse.debug.core-3.15.100.pom (2.6 kB at 221 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.debug.core/3.16.0/org.eclipse.debug.core-3.16.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.debug.core/3.16.0/org.eclipse.debug.core-3.16.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.debug.core/3.16.0/org.eclipse.debug.core-3.16.0.pom (2.6 kB at 189 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.debug.core/3.17.0/org.eclipse.debug.core-3.17.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.debug.core/3.17.0/org.eclipse.debug.core-3.17.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.debug.core/3.17.0/org.eclipse.debug.core-3.17.0.pom (2.6 kB at 241 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.debug.core/3.18.0/org.eclipse.debug.core-3.18.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.debug.core/3.18.0/org.eclipse.debug.core-3.18.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.debug.core/3.18.0/org.eclipse.debug.core-3.18.0.pom (2.6 kB at 294 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.debug.core/3.18.100/org.eclipse.debug.core-3.18.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.debug.core/3.18.100/org.eclipse.debug.core-3.18.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.debug.core/3.18.100/org.eclipse.debug.core-3.18.100.pom (2.6 kB at 166 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.debug.core/3.18.200/org.eclipse.debug.core-3.18.200.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.debug.core/3.18.200/org.eclipse.debug.core-3.18.200.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.debug.core/3.18.200/org.eclipse.debug.core-3.18.200.pom (2.7 kB at 296 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.debug.core/3.18.300/org.eclipse.debug.core-3.18.300.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.debug.core/3.18.300/org.eclipse.debug.core-3.18.300.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.debug.core/3.18.300/org.eclipse.debug.core-3.18.300.pom (2.6 kB at 176 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.debug.core/3.19.0/org.eclipse.debug.core-3.19.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.debug.core/3.19.0/org.eclipse.debug.core-3.19.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.debug.core/3.19.0/org.eclipse.debug.core-3.19.0.pom (2.6 kB at 330 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.debug.core/3.19.100/org.eclipse.debug.core-3.19.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.debug.core/3.19.100/org.eclipse.debug.core-3.19.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.debug.core/3.19.100/org.eclipse.debug.core-3.19.100.pom (2.6 kB at 203 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.debug.core/3.20.0/org.eclipse.debug.core-3.20.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.debug.core/3.20.0/org.eclipse.debug.core-3.20.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.debug.core/3.20.0/org.eclipse.debug.core-3.20.0.pom (2.8 kB at 233 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.debug.core/3.20.100/org.eclipse.debug.core-3.20.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.debug.core/3.20.100/org.eclipse.debug.core-3.20.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.debug.core/3.20.100/org.eclipse.debug.core-3.20.100.pom (2.4 kB at 344 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.debug.core/3.21.0/org.eclipse.debug.core-3.21.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.debug.core/3.21.0/org.eclipse.debug.core-3.21.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.debug.core/3.21.0/org.eclipse.debug.core-3.21.0.pom (2.4 kB at 218 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.debug.core/3.21.100/org.eclipse.debug.core-3.21.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.debug.core/3.21.100/org.eclipse.debug.core-3.21.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.debug.core/3.21.100/org.eclipse.debug.core-3.21.100.pom (2.4 kB at 241 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.debug.core/3.21.200/org.eclipse.debug.core-3.21.200.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.debug.core/3.21.200/org.eclipse.debug.core-3.21.200.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.debug.core/3.21.200/org.eclipse.debug.core-3.21.200.pom (2.4 kB at 1.2 MB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jdt/org.eclipse.jdt.debug/maven-metadata.xml [INFO] Downloading from apache-snapshots: https://repository.apache.org/snapshots/org/eclipse/jdt/org.eclipse.jdt.debug/maven-metadata.xml [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jdt/org.eclipse.jdt.debug/maven-metadata.xml [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.debug/maven-metadata.xml [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.debug/maven-metadata.xml (1.2 kB at 56 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jdt/org.eclipse.jdt.debug/3.10.1/org.eclipse.jdt.debug-3.10.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.debug/3.10.1/org.eclipse.jdt.debug-3.10.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.debug/3.10.1/org.eclipse.jdt.debug-3.10.1.pom (2.6 kB at 288 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jdt/org.eclipse.jdt.debug/3.11.0/org.eclipse.jdt.debug-3.11.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.debug/3.11.0/org.eclipse.jdt.debug-3.11.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.debug/3.11.0/org.eclipse.jdt.debug-3.11.0.pom (2.6 kB at 185 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jdt/org.eclipse.jdt.debug/3.11.50/org.eclipse.jdt.debug-3.11.50.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.debug/3.11.50/org.eclipse.jdt.debug-3.11.50.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.debug/3.11.50/org.eclipse.jdt.debug-3.11.50.pom (2.6 kB at 216 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jdt/org.eclipse.jdt.debug/3.11.100/org.eclipse.jdt.debug-3.11.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.debug/3.11.100/org.eclipse.jdt.debug-3.11.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.debug/3.11.100/org.eclipse.jdt.debug-3.11.100.pom (2.6 kB at 370 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jdt/org.eclipse.jdt.debug/3.12.0/org.eclipse.jdt.debug-3.12.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.debug/3.12.0/org.eclipse.jdt.debug-3.12.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.debug/3.12.0/org.eclipse.jdt.debug-3.12.0.pom (2.6 kB at 235 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jdt/org.eclipse.jdt.debug/3.12.100/org.eclipse.jdt.debug-3.12.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.debug/3.12.100/org.eclipse.jdt.debug-3.12.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.debug/3.12.100/org.eclipse.jdt.debug-3.12.100.pom (2.6 kB at 237 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jdt/org.eclipse.jdt.debug/3.12.200/org.eclipse.jdt.debug-3.12.200.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.debug/3.12.200/org.eclipse.jdt.debug-3.12.200.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.debug/3.12.200/org.eclipse.jdt.debug-3.12.200.pom (2.6 kB at 186 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jdt/org.eclipse.jdt.debug/3.13.0/org.eclipse.jdt.debug-3.13.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.debug/3.13.0/org.eclipse.jdt.debug-3.13.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.debug/3.13.0/org.eclipse.jdt.debug-3.13.0.pom (2.6 kB at 326 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jdt/org.eclipse.jdt.debug/3.13.100/org.eclipse.jdt.debug-3.13.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.debug/3.13.100/org.eclipse.jdt.debug-3.13.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.debug/3.13.100/org.eclipse.jdt.debug-3.13.100.pom (2.6 kB at 290 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jdt/org.eclipse.jdt.debug/3.14.0/org.eclipse.jdt.debug-3.14.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.debug/3.14.0/org.eclipse.jdt.debug-3.14.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.debug/3.14.0/org.eclipse.jdt.debug-3.14.0.pom (2.6 kB at 200 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jdt/org.eclipse.jdt.debug/3.15.0/org.eclipse.jdt.debug-3.15.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.debug/3.15.0/org.eclipse.jdt.debug-3.15.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.debug/3.15.0/org.eclipse.jdt.debug-3.15.0.pom (2.6 kB at 130 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jdt/org.eclipse.jdt.debug/3.15.100/org.eclipse.jdt.debug-3.15.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.debug/3.15.100/org.eclipse.jdt.debug-3.15.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.debug/3.15.100/org.eclipse.jdt.debug-3.15.100.pom (2.6 kB at 326 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jdt/org.eclipse.jdt.debug/3.16.0/org.eclipse.jdt.debug-3.16.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.debug/3.16.0/org.eclipse.jdt.debug-3.16.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.debug/3.16.0/org.eclipse.jdt.debug-3.16.0.pom (2.6 kB at 200 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jdt/org.eclipse.jdt.debug/3.17.0/org.eclipse.jdt.debug-3.17.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.debug/3.17.0/org.eclipse.jdt.debug-3.17.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.debug/3.17.0/org.eclipse.jdt.debug-3.17.0.pom (2.6 kB at 113 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jdt/org.eclipse.jdt.debug/3.17.100/org.eclipse.jdt.debug-3.17.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.debug/3.17.100/org.eclipse.jdt.debug-3.17.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.debug/3.17.100/org.eclipse.jdt.debug-3.17.100.pom (2.6 kB at 97 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jdt/org.eclipse.jdt.debug/3.17.200/org.eclipse.jdt.debug-3.17.200.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.debug/3.17.200/org.eclipse.jdt.debug-3.17.200.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.debug/3.17.200/org.eclipse.jdt.debug-3.17.200.pom (2.6 kB at 217 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jdt/org.eclipse.jdt.debug/3.18.0/org.eclipse.jdt.debug-3.18.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.debug/3.18.0/org.eclipse.jdt.debug-3.18.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.debug/3.18.0/org.eclipse.jdt.debug-3.18.0.pom (2.6 kB at 289 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jdt/org.eclipse.jdt.debug/3.19.0/org.eclipse.jdt.debug-3.19.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.debug/3.19.0/org.eclipse.jdt.debug-3.19.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.debug/3.19.0/org.eclipse.jdt.debug-3.19.0.pom (2.6 kB at 163 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jdt/org.eclipse.jdt.debug/3.19.100/org.eclipse.jdt.debug-3.19.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.debug/3.19.100/org.eclipse.jdt.debug-3.19.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.debug/3.19.100/org.eclipse.jdt.debug-3.19.100.pom (2.6 kB at 289 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jdt/org.eclipse.jdt.debug/3.19.200/org.eclipse.jdt.debug-3.19.200.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.debug/3.19.200/org.eclipse.jdt.debug-3.19.200.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.debug/3.19.200/org.eclipse.jdt.debug-3.19.200.pom (2.6 kB at 174 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jdt/org.eclipse.jdt.debug/3.19.300/org.eclipse.jdt.debug-3.19.300.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.debug/3.19.300/org.eclipse.jdt.debug-3.19.300.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.debug/3.19.300/org.eclipse.jdt.debug-3.19.300.pom (2.8 kB at 276 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jdt/org.eclipse.jdt.debug/3.20.0/org.eclipse.jdt.debug-3.20.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.debug/3.20.0/org.eclipse.jdt.debug-3.20.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.debug/3.20.0/org.eclipse.jdt.debug-3.20.0.pom (2.4 kB at 181 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jdt/org.eclipse.jdt.debug/3.20.100/org.eclipse.jdt.debug-3.20.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.debug/3.20.100/org.eclipse.jdt.debug-3.20.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.debug/3.20.100/org.eclipse.jdt.debug-3.20.100.pom (2.4 kB at 236 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jdt/org.eclipse.jdt.debug/3.21.0/org.eclipse.jdt.debug-3.21.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.debug/3.21.0/org.eclipse.jdt.debug-3.21.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.debug/3.21.0/org.eclipse.jdt.debug-3.21.0.pom (2.3 kB at 168 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jdt/org.eclipse.jdt.debug/3.21.100/org.eclipse.jdt.debug-3.21.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.debug/3.21.100/org.eclipse.jdt.debug-3.21.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.debug/3.21.100/org.eclipse.jdt.debug-3.21.100.pom (2.4 kB at 262 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jdt/org.eclipse.jdt.debug/3.21.200/org.eclipse.jdt.debug-3.21.200.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.debug/3.21.200/org.eclipse.jdt.debug-3.21.200.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.debug/3.21.200/org.eclipse.jdt.debug-3.21.200.pom (2.4 kB at 2.4 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jdt/org.eclipse.jdt.launching/3.9.0/org.eclipse.jdt.launching-3.9.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/3.9.0/org.eclipse.jdt.launching-3.9.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/3.9.0/org.eclipse.jdt.launching-3.9.0.pom (3.2 kB at 351 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jdt/org.eclipse.jdt.launching/3.9.50/org.eclipse.jdt.launching-3.9.50.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/3.9.50/org.eclipse.jdt.launching-3.9.50.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/3.9.50/org.eclipse.jdt.launching-3.9.50.pom (3.2 kB at 287 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jdt/org.eclipse.jdt.launching/3.9.51/org.eclipse.jdt.launching-3.9.51.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/3.9.51/org.eclipse.jdt.launching-3.9.51.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/3.9.51/org.eclipse.jdt.launching-3.9.51.pom (3.2 kB at 351 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jdt/org.eclipse.jdt.launching/3.9.52/org.eclipse.jdt.launching-3.9.52.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/3.9.52/org.eclipse.jdt.launching-3.9.52.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/3.9.52/org.eclipse.jdt.launching-3.9.52.pom (3.2 kB at 243 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jdt/org.eclipse.jdt.launching/3.9.100/org.eclipse.jdt.launching-3.9.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/3.9.100/org.eclipse.jdt.launching-3.9.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/3.9.100/org.eclipse.jdt.launching-3.9.100.pom (3.2 kB at 166 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jdt/org.eclipse.jdt.launching/3.10.0/org.eclipse.jdt.launching-3.10.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/3.10.0/org.eclipse.jdt.launching-3.10.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/3.10.0/org.eclipse.jdt.launching-3.10.0.pom (3.2 kB at 316 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jdt/org.eclipse.jdt.launching/3.11.0/org.eclipse.jdt.launching-3.11.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/3.11.0/org.eclipse.jdt.launching-3.11.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/3.11.0/org.eclipse.jdt.launching-3.11.0.pom (3.2 kB at 351 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jdt/org.eclipse.jdt.launching/3.12.0/org.eclipse.jdt.launching-3.12.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/3.12.0/org.eclipse.jdt.launching-3.12.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/3.12.0/org.eclipse.jdt.launching-3.12.0.pom (3.2 kB at 353 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jdt/org.eclipse.jdt.launching/3.13.0/org.eclipse.jdt.launching-3.13.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/3.13.0/org.eclipse.jdt.launching-3.13.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/3.13.0/org.eclipse.jdt.launching-3.13.0.pom (3.2 kB at 187 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jdt/org.eclipse.jdt.launching/3.14.0/org.eclipse.jdt.launching-3.14.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/3.14.0/org.eclipse.jdt.launching-3.14.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/3.14.0/org.eclipse.jdt.launching-3.14.0.pom (3.2 kB at 318 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jdt/org.eclipse.jdt.launching/3.15.0/org.eclipse.jdt.launching-3.15.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/3.15.0/org.eclipse.jdt.launching-3.15.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/3.15.0/org.eclipse.jdt.launching-3.15.0.pom (3.2 kB at 288 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jdt/org.eclipse.jdt.launching/3.16.0/org.eclipse.jdt.launching-3.16.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/3.16.0/org.eclipse.jdt.launching-3.16.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/3.16.0/org.eclipse.jdt.launching-3.16.0.pom (3.2 kB at 159 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jdt/org.eclipse.jdt.launching/3.17.0/org.eclipse.jdt.launching-3.17.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/3.17.0/org.eclipse.jdt.launching-3.17.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/3.17.0/org.eclipse.jdt.launching-3.17.0.pom (3.2 kB at 317 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jdt/org.eclipse.jdt.launching/3.17.100/org.eclipse.jdt.launching-3.17.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/3.17.100/org.eclipse.jdt.launching-3.17.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/3.17.100/org.eclipse.jdt.launching-3.17.100.pom (3.2 kB at 198 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jdt/org.eclipse.jdt.launching/3.18.0/org.eclipse.jdt.launching-3.18.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/3.18.0/org.eclipse.jdt.launching-3.18.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/3.18.0/org.eclipse.jdt.launching-3.18.0.pom (3.2 kB at 353 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jdt/org.eclipse.jdt.launching/3.19.0/org.eclipse.jdt.launching-3.19.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/3.19.0/org.eclipse.jdt.launching-3.19.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/3.19.0/org.eclipse.jdt.launching-3.19.0.pom (3.2 kB at 244 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jdt/org.eclipse.jdt.launching/3.19.100/org.eclipse.jdt.launching-3.19.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/3.19.100/org.eclipse.jdt.launching-3.19.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/3.19.100/org.eclipse.jdt.launching-3.19.100.pom (3.2 kB at 159 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jdt/org.eclipse.jdt.launching/3.19.200/org.eclipse.jdt.launching-3.19.200.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/3.19.200/org.eclipse.jdt.launching-3.19.200.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/3.19.200/org.eclipse.jdt.launching-3.19.200.pom (3.2 kB at 289 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jdt/org.eclipse.jdt.launching/3.19.300/org.eclipse.jdt.launching-3.19.300.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/3.19.300/org.eclipse.jdt.launching-3.19.300.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/3.19.300/org.eclipse.jdt.launching-3.19.300.pom (3.2 kB at 352 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jdt/org.eclipse.jdt.launching/3.19.400/org.eclipse.jdt.launching-3.19.400.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/3.19.400/org.eclipse.jdt.launching-3.19.400.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/3.19.400/org.eclipse.jdt.launching-3.19.400.pom (3.2 kB at 317 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jdt/org.eclipse.jdt.launching/3.19.500/org.eclipse.jdt.launching-3.19.500.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/3.19.500/org.eclipse.jdt.launching-3.19.500.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/3.19.500/org.eclipse.jdt.launching-3.19.500.pom (3.2 kB at 187 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jdt/org.eclipse.jdt.launching/3.19.600/org.eclipse.jdt.launching-3.19.600.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/3.19.600/org.eclipse.jdt.launching-3.19.600.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/3.19.600/org.eclipse.jdt.launching-3.19.600.pom (3.2 kB at 289 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jdt/org.eclipse.jdt.launching/3.19.700/org.eclipse.jdt.launching-3.19.700.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/3.19.700/org.eclipse.jdt.launching-3.19.700.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/3.19.700/org.eclipse.jdt.launching-3.19.700.pom (3.4 kB at 312 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jdt/org.eclipse.jdt.launching/3.19.800/org.eclipse.jdt.launching-3.19.800.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/3.19.800/org.eclipse.jdt.launching-3.19.800.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/3.19.800/org.eclipse.jdt.launching-3.19.800.pom (3.0 kB at 177 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jdt/org.eclipse.jdt.launching/3.19.900/org.eclipse.jdt.launching-3.19.900.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/3.19.900/org.eclipse.jdt.launching-3.19.900.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/3.19.900/org.eclipse.jdt.launching-3.19.900.pom (3.0 kB at 167 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jdt/org.eclipse.jdt.launching/3.20.0/org.eclipse.jdt.launching-3.20.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/3.20.0/org.eclipse.jdt.launching-3.20.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/3.20.0/org.eclipse.jdt.launching-3.20.0.pom (3.0 kB at 300 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jdt/org.eclipse.jdt.launching/3.20.100/org.eclipse.jdt.launching-3.20.100.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/3.20.100/org.eclipse.jdt.launching-3.20.100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/3.20.100/org.eclipse.jdt.launching-3.20.100.pom (3.0 kB at 188 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jdt/org.eclipse.jdt.launching/3.21.0/org.eclipse.jdt.launching-3.21.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/3.21.0/org.eclipse.jdt.launching-3.21.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/3.21.0/org.eclipse.jdt.launching-3.21.0.pom (3.0 kB at 3.0 MB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.codegen/maven-metadata.xml [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/emf/org.eclipse.emf.codegen/maven-metadata.xml [INFO] Downloading from apache-snapshots: https://repository.apache.org/snapshots/org/eclipse/emf/org.eclipse.emf.codegen/maven-metadata.xml [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.codegen/maven-metadata.xml [INFO] Downloaded from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.codegen/maven-metadata.xml (502 B at 18 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.codegen/maven-metadata.xml (931 B at 15 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/emf/org.eclipse.emf.codegen/2.23.0/org.eclipse.emf.codegen-2.23.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.codegen/2.23.0/org.eclipse.emf.codegen-2.23.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.codegen/2.23.0/org.eclipse.emf.codegen-2.23.0.pom (3.2 kB at 138 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/biz/aQute/bnd/aQute.libg/7.0.0/aQute.libg-7.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/aQute.libg/7.0.0/aQute.libg-7.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/aQute.libg/7.0.0/aQute.libg-7.0.0.pom (3.8 kB at 51 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/osgi/org.osgi.test.assertj.framework/1.3.0-SNAPSHOT/maven-metadata.xml [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/osgi/org.osgi.test.assertj.framework/1.3.0-SNAPSHOT/maven-metadata.xml [INFO] Downloading from apache-snapshots: https://repository.apache.org/snapshots/org/osgi/org.osgi.test.assertj.framework/1.3.0-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/osgi/org.osgi.test.assertj.framework/1.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 70 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/osgi/org.osgi.test.assertj.framework/1.3.0-SNAPSHOT/org.osgi.test.assertj.framework-1.3.0-20240212.132611-88.pom [INFO] Downloaded from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/osgi/org.osgi.test.assertj.framework/1.3.0-SNAPSHOT/org.osgi.test.assertj.framework-1.3.0-20240212.132611-88.pom (4.6 kB at 163 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/osgi/org.osgi.test.assertj.log/1.3.0-SNAPSHOT/maven-metadata.xml [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/osgi/org.osgi.test.assertj.log/1.3.0-SNAPSHOT/maven-metadata.xml [INFO] Downloading from apache-snapshots: https://repository.apache.org/snapshots/org/osgi/org.osgi.test.assertj.log/1.3.0-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/osgi/org.osgi.test.assertj.log/1.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 69 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/osgi/org.osgi.test.assertj.log/1.3.0-SNAPSHOT/org.osgi.test.assertj.log-1.3.0-20240212.132611-89.pom [INFO] Downloaded from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/osgi/org.osgi.test.assertj.log/1.3.0-SNAPSHOT/org.osgi.test.assertj.log-1.3.0-20240212.132611-89.pom (4.9 kB at 170 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/osgi/org.osgi.test.assertj.promise/1.3.0-SNAPSHOT/maven-metadata.xml [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/osgi/org.osgi.test.assertj.promise/1.3.0-SNAPSHOT/maven-metadata.xml [INFO] Downloading from apache-snapshots: https://repository.apache.org/snapshots/org/osgi/org.osgi.test.assertj.promise/1.3.0-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/osgi/org.osgi.test.assertj.promise/1.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 69 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/osgi/org.osgi.test.assertj.promise/1.3.0-SNAPSHOT/org.osgi.test.assertj.promise-1.3.0-20240212.132611-90.pom [INFO] Downloaded from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/osgi/org.osgi.test.assertj.promise/1.3.0-SNAPSHOT/org.osgi.test.assertj.promise-1.3.0-20240212.132611-90.pom (4.9 kB at 176 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/osgi/org.osgi.test.junit4/1.3.0-SNAPSHOT/maven-metadata.xml [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/osgi/org.osgi.test.junit4/1.3.0-SNAPSHOT/maven-metadata.xml [INFO] Downloading from apache-snapshots: https://repository.apache.org/snapshots/org/osgi/org.osgi.test.junit4/1.3.0-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/osgi/org.osgi.test.junit4/1.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 69 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/osgi/org.osgi.test.junit4/1.3.0-SNAPSHOT/org.osgi.test.junit4-1.3.0-20240212.132611-88.pom [INFO] Downloaded from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/osgi/org.osgi.test.junit4/1.3.0-SNAPSHOT/org.osgi.test.junit4-1.3.0-20240212.132611-88.pom (4.8 kB at 164 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.13.2_1/org.apache.servicemix.bundles.junit-4.13.2_1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.13.2_1/org.apache.servicemix.bundles.junit-4.13.2_1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.13.2_1/org.apache.servicemix.bundles.junit-4.13.2_1.pom (2.9 kB at 204 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/apache/servicemix/bundles/bundles-pom/14/bundles-pom-14.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/servicemix/bundles/bundles-pom/14/bundles-pom-14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/servicemix/bundles/bundles-pom/14/bundles-pom-14.pom (15 kB at 1.7 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/apache/servicemix/servicemix-pom/5/servicemix-pom-5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/servicemix/servicemix-pom/5/servicemix-pom-5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/servicemix/servicemix-pom/5/servicemix-pom-5.pom (9.5 kB at 394 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/osgi/org.osgi.test.junit5.cm/1.3.0-SNAPSHOT/maven-metadata.xml [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/osgi/org.osgi.test.junit5.cm/1.3.0-SNAPSHOT/maven-metadata.xml [INFO] Downloading from apache-snapshots: https://repository.apache.org/snapshots/org/osgi/org.osgi.test.junit5.cm/1.3.0-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/osgi/org.osgi.test.junit5.cm/1.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 72 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/osgi/org.osgi.test.junit5.cm/1.3.0-SNAPSHOT/org.osgi.test.junit5.cm-1.3.0-20240212.132611-89.pom [INFO] Downloaded from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/osgi/org.osgi.test.junit5.cm/1.3.0-SNAPSHOT/org.osgi.test.junit5.cm-1.3.0-20240212.132611-89.pom (5.3 kB at 190 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/osgi/org.osgi.test.junit5.listeners.log.osgi/1.3.0-SNAPSHOT/maven-metadata.xml [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/osgi/org.osgi.test.junit5.listeners.log.osgi/1.3.0-SNAPSHOT/maven-metadata.xml [INFO] Downloading from apache-snapshots: https://repository.apache.org/snapshots/org/osgi/org.osgi.test.junit5.listeners.log.osgi/1.3.0-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/osgi/org.osgi.test.junit5.listeners.log.osgi/1.3.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 72 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/osgi/org.osgi.test.junit5.listeners.log.osgi/1.3.0-SNAPSHOT/org.osgi.test.junit5.listeners.log.osgi-1.3.0-20240212.132611-89.pom [INFO] Downloaded from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/osgi/org.osgi.test.junit5.listeners.log.osgi/1.3.0-SNAPSHOT/org.osgi.test.junit5.listeners.log.osgi-1.3.0-20240212.132611-89.pom (5.9 kB at 212 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/osgi/org.osgi.service.log/1.4.0/org.osgi.service.log-1.4.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.log/1.4.0/org.osgi.service.log-1.4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.log/1.4.0/org.osgi.service.log-1.4.0.pom (1.4 kB at 238 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/junit/jupiter/junit-jupiter-migrationsupport/5.10.1/junit-jupiter-migrationsupport-5.10.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-migrationsupport/5.10.1/junit-jupiter-migrationsupport-5.10.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-migrationsupport/5.10.1/junit-jupiter-migrationsupport-5.10.1.pom (3.2 kB at 1.6 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/junit/junit/4.13.2/junit-4.13.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.13.2/junit-4.13.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.13.2/junit-4.13.2.pom (27 kB at 14 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/junit/platform/junit-platform-console/1.10.1/junit-platform-console-1.10.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-console/1.10.1/junit-platform-console-1.10.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-console/1.10.1/junit-platform-console-1.10.1.pom (3.0 kB at 33 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/junit/platform/junit-platform-reporting/1.10.1/junit-platform-reporting-1.10.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-reporting/1.10.1/junit-platform-reporting-1.10.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-reporting/1.10.1/junit-platform-reporting-1.10.1.pom (3.0 kB at 29 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/junit/platform/junit-platform-launcher/1.10.1/junit-platform-launcher-1.10.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-launcher/1.10.1/junit-platform-launcher-1.10.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-launcher/1.10.1/junit-platform-launcher-1.10.1.pom (3.0 kB at 379 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/junit/platform/junit-platform-jfr/1.10.1/junit-platform-jfr-1.10.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-jfr/1.10.1/junit-platform-jfr-1.10.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-jfr/1.10.1/junit-platform-jfr-1.10.1.pom (3.0 kB at 40 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/junit/platform/junit-platform-runner/1.10.1/junit-platform-runner-1.10.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-runner/1.10.1/junit-platform-runner-1.10.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-runner/1.10.1/junit-platform-runner-1.10.1.pom (3.6 kB at 1.8 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/junit/platform/junit-platform-suite-api/1.10.1/junit-platform-suite-api-1.10.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-suite-api/1.10.1/junit-platform-suite-api-1.10.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-suite-api/1.10.1/junit-platform-suite-api-1.10.1.pom (3.0 kB at 3.0 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/junit/platform/junit-platform-suite-commons/1.10.1/junit-platform-suite-commons-1.10.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-suite-commons/1.10.1/junit-platform-suite-commons-1.10.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-suite-commons/1.10.1/junit-platform-suite-commons-1.10.1.pom (3.4 kB at 3.4 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/junit/platform/junit-platform-suite/1.10.1/junit-platform-suite-1.10.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-suite/1.10.1/junit-platform-suite-1.10.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-suite/1.10.1/junit-platform-suite-1.10.1.pom (3.1 kB at 46 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/junit/platform/junit-platform-suite-engine/1.10.1/junit-platform-suite-engine-1.10.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-suite-engine/1.10.1/junit-platform-suite-engine-1.10.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-suite-engine/1.10.1/junit-platform-suite-engine-1.10.1.pom (3.4 kB at 491 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/junit/platform/junit-platform-testkit/1.10.1/junit-platform-testkit-1.10.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-testkit/1.10.1/junit-platform-testkit-1.10.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-testkit/1.10.1/junit-platform-testkit-1.10.1.pom (3.4 kB at 42 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/assertj/assertj-core/3.24.2/assertj-core-3.24.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/assertj/assertj-core/3.24.2/assertj-core-3.24.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/assertj/assertj-core/3.24.2/assertj-core-3.24.2.pom (19 kB at 2.4 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/assertj/assertj-parent/3.24.2/assertj-parent-3.24.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/assertj/assertj-parent/3.24.2/assertj-parent-3.24.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/assertj/assertj-parent/3.24.2/assertj-parent-3.24.2.pom (13 kB at 1.1 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/assertj/assertj-build/3.24.2/assertj-build-3.24.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/assertj/assertj-build/3.24.2/assertj-build-3.24.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/assertj/assertj-build/3.24.2/assertj-build-3.24.2.pom (8.8 kB at 1.1 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/junit/junit-bom/5.9.1/junit-bom-5.9.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.9.1/junit-bom-5.9.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.9.1/junit-bom-5.9.1.pom (5.6 kB at 296 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/mockito/mockito-bom/4.11.0/mockito-bom-4.11.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mockito/mockito-bom/4.11.0/mockito-bom-4.11.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mockito/mockito-bom/4.11.0/mockito-bom-4.11.0.pom (3.2 kB at 394 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/net/bytebuddy/byte-buddy/1.12.21/byte-buddy-1.12.21.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy/1.12.21/byte-buddy-1.12.21.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy/1.12.21/byte-buddy-1.12.21.pom (16 kB at 2.3 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/net/bytebuddy/byte-buddy-parent/1.12.21/byte-buddy-parent-1.12.21.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-parent/1.12.21/byte-buddy-parent-1.12.21.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-parent/1.12.21/byte-buddy-parent-1.12.21.pom (58 kB at 4.2 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/junit/vintage/junit-vintage-engine/5.10.1/junit-vintage-engine-5.10.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/vintage/junit-vintage-engine/5.10.1/junit-vintage-engine-5.10.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/vintage/junit-vintage-engine/5.10.1/junit-vintage-engine-5.10.1.pom (3.2 kB at 3.2 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/osgi/osgi.core/7.0.0/osgi.core-7.0.0.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/osgi/osgi.cmpn/7.0.0/osgi.cmpn-7.0.0.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/osgi/org.osgi.namespace.implementation/1.0.0/org.osgi.namespace.implementation-1.0.0.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/osgi/org.osgi.service.component/1.5.0/org.osgi.service.component-1.5.0.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/osgi/org.osgi.service.cm/1.6.1/org.osgi.service.cm-1.6.1.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/osgi/org.osgi.service.typedevent/1.0.0/org.osgi.service.typedevent-1.0.0.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/osgi/org.osgi.service.feature/1.0.0/org.osgi.service.feature-1.0.0.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/osgi/org.osgi.util.converter/1.0.9/org.osgi.util.converter-1.0.9.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/geckoprojects/emf/org.gecko.emf.osgi.api/6.1.0/org.gecko.emf.osgi.api-6.1.0.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/osgi/org.osgi.framework/1.10.0/org.osgi.framework-1.10.0.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/osgi/org.osgi.annotation.bundle/2.0.0/org.osgi.annotation.bundle-2.0.0.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/osgi/org.osgi.annotation.versioning/1.1.2/org.osgi.annotation.versioning-1.1.2.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/osgi/org.osgi.namespace.service/1.0.0/org.osgi.namespace.service-1.0.0.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/osgi/org.osgi.service.condition/1.0.0/org.osgi.service.condition-1.0.0.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/biz/aQute/bnd/biz.aQute.bnd.annotation/7.0.0/biz.aQute.bnd.annotation-7.0.0.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/osgi/org.osgi.resource/1.0.1/org.osgi.resource-1.0.1.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/osgi/org.osgi.service.metatype.annotations/1.4.1/org.osgi.service.metatype.annotations-1.4.1.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/geckoprojects/emf/org.gecko.emf.osgi.component.minimal/6.1.0/org.gecko.emf.osgi.component.minimal-6.1.0.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/emf/org.eclipse.emf.common/2.29.0/org.eclipse.emf.common-2.29.0.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/emf/org.eclipse.emf.ecore/2.35.0/org.eclipse.emf.ecore-2.35.0.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.36.0/org.eclipse.emf.ecore.xmi-2.36.0.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/io/jsonwebtoken/jjwt-api/0.11.5/jjwt-api-0.11.5.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/io/jsonwebtoken/jjwt-jackson/0.11.5/jjwt-jackson-0.11.5.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/apache/felix/org.apache.felix.framework/7.0.3/org.apache.felix.framework-7.0.3.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/codehaus/mojo/animal-sniffer-annotations/1.9/animal-sniffer-annotations-1.9.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/apache/felix/org.apache.felix.scr/2.2.2/org.apache.felix.scr-2.2.2.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/apache/felix/org.apache.felix.configadmin/1.9.24/org.apache.felix.configadmin-1.9.24.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/apache/felix/org.apache.felix.cm.json/2.0.4/org.apache.felix.cm.json-2.0.4.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/apache/felix/org.apache.felix.feature/1.0.2/org.apache.felix.feature-1.0.2.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/apache/aries/component-dsl/org.apache.aries.component-dsl.component-dsl/1.2.2/org.apache.aries.component-dsl.component-dsl-1.2.2.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/apache/felix/org.apache.felix.converter/1.0.14/org.apache.felix.converter-1.0.14.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/osgi/org.osgi.util.pushstream/1.0.2/org.osgi.util.pushstream-1.0.2.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/apache/aries/spifly/org.apache.aries.spifly.dynamic.framework.extension/1.3.7/org.apache.aries.spifly.dynamic.framework.extension-1.3.7.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/apache/johnzon/johnzon-core/2.0.0/johnzon-core-2.0.0.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/jakarta/json/jakarta.json-api/2.1.3/jakarta.json-api-2.1.3.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.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/jakarta/servlet/jakarta.servlet-api/5.0.0/jakarta.servlet-api-5.0.0.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/io/jsonwebtoken/jjwt-impl/0.11.5/jjwt-impl-0.11.5.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/geckoprojects/emf/org.gecko.emf.osgi.codegen/6.1.0/org.gecko.emf.osgi.codegen-6.1.0.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/osgi/org.osgi.service.prefs/1.1.2/org.osgi.service.prefs-1.1.2.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/emf/org.eclipse.emf.codegen.ecore/2.33.0/org.eclipse.emf.codegen.ecore-2.33.0.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jdt/org.eclipse.jdt.debug/3.21.200/org.eclipse.jdt.debug-3.21.200.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.variables/3.6.200/org.eclipse.core.variables-3.6.200.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/emf/org.eclipse.emf.codegen/2.23.0/org.eclipse.emf.codegen-2.23.0.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.expressions/3.9.100/org.eclipse.core.expressions-3.9.100.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.filesystem/1.10.100/org.eclipse.core.filesystem-1.10.100.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.resources/3.19.100/org.eclipse.core.resources-3.19.100.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.runtime/3.29.0/org.eclipse.core.runtime-3.29.0.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.equinox.app/1.6.300/org.eclipse.equinox.app-1.6.300.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.jobs/3.15.0/org.eclipse.core.jobs-3.15.0.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.contenttype/3.9.100/org.eclipse.core.contenttype-3.9.100.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.osgi/3.18.500/org.eclipse.osgi-3.18.500.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jdt/org.eclipse.jdt.core/3.26.0/org.eclipse.jdt.core-3.26.0.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.equinox.common/3.18.100/org.eclipse.equinox.common-3.18.100.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.equinox.preferences/3.10.300/org.eclipse.equinox.preferences-3.10.300.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.equinox.registry/3.11.300/org.eclipse.equinox.registry-3.11.300.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.text/3.13.100/org.eclipse.text-3.13.100.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/platform/org.eclipse.core.commands/3.11.100/org.eclipse.core.commands-3.11.100.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/biz/aQute/bnd/aQute.libg/7.0.0/aQute.libg-7.0.0.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.13.2_1/org.apache.servicemix.bundles.junit-4.13.2_1.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/osgi/org.osgi.service.log/1.4.0/org.osgi.service.log-1.4.0.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/junit/jupiter/junit-jupiter-migrationsupport/5.10.1/junit-jupiter-migrationsupport-5.10.1.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/junit/platform/junit-platform-console/1.10.1/junit-platform-console-1.10.1.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/junit/platform/junit-platform-jfr/1.10.1/junit-platform-jfr-1.10.1.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/junit/platform/junit-platform-launcher/1.10.1/junit-platform-launcher-1.10.1.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/junit/platform/junit-platform-reporting/1.10.1/junit-platform-reporting-1.10.1.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/junit/platform/junit-platform-runner/1.10.1/junit-platform-runner-1.10.1.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/junit/platform/junit-platform-suite/1.10.1/junit-platform-suite-1.10.1.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/junit/platform/junit-platform-suite-api/1.10.1/junit-platform-suite-api-1.10.1.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/junit/platform/junit-platform-suite-commons/1.10.1/junit-platform-suite-commons-1.10.1.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/junit/platform/junit-platform-suite-engine/1.10.1/junit-platform-suite-engine-1.10.1.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/junit/platform/junit-platform-testkit/1.10.1/junit-platform-testkit-1.10.1.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/assertj/assertj-core/3.24.2/assertj-core-3.24.2.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/junit/vintage/junit-vintage-engine/5.10.1/junit-vintage-engine-5.10.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/osgi.core/7.0.0/osgi.core-7.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/osgi.core/7.0.0/osgi.core-7.0.0.jar (493 kB at 35 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/osgi.cmpn/7.0.0/osgi.cmpn-7.0.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.namespace.implementation/1.0.0/org.osgi.namespace.implementation-1.0.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.component/1.5.0/org.osgi.service.component-1.5.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.cm/1.6.1/org.osgi.service.cm-1.6.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.typedevent/1.0.0/org.osgi.service.typedevent-1.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.cm/1.6.1/org.osgi.service.cm-1.6.1.jar (56 kB at 6.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.feature/1.0.0/org.osgi.service.feature-1.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.namespace.implementation/1.0.0/org.osgi.namespace.implementation-1.0.0.jar (12 kB at 596 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.converter/1.0.9/org.osgi.util.converter-1.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/osgi.cmpn/7.0.0/osgi.cmpn-7.0.0.jar (1.5 MB at 41 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/geckoprojects/emf/org.gecko.emf.osgi.api/6.1.0/org.gecko.emf.osgi.api-6.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.converter/1.0.9/org.osgi.util.converter-1.0.9.jar (170 kB at 2.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.framework/1.10.0/org.osgi.framework-1.10.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.component/1.5.0/org.osgi.service.component-1.5.0.jar (66 kB at 897 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.annotation.bundle/2.0.0/org.osgi.annotation.bundle-2.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.annotation.bundle/2.0.0/org.osgi.annotation.bundle-2.0.0.jar (29 kB at 388 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.annotation.versioning/1.1.2/org.osgi.annotation.versioning-1.1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.annotation.versioning/1.1.2/org.osgi.annotation.versioning-1.1.2.jar (15 kB at 198 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.namespace.service/1.0.0/org.osgi.namespace.service-1.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/geckoprojects/emf/org.gecko.emf.osgi.api/6.1.0/org.gecko.emf.osgi.api-6.1.0.jar (69 kB at 905 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.condition/1.0.0/org.osgi.service.condition-1.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.typedevent/1.0.0/org.osgi.service.typedevent-1.0.0.jar (44 kB at 553 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bnd.annotation/7.0.0/biz.aQute.bnd.annotation-7.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bnd.annotation/7.0.0/biz.aQute.bnd.annotation-7.0.0.jar (103 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.resource/1.0.1/org.osgi.resource-1.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.resource/1.0.1/org.osgi.resource-1.0.1.jar (33 kB at 393 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.metatype.annotations/1.4.1/org.osgi.service.metatype.annotations-1.4.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.metatype.annotations/1.4.1/org.osgi.service.metatype.annotations-1.4.1.jar (28 kB at 330 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/geckoprojects/emf/org.gecko.emf.osgi.component.minimal/6.1.0/org.gecko.emf.osgi.component.minimal-6.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.feature/1.0.0/org.osgi.service.feature-1.0.0.jar (38 kB at 434 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.common/2.29.0/org.eclipse.emf.common-2.29.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.framework/1.10.0/org.osgi.framework-1.10.0.jar (382 kB at 3.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/2.35.0/org.eclipse.emf.ecore-2.35.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.condition/1.0.0/org.osgi.service.condition-1.0.0.jar (12 kB at 101 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.36.0/org.eclipse.emf.ecore.xmi-2.36.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.namespace.service/1.0.0/org.osgi.namespace.service-1.0.0.jar (12 kB at 93 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/jsonwebtoken/jjwt-api/0.11.5/jjwt-api-0.11.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/geckoprojects/emf/org.gecko.emf.osgi.component.minimal/6.1.0/org.gecko.emf.osgi.component.minimal-6.1.0.jar (138 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/jsonwebtoken/jjwt-jackson/0.11.5/jjwt-jackson-0.11.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.common/2.29.0/org.eclipse.emf.common-2.29.0.jar (388 kB at 2.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.framework/7.0.3/org.apache.felix.framework-7.0.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.36.0/org.eclipse.emf.ecore.xmi-2.36.0.jar (244 kB at 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.9/animal-sniffer-annotations-1.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.9/animal-sniffer-annotations-1.9.jar (3.4 kB at 24 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.scr/2.2.2/org.apache.felix.scr-2.2.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.framework/7.0.3/org.apache.felix.framework-7.0.3.jar (774 kB at 4.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.configadmin/1.9.24/org.apache.felix.configadmin-1.9.24.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.configadmin/1.9.24/org.apache.felix.configadmin-1.9.24.jar (162 kB at 875 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.cm.json/2.0.4/org.apache.felix.cm.json-2.0.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/jsonwebtoken/jjwt-api/0.11.5/jjwt-api-0.11.5.jar (77 kB at 406 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.feature/1.0.2/org.apache.felix.feature-1.0.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/jsonwebtoken/jjwt-jackson/0.11.5/jjwt-jackson-0.11.5.jar (8.2 kB at 42 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/aries/component-dsl/org.apache.aries.component-dsl.component-dsl/1.2.2/org.apache.aries.component-dsl.component-dsl-1.2.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.scr/2.2.2/org.apache.felix.scr-2.2.2.jar (403 kB at 2.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.converter/1.0.14/org.apache.felix.converter-1.0.14.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/2.35.0/org.eclipse.emf.ecore-2.35.0.jar (1.4 MB at 6.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.pushstream/1.0.2/org.osgi.util.pushstream-1.0.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.cm.json/2.0.4/org.apache.felix.cm.json-2.0.4.jar (48 kB at 242 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/aries/spifly/org.apache.aries.spifly.dynamic.framework.extension/1.3.7/org.apache.aries.spifly.dynamic.framework.extension-1.3.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.converter/1.0.14/org.apache.felix.converter-1.0.14.jar (117 kB at 569 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/johnzon/johnzon-core/2.0.0/johnzon-core-2.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.feature/1.0.2/org.apache.felix.feature-1.0.2.jar (41 kB at 193 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/json/jakarta.json-api/2.1.3/jakarta.json-api-2.1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/aries/component-dsl/org.apache.aries.component-dsl.component-dsl/1.2.2/org.apache.aries.component-dsl.component-dsl-1.2.2.jar (148 kB at 696 kB/s) [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/aries/spifly/org.apache.aries.spifly.dynamic.framework.extension/1.3.7/org.apache.aries.spifly.dynamic.framework.extension-1.3.7.jar (521 kB at 2.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/servlet/jakarta.servlet-api/5.0.0/jakarta.servlet-api-5.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/servlet/jakarta.servlet-api/5.0.0/jakarta.servlet-api-5.0.0.jar (308 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/jsonwebtoken/jjwt-impl/0.11.5/jjwt-impl-0.11.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/johnzon/johnzon-core/2.0.0/johnzon-core-2.0.0.jar (162 kB at 665 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/geckoprojects/emf/org.gecko.emf.osgi.codegen/6.1.0/org.gecko.emf.osgi.codegen-6.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/json/jakarta.json-api/2.1.3/jakarta.json-api-2.1.3.jar (49 kB at 195 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.prefs/1.1.2/org.osgi.service.prefs-1.1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.prefs/1.1.2/org.osgi.service.prefs-1.1.2.jar (20 kB at 81 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.codegen.ecore/2.33.0/org.eclipse.emf.codegen.ecore-2.33.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 2.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/3.21.0/org.eclipse.jdt.launching-3.21.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.pushstream/1.0.2/org.osgi.util.pushstream-1.0.2.jar (133 kB at 521 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.debug/3.21.200/org.eclipse.jdt.debug-3.21.200.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/3.21.0/org.eclipse.jdt.launching-3.21.0.jar (596 kB at 2.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.variables/3.6.200/org.eclipse.core.variables-3.6.200.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.variables/3.6.200/org.eclipse.core.variables-3.6.200.jar (38 kB at 149 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.codegen/2.23.0/org.eclipse.emf.codegen-2.23.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.debug/3.21.200/org.eclipse.jdt.debug-3.21.200.jar (948 kB at 3.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.debug.core/3.21.200/org.eclipse.debug.core-3.21.200.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.debug.core/3.21.200/org.eclipse.debug.core-3.21.200.jar (411 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.9.100/org.eclipse.core.expressions-3.9.100.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.9.100/org.eclipse.core.expressions-3.9.100.jar (97 kB at 348 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filesystem/1.10.100/org.eclipse.core.filesystem-1.10.100.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/jsonwebtoken/jjwt-impl/0.11.5/jjwt-impl-0.11.5.jar (81 kB at 285 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.19.100/org.eclipse.core.resources-3.19.100.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filesystem/1.10.100/org.eclipse.core.filesystem-1.10.100.jar (74 kB at 245 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.29.0/org.eclipse.core.runtime-3.29.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.29.0/org.eclipse.core.runtime-3.29.0.jar (80 kB at 263 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.6.300/org.eclipse.equinox.app-1.6.300.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.6.300/org.eclipse.equinox.app-1.6.300.jar (94 kB at 306 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.15.0/org.eclipse.core.jobs-3.15.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.15.0/org.eclipse.core.jobs-3.15.0.jar (118 kB at 385 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.9.100/org.eclipse.core.contenttype-3.9.100.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.9.100/org.eclipse.core.contenttype-3.9.100.jar (105 kB at 339 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.18.500/org.eclipse.osgi-3.18.500.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.18.500/org.eclipse.osgi-3.18.500.jar (1.5 MB at 4.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.26.0/org.eclipse.jdt.core-3.26.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.codegen/2.23.0/org.eclipse.emf.codegen-2.23.0.jar (380 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.18.100/org.eclipse.equinox.common-3.18.100.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.18.100/org.eclipse.equinox.common-3.18.100.jar (154 kB at 453 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.10.300/org.eclipse.equinox.preferences-3.10.300.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.10.300/org.eclipse.equinox.preferences-3.10.300.jar (140 kB at 410 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.11.300/org.eclipse.equinox.registry-3.11.300.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.11.300/org.eclipse.equinox.registry-3.11.300.jar (203 kB at 590 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.13.100/org.eclipse.text-3.13.100.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.13.100/org.eclipse.text-3.13.100.jar (306 kB at 868 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.commands/3.11.100/org.eclipse.core.commands-3.11.100.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.commands/3.11.100/org.eclipse.core.commands-3.11.100.jar (120 kB at 338 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/aQute.libg/7.0.0/aQute.libg-7.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.19.100/org.eclipse.core.resources-3.19.100.jar (922 kB at 2.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.13.2_1/org.apache.servicemix.bundles.junit-4.13.2_1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.codegen.ecore/2.33.0/org.eclipse.emf.codegen.ecore-2.33.0.jar (1.2 MB at 3.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.log/1.4.0/org.osgi.service.log-1.4.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.13.2_1/org.apache.servicemix.bundles.junit-4.13.2_1.jar (659 kB at 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-migrationsupport/5.10.1/junit-jupiter-migrationsupport-5.10.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-migrationsupport/5.10.1/junit-jupiter-migrationsupport-5.10.1.jar (28 kB at 70 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-console/1.10.1/junit-platform-console-1.10.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/aQute.libg/7.0.0/aQute.libg-7.0.0.jar (980 kB at 2.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-jfr/1.10.1/junit-platform-jfr-1.10.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.log/1.4.0/org.osgi.service.log-1.4.0.jar (38 kB at 90 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-launcher/1.10.1/junit-platform-launcher-1.10.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-launcher/1.10.1/junit-platform-launcher-1.10.1.jar (184 kB at 425 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-reporting/1.10.1/junit-platform-reporting-1.10.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-jfr/1.10.1/junit-platform-jfr-1.10.1.jar (19 kB at 40 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-runner/1.10.1/junit-platform-runner-1.10.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-runner/1.10.1/junit-platform-runner-1.10.1.jar (17 kB at 34 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-suite/1.10.1/junit-platform-suite-1.10.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-reporting/1.10.1/junit-platform-reporting-1.10.1.jar (107 kB at 214 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-suite-api/1.10.1/junit-platform-suite-api-1.10.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-console/1.10.1/junit-platform-console-1.10.1.jar (546 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-suite-commons/1.10.1/junit-platform-suite-commons-1.10.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-suite-api/1.10.1/junit-platform-suite-api-1.10.1.jar (23 kB at 45 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-suite-engine/1.10.1/junit-platform-suite-engine-1.10.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-suite-commons/1.10.1/junit-platform-suite-commons-1.10.1.jar (17 kB at 35 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-testkit/1.10.1/junit-platform-testkit-1.10.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-suite-engine/1.10.1/junit-platform-suite-engine-1.10.1.jar (24 kB at 48 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/assertj/assertj-core/3.24.2/assertj-core-3.24.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-suite/1.10.1/junit-platform-suite-1.10.1.jar (6.4 kB at 12 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/vintage/junit-vintage-engine/5.10.1/junit-vintage-engine-5.10.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/vintage/junit-vintage-engine/5.10.1/junit-vintage-engine-5.10.1.jar (67 kB at 130 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-testkit/1.10.1/junit-platform-testkit-1.10.1.jar (44 kB at 84 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/assertj/assertj-core/3.24.2/assertj-core-3.24.2.jar (1.3 MB at 2.4 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/geckoprojects/emf/org.gecko.emf.osgi.codegen/6.1.0/org.gecko.emf.osgi.codegen-6.1.0.jar (14 MB at 24 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.26.0/org.eclipse.jdt.core-3.26.0.jar (7.3 MB at 13 MB/s) [INFO] Downloading from apache-snapshots: https://repository.apache.org/snapshots/org/apache/aries/typedevent/org.apache.aries.typedevent.bus/0.0.2-SNAPSHOT/org.apache.aries.typedevent.bus-0.0.2-20230314.045544-546.jar [INFO] Downloaded from apache-snapshots: https://repository.apache.org/snapshots/org/apache/aries/typedevent/org.apache.aries.typedevent.bus/0.0.2-SNAPSHOT/org.apache.aries.typedevent.bus-0.0.2-20230314.045544-546.jar (38 kB at 109 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/osgi/org.osgi.test.assertj.framework/1.3.0-SNAPSHOT/org.osgi.test.assertj.framework-1.3.0-20240212.132611-88.jar [INFO] Downloaded from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/osgi/org.osgi.test.assertj.framework/1.3.0-SNAPSHOT/org.osgi.test.assertj.framework-1.3.0-20240212.132611-88.jar (66 kB at 860 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/osgi/org.osgi.test.assertj.log/1.3.0-SNAPSHOT/org.osgi.test.assertj.log-1.3.0-20240212.132611-89.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/osgi/org.osgi.test.assertj.promise/1.3.0-SNAPSHOT/org.osgi.test.assertj.promise-1.3.0-20240212.132611-90.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/osgi/org.osgi.test.junit4/1.3.0-SNAPSHOT/org.osgi.test.junit4-1.3.0-20240212.132611-88.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/osgi/org.osgi.test.junit5.cm/1.3.0-SNAPSHOT/org.osgi.test.junit5.cm-1.3.0-20240212.132611-89.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/osgi/org.osgi.test.junit5.listeners.log.osgi/1.3.0-SNAPSHOT/org.osgi.test.junit5.listeners.log.osgi-1.3.0-20240212.132611-89.jar [INFO] Downloaded from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/osgi/org.osgi.test.assertj.log/1.3.0-SNAPSHOT/org.osgi.test.assertj.log-1.3.0-20240212.132611-89.jar (14 kB at 467 kB/s) [INFO] Downloaded from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/osgi/org.osgi.test.assertj.promise/1.3.0-SNAPSHOT/org.osgi.test.assertj.promise-1.3.0-20240212.132611-90.jar (15 kB at 504 kB/s) [INFO] Downloaded from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/osgi/org.osgi.test.junit5.cm/1.3.0-SNAPSHOT/org.osgi.test.junit5.cm-1.3.0-20240212.132611-89.jar (32 kB at 296 kB/s) [INFO] Downloaded from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/osgi/org.osgi.test.junit4/1.3.0-SNAPSHOT/org.osgi.test.junit4-1.3.0-20240212.132611-88.jar (27 kB at 249 kB/s) [INFO] Downloaded from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/osgi/org.osgi.test.junit5.listeners.log.osgi/1.3.0-SNAPSHOT/org.osgi.test.junit5.listeners.log.osgi-1.3.0-20240212.132611-89.jar (15 kB at 134 kB/s) [INFO] -runbundles: com.fasterxml.jackson.core.jackson-annotations;version='[2.16.1,2.16.2)',com.fasterxml.jackson.core.jackson-core;version='[2.16.1,2.16.2)',com.fasterxml.jackson.core.jackson-databind;version='[2.16.1,2.16.2)',org.eclipse.sensinact.gateway.core.annotation;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.core.api;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.core.geo-json;version='[0.0.2,0.0.3)',org.osgi.util.function;version='[1.1.0,1.1.1)',org.osgi.util.promise;version='[1.3.0,1.3.1)' [INFO] [INFO] --- install:3.1.1:install (default-install) @ api --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/core/api/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/core/api/0.0.2-SNAPSHOT/api-0.0.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/core/api/target/api-0.0.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/core/api/0.0.2-SNAPSHOT/api-0.0.2-SNAPSHOT.jar [INFO] [INFO] --- deploy:3.0.0:deploy (default-deploy) @ api --- [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/core/api/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/core/api/0.0.2-SNAPSHOT/maven-metadata.xml (790 B at 132 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/core/api/0.0.2-SNAPSHOT/api-0.0.2-20240212.200245-65.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/core/api/0.0.2-SNAPSHOT/api-0.0.2-20240212.200245-65.pom (2.9 kB at 79 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/core/api/0.0.2-SNAPSHOT/api-0.0.2-20240212.200245-65.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/core/api/0.0.2-SNAPSHOT/api-0.0.2-20240212.200245-65.jar (52 kB at 1.4 MB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/core/api/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/core/api/maven-metadata.xml (357 B at 6.5 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/core/api/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/core/api/0.0.2-SNAPSHOT/maven-metadata.xml (790 B at 11 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/core/api/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/core/api/maven-metadata.xml (357 B at 8.1 kB/s) [INFO] [INFO] ----------< org.eclipse.sensinact.gateway.core.models:models >---------- [INFO] Building Eclipse sensiNact model components 0.0.2-SNAPSHOT [6/68] [INFO] from core/models/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ models --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ models --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/core/models/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/core/models/models/0.0.2-SNAPSHOT/models-0.0.2-SNAPSHOT.pom [INFO] [INFO] --- deploy:3.0.0:deploy (default-deploy) @ models --- [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/core/models/models/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/core/models/models/0.0.2-SNAPSHOT/maven-metadata.xml (626 B at 78 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/core/models/models/0.0.2-SNAPSHOT/models-0.0.2-20240212.200245-65.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/core/models/models/0.0.2-SNAPSHOT/models-0.0.2-20240212.200245-65.pom (1.1 kB at 32 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/core/models/models/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/core/models/models/maven-metadata.xml (367 B at 7.6 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/core/models/models/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/core/models/models/0.0.2-SNAPSHOT/maven-metadata.xml (626 B at 7.2 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/core/models/models/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/core/models/models/maven-metadata.xml (367 B at 2.6 kB/s) [INFO] [INFO] ---------< org.eclipse.sensinact.gateway.core.models:provider >--------- [INFO] Building SensiNact Provider Model 0.0.2-SNAPSHOT [7/68] [INFO] from core/models/provider/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/biz/aQute/bnd/bnd-generate-maven-plugin/7.0.0/bnd-generate-maven-plugin-7.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/bnd-generate-maven-plugin/7.0.0/bnd-generate-maven-plugin-7.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/bnd-generate-maven-plugin/7.0.0/bnd-generate-maven-plugin-7.0.0.pom (3.7 kB at 54 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/biz/aQute/bnd/bnd-generate-maven-plugin/7.0.0/bnd-generate-maven-plugin-7.0.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/bnd-generate-maven-plugin/7.0.0/bnd-generate-maven-plugin-7.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/bnd-generate-maven-plugin/7.0.0/bnd-generate-maven-plugin-7.0.0.jar (29 kB at 472 kB/s) [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ provider --- [INFO] [INFO] --- bnd-generate:7.0.0:generate (default) @ provider --- [INFO] created instructions from steps: src/main/resources/model/sensinact.genmodel;output=src/main/java;clear=false;generate="geckoEMF";genmodel="src/main/resources/model/sensinact.genmodel" [INFO] Running Gecko EMF Codegen Version 6.1.0 [INFO] Output configured: src/main/java [INFO] Output result: /home/jenkins/agent/workspace/Sensinact Deploy/core/models/provider/src/main/java [INFO] genmodelLocation: null [INFO] Running for genmodel src/main/resources/model/sensinact.genmodel in /home/jenkins/agent/workspace/Sensinact Deploy/core/models/provider [INFO] Setting up ResourceUriHandler: [INFO] bsn: provider [INFO] base: /home/jenkins/agent/workspace/Sensinact Deploy/core/models/provider [INFO] projectDirName: provider [INFO] basePath: null [INFO] buildPath: [INFO] Container: /home/jenkins/.m2/repository/org/osgi/org.osgi.service.condition/1.0.0/org.osgi.service.condition-1.0.0.jar [INFO] Container: /home/jenkins/.m2/repository/org/osgi/org.osgi.service.component.annotations/1.5.0/org.osgi.service.component.annotations-1.5.0.jar [INFO] Container: /home/jenkins/agent/workspace/Sensinact Deploy/core/geo-json/target/geo-json-0.0.2-SNAPSHOT.jar [INFO] Container: /home/jenkins/.m2/repository/org/osgi/osgi.annotation/7.0.0/osgi.annotation-7.0.0.jar [INFO] Container: /home/jenkins/.m2/repository/org/geckoprojects/emf/org.gecko.emf.osgi.api/6.1.0/org.gecko.emf.osgi.api-6.1.0.jar [INFO] Container: /home/jenkins/.m2/repository/org/osgi/org.osgi.namespace.extender/1.0.1/org.osgi.namespace.extender-1.0.1.jar [INFO] Container: /home/jenkins/.m2/repository/org/osgi/org.osgi.service.metatype.annotations/1.4.1/org.osgi.service.metatype.annotations-1.4.1.jar [INFO] Container: /home/jenkins/.m2/repository/org/eclipse/emf/org.eclipse.emf.common/2.29.0/org.eclipse.emf.common-2.29.0.jar [INFO] Container: /home/jenkins/.m2/repository/org/osgi/org.osgi.resource/1.0.1/org.osgi.resource-1.0.1.jar [INFO] Container: /home/jenkins/.m2/repository/org/osgi/org.osgi.util.function/1.1.0/org.osgi.util.function-1.1.0.jar [INFO] Container: /home/jenkins/.m2/repository/org/osgi/org.osgi.service.serviceloader/1.0.0/org.osgi.service.serviceloader-1.0.0.jar [INFO] Container: /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/2.0.0/org.osgi.annotation.bundle-2.0.0.jar [INFO] Container: /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.versioning/1.1.2/org.osgi.annotation.versioning-1.1.2.jar [INFO] Container: /home/jenkins/.m2/repository/org/osgi/org.osgi.namespace.service/1.0.0/org.osgi.namespace.service-1.0.0.jar [INFO] Container: /home/jenkins/.m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.16.1/jackson-annotations-2.16.1.jar [INFO] Container: /home/jenkins/.m2/repository/com/fasterxml/jackson/core/jackson-core/2.16.1/jackson-core-2.16.1.jar [INFO] Container: /home/jenkins/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.16.1/jackson-databind-2.16.1.jar [INFO] Container: /home/jenkins/.m2/repository/org/eclipse/emf/org.eclipse.emf.ecore/2.35.0/org.eclipse.emf.ecore-2.35.0.jar [INFO] |->: model/Ecore.genmodel - model/Ecore.genmodel [INFO] |->: model/ExtendedMetaData.ecore - model/ExtendedMetaData.ecore [INFO] |->: model/XMLNamespace.ecore - model/XMLNamespace.ecore [INFO] |->: model/XMLType.ecore - model/XMLType.ecore [INFO] |->: model/Ecore.ecore - model/Ecore.ecore [INFO] |->: model/DateConversionDelegateAnnotation.ecore - model/DateConversionDelegateAnnotation.ecore [INFO] |->: model/EcoreAnnotation.ecore - model/EcoreAnnotation.ecore [INFO] Container: /home/jenkins/.m2/repository/org/osgi/org.osgi.util.promise/1.3.0/org.osgi.util.promise-1.3.0.jar [INFO] Container: /home/jenkins/.m2/repository/biz/aQute/bnd/biz.aQute.bnd.annotation/7.0.0/biz.aQute.bnd.annotation-7.0.0.jar [INFO] Container: /home/jenkins/.m2/repository/org/osgi/org.osgi.util.converter/1.0.9/org.osgi.util.converter-1.0.9.jar [INFO] Container: /home/jenkins/.m2/repository/org/osgi/org.osgi.service.cm/1.6.1/org.osgi.service.cm-1.6.1.jar [INFO] Container: /home/jenkins/.m2/repository/org/osgi/org.osgi.namespace.implementation/1.0.0/org.osgi.namespace.implementation-1.0.0.jar [INFO] Container: /home/jenkins/agent/workspace/Sensinact Deploy/core/annotation/target/annotation-0.0.2-SNAPSHOT.jar [INFO] Container: /home/jenkins/.m2/repository/org/osgi/org.osgi.service.component/1.5.0/org.osgi.service.component-1.5.0.jar [INFO] Container: /home/jenkins/.m2/repository/org/osgi/org.osgi.framework/1.10.0/org.osgi.framework-1.10.0.jar [INFO] Container: /home/jenkins/.m2/repository/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.36.0/org.eclipse.emf.ecore.xmi-2.36.0.jar [INFO] Loading resource://provider/src/main/resources/model/sensinact.genmodel [INFO] Asked to handle resource://provider/src/main/resources/model/sensinact.genmodel [INFO] Asked to handle resource://provider/src/main/resources/model/sensinact.genmodel [INFO] Asked to open InputStream for resource://provider/src/main/resources/model/sensinact.genmodel [INFO] sanatized uri resource://provider/src/main/resources/model/sensinact.genmodel [INFO] bsn according to URI provider [INFO] The bsn segment part fits to: provider [INFO] Configuring Jet [INFO] Setting modelDirectory/provider/src/main/java [INFO] Creating BNDGeneratorAdapterFactory [INFO] Starting generator run [INFO] Creating GeckoGenModelGeneratorAdapter [INFO] Creating GeckoGenPackageGeneratorAdapter [INFO] Creating GeckoGenClassGeneratorAdapter [INFO] Creating GeckoGenEnumGeneratorAdapter [INFO] subtask Generating code [INFO] internaly worked 0.08333333333333333 on null [INFO] internaly worked 0.08333333333333333 on null [INFO] internaly worked 0.8333333333333334 on null [INFO] subtask [INFO] subtask Generating Code for ProviderPackage [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] Asked to handle resource://provider/src/main/resources/model/sensinact.ecore [INFO] Asked to handle resource://provider/src/main/resources/model/sensinact.ecore [INFO] Asked to open InputStream for resource://provider/src/main/resources/model/sensinact.ecore [INFO] sanatized uri resource://provider/src/main/resources/model/sensinact.ecore [INFO] bsn according to URI provider [INFO] The bsn segment part fits to: provider [INFO] subtask Generating Java class org.eclipse.sensinact.model.core.provider.util.ProviderResourceImpl [INFO] subtask Generating /provider/src/main/java/org/eclipse/sensinact/model/core/provider/util/ProviderResourceImpl.java [INFO] internaly worked 1.0 on null [INFO] subtask java.net.MalformedURLException: Cannot invoke "String.length()" because "spec" is null at java.base/java.net.URL.(URL.java:708) at java.base/java.net.URL.(URL.java:569) at java.base/java.net.URL.(URL.java:516) at java.xml/com.sun.org.apache.xerces.internal.impl.XMLEntityManager.setupCurrentEntity(XMLEntityManager.java:650) at java.xml/com.sun.org.apache.xerces.internal.impl.XMLVersionDetector.determineDocVersion(XMLVersionDetector.java:150) at java.xml/com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:861) at java.xml/com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:825) at java.xml/com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:141) at java.xml/com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:247) at java.xml/com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:342) at org.eclipse.emf.codegen.merge.java.JControlModel.initialize(JControlModel.java:963) at org.eclipse.emf.codegen.merge.java.JControlModel.initialize(JControlModel.java:952) at org.eclipse.emf.codegen.ecore.generator.Generator.getJControlModel(Generator.java:451) at org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter.generateJava(AbstractGeneratorAdapter.java:1969) at org.eclipse.emf.codegen.ecore.genmodel.generator.GenPackageGeneratorAdapter.generateResourceClass(GenPackageGeneratorAdapter.java:815) at org.gecko.emf.osgi.codegen.adapter.GeckoGenPackageGeneratorAdapter.generateModel(GeckoGenPackageGeneratorAdapter.java:127) at org.eclipse.emf.codegen.ecore.genmodel.generator.GenBaseGeneratorAdapter.doGenerate(GenBaseGeneratorAdapter.java:215) at org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter.generate(AbstractGeneratorAdapter.java:318) at org.eclipse.emf.codegen.ecore.generator.Generator.generate(Generator.java:768) at org.eclipse.emf.codegen.ecore.generator.Generator.generate(Generator.java:679) at org.gecko.emf.osgi.codegen.GeckoEmfGenerator.doGenerate(GeckoEmfGenerator.java:326) at org.gecko.emf.osgi.codegen.GeckoEmfGenerator.generate(GeckoEmfGenerator.java:176) at org.gecko.emf.osgi.codegen.GeckoEmfGenerator.generate(GeckoEmfGenerator.java:63) at aQute.bnd.build.ProjectGenerate.lambda$doGeneratePlugin$1(ProjectGenerate.java:270) at aQute.lib.redirect.Redirect.apply(Redirect.java:117) at aQute.bnd.build.ProjectGenerate.lambda$doGeneratePlugin$2(ProjectGenerate.java:270) at aQute.bnd.build.WorkspaceExternalPluginHandler.call(WorkspaceExternalPluginHandler.java:96) at aQute.bnd.build.ProjectGenerate.doGeneratePlugin(ProjectGenerate.java:255) at aQute.bnd.build.ProjectGenerate.doGenerate(ProjectGenerate.java:226) at aQute.bnd.build.ProjectGenerate.step(ProjectGenerate.java:146) at aQute.bnd.build.ProjectGenerate.generate(ProjectGenerate.java:66) at aQute.bnd.maven.generate.plugin.AbstractGenerateMojo.lambda$getOperation$2(AbstractGenerateMojo.java:151) at aQute.bnd.maven.generate.plugin.BndContainer.generate(BndContainer.java:176) at aQute.bnd.maven.generate.plugin.AbstractGenerateMojo.doExecute(AbstractGenerateMojo.java:132) at aQute.bnd.maven.generate.plugin.GenerateMojo.execute(GenerateMojo.java:14) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:126) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2(MojoExecutor.java:328) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute(MojoExecutor.java:316) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:174) at org.apache.maven.lifecycle.internal.MojoExecutor.access$000(MojoExecutor.java:75) at org.apache.maven.lifecycle.internal.MojoExecutor$1.run(MojoExecutor.java:162) at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute(DefaultMojosExecutionStrategy.java:39) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:159) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:105) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:73) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:53) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:118) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:261) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:101) at org.jvnet.hudson.maven3.launcher.Maven35Launcher.main(Maven35Launcher.java:138) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:283) at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:226) at jenkins.maven3.agent.Maven35Main.launch(Maven35Main.java:179) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at hudson.maven.Maven3Builder.call(Maven3Builder.java:140) at hudson.maven.Maven3Builder.call(Maven3Builder.java:71) at hudson.remoting.UserRequest.perform(UserRequest.java:211) at hudson.remoting.UserRequest.perform(UserRequest.java:54) at hudson.remoting.Request$2.run(Request.java:377) at hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:78) 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) Caused by: java.lang.NullPointerException: Cannot invoke "String.length()" because "spec" is null at java.base/java.net.URL.(URL.java:614) ... 72 more [INFO] toPlatformResourceURI: /provider/src/main/java/org/eclipse/sensinact/model/core/provider/util/ProviderResourceImpl.java [INFO] toPlatformResourceURI esult: /provider/src/main/java/org/eclipse/sensinact/model/core/provider/util/ProviderResourceImpl.java [INFO] Asked to handle platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/util/ProviderResourceImpl.java [INFO] Asked if exists platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/util/ProviderResourceImpl.java [INFO] toPlatformResourceURI: /provider/src/main/java/org/eclipse/sensinact/model/core/provider/util/ProviderResourceImpl.java [INFO] toPlatformResourceURI esult: /provider/src/main/java/org/eclipse/sensinact/model/core/provider/util/ProviderResourceImpl.java [INFO] Asked to handle platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/util/ProviderResourceImpl.java [INFO] Asked to open InputStream for platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/util/ProviderResourceImpl.java [INFO] sanatized uri resource://provider/src/main/java/org/eclipse/sensinact/model/core/provider/util/ProviderResourceImpl.java [INFO] bsn according to URI provider [INFO] The bsn segment part fits to: provider [INFO] subtask Preparing new /provider/src/main/java/org/eclipse/sensinact/model/core/provider/util/ProviderResourceImpl.java [INFO] toPlatformResourceURI: /provider/src/main/java/org/eclipse/sensinact/model/core/provider/util/ProviderResourceImpl.java [INFO] toPlatformResourceURI esult: /provider/src/main/java/org/eclipse/sensinact/model/core/provider/util/ProviderResourceImpl.java [INFO] toPlatformResourceURI: /provider/src/main/java/org/eclipse/sensinact/model/core/provider/util/ProviderResourceImpl.java [INFO] toPlatformResourceURI esult: /provider/src/main/java/org/eclipse/sensinact/model/core/provider/util/ProviderResourceImpl.java [INFO] Asked to handle platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/util/ProviderResourceImpl.java [INFO] Asked to open OutputStream for platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/util/ProviderResourceImpl.java [INFO] Sanatized resource://provider/src/main/java/org/eclipse/sensinact/model/core/provider/util/ProviderResourceImpl.java [INFO] Opening file /home/jenkins/agent/workspace/Sensinact Deploy/core/models/provider/src/main/java/org/eclipse/sensinact/model/core/provider/util/ProviderResourceImpl.java [INFO] subtask Generating package interface info for package 'org.eclipse.sensinact.model.core.provider.ProviderPackage' [INFO] subtask Generating /provider/src/main/java/org/eclipse/sensinact/model/core/provider/ProviderPackage.java [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] toPlatformResourceURI: /provider/src/main/java/org/eclipse/sensinact/model/core/provider/ProviderPackage.java [INFO] toPlatformResourceURI esult: /provider/src/main/java/org/eclipse/sensinact/model/core/provider/ProviderPackage.java [INFO] Asked to handle platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/ProviderPackage.java [INFO] Asked if exists platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/ProviderPackage.java [INFO] toPlatformResourceURI: /provider/src/main/java/org/eclipse/sensinact/model/core/provider/ProviderPackage.java [INFO] toPlatformResourceURI esult: /provider/src/main/java/org/eclipse/sensinact/model/core/provider/ProviderPackage.java [INFO] Asked to handle platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/ProviderPackage.java [INFO] Asked to open InputStream for platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/ProviderPackage.java [INFO] sanatized uri resource://provider/src/main/java/org/eclipse/sensinact/model/core/provider/ProviderPackage.java [INFO] bsn according to URI provider [INFO] The bsn segment part fits to: provider [INFO] subtask Preparing new /provider/src/main/java/org/eclipse/sensinact/model/core/provider/ProviderPackage.java [INFO] toPlatformResourceURI: /provider/src/main/java/org/eclipse/sensinact/model/core/provider/ProviderPackage.java [INFO] toPlatformResourceURI esult: /provider/src/main/java/org/eclipse/sensinact/model/core/provider/ProviderPackage.java [INFO] toPlatformResourceURI: /provider/src/main/java/org/eclipse/sensinact/model/core/provider/ProviderPackage.java [INFO] toPlatformResourceURI esult: /provider/src/main/java/org/eclipse/sensinact/model/core/provider/ProviderPackage.java [INFO] Asked to handle platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/ProviderPackage.java [INFO] Asked to open OutputStream for platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/ProviderPackage.java [INFO] Sanatized resource://provider/src/main/java/org/eclipse/sensinact/model/core/provider/ProviderPackage.java [INFO] Opening file /home/jenkins/agent/workspace/Sensinact Deploy/core/models/provider/src/main/java/org/eclipse/sensinact/model/core/provider/ProviderPackage.java [INFO] subtask Generating Java class org.eclipse.sensinact.model.core.provider.impl.ProviderPackageImpl [INFO] subtask Generating /provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/ProviderPackageImpl.java [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] toPlatformResourceURI: /provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/ProviderPackageImpl.java [INFO] toPlatformResourceURI esult: /provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/ProviderPackageImpl.java [INFO] Asked to handle platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/ProviderPackageImpl.java [INFO] Asked if exists platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/ProviderPackageImpl.java [INFO] toPlatformResourceURI: /provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/ProviderPackageImpl.java [INFO] toPlatformResourceURI esult: /provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/ProviderPackageImpl.java [INFO] Asked to handle platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/ProviderPackageImpl.java [INFO] Asked to open InputStream for platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/ProviderPackageImpl.java [INFO] sanatized uri resource://provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/ProviderPackageImpl.java [INFO] bsn according to URI provider [INFO] The bsn segment part fits to: provider [INFO] subtask Preparing new /provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/ProviderPackageImpl.java [INFO] toPlatformResourceURI: /provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/ProviderPackageImpl.java [INFO] toPlatformResourceURI esult: /provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/ProviderPackageImpl.java [INFO] toPlatformResourceURI: /provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/ProviderPackageImpl.java [INFO] toPlatformResourceURI esult: /provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/ProviderPackageImpl.java [INFO] Asked to handle platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/ProviderPackageImpl.java [INFO] Asked to open OutputStream for platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/ProviderPackageImpl.java [INFO] Sanatized resource://provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/ProviderPackageImpl.java [INFO] Opening file /home/jenkins/agent/workspace/Sensinact Deploy/core/models/provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/ProviderPackageImpl.java [INFO] subtask Generating factory interface info for package 'org.eclipse.sensinact.model.core.provider.ProviderFactory' [INFO] subtask Generating /provider/src/main/java/org/eclipse/sensinact/model/core/provider/ProviderFactory.java [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] toPlatformResourceURI: /provider/src/main/java/org/eclipse/sensinact/model/core/provider/ProviderFactory.java [INFO] toPlatformResourceURI esult: /provider/src/main/java/org/eclipse/sensinact/model/core/provider/ProviderFactory.java [INFO] Asked to handle platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/ProviderFactory.java [INFO] Asked if exists platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/ProviderFactory.java [INFO] toPlatformResourceURI: /provider/src/main/java/org/eclipse/sensinact/model/core/provider/ProviderFactory.java [INFO] toPlatformResourceURI esult: /provider/src/main/java/org/eclipse/sensinact/model/core/provider/ProviderFactory.java [INFO] Asked to handle platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/ProviderFactory.java [INFO] Asked to open InputStream for platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/ProviderFactory.java [INFO] sanatized uri resource://provider/src/main/java/org/eclipse/sensinact/model/core/provider/ProviderFactory.java [INFO] bsn according to URI provider [INFO] The bsn segment part fits to: provider [INFO] subtask Preparing new /provider/src/main/java/org/eclipse/sensinact/model/core/provider/ProviderFactory.java [INFO] toPlatformResourceURI: /provider/src/main/java/org/eclipse/sensinact/model/core/provider/ProviderFactory.java [INFO] toPlatformResourceURI esult: /provider/src/main/java/org/eclipse/sensinact/model/core/provider/ProviderFactory.java [INFO] toPlatformResourceURI: /provider/src/main/java/org/eclipse/sensinact/model/core/provider/ProviderFactory.java [INFO] toPlatformResourceURI esult: /provider/src/main/java/org/eclipse/sensinact/model/core/provider/ProviderFactory.java [INFO] Asked to handle platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/ProviderFactory.java [INFO] Asked to open OutputStream for platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/ProviderFactory.java [INFO] Sanatized resource://provider/src/main/java/org/eclipse/sensinact/model/core/provider/ProviderFactory.java [INFO] Opening file /home/jenkins/agent/workspace/Sensinact Deploy/core/models/provider/src/main/java/org/eclipse/sensinact/model/core/provider/ProviderFactory.java [INFO] subtask Generating Java class org.eclipse.sensinact.model.core.provider.impl.ProviderFactoryImpl [INFO] subtask Generating /provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/ProviderFactoryImpl.java [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] toPlatformResourceURI: /provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/ProviderFactoryImpl.java [INFO] toPlatformResourceURI esult: /provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/ProviderFactoryImpl.java [INFO] Asked to handle platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/ProviderFactoryImpl.java [INFO] Asked if exists platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/ProviderFactoryImpl.java [INFO] toPlatformResourceURI: /provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/ProviderFactoryImpl.java [INFO] toPlatformResourceURI esult: /provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/ProviderFactoryImpl.java [INFO] Asked to handle platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/ProviderFactoryImpl.java [INFO] Asked to open InputStream for platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/ProviderFactoryImpl.java [INFO] sanatized uri resource://provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/ProviderFactoryImpl.java [INFO] bsn according to URI provider [INFO] The bsn segment part fits to: provider [INFO] subtask Preparing new /provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/ProviderFactoryImpl.java [INFO] toPlatformResourceURI: /provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/ProviderFactoryImpl.java [INFO] toPlatformResourceURI esult: /provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/ProviderFactoryImpl.java [INFO] toPlatformResourceURI: /provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/ProviderFactoryImpl.java [INFO] toPlatformResourceURI esult: /provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/ProviderFactoryImpl.java [INFO] Asked to handle platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/ProviderFactoryImpl.java [INFO] Asked to open OutputStream for platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/ProviderFactoryImpl.java [INFO] Sanatized resource://provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/ProviderFactoryImpl.java [INFO] Opening file /home/jenkins/agent/workspace/Sensinact Deploy/core/models/provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/ProviderFactoryImpl.java [INFO] subtask Generating Java class org.eclipse.sensinact.model.core.provider.util.ProviderSwitch [INFO] subtask Generating /provider/src/main/java/org/eclipse/sensinact/model/core/provider/util/ProviderSwitch.java [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] toPlatformResourceURI: /provider/src/main/java/org/eclipse/sensinact/model/core/provider/util/ProviderSwitch.java [INFO] toPlatformResourceURI esult: /provider/src/main/java/org/eclipse/sensinact/model/core/provider/util/ProviderSwitch.java [INFO] Asked to handle platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/util/ProviderSwitch.java [INFO] Asked if exists platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/util/ProviderSwitch.java [INFO] toPlatformResourceURI: /provider/src/main/java/org/eclipse/sensinact/model/core/provider/util/ProviderSwitch.java [INFO] toPlatformResourceURI esult: /provider/src/main/java/org/eclipse/sensinact/model/core/provider/util/ProviderSwitch.java [INFO] Asked to handle platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/util/ProviderSwitch.java [INFO] Asked to open InputStream for platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/util/ProviderSwitch.java [INFO] sanatized uri resource://provider/src/main/java/org/eclipse/sensinact/model/core/provider/util/ProviderSwitch.java [INFO] bsn according to URI provider [INFO] The bsn segment part fits to: provider [INFO] subtask Preparing new /provider/src/main/java/org/eclipse/sensinact/model/core/provider/util/ProviderSwitch.java [INFO] toPlatformResourceURI: /provider/src/main/java/org/eclipse/sensinact/model/core/provider/util/ProviderSwitch.java [INFO] toPlatformResourceURI esult: /provider/src/main/java/org/eclipse/sensinact/model/core/provider/util/ProviderSwitch.java [INFO] toPlatformResourceURI: /provider/src/main/java/org/eclipse/sensinact/model/core/provider/util/ProviderSwitch.java [INFO] toPlatformResourceURI esult: /provider/src/main/java/org/eclipse/sensinact/model/core/provider/util/ProviderSwitch.java [INFO] Asked to handle platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/util/ProviderSwitch.java [INFO] Asked to open OutputStream for platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/util/ProviderSwitch.java [INFO] Sanatized resource://provider/src/main/java/org/eclipse/sensinact/model/core/provider/util/ProviderSwitch.java [INFO] Opening file /home/jenkins/agent/workspace/Sensinact Deploy/core/models/provider/src/main/java/org/eclipse/sensinact/model/core/provider/util/ProviderSwitch.java [INFO] subtask Generating Java class org.eclipse.sensinact.model.core.provider.util.ProviderAdapterFactory [INFO] subtask Generating /provider/src/main/java/org/eclipse/sensinact/model/core/provider/util/ProviderAdapterFactory.java [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] toPlatformResourceURI: /provider/src/main/java/org/eclipse/sensinact/model/core/provider/util/ProviderAdapterFactory.java [INFO] toPlatformResourceURI esult: /provider/src/main/java/org/eclipse/sensinact/model/core/provider/util/ProviderAdapterFactory.java [INFO] Asked to handle platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/util/ProviderAdapterFactory.java [INFO] Asked if exists platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/util/ProviderAdapterFactory.java [INFO] toPlatformResourceURI: /provider/src/main/java/org/eclipse/sensinact/model/core/provider/util/ProviderAdapterFactory.java [INFO] toPlatformResourceURI esult: /provider/src/main/java/org/eclipse/sensinact/model/core/provider/util/ProviderAdapterFactory.java [INFO] Asked to handle platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/util/ProviderAdapterFactory.java [INFO] Asked to open InputStream for platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/util/ProviderAdapterFactory.java [INFO] sanatized uri resource://provider/src/main/java/org/eclipse/sensinact/model/core/provider/util/ProviderAdapterFactory.java [INFO] bsn according to URI provider [INFO] The bsn segment part fits to: provider [INFO] subtask Preparing new /provider/src/main/java/org/eclipse/sensinact/model/core/provider/util/ProviderAdapterFactory.java [INFO] toPlatformResourceURI: /provider/src/main/java/org/eclipse/sensinact/model/core/provider/util/ProviderAdapterFactory.java [INFO] toPlatformResourceURI esult: /provider/src/main/java/org/eclipse/sensinact/model/core/provider/util/ProviderAdapterFactory.java [INFO] toPlatformResourceURI: /provider/src/main/java/org/eclipse/sensinact/model/core/provider/util/ProviderAdapterFactory.java [INFO] toPlatformResourceURI esult: /provider/src/main/java/org/eclipse/sensinact/model/core/provider/util/ProviderAdapterFactory.java [INFO] Asked to handle platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/util/ProviderAdapterFactory.java [INFO] Asked to open OutputStream for platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/util/ProviderAdapterFactory.java [INFO] Sanatized resource://provider/src/main/java/org/eclipse/sensinact/model/core/provider/util/ProviderAdapterFactory.java [INFO] Opening file /home/jenkins/agent/workspace/Sensinact Deploy/core/models/provider/src/main/java/org/eclipse/sensinact/model/core/provider/util/ProviderAdapterFactory.java [INFO] subtask Generating EPackageConfigurator for package 'provider' [INFO] subtask Generating /provider/src/main/java/org/eclipse/sensinact/model/core/provider/configuration/ProviderEPackageConfigurator.java [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] toPlatformResourceURI: /provider/src/main/java/org/eclipse/sensinact/model/core/provider/configuration/ProviderEPackageConfigurator.java [INFO] toPlatformResourceURI esult: /provider/src/main/java/org/eclipse/sensinact/model/core/provider/configuration/ProviderEPackageConfigurator.java [INFO] Asked to handle platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/configuration/ProviderEPackageConfigurator.java [INFO] Asked if exists platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/configuration/ProviderEPackageConfigurator.java [INFO] toPlatformResourceURI: /provider/src/main/java/org/eclipse/sensinact/model/core/provider/configuration/ProviderEPackageConfigurator.java [INFO] toPlatformResourceURI esult: /provider/src/main/java/org/eclipse/sensinact/model/core/provider/configuration/ProviderEPackageConfigurator.java [INFO] Asked to handle platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/configuration/ProviderEPackageConfigurator.java [INFO] Asked to open InputStream for platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/configuration/ProviderEPackageConfigurator.java [INFO] sanatized uri resource://provider/src/main/java/org/eclipse/sensinact/model/core/provider/configuration/ProviderEPackageConfigurator.java [INFO] bsn according to URI provider [INFO] The bsn segment part fits to: provider [INFO] subtask Preparing new /provider/src/main/java/org/eclipse/sensinact/model/core/provider/configuration/ProviderEPackageConfigurator.java [INFO] toPlatformResourceURI: /provider/src/main/java/org/eclipse/sensinact/model/core/provider/configuration/ProviderEPackageConfigurator.java [INFO] toPlatformResourceURI esult: /provider/src/main/java/org/eclipse/sensinact/model/core/provider/configuration/ProviderEPackageConfigurator.java [INFO] toPlatformResourceURI: /provider/src/main/java/org/eclipse/sensinact/model/core/provider/configuration/ProviderEPackageConfigurator.java [INFO] toPlatformResourceURI esult: /provider/src/main/java/org/eclipse/sensinact/model/core/provider/configuration/ProviderEPackageConfigurator.java [INFO] Asked to handle platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/configuration/ProviderEPackageConfigurator.java [INFO] Asked to open OutputStream for platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/configuration/ProviderEPackageConfigurator.java [INFO] Sanatized resource://provider/src/main/java/org/eclipse/sensinact/model/core/provider/configuration/ProviderEPackageConfigurator.java [INFO] Opening file /home/jenkins/agent/workspace/Sensinact Deploy/core/models/provider/src/main/java/org/eclipse/sensinact/model/core/provider/configuration/ProviderEPackageConfigurator.java [INFO] subtask Generating Java class org.eclipse.sensinact.model.core.provider.util.ProviderResourceFactoryImpl [INFO] subtask Generating /provider/src/main/java/org/eclipse/sensinact/model/core/provider/util/ProviderResourceFactoryImpl.java [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] toPlatformResourceURI: /provider/src/main/java/org/eclipse/sensinact/model/core/provider/util/ProviderResourceFactoryImpl.java [INFO] toPlatformResourceURI esult: /provider/src/main/java/org/eclipse/sensinact/model/core/provider/util/ProviderResourceFactoryImpl.java [INFO] Asked to handle platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/util/ProviderResourceFactoryImpl.java [INFO] Asked if exists platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/util/ProviderResourceFactoryImpl.java [INFO] toPlatformResourceURI: /provider/src/main/java/org/eclipse/sensinact/model/core/provider/util/ProviderResourceFactoryImpl.java [INFO] toPlatformResourceURI esult: /provider/src/main/java/org/eclipse/sensinact/model/core/provider/util/ProviderResourceFactoryImpl.java [INFO] Asked to handle platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/util/ProviderResourceFactoryImpl.java [INFO] Asked to open InputStream for platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/util/ProviderResourceFactoryImpl.java [INFO] sanatized uri resource://provider/src/main/java/org/eclipse/sensinact/model/core/provider/util/ProviderResourceFactoryImpl.java [INFO] bsn according to URI provider [INFO] The bsn segment part fits to: provider [INFO] subtask Preparing new /provider/src/main/java/org/eclipse/sensinact/model/core/provider/util/ProviderResourceFactoryImpl.java [INFO] toPlatformResourceURI: /provider/src/main/java/org/eclipse/sensinact/model/core/provider/util/ProviderResourceFactoryImpl.java [INFO] toPlatformResourceURI esult: /provider/src/main/java/org/eclipse/sensinact/model/core/provider/util/ProviderResourceFactoryImpl.java [INFO] toPlatformResourceURI: /provider/src/main/java/org/eclipse/sensinact/model/core/provider/util/ProviderResourceFactoryImpl.java [INFO] toPlatformResourceURI esult: /provider/src/main/java/org/eclipse/sensinact/model/core/provider/util/ProviderResourceFactoryImpl.java [INFO] Asked to handle platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/util/ProviderResourceFactoryImpl.java [INFO] Asked to open OutputStream for platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/util/ProviderResourceFactoryImpl.java [INFO] Sanatized resource://provider/src/main/java/org/eclipse/sensinact/model/core/provider/util/ProviderResourceFactoryImpl.java [INFO] Opening file /home/jenkins/agent/workspace/Sensinact Deploy/core/models/provider/src/main/java/org/eclipse/sensinact/model/core/provider/util/ProviderResourceFactoryImpl.java [INFO] subtask Generating OSGi configuration component for package 'provider' [INFO] subtask Generating /provider/src/main/java/org/eclipse/sensinact/model/core/provider/configuration/ProviderConfigurationComponent.java [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] toPlatformResourceURI: /provider/src/main/java/org/eclipse/sensinact/model/core/provider/configuration/ProviderConfigurationComponent.java [INFO] toPlatformResourceURI esult: /provider/src/main/java/org/eclipse/sensinact/model/core/provider/configuration/ProviderConfigurationComponent.java [INFO] Asked to handle platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/configuration/ProviderConfigurationComponent.java [INFO] Asked if exists platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/configuration/ProviderConfigurationComponent.java [INFO] toPlatformResourceURI: /provider/src/main/java/org/eclipse/sensinact/model/core/provider/configuration/ProviderConfigurationComponent.java [INFO] toPlatformResourceURI esult: /provider/src/main/java/org/eclipse/sensinact/model/core/provider/configuration/ProviderConfigurationComponent.java [INFO] Asked to handle platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/configuration/ProviderConfigurationComponent.java [INFO] Asked to open InputStream for platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/configuration/ProviderConfigurationComponent.java [INFO] sanatized uri resource://provider/src/main/java/org/eclipse/sensinact/model/core/provider/configuration/ProviderConfigurationComponent.java [INFO] bsn according to URI provider [INFO] The bsn segment part fits to: provider [INFO] subtask Preparing new /provider/src/main/java/org/eclipse/sensinact/model/core/provider/configuration/ProviderConfigurationComponent.java [INFO] toPlatformResourceURI: /provider/src/main/java/org/eclipse/sensinact/model/core/provider/configuration/ProviderConfigurationComponent.java [INFO] toPlatformResourceURI esult: /provider/src/main/java/org/eclipse/sensinact/model/core/provider/configuration/ProviderConfigurationComponent.java [INFO] toPlatformResourceURI: /provider/src/main/java/org/eclipse/sensinact/model/core/provider/configuration/ProviderConfigurationComponent.java [INFO] toPlatformResourceURI esult: /provider/src/main/java/org/eclipse/sensinact/model/core/provider/configuration/ProviderConfigurationComponent.java [INFO] Asked to handle platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/configuration/ProviderConfigurationComponent.java [INFO] Asked to open OutputStream for platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/configuration/ProviderConfigurationComponent.java [INFO] Sanatized resource://provider/src/main/java/org/eclipse/sensinact/model/core/provider/configuration/ProviderConfigurationComponent.java [INFO] Opening file /home/jenkins/agent/workspace/Sensinact Deploy/core/models/provider/src/main/java/org/eclipse/sensinact/model/core/provider/configuration/ProviderConfigurationComponent.java [INFO] subtask Generating package info for package 'provider' [INFO] subtask Generating /provider/src/main/java/org/eclipse/sensinact/model/core/provider/package-info.java [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] toPlatformResourceURI: /provider/src/main/java/org/eclipse/sensinact/model/core/provider/package-info.java [INFO] toPlatformResourceURI esult: /provider/src/main/java/org/eclipse/sensinact/model/core/provider/package-info.java [INFO] Asked to handle platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/package-info.java [INFO] Asked if exists platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/package-info.java [INFO] toPlatformResourceURI: /provider/src/main/java/org/eclipse/sensinact/model/core/provider/package-info.java [INFO] toPlatformResourceURI esult: /provider/src/main/java/org/eclipse/sensinact/model/core/provider/package-info.java [INFO] Asked to handle platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/package-info.java [INFO] Asked to open InputStream for platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/package-info.java [INFO] sanatized uri resource://provider/src/main/java/org/eclipse/sensinact/model/core/provider/package-info.java [INFO] bsn according to URI provider [INFO] The bsn segment part fits to: provider [INFO] subtask Preparing new /provider/src/main/java/org/eclipse/sensinact/model/core/provider/package-info.java [INFO] toPlatformResourceURI: /provider/src/main/java/org/eclipse/sensinact/model/core/provider/package-info.java [INFO] toPlatformResourceURI esult: /provider/src/main/java/org/eclipse/sensinact/model/core/provider/package-info.java [INFO] toPlatformResourceURI: /provider/src/main/java/org/eclipse/sensinact/model/core/provider/package-info.java [INFO] toPlatformResourceURI esult: /provider/src/main/java/org/eclipse/sensinact/model/core/provider/package-info.java [INFO] Asked to handle platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/package-info.java [INFO] Asked to open OutputStream for platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/package-info.java [INFO] Sanatized resource://provider/src/main/java/org/eclipse/sensinact/model/core/provider/package-info.java [INFO] Opening file /home/jenkins/agent/workspace/Sensinact Deploy/core/models/provider/src/main/java/org/eclipse/sensinact/model/core/provider/package-info.java [INFO] subtask Generating /provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/package-info.java [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] toPlatformResourceURI: /provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/package-info.java [INFO] toPlatformResourceURI esult: /provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/package-info.java [INFO] Asked to handle platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/package-info.java [INFO] Asked if exists platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/package-info.java [INFO] toPlatformResourceURI: /provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/package-info.java [INFO] toPlatformResourceURI esult: /provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/package-info.java [INFO] Asked to handle platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/package-info.java [INFO] Asked to open InputStream for platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/package-info.java [INFO] sanatized uri resource://provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/package-info.java [INFO] bsn according to URI provider [INFO] The bsn segment part fits to: provider [INFO] subtask Preparing new /provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/package-info.java [INFO] toPlatformResourceURI: /provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/package-info.java [INFO] toPlatformResourceURI esult: /provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/package-info.java [INFO] toPlatformResourceURI: /provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/package-info.java [INFO] toPlatformResourceURI esult: /provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/package-info.java [INFO] Asked to handle platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/package-info.java [INFO] Asked to open OutputStream for platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/package-info.java [INFO] Sanatized resource://provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/package-info.java [INFO] Opening file /home/jenkins/agent/workspace/Sensinact Deploy/core/models/provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/package-info.java [INFO] subtask Generating /provider/src/main/java/org/eclipse/sensinact/model/core/provider/util/package-info.java [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] toPlatformResourceURI: /provider/src/main/java/org/eclipse/sensinact/model/core/provider/util/package-info.java [INFO] toPlatformResourceURI esult: /provider/src/main/java/org/eclipse/sensinact/model/core/provider/util/package-info.java [INFO] Asked to handle platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/util/package-info.java [INFO] Asked if exists platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/util/package-info.java [INFO] toPlatformResourceURI: /provider/src/main/java/org/eclipse/sensinact/model/core/provider/util/package-info.java [INFO] toPlatformResourceURI esult: /provider/src/main/java/org/eclipse/sensinact/model/core/provider/util/package-info.java [INFO] Asked to handle platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/util/package-info.java [INFO] Asked to open InputStream for platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/util/package-info.java [INFO] sanatized uri resource://provider/src/main/java/org/eclipse/sensinact/model/core/provider/util/package-info.java [INFO] bsn according to URI provider [INFO] The bsn segment part fits to: provider [INFO] subtask Preparing new /provider/src/main/java/org/eclipse/sensinact/model/core/provider/util/package-info.java [INFO] toPlatformResourceURI: /provider/src/main/java/org/eclipse/sensinact/model/core/provider/util/package-info.java [INFO] toPlatformResourceURI esult: /provider/src/main/java/org/eclipse/sensinact/model/core/provider/util/package-info.java [INFO] toPlatformResourceURI: /provider/src/main/java/org/eclipse/sensinact/model/core/provider/util/package-info.java [INFO] toPlatformResourceURI esult: /provider/src/main/java/org/eclipse/sensinact/model/core/provider/util/package-info.java [INFO] Asked to handle platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/util/package-info.java [INFO] Asked to open OutputStream for platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/util/package-info.java [INFO] Sanatized resource://provider/src/main/java/org/eclipse/sensinact/model/core/provider/util/package-info.java [INFO] Opening file /home/jenkins/agent/workspace/Sensinact Deploy/core/models/provider/src/main/java/org/eclipse/sensinact/model/core/provider/util/package-info.java [INFO] subtask Generating Provider [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] subtask Generating Java interface org.eclipse.sensinact.model.core.provider.Provider [INFO] subtask Generating /provider/src/main/java/org/eclipse/sensinact/model/core/provider/Provider.java [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] Asked to handle platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/Provider.java [INFO] Asked if exists platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/Provider.java [INFO] Asked to handle platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/Provider.java [INFO] Asked to open InputStream for platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/Provider.java [INFO] sanatized uri resource://provider/src/main/java/org/eclipse/sensinact/model/core/provider/Provider.java [INFO] bsn according to URI provider [INFO] The bsn segment part fits to: provider [INFO] subtask Preparing new /provider/src/main/java/org/eclipse/sensinact/model/core/provider/Provider.java [INFO] Asked to handle platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/Provider.java [INFO] Asked to open OutputStream for platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/Provider.java [INFO] Sanatized resource://provider/src/main/java/org/eclipse/sensinact/model/core/provider/Provider.java [INFO] Opening file /home/jenkins/agent/workspace/Sensinact Deploy/core/models/provider/src/main/java/org/eclipse/sensinact/model/core/provider/Provider.java [INFO] subtask Generating Java class org.eclipse.sensinact.model.core.provider.impl.ProviderImpl [INFO] subtask Generating /provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/ProviderImpl.java [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] Asked to handle platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/ProviderImpl.java [INFO] Asked if exists platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/ProviderImpl.java [INFO] Asked to handle platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/ProviderImpl.java [INFO] Asked to open InputStream for platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/ProviderImpl.java [INFO] sanatized uri resource://provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/ProviderImpl.java [INFO] bsn according to URI provider [INFO] The bsn segment part fits to: provider [INFO] subtask Preparing new /provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/ProviderImpl.java [INFO] Asked to handle platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/ProviderImpl.java [INFO] Asked to open OutputStream for platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/ProviderImpl.java [INFO] Sanatized resource://provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/ProviderImpl.java [INFO] Opening file /home/jenkins/agent/workspace/Sensinact Deploy/core/models/provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/ProviderImpl.java [INFO] subtask Generating Admin [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] subtask Generating Java interface org.eclipse.sensinact.model.core.provider.Admin [INFO] subtask Generating /provider/src/main/java/org/eclipse/sensinact/model/core/provider/Admin.java [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] Asked to handle platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/Admin.java [INFO] Asked if exists platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/Admin.java [INFO] Asked to handle platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/Admin.java [INFO] Asked to open InputStream for platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/Admin.java [INFO] sanatized uri resource://provider/src/main/java/org/eclipse/sensinact/model/core/provider/Admin.java [INFO] bsn according to URI provider [INFO] The bsn segment part fits to: provider [INFO] subtask Preparing new /provider/src/main/java/org/eclipse/sensinact/model/core/provider/Admin.java [INFO] Asked to handle platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/Admin.java [INFO] Asked to open OutputStream for platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/Admin.java [INFO] Sanatized resource://provider/src/main/java/org/eclipse/sensinact/model/core/provider/Admin.java [INFO] Opening file /home/jenkins/agent/workspace/Sensinact Deploy/core/models/provider/src/main/java/org/eclipse/sensinact/model/core/provider/Admin.java [INFO] subtask Generating Java class org.eclipse.sensinact.model.core.provider.impl.AdminImpl [INFO] subtask Generating /provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/AdminImpl.java [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] Asked to handle platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/AdminImpl.java [INFO] Asked if exists platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/AdminImpl.java [INFO] Asked to handle platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/AdminImpl.java [INFO] Asked to open InputStream for platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/AdminImpl.java [INFO] sanatized uri resource://provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/AdminImpl.java [INFO] bsn according to URI provider [INFO] The bsn segment part fits to: provider [INFO] subtask Preparing new /provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/AdminImpl.java [INFO] Asked to handle platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/AdminImpl.java [INFO] Asked to open OutputStream for platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/AdminImpl.java [INFO] Sanatized resource://provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/AdminImpl.java [INFO] Opening file /home/jenkins/agent/workspace/Sensinact Deploy/core/models/provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/AdminImpl.java [INFO] subtask Generating Service [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] subtask Generating Java interface org.eclipse.sensinact.model.core.provider.Service [INFO] subtask Generating /provider/src/main/java/org/eclipse/sensinact/model/core/provider/Service.java [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] Asked to handle platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/Service.java [INFO] Asked if exists platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/Service.java [INFO] Asked to handle platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/Service.java [INFO] Asked to open InputStream for platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/Service.java [INFO] sanatized uri resource://provider/src/main/java/org/eclipse/sensinact/model/core/provider/Service.java [INFO] bsn according to URI provider [INFO] The bsn segment part fits to: provider [INFO] subtask Preparing new /provider/src/main/java/org/eclipse/sensinact/model/core/provider/Service.java [INFO] Asked to handle platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/Service.java [INFO] Asked to open OutputStream for platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/Service.java [INFO] Sanatized resource://provider/src/main/java/org/eclipse/sensinact/model/core/provider/Service.java [INFO] Opening file /home/jenkins/agent/workspace/Sensinact Deploy/core/models/provider/src/main/java/org/eclipse/sensinact/model/core/provider/Service.java [INFO] subtask Generating Java class org.eclipse.sensinact.model.core.provider.impl.ServiceImpl [INFO] subtask Generating /provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/ServiceImpl.java [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] Asked to handle platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/ServiceImpl.java [INFO] Asked if exists platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/ServiceImpl.java [INFO] Asked to handle platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/ServiceImpl.java [INFO] Asked to open InputStream for platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/ServiceImpl.java [INFO] sanatized uri resource://provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/ServiceImpl.java [INFO] bsn according to URI provider [INFO] The bsn segment part fits to: provider [INFO] subtask Preparing new /provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/ServiceImpl.java [INFO] Asked to handle platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/ServiceImpl.java [INFO] Asked to open OutputStream for platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/ServiceImpl.java [INFO] Sanatized resource://provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/ServiceImpl.java [INFO] Opening file /home/jenkins/agent/workspace/Sensinact Deploy/core/models/provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/ServiceImpl.java [INFO] subtask Generating Metadata [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] subtask Generating Java interface org.eclipse.sensinact.model.core.provider.Metadata [INFO] subtask Generating /provider/src/main/java/org/eclipse/sensinact/model/core/provider/Metadata.java [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] Asked to handle platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/Metadata.java [INFO] Asked if exists platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/Metadata.java [INFO] Asked to handle platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/Metadata.java [INFO] Asked to open InputStream for platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/Metadata.java [INFO] sanatized uri resource://provider/src/main/java/org/eclipse/sensinact/model/core/provider/Metadata.java [INFO] bsn according to URI provider [INFO] The bsn segment part fits to: provider [INFO] subtask Preparing new /provider/src/main/java/org/eclipse/sensinact/model/core/provider/Metadata.java [INFO] Asked to handle platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/Metadata.java [INFO] Asked to open OutputStream for platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/Metadata.java [INFO] Sanatized resource://provider/src/main/java/org/eclipse/sensinact/model/core/provider/Metadata.java [INFO] Opening file /home/jenkins/agent/workspace/Sensinact Deploy/core/models/provider/src/main/java/org/eclipse/sensinact/model/core/provider/Metadata.java [INFO] subtask Generating Java class org.eclipse.sensinact.model.core.provider.impl.MetadataImpl [INFO] subtask Generating /provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/MetadataImpl.java [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] Asked to handle platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/MetadataImpl.java [INFO] Asked if exists platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/MetadataImpl.java [INFO] Asked to handle platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/MetadataImpl.java [INFO] Asked to open InputStream for platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/MetadataImpl.java [INFO] sanatized uri resource://provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/MetadataImpl.java [INFO] bsn according to URI provider [INFO] The bsn segment part fits to: provider [INFO] subtask Preparing new /provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/MetadataImpl.java [INFO] Asked to handle platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/MetadataImpl.java [INFO] Asked to open OutputStream for platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/MetadataImpl.java [INFO] Sanatized resource://provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/MetadataImpl.java [INFO] Opening file /home/jenkins/agent/workspace/Sensinact Deploy/core/models/provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/MetadataImpl.java [INFO] subtask Generating Feature Metadata [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] subtask Generating Java class org.eclipse.sensinact.model.core.provider.impl.FeatureMetadataImpl [INFO] subtask Generating /provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/FeatureMetadataImpl.java [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] Asked to handle platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/FeatureMetadataImpl.java [INFO] Asked if exists platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/FeatureMetadataImpl.java [INFO] Asked to handle platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/FeatureMetadataImpl.java [INFO] Asked to open InputStream for platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/FeatureMetadataImpl.java [INFO] sanatized uri resource://provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/FeatureMetadataImpl.java [INFO] bsn according to URI provider [INFO] The bsn segment part fits to: provider [INFO] subtask Preparing new /provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/FeatureMetadataImpl.java [INFO] Asked to handle platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/FeatureMetadataImpl.java [INFO] Asked to open OutputStream for platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/FeatureMetadataImpl.java [INFO] Sanatized resource://provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/FeatureMetadataImpl.java [INFO] Opening file /home/jenkins/agent/workspace/Sensinact Deploy/core/models/provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/FeatureMetadataImpl.java [INFO] subtask Generating Feature Custom Metadata [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] subtask Generating Java interface org.eclipse.sensinact.model.core.provider.FeatureCustomMetadata [INFO] subtask Generating /provider/src/main/java/org/eclipse/sensinact/model/core/provider/FeatureCustomMetadata.java [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] Asked to handle platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/FeatureCustomMetadata.java [INFO] Asked if exists platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/FeatureCustomMetadata.java [INFO] Asked to handle platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/FeatureCustomMetadata.java [INFO] Asked to open InputStream for platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/FeatureCustomMetadata.java [INFO] sanatized uri resource://provider/src/main/java/org/eclipse/sensinact/model/core/provider/FeatureCustomMetadata.java [INFO] bsn according to URI provider [INFO] The bsn segment part fits to: provider [INFO] subtask Preparing new /provider/src/main/java/org/eclipse/sensinact/model/core/provider/FeatureCustomMetadata.java [INFO] Asked to handle platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/FeatureCustomMetadata.java [INFO] Asked to open OutputStream for platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/FeatureCustomMetadata.java [INFO] Sanatized resource://provider/src/main/java/org/eclipse/sensinact/model/core/provider/FeatureCustomMetadata.java [INFO] Opening file /home/jenkins/agent/workspace/Sensinact Deploy/core/models/provider/src/main/java/org/eclipse/sensinact/model/core/provider/FeatureCustomMetadata.java [INFO] subtask Generating Java class org.eclipse.sensinact.model.core.provider.impl.FeatureCustomMetadataImpl [INFO] subtask Generating /provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/FeatureCustomMetadataImpl.java [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] Asked to handle platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/FeatureCustomMetadataImpl.java [INFO] Asked if exists platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/FeatureCustomMetadataImpl.java [INFO] Asked to handle platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/FeatureCustomMetadataImpl.java [INFO] Asked to open InputStream for platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/FeatureCustomMetadataImpl.java [INFO] sanatized uri resource://provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/FeatureCustomMetadataImpl.java [INFO] bsn according to URI provider [INFO] The bsn segment part fits to: provider [INFO] subtask Preparing new /provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/FeatureCustomMetadataImpl.java [INFO] Asked to handle platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/FeatureCustomMetadataImpl.java [INFO] Asked to open OutputStream for platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/FeatureCustomMetadataImpl.java [INFO] Sanatized resource://provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/FeatureCustomMetadataImpl.java [INFO] Opening file /home/jenkins/agent/workspace/Sensinact Deploy/core/models/provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/FeatureCustomMetadataImpl.java [INFO] subtask Generating Resource Type [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] subtask Generating Java class org.eclipse.sensinact.model.core.provider.ResourceType [INFO] subtask Generating /provider/src/main/java/org/eclipse/sensinact/model/core/provider/ResourceType.java [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] Asked to handle platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/ResourceType.java [INFO] Asked if exists platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/ResourceType.java [INFO] Asked to handle platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/ResourceType.java [INFO] Asked to open InputStream for platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/ResourceType.java [INFO] sanatized uri resource://provider/src/main/java/org/eclipse/sensinact/model/core/provider/ResourceType.java [INFO] bsn according to URI provider [INFO] The bsn segment part fits to: provider [INFO] subtask Preparing new /provider/src/main/java/org/eclipse/sensinact/model/core/provider/ResourceType.java [INFO] Asked to handle platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/ResourceType.java [INFO] Asked to open OutputStream for platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/ResourceType.java [INFO] Sanatized resource://provider/src/main/java/org/eclipse/sensinact/model/core/provider/ResourceType.java [INFO] Opening file /home/jenkins/agent/workspace/Sensinact Deploy/core/models/provider/src/main/java/org/eclipse/sensinact/model/core/provider/ResourceType.java [INFO] subtask Generating Value Type [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] subtask Generating Java class org.eclipse.sensinact.model.core.provider.ValueType [INFO] subtask Generating /provider/src/main/java/org/eclipse/sensinact/model/core/provider/ValueType.java [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] Asked to handle platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/ValueType.java [INFO] Asked if exists platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/ValueType.java [INFO] Asked to handle platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/ValueType.java [INFO] Asked to open InputStream for platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/ValueType.java [INFO] sanatized uri resource://provider/src/main/java/org/eclipse/sensinact/model/core/provider/ValueType.java [INFO] bsn according to URI provider [INFO] The bsn segment part fits to: provider [INFO] subtask Preparing new /provider/src/main/java/org/eclipse/sensinact/model/core/provider/ValueType.java [INFO] Asked to handle platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/ValueType.java [INFO] Asked to open OutputStream for platform:/resource/provider/src/main/java/org/eclipse/sensinact/model/core/provider/ValueType.java [INFO] Sanatized resource://provider/src/main/java/org/eclipse/sensinact/model/core/provider/ValueType.java [INFO] Opening file /home/jenkins/agent/workspace/Sensinact Deploy/core/models/provider/src/main/java/org/eclipse/sensinact/model/core/provider/ValueType.java [INFO] Generating code - org.eclipse.emf.codegen.ecore [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] Files generated: 26 [INFO] /home/jenkins/agent/workspace/Sensinact Deploy/core/models/provider/src/main/java/org/eclipse/sensinact/model/core/provider/Admin.java [INFO] /home/jenkins/agent/workspace/Sensinact Deploy/core/models/provider/src/main/java/org/eclipse/sensinact/model/core/provider/FeatureCustomMetadata.java [INFO] /home/jenkins/agent/workspace/Sensinact Deploy/core/models/provider/src/main/java/org/eclipse/sensinact/model/core/provider/Metadata.java [INFO] /home/jenkins/agent/workspace/Sensinact Deploy/core/models/provider/src/main/java/org/eclipse/sensinact/model/core/provider/Provider.java [INFO] /home/jenkins/agent/workspace/Sensinact Deploy/core/models/provider/src/main/java/org/eclipse/sensinact/model/core/provider/ProviderFactory.java [INFO] /home/jenkins/agent/workspace/Sensinact Deploy/core/models/provider/src/main/java/org/eclipse/sensinact/model/core/provider/ProviderPackage.java [INFO] /home/jenkins/agent/workspace/Sensinact Deploy/core/models/provider/src/main/java/org/eclipse/sensinact/model/core/provider/ResourceType.java [INFO] /home/jenkins/agent/workspace/Sensinact Deploy/core/models/provider/src/main/java/org/eclipse/sensinact/model/core/provider/Service.java [INFO] /home/jenkins/agent/workspace/Sensinact Deploy/core/models/provider/src/main/java/org/eclipse/sensinact/model/core/provider/ValueType.java [INFO] /home/jenkins/agent/workspace/Sensinact Deploy/core/models/provider/src/main/java/org/eclipse/sensinact/model/core/provider/configuration/ProviderConfigurationComponent.java [INFO] /home/jenkins/agent/workspace/Sensinact Deploy/core/models/provider/src/main/java/org/eclipse/sensinact/model/core/provider/configuration/ProviderEPackageConfigurator.java [INFO] /home/jenkins/agent/workspace/Sensinact Deploy/core/models/provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/AdminImpl.java [INFO] /home/jenkins/agent/workspace/Sensinact Deploy/core/models/provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/FeatureCustomMetadataImpl.java [INFO] /home/jenkins/agent/workspace/Sensinact Deploy/core/models/provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/FeatureMetadataImpl.java [INFO] /home/jenkins/agent/workspace/Sensinact Deploy/core/models/provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/MetadataImpl.java [INFO] /home/jenkins/agent/workspace/Sensinact Deploy/core/models/provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/ProviderFactoryImpl.java [INFO] /home/jenkins/agent/workspace/Sensinact Deploy/core/models/provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/ProviderImpl.java [INFO] /home/jenkins/agent/workspace/Sensinact Deploy/core/models/provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/ProviderPackageImpl.java [INFO] /home/jenkins/agent/workspace/Sensinact Deploy/core/models/provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/ServiceImpl.java [INFO] /home/jenkins/agent/workspace/Sensinact Deploy/core/models/provider/src/main/java/org/eclipse/sensinact/model/core/provider/impl/package-info.java [INFO] /home/jenkins/agent/workspace/Sensinact Deploy/core/models/provider/src/main/java/org/eclipse/sensinact/model/core/provider/package-info.java [INFO] /home/jenkins/agent/workspace/Sensinact Deploy/core/models/provider/src/main/java/org/eclipse/sensinact/model/core/provider/util/ProviderAdapterFactory.java [INFO] /home/jenkins/agent/workspace/Sensinact Deploy/core/models/provider/src/main/java/org/eclipse/sensinact/model/core/provider/util/ProviderResourceFactoryImpl.java [INFO] /home/jenkins/agent/workspace/Sensinact Deploy/core/models/provider/src/main/java/org/eclipse/sensinact/model/core/provider/util/ProviderResourceImpl.java [INFO] /home/jenkins/agent/workspace/Sensinact Deploy/core/models/provider/src/main/java/org/eclipse/sensinact/model/core/provider/util/ProviderSwitch.java [INFO] /home/jenkins/agent/workspace/Sensinact Deploy/core/models/provider/src/main/java/org/eclipse/sensinact/model/core/provider/util/package-info.java [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ provider --- [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ provider --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 26 source files to /home/jenkins/agent/workspace/Sensinact Deploy/core/models/provider/target/classes [INFO] [INFO] --- bnd:7.0.0:bnd-process (default) @ provider --- [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ provider --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sensinact Deploy/core/models/provider/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ provider --- [INFO] No sources to compile [INFO] [INFO] --- bnd:7.0.0:bnd-process-tests (bnd-process-tests) @ provider --- [INFO] skip project as configured [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ provider --- [INFO] No tests to run. [JENKINS] Recording test results [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ provider --- [INFO] Building jar: /home/jenkins/agent/workspace/Sensinact Deploy/core/models/provider/target/provider-0.0.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (test-jar) @ provider --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ provider --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/core/models/provider/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/core/models/provider/0.0.2-SNAPSHOT/provider-0.0.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/core/models/provider/target/provider-0.0.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/core/models/provider/0.0.2-SNAPSHOT/provider-0.0.2-SNAPSHOT.jar [INFO] [INFO] --- deploy:3.0.0:deploy (default-deploy) @ provider --- [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/core/models/provider/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/core/models/provider/0.0.2-SNAPSHOT/maven-metadata.xml (802 B at 115 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/core/models/provider/0.0.2-SNAPSHOT/provider-0.0.2-20240212.200245-65.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/core/models/provider/0.0.2-SNAPSHOT/provider-0.0.2-20240212.200245-65.pom (3.5 kB at 99 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/core/models/provider/0.0.2-SNAPSHOT/provider-0.0.2-20240212.200245-65.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/core/models/provider/0.0.2-SNAPSHOT/provider-0.0.2-20240212.200245-65.jar (52 kB at 806 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/core/models/provider/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/core/models/provider/maven-metadata.xml (369 B at 12 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/core/models/provider/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/core/models/provider/0.0.2-SNAPSHOT/maven-metadata.xml (802 B at 11 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/core/models/provider/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/core/models/provider/maven-metadata.xml (369 B at 4.0 kB/s) [INFO] [INFO] ---------< org.eclipse.sensinact.gateway.core.models:metadata >--------- [INFO] Building SensiNact internal Metadata Model 0.0.2-SNAPSHOT [8/68] [INFO] from core/models/metadata/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ metadata --- [INFO] [INFO] --- bnd-generate:7.0.0:generate (default) @ metadata --- [INFO] created instructions from steps: src/main/resources/model/metadata.genmodel;output=src/main/java;clear=false;generate="geckoEMF";genmodel="src/main/resources/model/metadata.genmodel" [INFO] Running Gecko EMF Codegen Version 6.1.0 [INFO] Output configured: src/main/java [INFO] Output result: /home/jenkins/agent/workspace/Sensinact Deploy/core/models/metadata/src/main/java [INFO] genmodelLocation: null [INFO] Running for genmodel src/main/resources/model/metadata.genmodel in /home/jenkins/agent/workspace/Sensinact Deploy/core/models/metadata [INFO] Setting up ResourceUriHandler: [INFO] bsn: metadata [INFO] base: /home/jenkins/agent/workspace/Sensinact Deploy/core/models/metadata [INFO] projectDirName: metadata [INFO] basePath: null [INFO] buildPath: [INFO] Container: /home/jenkins/.m2/repository/org/osgi/org.osgi.service.condition/1.0.0/org.osgi.service.condition-1.0.0.jar [INFO] Container: /home/jenkins/agent/workspace/Sensinact Deploy/core/geo-json/target/geo-json-0.0.2-SNAPSHOT.jar [INFO] Container: /home/jenkins/.m2/repository/org/osgi/org.osgi.service.component.annotations/1.5.0/org.osgi.service.component.annotations-1.5.0.jar [INFO] Container: /home/jenkins/.m2/repository/org/geckoprojects/emf/org.gecko.emf.osgi.api/6.1.0/org.gecko.emf.osgi.api-6.1.0.jar [INFO] Container: /home/jenkins/.m2/repository/org/osgi/osgi.annotation/7.0.0/osgi.annotation-7.0.0.jar [INFO] Container: /home/jenkins/.m2/repository/org/osgi/org.osgi.namespace.extender/1.0.1/org.osgi.namespace.extender-1.0.1.jar [INFO] Container: /home/jenkins/.m2/repository/org/osgi/org.osgi.service.metatype.annotations/1.4.1/org.osgi.service.metatype.annotations-1.4.1.jar [INFO] Container: /home/jenkins/agent/workspace/Sensinact Deploy/core/models/provider/target/provider-0.0.2-SNAPSHOT.jar [INFO] |->: src/main/resources/model/sensinact.genmodel - /model/sensinact.genmodel [INFO] |->: provider/src/main/resources/model/sensinact.genmodel - /model/sensinact.genmodel [INFO] |->: /src/main/resources/model/sensinact.ecore - /model/sensinact.ecore [INFO] |->: /model/sensinact.ecore - /model/sensinact.ecore [INFO] |->: /model/sensinact.genmodel - /model/sensinact.genmodel [INFO] Container: /home/jenkins/.m2/repository/org/eclipse/emf/org.eclipse.emf.common/2.29.0/org.eclipse.emf.common-2.29.0.jar [INFO] Container: /home/jenkins/.m2/repository/org/osgi/org.osgi.resource/1.0.1/org.osgi.resource-1.0.1.jar [INFO] Container: /home/jenkins/.m2/repository/org/osgi/org.osgi.util.function/1.1.0/org.osgi.util.function-1.1.0.jar [INFO] Container: /home/jenkins/.m2/repository/org/osgi/org.osgi.service.serviceloader/1.0.0/org.osgi.service.serviceloader-1.0.0.jar [INFO] Container: /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.bundle/2.0.0/org.osgi.annotation.bundle-2.0.0.jar [INFO] Container: /home/jenkins/.m2/repository/org/osgi/org.osgi.annotation.versioning/1.1.2/org.osgi.annotation.versioning-1.1.2.jar [INFO] Container: /home/jenkins/.m2/repository/org/osgi/org.osgi.namespace.service/1.0.0/org.osgi.namespace.service-1.0.0.jar [INFO] Container: /home/jenkins/.m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.16.1/jackson-annotations-2.16.1.jar [INFO] Container: /home/jenkins/.m2/repository/com/fasterxml/jackson/core/jackson-core/2.16.1/jackson-core-2.16.1.jar [INFO] Container: /home/jenkins/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.16.1/jackson-databind-2.16.1.jar [INFO] Container: /home/jenkins/.m2/repository/org/eclipse/emf/org.eclipse.emf.ecore/2.35.0/org.eclipse.emf.ecore-2.35.0.jar [INFO] |->: model/Ecore.genmodel - model/Ecore.genmodel [INFO] |->: model/ExtendedMetaData.ecore - model/ExtendedMetaData.ecore [INFO] |->: model/XMLNamespace.ecore - model/XMLNamespace.ecore [INFO] |->: model/XMLType.ecore - model/XMLType.ecore [INFO] |->: model/Ecore.ecore - model/Ecore.ecore [INFO] |->: model/DateConversionDelegateAnnotation.ecore - model/DateConversionDelegateAnnotation.ecore [INFO] |->: model/EcoreAnnotation.ecore - model/EcoreAnnotation.ecore [INFO] Container: /home/jenkins/.m2/repository/org/osgi/org.osgi.util.promise/1.3.0/org.osgi.util.promise-1.3.0.jar [INFO] Container: /home/jenkins/.m2/repository/biz/aQute/bnd/biz.aQute.bnd.annotation/7.0.0/biz.aQute.bnd.annotation-7.0.0.jar [INFO] Container: /home/jenkins/.m2/repository/org/osgi/org.osgi.util.converter/1.0.9/org.osgi.util.converter-1.0.9.jar [INFO] Container: /home/jenkins/.m2/repository/org/osgi/org.osgi.service.cm/1.6.1/org.osgi.service.cm-1.6.1.jar [INFO] Container: /home/jenkins/.m2/repository/org/osgi/org.osgi.namespace.implementation/1.0.0/org.osgi.namespace.implementation-1.0.0.jar [INFO] Container: /home/jenkins/agent/workspace/Sensinact Deploy/core/annotation/target/annotation-0.0.2-SNAPSHOT.jar [INFO] Container: /home/jenkins/.m2/repository/org/osgi/org.osgi.service.component/1.5.0/org.osgi.service.component-1.5.0.jar [INFO] Container: /home/jenkins/.m2/repository/org/osgi/org.osgi.framework/1.10.0/org.osgi.framework-1.10.0.jar [INFO] Container: /home/jenkins/.m2/repository/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.36.0/org.eclipse.emf.ecore.xmi-2.36.0.jar [INFO] Loading resource://metadata/src/main/resources/model/metadata.genmodel [INFO] Asked to handle resource://metadata/src/main/resources/model/metadata.genmodel [INFO] Asked to handle resource://metadata/src/main/resources/model/metadata.genmodel [INFO] Asked to open InputStream for resource://metadata/src/main/resources/model/metadata.genmodel [INFO] sanatized uri resource://metadata/src/main/resources/model/metadata.genmodel [INFO] bsn according to URI metadata [INFO] The bsn segment part fits to: metadata [INFO] Configuring Jet [INFO] Setting modelDirectory/metadata/src/main/java [INFO] Creating BNDGeneratorAdapterFactory [INFO] Starting generator run [INFO] Creating GeckoGenModelGeneratorAdapter [INFO] Creating GeckoGenPackageGeneratorAdapter [INFO] Creating GeckoGenClassGeneratorAdapter [INFO] subtask Generating code [INFO] internaly worked 0.08333333333333333 on null [INFO] internaly worked 0.08333333333333333 on null [INFO] internaly worked 0.8333333333333334 on null [INFO] subtask [INFO] subtask Generating Code for MetadataPackage [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] Asked to handle resource://metadata/src/main/resources/model/metadata.ecore [INFO] Asked to handle resource://metadata/src/main/resources/model/metadata.ecore [INFO] Asked to open InputStream for resource://metadata/src/main/resources/model/metadata.ecore [INFO] sanatized uri resource://metadata/src/main/resources/model/metadata.ecore [INFO] bsn according to URI metadata [INFO] The bsn segment part fits to: metadata [INFO] subtask Generating package interface info for package 'org.eclipse.sensinact.model.core.metadata.MetadataPackage' [INFO] subtask Generating /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/MetadataPackage.java [INFO] internaly worked 1.0 on null [INFO] subtask java.net.MalformedURLException: Cannot invoke "String.length()" because "spec" is null at java.base/java.net.URL.(URL.java:708) at java.base/java.net.URL.(URL.java:569) at java.base/java.net.URL.(URL.java:516) at java.xml/com.sun.org.apache.xerces.internal.impl.XMLEntityManager.setupCurrentEntity(XMLEntityManager.java:650) at java.xml/com.sun.org.apache.xerces.internal.impl.XMLVersionDetector.determineDocVersion(XMLVersionDetector.java:150) at java.xml/com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:861) at java.xml/com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:825) at java.xml/com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:141) at java.xml/com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:247) at java.xml/com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:342) at org.eclipse.emf.codegen.merge.java.JControlModel.initialize(JControlModel.java:963) at org.eclipse.emf.codegen.merge.java.JControlModel.initialize(JControlModel.java:952) at org.eclipse.emf.codegen.ecore.generator.Generator.getJControlModel(Generator.java:451) at org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter.generateJava(AbstractGeneratorAdapter.java:1969) at org.gecko.emf.osgi.codegen.adapter.GeckoGenPackageGeneratorAdapter.generatePackageInterface(GeckoGenPackageGeneratorAdapter.java:492) at org.gecko.emf.osgi.codegen.adapter.GeckoGenPackageGeneratorAdapter.generateModel(GeckoGenPackageGeneratorAdapter.java:128) at org.eclipse.emf.codegen.ecore.genmodel.generator.GenBaseGeneratorAdapter.doGenerate(GenBaseGeneratorAdapter.java:215) at org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter.generate(AbstractGeneratorAdapter.java:318) at org.eclipse.emf.codegen.ecore.generator.Generator.generate(Generator.java:768) at org.eclipse.emf.codegen.ecore.generator.Generator.generate(Generator.java:679) at org.gecko.emf.osgi.codegen.GeckoEmfGenerator.doGenerate(GeckoEmfGenerator.java:326) at org.gecko.emf.osgi.codegen.GeckoEmfGenerator.generate(GeckoEmfGenerator.java:176) at org.gecko.emf.osgi.codegen.GeckoEmfGenerator.generate(GeckoEmfGenerator.java:63) at aQute.bnd.build.ProjectGenerate.lambda$doGeneratePlugin$1(ProjectGenerate.java:270) at aQute.lib.redirect.Redirect.apply(Redirect.java:117) at aQute.bnd.build.ProjectGenerate.lambda$doGeneratePlugin$2(ProjectGenerate.java:270) at aQute.bnd.build.WorkspaceExternalPluginHandler.call(WorkspaceExternalPluginHandler.java:96) at aQute.bnd.build.ProjectGenerate.doGeneratePlugin(ProjectGenerate.java:255) at aQute.bnd.build.ProjectGenerate.doGenerate(ProjectGenerate.java:226) at aQute.bnd.build.ProjectGenerate.step(ProjectGenerate.java:146) at aQute.bnd.build.ProjectGenerate.generate(ProjectGenerate.java:66) at aQute.bnd.maven.generate.plugin.AbstractGenerateMojo.lambda$getOperation$2(AbstractGenerateMojo.java:151) at aQute.bnd.maven.generate.plugin.BndContainer.generate(BndContainer.java:176) at aQute.bnd.maven.generate.plugin.AbstractGenerateMojo.doExecute(AbstractGenerateMojo.java:132) at aQute.bnd.maven.generate.plugin.GenerateMojo.execute(GenerateMojo.java:14) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:126) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2(MojoExecutor.java:328) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute(MojoExecutor.java:316) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:174) at org.apache.maven.lifecycle.internal.MojoExecutor.access$000(MojoExecutor.java:75) at org.apache.maven.lifecycle.internal.MojoExecutor$1.run(MojoExecutor.java:162) at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute(DefaultMojosExecutionStrategy.java:39) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:159) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:105) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:73) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:53) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:118) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:261) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:101) at org.jvnet.hudson.maven3.launcher.Maven35Launcher.main(Maven35Launcher.java:138) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:283) at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:226) at jenkins.maven3.agent.Maven35Main.launch(Maven35Main.java:179) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at hudson.maven.Maven3Builder.call(Maven3Builder.java:140) at hudson.maven.Maven3Builder.call(Maven3Builder.java:71) at hudson.remoting.UserRequest.perform(UserRequest.java:211) at hudson.remoting.UserRequest.perform(UserRequest.java:54) at hudson.remoting.Request$2.run(Request.java:377) at hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:78) 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) Caused by: java.lang.NullPointerException: Cannot invoke "String.length()" because "spec" is null at java.base/java.net.URL.(URL.java:614) ... 72 more [INFO] Asked to handle resource://metadata/../org.eclipse.emf.ecore/model/Ecore.genmodel [INFO] Asked to handle resource://metadata/../org.eclipse.emf.ecore/model/Ecore.genmodel [INFO] Asked to open InputStream for resource://metadata/../org.eclipse.emf.ecore/model/Ecore.genmodel [INFO] sanatized uri resource://org.eclipse.emf.ecore/model/Ecore.genmodel [INFO] bsn according to URI org.eclipse.emf.ecore [INFO] Comparing org.eclipse.emf.ecore with container using getBSN() org.osgi.service.condition [INFO] Comparing org.eclipse.emf.ecore with container using getBSN() org.eclipse.sensinact.gateway.core.geo-json [INFO] Comparing org.eclipse.emf.ecore with container using getBSN() org.osgi.service.component.annotations [INFO] Comparing org.eclipse.emf.ecore with container using getBSN() org.gecko.emf.osgi.api [INFO] Comparing org.eclipse.emf.ecore with container using getBSN() osgi.annotation [INFO] Comparing org.eclipse.emf.ecore with container using getBSN() org.osgi.namespace.extender [INFO] Comparing org.eclipse.emf.ecore with container using getBSN() org.osgi.service.metatype.annotations [INFO] Comparing org.eclipse.emf.ecore with container using getBSN() org.eclipse.sensinact.gateway.core.models.provider [INFO] Comparing org.eclipse.emf.ecore with container using getBSN() org.eclipse.emf.common [INFO] Comparing org.eclipse.emf.ecore with container using getBSN() org.osgi.resource [INFO] Comparing org.eclipse.emf.ecore with container using getBSN() org.osgi.util.function [INFO] Comparing org.eclipse.emf.ecore with container using getBSN() org.osgi.service.serviceloader [INFO] Comparing org.eclipse.emf.ecore with container using getBSN() org.osgi.annotation.bundle [INFO] Comparing org.eclipse.emf.ecore with container using getBSN() org.osgi.annotation.versioning [INFO] Comparing org.eclipse.emf.ecore with container using getBSN() org.osgi.namespace.service [INFO] Comparing org.eclipse.emf.ecore with container using getBSN() com.fasterxml.jackson.core.jackson-annotations [INFO] Comparing org.eclipse.emf.ecore with container using getBSN() com.fasterxml.jackson.core.jackson-core [INFO] Comparing org.eclipse.emf.ecore with container using getBSN() com.fasterxml.jackson.core.jackson-databind [INFO] Comparing org.eclipse.emf.ecore with container using getBSN() org.eclipse.emf.ecore [INFO] Match in /home/jenkins/.m2/repository/org/eclipse/emf/org.eclipse.emf.ecore/2.35.0/org.eclipse.emf.ecore-2.35.0.jar [INFO] comparing URIs resource://org.eclipse.emf.ecore/model/Ecore.genmodel with the requested resource://org.eclipse.emf.ecore/model/Ecore.genmodel [INFO] Asked to handle resource://metadata/../org.eclipse.emf.ecore/model/Ecore.ecore [INFO] Asked to handle resource://metadata/../org.eclipse.emf.ecore/model/Ecore.ecore [INFO] Asked to open InputStream for resource://metadata/../org.eclipse.emf.ecore/model/Ecore.ecore [INFO] sanatized uri resource://org.eclipse.emf.ecore/model/Ecore.ecore [INFO] bsn according to URI org.eclipse.emf.ecore [INFO] Comparing org.eclipse.emf.ecore with container using getBSN() org.osgi.service.condition [INFO] Comparing org.eclipse.emf.ecore with container using getBSN() org.eclipse.sensinact.gateway.core.geo-json [INFO] Comparing org.eclipse.emf.ecore with container using getBSN() org.osgi.service.component.annotations [INFO] Comparing org.eclipse.emf.ecore with container using getBSN() org.gecko.emf.osgi.api [INFO] Comparing org.eclipse.emf.ecore with container using getBSN() osgi.annotation [INFO] Comparing org.eclipse.emf.ecore with container using getBSN() org.osgi.namespace.extender [INFO] Comparing org.eclipse.emf.ecore with container using getBSN() org.osgi.service.metatype.annotations [INFO] Comparing org.eclipse.emf.ecore with container using getBSN() org.eclipse.sensinact.gateway.core.models.provider [INFO] Comparing org.eclipse.emf.ecore with container using getBSN() org.eclipse.emf.common [INFO] Comparing org.eclipse.emf.ecore with container using getBSN() org.osgi.resource [INFO] Comparing org.eclipse.emf.ecore with container using getBSN() org.osgi.util.function [INFO] Comparing org.eclipse.emf.ecore with container using getBSN() org.osgi.service.serviceloader [INFO] Comparing org.eclipse.emf.ecore with container using getBSN() org.osgi.annotation.bundle [INFO] Comparing org.eclipse.emf.ecore with container using getBSN() org.osgi.annotation.versioning [INFO] Comparing org.eclipse.emf.ecore with container using getBSN() org.osgi.namespace.service [INFO] Comparing org.eclipse.emf.ecore with container using getBSN() com.fasterxml.jackson.core.jackson-annotations [INFO] Comparing org.eclipse.emf.ecore with container using getBSN() com.fasterxml.jackson.core.jackson-core [INFO] Comparing org.eclipse.emf.ecore with container using getBSN() com.fasterxml.jackson.core.jackson-databind [INFO] Comparing org.eclipse.emf.ecore with container using getBSN() org.eclipse.emf.ecore [INFO] Match in /home/jenkins/.m2/repository/org/eclipse/emf/org.eclipse.emf.ecore/2.35.0/org.eclipse.emf.ecore-2.35.0.jar [INFO] comparing URIs resource://org.eclipse.emf.ecore/model/Ecore.genmodel with the requested resource://org.eclipse.emf.ecore/model/Ecore.ecore [INFO] comparing URIs resource://org.eclipse.emf.ecore/model/ExtendedMetaData.ecore with the requested resource://org.eclipse.emf.ecore/model/Ecore.ecore [INFO] comparing URIs resource://org.eclipse.emf.ecore/model/XMLNamespace.ecore with the requested resource://org.eclipse.emf.ecore/model/Ecore.ecore [INFO] comparing URIs resource://org.eclipse.emf.ecore/model/XMLType.ecore with the requested resource://org.eclipse.emf.ecore/model/Ecore.ecore [INFO] comparing URIs resource://org.eclipse.emf.ecore/model/Ecore.ecore with the requested resource://org.eclipse.emf.ecore/model/Ecore.ecore [INFO] Asked to handle resource://metadata/../org.eclipse.sensinact.gateway.core.models.provider/src/main/resources/model/sensinact.genmodel [INFO] Asked to handle resource://metadata/../org.eclipse.sensinact.gateway.core.models.provider/src/main/resources/model/sensinact.genmodel [INFO] Asked to open InputStream for resource://metadata/../org.eclipse.sensinact.gateway.core.models.provider/src/main/resources/model/sensinact.genmodel [INFO] sanatized uri resource://org.eclipse.sensinact.gateway.core.models.provider/src/main/resources/model/sensinact.genmodel [INFO] bsn according to URI org.eclipse.sensinact.gateway.core.models.provider [INFO] Comparing org.eclipse.sensinact.gateway.core.models.provider with container using getBSN() org.osgi.service.condition [INFO] Comparing org.eclipse.sensinact.gateway.core.models.provider with container using getBSN() org.eclipse.sensinact.gateway.core.geo-json [INFO] Comparing org.eclipse.sensinact.gateway.core.models.provider with container using getBSN() org.osgi.service.component.annotations [INFO] Comparing org.eclipse.sensinact.gateway.core.models.provider with container using getBSN() org.gecko.emf.osgi.api [INFO] Comparing org.eclipse.sensinact.gateway.core.models.provider with container using getBSN() osgi.annotation [INFO] Comparing org.eclipse.sensinact.gateway.core.models.provider with container using getBSN() org.osgi.namespace.extender [INFO] Comparing org.eclipse.sensinact.gateway.core.models.provider with container using getBSN() org.osgi.service.metatype.annotations [INFO] Comparing org.eclipse.sensinact.gateway.core.models.provider with container using getBSN() org.eclipse.sensinact.gateway.core.models.provider [INFO] Match in /home/jenkins/agent/workspace/Sensinact Deploy/core/models/provider/target/provider-0.0.2-SNAPSHOT.jar [INFO] comparing URIs resource://org.eclipse.sensinact.gateway.core.models.provider/src/main/resources/model/sensinact.genmodel with the requested resource://org.eclipse.sensinact.gateway.core.models.provider/src/main/resources/model/sensinact.genmodel [INFO] Asked to handle resource://metadata/../org.eclipse.sensinact.gateway.core.models.provider/src/main/resources/model/sensinact.ecore [INFO] Asked to handle resource://metadata/../org.eclipse.sensinact.gateway.core.models.provider/src/main/resources/model/sensinact.ecore [INFO] Asked to open InputStream for resource://metadata/../org.eclipse.sensinact.gateway.core.models.provider/src/main/resources/model/sensinact.ecore [INFO] sanatized uri resource://org.eclipse.sensinact.gateway.core.models.provider/src/main/resources/model/sensinact.ecore [INFO] bsn according to URI org.eclipse.sensinact.gateway.core.models.provider [INFO] Comparing org.eclipse.sensinact.gateway.core.models.provider with container using getBSN() org.osgi.service.condition [INFO] Comparing org.eclipse.sensinact.gateway.core.models.provider with container using getBSN() org.eclipse.sensinact.gateway.core.geo-json [INFO] Comparing org.eclipse.sensinact.gateway.core.models.provider with container using getBSN() org.osgi.service.component.annotations [INFO] Comparing org.eclipse.sensinact.gateway.core.models.provider with container using getBSN() org.gecko.emf.osgi.api [INFO] Comparing org.eclipse.sensinact.gateway.core.models.provider with container using getBSN() osgi.annotation [INFO] Comparing org.eclipse.sensinact.gateway.core.models.provider with container using getBSN() org.osgi.namespace.extender [INFO] Comparing org.eclipse.sensinact.gateway.core.models.provider with container using getBSN() org.osgi.service.metatype.annotations [INFO] Comparing org.eclipse.sensinact.gateway.core.models.provider with container using getBSN() org.eclipse.sensinact.gateway.core.models.provider [INFO] Match in /home/jenkins/agent/workspace/Sensinact Deploy/core/models/provider/target/provider-0.0.2-SNAPSHOT.jar [INFO] comparing URIs resource://org.eclipse.sensinact.gateway.core.models.provider/src/main/resources/model/sensinact.genmodel with the requested resource://org.eclipse.sensinact.gateway.core.models.provider/src/main/resources/model/sensinact.ecore [INFO] comparing URIs resource://org.eclipse.sensinact.gateway.core.models.provider/provider/src/main/resources/model/sensinact.genmodel with the requested resource://org.eclipse.sensinact.gateway.core.models.provider/src/main/resources/model/sensinact.ecore [INFO] comparing URIs resource://org.eclipse.sensinact.gateway.core.models.provider/src/main/resources/model/sensinact.ecore with the requested resource://org.eclipse.sensinact.gateway.core.models.provider/src/main/resources/model/sensinact.ecore [INFO] toPlatformResourceURI: /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/MetadataPackage.java [INFO] toPlatformResourceURI esult: /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/MetadataPackage.java [INFO] Asked to handle platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/MetadataPackage.java [INFO] Asked if exists platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/MetadataPackage.java [INFO] toPlatformResourceURI: /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/MetadataPackage.java [INFO] toPlatformResourceURI esult: /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/MetadataPackage.java [INFO] Asked to handle platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/MetadataPackage.java [INFO] Asked to open InputStream for platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/MetadataPackage.java [INFO] sanatized uri resource://metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/MetadataPackage.java [INFO] bsn according to URI metadata [INFO] The bsn segment part fits to: metadata [INFO] subtask Preparing new /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/MetadataPackage.java [INFO] toPlatformResourceURI: /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/MetadataPackage.java [INFO] toPlatformResourceURI esult: /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/MetadataPackage.java [INFO] toPlatformResourceURI: /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/MetadataPackage.java [INFO] toPlatformResourceURI esult: /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/MetadataPackage.java [INFO] Asked to handle platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/MetadataPackage.java [INFO] Asked to open OutputStream for platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/MetadataPackage.java [INFO] Sanatized resource://metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/MetadataPackage.java [INFO] Opening file /home/jenkins/agent/workspace/Sensinact Deploy/core/models/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/MetadataPackage.java [INFO] subtask Generating Java class org.eclipse.sensinact.model.core.metadata.impl.MetadataPackageImpl [INFO] subtask Generating /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/MetadataPackageImpl.java [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] toPlatformResourceURI: /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/MetadataPackageImpl.java [INFO] toPlatformResourceURI esult: /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/MetadataPackageImpl.java [INFO] Asked to handle platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/MetadataPackageImpl.java [INFO] Asked if exists platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/MetadataPackageImpl.java [INFO] toPlatformResourceURI: /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/MetadataPackageImpl.java [INFO] toPlatformResourceURI esult: /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/MetadataPackageImpl.java [INFO] Asked to handle platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/MetadataPackageImpl.java [INFO] Asked to open InputStream for platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/MetadataPackageImpl.java [INFO] sanatized uri resource://metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/MetadataPackageImpl.java [INFO] bsn according to URI metadata [INFO] The bsn segment part fits to: metadata [INFO] subtask Preparing new /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/MetadataPackageImpl.java [INFO] toPlatformResourceURI: /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/MetadataPackageImpl.java [INFO] toPlatformResourceURI esult: /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/MetadataPackageImpl.java [INFO] toPlatformResourceURI: /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/MetadataPackageImpl.java [INFO] toPlatformResourceURI esult: /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/MetadataPackageImpl.java [INFO] Asked to handle platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/MetadataPackageImpl.java [INFO] Asked to open OutputStream for platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/MetadataPackageImpl.java [INFO] Sanatized resource://metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/MetadataPackageImpl.java [INFO] Opening file /home/jenkins/agent/workspace/Sensinact Deploy/core/models/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/MetadataPackageImpl.java [INFO] subtask Generating factory interface info for package 'org.eclipse.sensinact.model.core.metadata.MetadataFactory' [INFO] subtask Generating /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/MetadataFactory.java [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] toPlatformResourceURI: /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/MetadataFactory.java [INFO] toPlatformResourceURI esult: /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/MetadataFactory.java [INFO] Asked to handle platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/MetadataFactory.java [INFO] Asked if exists platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/MetadataFactory.java [INFO] toPlatformResourceURI: /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/MetadataFactory.java [INFO] toPlatformResourceURI esult: /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/MetadataFactory.java [INFO] Asked to handle platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/MetadataFactory.java [INFO] Asked to open InputStream for platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/MetadataFactory.java [INFO] sanatized uri resource://metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/MetadataFactory.java [INFO] bsn according to URI metadata [INFO] The bsn segment part fits to: metadata [INFO] subtask Preparing new /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/MetadataFactory.java [INFO] toPlatformResourceURI: /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/MetadataFactory.java [INFO] toPlatformResourceURI esult: /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/MetadataFactory.java [INFO] toPlatformResourceURI: /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/MetadataFactory.java [INFO] toPlatformResourceURI esult: /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/MetadataFactory.java [INFO] Asked to handle platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/MetadataFactory.java [INFO] Asked to open OutputStream for platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/MetadataFactory.java [INFO] Sanatized resource://metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/MetadataFactory.java [INFO] Opening file /home/jenkins/agent/workspace/Sensinact Deploy/core/models/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/MetadataFactory.java [INFO] subtask Generating Java class org.eclipse.sensinact.model.core.metadata.impl.MetadataFactoryImpl [INFO] subtask Generating /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/MetadataFactoryImpl.java [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] toPlatformResourceURI: /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/MetadataFactoryImpl.java [INFO] toPlatformResourceURI esult: /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/MetadataFactoryImpl.java [INFO] Asked to handle platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/MetadataFactoryImpl.java [INFO] Asked if exists platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/MetadataFactoryImpl.java [INFO] toPlatformResourceURI: /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/MetadataFactoryImpl.java [INFO] toPlatformResourceURI esult: /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/MetadataFactoryImpl.java [INFO] Asked to handle platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/MetadataFactoryImpl.java [INFO] Asked to open InputStream for platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/MetadataFactoryImpl.java [INFO] sanatized uri resource://metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/MetadataFactoryImpl.java [INFO] bsn according to URI metadata [INFO] The bsn segment part fits to: metadata [INFO] subtask Preparing new /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/MetadataFactoryImpl.java [INFO] toPlatformResourceURI: /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/MetadataFactoryImpl.java [INFO] toPlatformResourceURI esult: /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/MetadataFactoryImpl.java [INFO] toPlatformResourceURI: /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/MetadataFactoryImpl.java [INFO] toPlatformResourceURI esult: /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/MetadataFactoryImpl.java [INFO] Asked to handle platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/MetadataFactoryImpl.java [INFO] Asked to open OutputStream for platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/MetadataFactoryImpl.java [INFO] Sanatized resource://metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/MetadataFactoryImpl.java [INFO] Opening file /home/jenkins/agent/workspace/Sensinact Deploy/core/models/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/MetadataFactoryImpl.java [INFO] subtask Generating Java class org.eclipse.sensinact.model.core.metadata.util.MetadataSwitch [INFO] subtask Generating /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/util/MetadataSwitch.java [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] toPlatformResourceURI: /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/util/MetadataSwitch.java [INFO] toPlatformResourceURI esult: /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/util/MetadataSwitch.java [INFO] Asked to handle platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/util/MetadataSwitch.java [INFO] Asked if exists platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/util/MetadataSwitch.java [INFO] toPlatformResourceURI: /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/util/MetadataSwitch.java [INFO] toPlatformResourceURI esult: /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/util/MetadataSwitch.java [INFO] Asked to handle platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/util/MetadataSwitch.java [INFO] Asked to open InputStream for platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/util/MetadataSwitch.java [INFO] sanatized uri resource://metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/util/MetadataSwitch.java [INFO] bsn according to URI metadata [INFO] The bsn segment part fits to: metadata [INFO] subtask Preparing new /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/util/MetadataSwitch.java [INFO] toPlatformResourceURI: /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/util/MetadataSwitch.java [INFO] toPlatformResourceURI esult: /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/util/MetadataSwitch.java [INFO] toPlatformResourceURI: /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/util/MetadataSwitch.java [INFO] toPlatformResourceURI esult: /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/util/MetadataSwitch.java [INFO] Asked to handle platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/util/MetadataSwitch.java [INFO] Asked to open OutputStream for platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/util/MetadataSwitch.java [INFO] Sanatized resource://metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/util/MetadataSwitch.java [INFO] Opening file /home/jenkins/agent/workspace/Sensinact Deploy/core/models/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/util/MetadataSwitch.java [INFO] subtask Generating Java class org.eclipse.sensinact.model.core.metadata.util.MetadataAdapterFactory [INFO] subtask Generating /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/util/MetadataAdapterFactory.java [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] toPlatformResourceURI: /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/util/MetadataAdapterFactory.java [INFO] toPlatformResourceURI esult: /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/util/MetadataAdapterFactory.java [INFO] Asked to handle platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/util/MetadataAdapterFactory.java [INFO] Asked if exists platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/util/MetadataAdapterFactory.java [INFO] toPlatformResourceURI: /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/util/MetadataAdapterFactory.java [INFO] toPlatformResourceURI esult: /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/util/MetadataAdapterFactory.java [INFO] Asked to handle platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/util/MetadataAdapterFactory.java [INFO] Asked to open InputStream for platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/util/MetadataAdapterFactory.java [INFO] sanatized uri resource://metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/util/MetadataAdapterFactory.java [INFO] bsn according to URI metadata [INFO] The bsn segment part fits to: metadata [INFO] subtask Preparing new /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/util/MetadataAdapterFactory.java [INFO] toPlatformResourceURI: /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/util/MetadataAdapterFactory.java [INFO] toPlatformResourceURI esult: /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/util/MetadataAdapterFactory.java [INFO] toPlatformResourceURI: /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/util/MetadataAdapterFactory.java [INFO] toPlatformResourceURI esult: /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/util/MetadataAdapterFactory.java [INFO] Asked to handle platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/util/MetadataAdapterFactory.java [INFO] Asked to open OutputStream for platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/util/MetadataAdapterFactory.java [INFO] Sanatized resource://metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/util/MetadataAdapterFactory.java [INFO] Opening file /home/jenkins/agent/workspace/Sensinact Deploy/core/models/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/util/MetadataAdapterFactory.java [INFO] subtask Generating EPackageConfigurator for package 'metadata' [INFO] subtask Generating /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/configuration/MetadataEPackageConfigurator.java [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] toPlatformResourceURI: /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/configuration/MetadataEPackageConfigurator.java [INFO] toPlatformResourceURI esult: /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/configuration/MetadataEPackageConfigurator.java [INFO] Asked to handle platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/configuration/MetadataEPackageConfigurator.java [INFO] Asked if exists platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/configuration/MetadataEPackageConfigurator.java [INFO] toPlatformResourceURI: /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/configuration/MetadataEPackageConfigurator.java [INFO] toPlatformResourceURI esult: /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/configuration/MetadataEPackageConfigurator.java [INFO] Asked to handle platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/configuration/MetadataEPackageConfigurator.java [INFO] Asked to open InputStream for platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/configuration/MetadataEPackageConfigurator.java [INFO] sanatized uri resource://metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/configuration/MetadataEPackageConfigurator.java [INFO] bsn according to URI metadata [INFO] The bsn segment part fits to: metadata [INFO] subtask Preparing new /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/configuration/MetadataEPackageConfigurator.java [INFO] toPlatformResourceURI: /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/configuration/MetadataEPackageConfigurator.java [INFO] toPlatformResourceURI esult: /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/configuration/MetadataEPackageConfigurator.java [INFO] toPlatformResourceURI: /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/configuration/MetadataEPackageConfigurator.java [INFO] toPlatformResourceURI esult: /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/configuration/MetadataEPackageConfigurator.java [INFO] Asked to handle platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/configuration/MetadataEPackageConfigurator.java [INFO] Asked to open OutputStream for platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/configuration/MetadataEPackageConfigurator.java [INFO] Sanatized resource://metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/configuration/MetadataEPackageConfigurator.java [INFO] Opening file /home/jenkins/agent/workspace/Sensinact Deploy/core/models/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/configuration/MetadataEPackageConfigurator.java [INFO] subtask Generating OSGi configuration component for package 'metadata' [INFO] subtask Generating /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/configuration/MetadataConfigurationComponent.java [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] toPlatformResourceURI: /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/configuration/MetadataConfigurationComponent.java [INFO] toPlatformResourceURI esult: /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/configuration/MetadataConfigurationComponent.java [INFO] Asked to handle platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/configuration/MetadataConfigurationComponent.java [INFO] Asked if exists platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/configuration/MetadataConfigurationComponent.java [INFO] toPlatformResourceURI: /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/configuration/MetadataConfigurationComponent.java [INFO] toPlatformResourceURI esult: /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/configuration/MetadataConfigurationComponent.java [INFO] Asked to handle platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/configuration/MetadataConfigurationComponent.java [INFO] Asked to open InputStream for platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/configuration/MetadataConfigurationComponent.java [INFO] sanatized uri resource://metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/configuration/MetadataConfigurationComponent.java [INFO] bsn according to URI metadata [INFO] The bsn segment part fits to: metadata [INFO] subtask Preparing new /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/configuration/MetadataConfigurationComponent.java [INFO] toPlatformResourceURI: /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/configuration/MetadataConfigurationComponent.java [INFO] toPlatformResourceURI esult: /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/configuration/MetadataConfigurationComponent.java [INFO] toPlatformResourceURI: /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/configuration/MetadataConfigurationComponent.java [INFO] toPlatformResourceURI esult: /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/configuration/MetadataConfigurationComponent.java [INFO] Asked to handle platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/configuration/MetadataConfigurationComponent.java [INFO] Asked to open OutputStream for platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/configuration/MetadataConfigurationComponent.java [INFO] Sanatized resource://metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/configuration/MetadataConfigurationComponent.java [INFO] Opening file /home/jenkins/agent/workspace/Sensinact Deploy/core/models/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/configuration/MetadataConfigurationComponent.java [INFO] subtask Generating package info for package 'metadata' [INFO] subtask Generating /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/package-info.java [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] toPlatformResourceURI: /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/package-info.java [INFO] toPlatformResourceURI esult: /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/package-info.java [INFO] Asked to handle platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/package-info.java [INFO] Asked if exists platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/package-info.java [INFO] toPlatformResourceURI: /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/package-info.java [INFO] toPlatformResourceURI esult: /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/package-info.java [INFO] Asked to handle platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/package-info.java [INFO] Asked to open InputStream for platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/package-info.java [INFO] sanatized uri resource://metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/package-info.java [INFO] bsn according to URI metadata [INFO] The bsn segment part fits to: metadata [INFO] subtask Preparing new /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/package-info.java [INFO] toPlatformResourceURI: /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/package-info.java [INFO] toPlatformResourceURI esult: /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/package-info.java [INFO] toPlatformResourceURI: /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/package-info.java [INFO] toPlatformResourceURI esult: /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/package-info.java [INFO] Asked to handle platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/package-info.java [INFO] Asked to open OutputStream for platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/package-info.java [INFO] Sanatized resource://metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/package-info.java [INFO] Opening file /home/jenkins/agent/workspace/Sensinact Deploy/core/models/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/package-info.java [INFO] subtask Generating /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/package-info.java [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] toPlatformResourceURI: /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/package-info.java [INFO] toPlatformResourceURI esult: /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/package-info.java [INFO] Asked to handle platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/package-info.java [INFO] Asked if exists platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/package-info.java [INFO] toPlatformResourceURI: /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/package-info.java [INFO] toPlatformResourceURI esult: /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/package-info.java [INFO] Asked to handle platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/package-info.java [INFO] Asked to open InputStream for platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/package-info.java [INFO] sanatized uri resource://metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/package-info.java [INFO] bsn according to URI metadata [INFO] The bsn segment part fits to: metadata [INFO] subtask Preparing new /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/package-info.java [INFO] toPlatformResourceURI: /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/package-info.java [INFO] toPlatformResourceURI esult: /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/package-info.java [INFO] toPlatformResourceURI: /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/package-info.java [INFO] toPlatformResourceURI esult: /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/package-info.java [INFO] Asked to handle platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/package-info.java [INFO] Asked to open OutputStream for platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/package-info.java [INFO] Sanatized resource://metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/package-info.java [INFO] Opening file /home/jenkins/agent/workspace/Sensinact Deploy/core/models/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/package-info.java [INFO] subtask Generating /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/util/package-info.java [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] toPlatformResourceURI: /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/util/package-info.java [INFO] toPlatformResourceURI esult: /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/util/package-info.java [INFO] Asked to handle platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/util/package-info.java [INFO] Asked if exists platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/util/package-info.java [INFO] toPlatformResourceURI: /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/util/package-info.java [INFO] toPlatformResourceURI esult: /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/util/package-info.java [INFO] Asked to handle platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/util/package-info.java [INFO] Asked to open InputStream for platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/util/package-info.java [INFO] sanatized uri resource://metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/util/package-info.java [INFO] bsn according to URI metadata [INFO] The bsn segment part fits to: metadata [INFO] subtask Preparing new /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/util/package-info.java [INFO] toPlatformResourceURI: /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/util/package-info.java [INFO] toPlatformResourceURI esult: /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/util/package-info.java [INFO] toPlatformResourceURI: /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/util/package-info.java [INFO] toPlatformResourceURI esult: /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/util/package-info.java [INFO] Asked to handle platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/util/package-info.java [INFO] Asked to open OutputStream for platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/util/package-info.java [INFO] Sanatized resource://metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/util/package-info.java [INFO] Opening file /home/jenkins/agent/workspace/Sensinact Deploy/core/models/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/util/package-info.java [INFO] subtask Generating Nexus Metadata [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] subtask Generating Java interface org.eclipse.sensinact.model.core.metadata.NexusMetadata [INFO] subtask Generating /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/NexusMetadata.java [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] Asked to handle platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/NexusMetadata.java [INFO] Asked if exists platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/NexusMetadata.java [INFO] Asked to handle platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/NexusMetadata.java [INFO] Asked to open InputStream for platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/NexusMetadata.java [INFO] sanatized uri resource://metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/NexusMetadata.java [INFO] bsn according to URI metadata [INFO] The bsn segment part fits to: metadata [INFO] subtask Preparing new /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/NexusMetadata.java [INFO] Asked to handle platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/NexusMetadata.java [INFO] Asked to open OutputStream for platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/NexusMetadata.java [INFO] Sanatized resource://metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/NexusMetadata.java [INFO] Opening file /home/jenkins/agent/workspace/Sensinact Deploy/core/models/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/NexusMetadata.java [INFO] subtask Generating Java class org.eclipse.sensinact.model.core.metadata.impl.NexusMetadataImpl [INFO] subtask Generating /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/NexusMetadataImpl.java [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] Asked to handle platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/NexusMetadataImpl.java [INFO] Asked if exists platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/NexusMetadataImpl.java [INFO] Asked to handle platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/NexusMetadataImpl.java [INFO] Asked to open InputStream for platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/NexusMetadataImpl.java [INFO] sanatized uri resource://metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/NexusMetadataImpl.java [INFO] bsn according to URI metadata [INFO] The bsn segment part fits to: metadata [INFO] subtask Preparing new /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/NexusMetadataImpl.java [INFO] Asked to handle platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/NexusMetadataImpl.java [INFO] Asked to open OutputStream for platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/NexusMetadataImpl.java [INFO] Sanatized resource://metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/NexusMetadataImpl.java [INFO] Opening file /home/jenkins/agent/workspace/Sensinact Deploy/core/models/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/NexusMetadataImpl.java [INFO] subtask Generating Annotation Metadata [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] subtask Generating Java interface org.eclipse.sensinact.model.core.metadata.AnnotationMetadata [INFO] subtask Generating /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/AnnotationMetadata.java [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] Asked to handle platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/AnnotationMetadata.java [INFO] Asked if exists platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/AnnotationMetadata.java [INFO] Asked to handle platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/AnnotationMetadata.java [INFO] Asked to open InputStream for platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/AnnotationMetadata.java [INFO] sanatized uri resource://metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/AnnotationMetadata.java [INFO] bsn according to URI metadata [INFO] The bsn segment part fits to: metadata [INFO] subtask Preparing new /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/AnnotationMetadata.java [INFO] Asked to handle platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/AnnotationMetadata.java [INFO] Asked to open OutputStream for platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/AnnotationMetadata.java [INFO] Sanatized resource://metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/AnnotationMetadata.java [INFO] Opening file /home/jenkins/agent/workspace/Sensinact Deploy/core/models/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/AnnotationMetadata.java [INFO] subtask Generating Java class org.eclipse.sensinact.model.core.metadata.impl.AnnotationMetadataImpl [INFO] subtask Generating /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/AnnotationMetadataImpl.java [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] Asked to handle platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/AnnotationMetadataImpl.java [INFO] Asked if exists platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/AnnotationMetadataImpl.java [INFO] Asked to handle platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/AnnotationMetadataImpl.java [INFO] Asked to open InputStream for platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/AnnotationMetadataImpl.java [INFO] sanatized uri resource://metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/AnnotationMetadataImpl.java [INFO] bsn according to URI metadata [INFO] The bsn segment part fits to: metadata [INFO] subtask Preparing new /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/AnnotationMetadataImpl.java [INFO] Asked to handle platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/AnnotationMetadataImpl.java [INFO] Asked to open OutputStream for platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/AnnotationMetadataImpl.java [INFO] Sanatized resource://metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/AnnotationMetadataImpl.java [INFO] Opening file /home/jenkins/agent/workspace/Sensinact Deploy/core/models/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/AnnotationMetadataImpl.java [INFO] subtask Generating Resource Attribute [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] subtask Generating Java interface org.eclipse.sensinact.model.core.metadata.ResourceAttribute [INFO] subtask Generating /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/ResourceAttribute.java [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] Asked to handle platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/ResourceAttribute.java [INFO] Asked if exists platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/ResourceAttribute.java [INFO] Asked to handle platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/ResourceAttribute.java [INFO] Asked to open InputStream for platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/ResourceAttribute.java [INFO] sanatized uri resource://metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/ResourceAttribute.java [INFO] bsn according to URI metadata [INFO] The bsn segment part fits to: metadata [INFO] subtask Preparing new /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/ResourceAttribute.java [INFO] Asked to handle platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/ResourceAttribute.java [INFO] Asked to open OutputStream for platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/ResourceAttribute.java [INFO] Sanatized resource://metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/ResourceAttribute.java [INFO] Opening file /home/jenkins/agent/workspace/Sensinact Deploy/core/models/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/ResourceAttribute.java [INFO] subtask Generating Java class org.eclipse.sensinact.model.core.metadata.impl.ResourceAttributeImpl [INFO] subtask Generating /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/ResourceAttributeImpl.java [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] Asked to handle platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/ResourceAttributeImpl.java [INFO] Asked if exists platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/ResourceAttributeImpl.java [INFO] Asked to handle platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/ResourceAttributeImpl.java [INFO] Asked to open InputStream for platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/ResourceAttributeImpl.java [INFO] sanatized uri resource://metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/ResourceAttributeImpl.java [INFO] bsn according to URI metadata [INFO] The bsn segment part fits to: metadata [INFO] subtask Preparing new /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/ResourceAttributeImpl.java [INFO] Asked to handle platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/ResourceAttributeImpl.java [INFO] Asked to open OutputStream for platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/ResourceAttributeImpl.java [INFO] Sanatized resource://metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/ResourceAttributeImpl.java [INFO] Opening file /home/jenkins/agent/workspace/Sensinact Deploy/core/models/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/ResourceAttributeImpl.java [INFO] subtask Generating Service Reference [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] subtask Generating Java interface org.eclipse.sensinact.model.core.metadata.ServiceReference [INFO] subtask Generating /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/ServiceReference.java [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] Asked to handle platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/ServiceReference.java [INFO] Asked if exists platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/ServiceReference.java [INFO] Asked to handle platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/ServiceReference.java [INFO] Asked to open InputStream for platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/ServiceReference.java [INFO] sanatized uri resource://metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/ServiceReference.java [INFO] bsn according to URI metadata [INFO] The bsn segment part fits to: metadata [INFO] subtask Preparing new /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/ServiceReference.java [INFO] Asked to handle platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/ServiceReference.java [INFO] Asked to open OutputStream for platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/ServiceReference.java [INFO] Sanatized resource://metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/ServiceReference.java [INFO] Opening file /home/jenkins/agent/workspace/Sensinact Deploy/core/models/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/ServiceReference.java [INFO] subtask Generating Java class org.eclipse.sensinact.model.core.metadata.impl.ServiceReferenceImpl [INFO] subtask Generating /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/ServiceReferenceImpl.java [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] Asked to handle platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/ServiceReferenceImpl.java [INFO] Asked if exists platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/ServiceReferenceImpl.java [INFO] Asked to handle platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/ServiceReferenceImpl.java [INFO] Asked to open InputStream for platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/ServiceReferenceImpl.java [INFO] sanatized uri resource://metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/ServiceReferenceImpl.java [INFO] bsn according to URI metadata [INFO] The bsn segment part fits to: metadata [INFO] subtask Preparing new /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/ServiceReferenceImpl.java [INFO] Asked to handle platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/ServiceReferenceImpl.java [INFO] Asked to open OutputStream for platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/ServiceReferenceImpl.java [INFO] Sanatized resource://metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/ServiceReferenceImpl.java [INFO] Opening file /home/jenkins/agent/workspace/Sensinact Deploy/core/models/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/ServiceReferenceImpl.java [INFO] subtask Generating Action [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] subtask Generating Java interface org.eclipse.sensinact.model.core.metadata.Action [INFO] subtask Generating /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/Action.java [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] Asked to handle platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/Action.java [INFO] Asked if exists platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/Action.java [INFO] Asked to handle platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/Action.java [INFO] Asked to open InputStream for platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/Action.java [INFO] sanatized uri resource://metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/Action.java [INFO] bsn according to URI metadata [INFO] The bsn segment part fits to: metadata [INFO] subtask Preparing new /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/Action.java [INFO] Asked to handle platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/Action.java [INFO] Asked to open OutputStream for platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/Action.java [INFO] Sanatized resource://metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/Action.java [INFO] Opening file /home/jenkins/agent/workspace/Sensinact Deploy/core/models/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/Action.java [INFO] subtask Generating Java class org.eclipse.sensinact.model.core.metadata.impl.ActionImpl [INFO] subtask Generating /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/ActionImpl.java [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] Asked to handle platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/ActionImpl.java [INFO] Asked if exists platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/ActionImpl.java [INFO] Asked to handle platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/ActionImpl.java [INFO] Asked to open InputStream for platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/ActionImpl.java [INFO] sanatized uri resource://metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/ActionImpl.java [INFO] bsn according to URI metadata [INFO] The bsn segment part fits to: metadata [INFO] subtask Preparing new /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/ActionImpl.java [INFO] Asked to handle platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/ActionImpl.java [INFO] Asked to open OutputStream for platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/ActionImpl.java [INFO] Sanatized resource://metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/ActionImpl.java [INFO] Opening file /home/jenkins/agent/workspace/Sensinact Deploy/core/models/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/ActionImpl.java [INFO] subtask Generating Action Parameter [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] subtask Generating Java interface org.eclipse.sensinact.model.core.metadata.ActionParameter [INFO] subtask Generating /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/ActionParameter.java [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] Asked to handle platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/ActionParameter.java [INFO] Asked if exists platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/ActionParameter.java [INFO] Asked to handle platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/ActionParameter.java [INFO] Asked to open InputStream for platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/ActionParameter.java [INFO] sanatized uri resource://metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/ActionParameter.java [INFO] bsn according to URI metadata [INFO] The bsn segment part fits to: metadata [INFO] subtask Preparing new /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/ActionParameter.java [INFO] Asked to handle platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/ActionParameter.java [INFO] Asked to open OutputStream for platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/ActionParameter.java [INFO] Sanatized resource://metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/ActionParameter.java [INFO] Opening file /home/jenkins/agent/workspace/Sensinact Deploy/core/models/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/ActionParameter.java [INFO] subtask Generating Java class org.eclipse.sensinact.model.core.metadata.impl.ActionParameterImpl [INFO] subtask Generating /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/ActionParameterImpl.java [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] Asked to handle platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/ActionParameterImpl.java [INFO] Asked if exists platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/ActionParameterImpl.java [INFO] Asked to handle platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/ActionParameterImpl.java [INFO] Asked to open InputStream for platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/ActionParameterImpl.java [INFO] sanatized uri resource://metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/ActionParameterImpl.java [INFO] bsn according to URI metadata [INFO] The bsn segment part fits to: metadata [INFO] subtask Preparing new /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/ActionParameterImpl.java [INFO] Asked to handle platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/ActionParameterImpl.java [INFO] Asked to open OutputStream for platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/ActionParameterImpl.java [INFO] Sanatized resource://metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/ActionParameterImpl.java [INFO] Opening file /home/jenkins/agent/workspace/Sensinact Deploy/core/models/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/ActionParameterImpl.java [INFO] subtask Generating Resource Metadata [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] subtask Generating Java interface org.eclipse.sensinact.model.core.metadata.ResourceMetadata [INFO] subtask Generating /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/ResourceMetadata.java [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] Asked to handle platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/ResourceMetadata.java [INFO] Asked if exists platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/ResourceMetadata.java [INFO] Asked to handle platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/ResourceMetadata.java [INFO] Asked to open InputStream for platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/ResourceMetadata.java [INFO] sanatized uri resource://metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/ResourceMetadata.java [INFO] bsn according to URI metadata [INFO] The bsn segment part fits to: metadata [INFO] subtask Preparing new /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/ResourceMetadata.java [INFO] Asked to handle platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/ResourceMetadata.java [INFO] Asked to open OutputStream for platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/ResourceMetadata.java [INFO] Sanatized resource://metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/ResourceMetadata.java [INFO] Opening file /home/jenkins/agent/workspace/Sensinact Deploy/core/models/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/ResourceMetadata.java [INFO] subtask Generating Java class org.eclipse.sensinact.model.core.metadata.impl.ResourceMetadataImpl [INFO] subtask Generating /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/ResourceMetadataImpl.java [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] Asked to handle platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/ResourceMetadataImpl.java [INFO] Asked if exists platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/ResourceMetadataImpl.java [INFO] Asked to handle platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/ResourceMetadataImpl.java [INFO] Asked to open InputStream for platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/ResourceMetadataImpl.java [INFO] sanatized uri resource://metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/ResourceMetadataImpl.java [INFO] bsn according to URI metadata [INFO] The bsn segment part fits to: metadata [INFO] subtask Preparing new /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/ResourceMetadataImpl.java [INFO] Asked to handle platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/ResourceMetadataImpl.java [INFO] Asked to open OutputStream for platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/ResourceMetadataImpl.java [INFO] Sanatized resource://metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/ResourceMetadataImpl.java [INFO] Opening file /home/jenkins/agent/workspace/Sensinact Deploy/core/models/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/ResourceMetadataImpl.java [INFO] subtask Generating Action Metadata [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] subtask Generating Java interface org.eclipse.sensinact.model.core.metadata.ActionMetadata [INFO] subtask Generating /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/ActionMetadata.java [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] Asked to handle platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/ActionMetadata.java [INFO] Asked if exists platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/ActionMetadata.java [INFO] Asked to handle platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/ActionMetadata.java [INFO] Asked to open InputStream for platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/ActionMetadata.java [INFO] sanatized uri resource://metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/ActionMetadata.java [INFO] bsn according to URI metadata [INFO] The bsn segment part fits to: metadata [INFO] subtask Preparing new /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/ActionMetadata.java [INFO] Asked to handle platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/ActionMetadata.java [INFO] Asked to open OutputStream for platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/ActionMetadata.java [INFO] Sanatized resource://metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/ActionMetadata.java [INFO] Opening file /home/jenkins/agent/workspace/Sensinact Deploy/core/models/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/ActionMetadata.java [INFO] subtask Generating Java class org.eclipse.sensinact.model.core.metadata.impl.ActionMetadataImpl [INFO] subtask Generating /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/ActionMetadataImpl.java [INFO] internaly worked 1.0 on null [INFO] subtask [INFO] Asked to handle platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/ActionMetadataImpl.java [INFO] Asked if exists platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/ActionMetadataImpl.java [INFO] Asked to handle platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/ActionMetadataImpl.java [INFO] Asked to open InputStream for platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/ActionMetadataImpl.java [INFO] sanatized uri resource://metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/ActionMetadataImpl.java [INFO] bsn according to URI metadata [INFO] The bsn segment part fits to: metadata [INFO] subtask Preparing new /metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/ActionMetadataImpl.java [INFO] Asked to handle platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/ActionMetadataImpl.java [INFO] Asked to open OutputStream for platform:/resource/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/ActionMetadataImpl.java [INFO] Sanatized resource://metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/ActionMetadataImpl.java [INFO] Opening file /home/jenkins/agent/workspace/Sensinact Deploy/core/models/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/ActionMetadataImpl.java [INFO] Generating code - org.eclipse.emf.codegen.ecore [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] OK - org.eclipse.emf.common [INFO] Files generated: 27 [INFO] /home/jenkins/agent/workspace/Sensinact Deploy/core/models/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/Action.java [INFO] /home/jenkins/agent/workspace/Sensinact Deploy/core/models/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/ActionMetadata.java [INFO] /home/jenkins/agent/workspace/Sensinact Deploy/core/models/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/ActionParameter.java [INFO] /home/jenkins/agent/workspace/Sensinact Deploy/core/models/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/AnnotationMetadata.java [INFO] /home/jenkins/agent/workspace/Sensinact Deploy/core/models/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/MetadataFactory.java [INFO] /home/jenkins/agent/workspace/Sensinact Deploy/core/models/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/MetadataPackage.java [INFO] /home/jenkins/agent/workspace/Sensinact Deploy/core/models/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/NexusMetadata.java [INFO] /home/jenkins/agent/workspace/Sensinact Deploy/core/models/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/ResourceAttribute.java [INFO] /home/jenkins/agent/workspace/Sensinact Deploy/core/models/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/ResourceMetadata.java [INFO] /home/jenkins/agent/workspace/Sensinact Deploy/core/models/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/ServiceReference.java [INFO] /home/jenkins/agent/workspace/Sensinact Deploy/core/models/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/configuration/MetadataConfigurationComponent.java [INFO] /home/jenkins/agent/workspace/Sensinact Deploy/core/models/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/configuration/MetadataEPackageConfigurator.java [INFO] /home/jenkins/agent/workspace/Sensinact Deploy/core/models/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/ActionImpl.java [INFO] /home/jenkins/agent/workspace/Sensinact Deploy/core/models/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/ActionMetadataImpl.java [INFO] /home/jenkins/agent/workspace/Sensinact Deploy/core/models/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/ActionParameterImpl.java [INFO] /home/jenkins/agent/workspace/Sensinact Deploy/core/models/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/AnnotationMetadataImpl.java [INFO] /home/jenkins/agent/workspace/Sensinact Deploy/core/models/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/MetadataFactoryImpl.java [INFO] /home/jenkins/agent/workspace/Sensinact Deploy/core/models/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/MetadataPackageImpl.java [INFO] /home/jenkins/agent/workspace/Sensinact Deploy/core/models/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/NexusMetadataImpl.java [INFO] /home/jenkins/agent/workspace/Sensinact Deploy/core/models/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/ResourceAttributeImpl.java [INFO] /home/jenkins/agent/workspace/Sensinact Deploy/core/models/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/ResourceMetadataImpl.java [INFO] /home/jenkins/agent/workspace/Sensinact Deploy/core/models/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/ServiceReferenceImpl.java [INFO] /home/jenkins/agent/workspace/Sensinact Deploy/core/models/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/impl/package-info.java [INFO] /home/jenkins/agent/workspace/Sensinact Deploy/core/models/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/package-info.java [INFO] /home/jenkins/agent/workspace/Sensinact Deploy/core/models/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/util/MetadataAdapterFactory.java [INFO] /home/jenkins/agent/workspace/Sensinact Deploy/core/models/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/util/MetadataSwitch.java [INFO] /home/jenkins/agent/workspace/Sensinact Deploy/core/models/metadata/src/main/java/org/eclipse/sensinact/model/core/metadata/util/package-info.java [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ metadata --- [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ metadata --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 27 source files to /home/jenkins/agent/workspace/Sensinact Deploy/core/models/metadata/target/classes [INFO] [INFO] --- bnd:7.0.0:bnd-process (default) @ metadata --- [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ metadata --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sensinact Deploy/core/models/metadata/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ metadata --- [INFO] No sources to compile [INFO] [INFO] --- bnd:7.0.0:bnd-process-tests (bnd-process-tests) @ metadata --- [INFO] skip project as configured [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ metadata --- [INFO] No tests to run. [JENKINS] Recording test results [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ metadata --- [INFO] Building jar: /home/jenkins/agent/workspace/Sensinact Deploy/core/models/metadata/target/metadata-0.0.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (test-jar) @ metadata --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ metadata --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/core/models/metadata/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/core/models/metadata/0.0.2-SNAPSHOT/metadata-0.0.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/core/models/metadata/target/metadata-0.0.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/core/models/metadata/0.0.2-SNAPSHOT/metadata-0.0.2-SNAPSHOT.jar [INFO] [INFO] --- deploy:3.0.0:deploy (default-deploy) @ metadata --- [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/core/models/metadata/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/core/models/metadata/0.0.2-SNAPSHOT/maven-metadata.xml (802 B at 45 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/core/models/metadata/0.0.2-SNAPSHOT/metadata-0.0.2-20240212.200245-65.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/core/models/metadata/0.0.2-SNAPSHOT/metadata-0.0.2-20240212.200245-65.pom (2.8 kB at 85 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/core/models/metadata/0.0.2-SNAPSHOT/metadata-0.0.2-20240212.200245-65.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/core/models/metadata/0.0.2-SNAPSHOT/metadata-0.0.2-20240212.200245-65.jar (49 kB at 1.5 MB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/core/models/metadata/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/core/models/metadata/maven-metadata.xml (369 B at 13 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/core/models/metadata/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/core/models/metadata/0.0.2-SNAPSHOT/maven-metadata.xml (802 B at 11 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/core/models/metadata/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/core/models/metadata/maven-metadata.xml (369 B at 4.8 kB/s) [INFO] [INFO] -------------< org.eclipse.sensinact.gateway.core:emf-api >------------- [INFO] Building SensiNact core API with EMF dependencies 0.0.2-SNAPSHOT [9/68] [INFO] from core/emf-api/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ emf-api --- [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ emf-api --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sensinact Deploy/core/emf-api/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ emf-api --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/Sensinact Deploy/core/emf-api/target/classes [INFO] [INFO] --- bnd:7.0.0:bnd-process (default) @ emf-api --- [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ emf-api --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sensinact Deploy/core/emf-api/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ emf-api --- [INFO] No sources to compile [INFO] [INFO] --- bnd:7.0.0:bnd-process-tests (bnd-process-tests) @ emf-api --- [INFO] skip project as configured [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ emf-api --- [INFO] No tests to run. [JENKINS] Recording test results [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ emf-api --- [INFO] Building jar: /home/jenkins/agent/workspace/Sensinact Deploy/core/emf-api/target/emf-api-0.0.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (test-jar) @ emf-api --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- bnd-resolver:7.1.0-SNAPSHOT:resolve (resolve-test) @ emf-api --- [INFO] [INFO] --- bnd-resolver:7.1.0-SNAPSHOT:resolve (verify-no-dependency-leakage) @ emf-api --- [INFO] Resolving /home/jenkins/agent/workspace/Sensinact Deploy/core/emf-api/dependency-check.bndrun: [INFO] -runbundles: com.fasterxml.jackson.core.jackson-annotations;version='[2.16.1,2.16.2)',com.fasterxml.jackson.core.jackson-core;version='[2.16.1,2.16.2)',com.fasterxml.jackson.core.jackson-databind;version='[2.16.1,2.16.2)',org.apache.felix.configadmin;version='[1.9.24,1.9.25)',org.apache.felix.scr;version='[2.2.2,2.2.3)',org.eclipse.emf.common;version='[2.29.0,2.29.1)',org.eclipse.emf.ecore;version='[2.35.0,2.35.1)',org.eclipse.emf.ecore.xmi;version='[2.36.0,2.36.1)',org.eclipse.sensinact.gateway.core.annotation;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.core.api;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.core.emf-api;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.core.geo-json;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.core.models.provider;version='[0.0.2,0.0.3)',org.gecko.emf.osgi.component.minimal;version='[6.1.0,6.1.1)',org.osgi.service.component;version='[1.5.0,1.5.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)' [INFO] [INFO] --- install:3.1.1:install (default-install) @ emf-api --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/core/emf-api/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/core/emf-api/0.0.2-SNAPSHOT/emf-api-0.0.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/core/emf-api/target/emf-api-0.0.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/core/emf-api/0.0.2-SNAPSHOT/emf-api-0.0.2-SNAPSHOT.jar [INFO] [INFO] --- deploy:3.0.0:deploy (default-deploy) @ emf-api --- [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/core/emf-api/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/core/emf-api/0.0.2-SNAPSHOT/maven-metadata.xml (794 B at 44 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/core/emf-api/0.0.2-SNAPSHOT/emf-api-0.0.2-20240212.200245-63.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/core/emf-api/0.0.2-SNAPSHOT/emf-api-0.0.2-20240212.200245-63.pom (3.5 kB at 96 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/core/emf-api/0.0.2-SNAPSHOT/emf-api-0.0.2-20240212.200245-63.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/core/emf-api/0.0.2-SNAPSHOT/emf-api-0.0.2-20240212.200245-63.jar (9.8 kB at 297 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/core/emf-api/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/core/emf-api/maven-metadata.xml (361 B at 9.5 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/core/emf-api/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/core/emf-api/0.0.2-SNAPSHOT/maven-metadata.xml (794 B at 20 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/core/emf-api/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/core/emf-api/maven-metadata.xml (361 B at 5.7 kB/s) [INFO] [INFO] --------------< org.eclipse.sensinact.gateway.core:impl >--------------- [INFO] Building SensiNact core implementation 0.0.2-SNAPSHOT [10/68] [INFO] from core/impl/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/biz/aQute/bnd/bnd-testing-maven-plugin/7.0.0/bnd-testing-maven-plugin-7.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/bnd-testing-maven-plugin/7.0.0/bnd-testing-maven-plugin-7.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/bnd-testing-maven-plugin/7.0.0/bnd-testing-maven-plugin-7.0.0.pom (4.7 kB at 52 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/biz/aQute/bnd/bnd-testing-maven-plugin/7.0.0/bnd-testing-maven-plugin-7.0.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/bnd-testing-maven-plugin/7.0.0/bnd-testing-maven-plugin-7.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/bnd-testing-maven-plugin/7.0.0/bnd-testing-maven-plugin-7.0.0.jar (18 kB at 803 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/io/dropwizard/metrics/metrics-core/4.2.19/metrics-core-4.2.19.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/dropwizard/metrics/metrics-core/4.2.19/metrics-core-4.2.19.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/dropwizard/metrics/metrics-core/4.2.19/metrics-core-4.2.19.pom (2.5 kB at 37 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/io/dropwizard/metrics/metrics-parent/4.2.19/metrics-parent-4.2.19.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/dropwizard/metrics/metrics-parent/4.2.19/metrics-parent-4.2.19.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/dropwizard/metrics/metrics-parent/4.2.19/metrics-parent-4.2.19.pom (20 kB at 2.9 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/io/dropwizard/metrics/metrics-core/4.2.19/metrics-core-4.2.19.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/dropwizard/metrics/metrics-core/4.2.19/metrics-core-4.2.19.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/dropwizard/metrics/metrics-core/4.2.19/metrics-core-4.2.19.jar (130 kB at 2.4 MB/s) [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ impl --- [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ impl --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sensinact Deploy/core/impl/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ impl --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 61 source files to /home/jenkins/agent/workspace/Sensinact Deploy/core/impl/target/classes [INFO] /home/jenkins/agent/workspace/Sensinact Deploy/core/impl/src/main/java/org/eclipse/sensinact/core/impl/snapshot/ProviderSnapshotImpl.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/Sensinact Deploy/core/impl/src/main/java/org/eclipse/sensinact/core/impl/snapshot/ProviderSnapshotImpl.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- bnd:7.0.0:bnd-process (default) @ impl --- [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ impl --- [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ impl --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/Sensinact Deploy/core/impl/target/test-classes [INFO] [INFO] --- bnd:7.0.0:bnd-process-tests (bnd-process-tests) @ impl --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ impl --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.sensinact.core.model.impl.ModelBuildingTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.8 s - in org.eclipse.sensinact.core.model.impl.ModelBuildingTest [INFO] Running org.eclipse.sensinact.core.model.nexus.impl.SubscriptionTest 2024-02-12T20:03:47.274096750Z 2024-02-12T20:03:47.375919466Z 2024-02-12T20:03:47.455426364Z 2024-02-12T20:03:47.555874502Z 2024-02-12T20:03:47.691164193Z 2024-02-12T20:03:47.791311970Z 2024-02-12T20:03:47.911511152Z 2024-02-12T20:03:48.011645414Z [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.036 s - in org.eclipse.sensinact.core.model.nexus.impl.SubscriptionTest [INFO] Running org.eclipse.sensinact.core.model.nexus.impl.NexusTest test - Test 123Test - _123Test final - _final http://test.de/asldjkhasdlj - Http___test_de_asldjkhasdlj 123$.final/- - _123$_final__ protected - _protected Calling update with model_0, provider_0, service_0, resource , 42... Calling update with model_0, provider_0, service_1, resource , 42... Calling update with model_1, provider_1, service_0, resource , 42... Calling update with model_1, provider_1, service_1, resource , 42... Calling update with model_0, provider_0, service_0, resource , 42... Calling update with model_0, provider_0, service_1, resource , 42... Calling update with model_1, provider_1, service_0, resource , 42... Calling update with model_1, provider_1, service_1, resource , 42... [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.27 s - in org.eclipse.sensinact.core.model.nexus.impl.NexusTest [INFO] Running org.eclipse.sensinact.core.command.impl.WhiteboardImplTest WARN o.e.s.core.model.nexus.emf.EMFUtil - The class class org.eclipse.sensinact.core.command.impl.WhiteboardImplTest$Content has no matching EClassifier. Creating an anonymous EDataType WARN o.e.s.core.model.nexus.emf.EMFUtil - The class class org.eclipse.sensinact.core.command.impl.WhiteboardImplTest$Content has no matching EClassifier. Creating an anonymous EDataType [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.254 s - in org.eclipse.sensinact.core.command.impl.WhiteboardImplTest [INFO] Running org.eclipse.sensinact.core.command.impl.GatewayThreadImplTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.899 s - in org.eclipse.sensinact.core.command.impl.GatewayThreadImplTest [INFO] Running org.eclipse.sensinact.core.notification.impl.NotificationSenderTest [INFO] Tests run: 41, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 s - in org.eclipse.sensinact.core.notification.impl.NotificationSenderTest [INFO] Running org.eclipse.sensinact.core.extract.impl.CustomBaseValueDtoExtractorTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 s - in org.eclipse.sensinact.core.extract.impl.CustomBaseValueDtoExtractorTest [INFO] Running org.eclipse.sensinact.core.extract.impl.GenericDtoExtractorTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.sensinact.core.extract.impl.GenericDtoExtractorTest [INFO] Running org.eclipse.sensinact.core.extract.impl.AnnotationBasedDtoExtractorTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.sensinact.core.extract.impl.AnnotationBasedDtoExtractorTest [INFO] Running org.eclipse.sensinact.core.twin.impl.SensinactTwinTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.125 s - in org.eclipse.sensinact.core.twin.impl.SensinactTwinTest [INFO] Running org.eclipse.sensinact.core.emf.util.EMFUtilTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.137 s - in org.eclipse.sensinact.core.emf.util.EMFUtilTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 133, Failures: 0, Errors: 0, Skipped: 0 [INFO] [JENKINS] Recording test results [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ impl --- [INFO] Building jar: /home/jenkins/agent/workspace/Sensinact Deploy/core/impl/target/impl-0.0.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (test-jar) @ impl --- [INFO] Building jar: /home/jenkins/agent/workspace/Sensinact Deploy/core/impl/target/impl-0.0.2-SNAPSHOT-tests.jar [INFO] [INFO] --- bnd-resolver:7.1.0-SNAPSHOT:resolve (resolve-test) @ impl --- [INFO] Resolving /home/jenkins/agent/workspace/Sensinact Deploy/core/impl/integration-test.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)',com.fasterxml.jackson.core.jackson-annotations;version='[2.16.1,2.16.2)',com.fasterxml.jackson.core.jackson-core;version='[2.16.1,2.16.2)',com.fasterxml.jackson.core.jackson-databind;version='[2.16.1,2.16.2)',io.dropwizard.metrics.core;version='[4.2.19,4.2.20)',junit-jupiter-api;version='[5.10.1,5.10.2)',junit-jupiter-engine;version='[5.10.1,5.10.2)',junit-jupiter-params;version='[5.10.1,5.10.2)',junit-platform-commons;version='[1.10.1,1.10.2)',junit-platform-engine;version='[1.10.1,1.10.2)',junit-platform-launcher;version='[1.10.1,1.10.2)',net.bytebuddy.byte-buddy;version='[1.14.11,1.14.12)',net.bytebuddy.byte-buddy-agent;version='[1.14.11,1.14.12)',org.apache.aries.component-dsl.component-dsl;version='[1.2.2,1.2.3)',org.apache.aries.spifly.dynamic.framework.extension;version='[1.3.7,1.3.8)',org.apache.aries.typedevent.bus;version='[0.0.2,0.0.3)',org.apache.felix.configadmin;version='[1.9.24,1.9.25)',org.apache.felix.scr;version='[2.2.2,2.2.3)',org.eclipse.emf.common;version='[2.29.0,2.29.1)',org.eclipse.emf.ecore;version='[2.35.0,2.35.1)',org.eclipse.emf.ecore.xmi;version='[2.36.0,2.36.1)',org.eclipse.sensinact.gateway.core.annotation;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.core.api;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.core.emf-api;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.core.geo-json;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.core.impl;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.core.impl-tests;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.core.models.metadata;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.core.models.provider;version='[0.0.2,0.0.3)',org.gecko.emf.osgi.component.minimal;version='[6.1.0,6.1.1)',org.mockito.junit-jupiter;version='[5.10.0,5.10.1)',org.mockito.mockito-core;version='[5.10.0,5.10.1)',org.objenesis;version='[3.3.0,3.3.1)',org.opentest4j;version='[1.3.0,1.3.1)',org.osgi.service.cm;version='[1.6.1,1.6.2)',org.osgi.service.component;version='[1.5.0,1.5.1)',org.osgi.service.typedevent;version='[1.0.0,1.0.1)',org.osgi.test.common;version='[1.3.0,1.3.1)',org.osgi.test.junit5;version='[1.3.0,1.3.1)',org.osgi.test.junit5.cm;version='[1.3.0,1.3.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)',org.osgi.util.pushstream;version='[1.0.2,1.0.3)',slf4j.api;version='[2.0.11,2.0.12)' [INFO] [INFO] --- bnd-testing:7.0.0:testing (default) @ impl --- [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/biz/aQute/bnd/biz.aQute.bnd.embedded-repo/7.0.0/biz.aQute.bnd.embedded-repo-7.0.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/7.0.0/biz.aQute.bnd.embedded-repo-7.0.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/7.0.0/biz.aQute.bnd.embedded-repo-7.0.0.pom (2.5 kB at 1.2 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/biz/aQute/bnd/biz.aQute.bnd.embedded-repo/7.0.0/biz.aQute.bnd.embedded-repo-7.0.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bnd.embedded-repo/7.0.0/biz.aQute.bnd.embedded-repo-7.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bnd.embedded-repo/7.0.0/biz.aQute.bnd.embedded-repo-7.0.0.jar (6.2 MB at 119 MB/s) [INFO] Matching glob * [INFO] Testing /home/jenkins/agent/workspace/Sensinact Deploy/core/impl/integration-test.bndrun: Feb 12, 2024 8:03:57 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 Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/admin Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/system Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/system/version Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/system/version Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/system/started Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/system/started Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/system/started Feb 12, 2024 8:03:58 PM org.apache.aries.spifly.BaseActivator log INFO: Registered provider aQute.tester.bundle.engine.BundleEngine of service org.junit.platform.engine.TestEngine in bundle biz.aQute.tester.junit-platform [INFO] No Errors [INFO] [INFO] --- install:3.1.1:install (default-install) @ impl --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/core/impl/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/core/impl/0.0.2-SNAPSHOT/impl-0.0.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/core/impl/target/impl-0.0.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/core/impl/0.0.2-SNAPSHOT/impl-0.0.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/core/impl/target/impl-0.0.2-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/core/impl/0.0.2-SNAPSHOT/impl-0.0.2-SNAPSHOT-tests.jar [INFO] [INFO] --- deploy:3.0.0:deploy (default-deploy) @ impl --- [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/core/impl/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/core/impl/0.0.2-SNAPSHOT/maven-metadata.xml (1.0 kB at 91 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/core/impl/0.0.2-SNAPSHOT/impl-0.0.2-20240212.200245-65.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/core/impl/0.0.2-SNAPSHOT/impl-0.0.2-20240212.200245-65.pom (3.8 kB at 65 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/core/impl/0.0.2-SNAPSHOT/impl-0.0.2-20240212.200245-65.jar [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/core/impl/0.0.2-SNAPSHOT/impl-0.0.2-20240212.200245-65-tests.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/core/impl/0.0.2-SNAPSHOT/impl-0.0.2-20240212.200245-65.jar (211 kB at 2.9 MB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/core/impl/0.0.2-SNAPSHOT/impl-0.0.2-20240212.200245-65-tests.jar (188 kB at 2.3 MB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/core/impl/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/core/impl/maven-metadata.xml (358 B at 13 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/core/impl/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/core/impl/0.0.2-SNAPSHOT/maven-metadata.xml (1.0 kB at 6.4 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/core/impl/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/core/impl/maven-metadata.xml (358 B at 3.8 kB/s) [INFO] [INFO] --------< org.eclipse.sensinact.gateway.southbound:southbound >--------- [INFO] Building Southbound Connectors 0.0.2-SNAPSHOT [11/68] [INFO] from southbound/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ southbound --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ southbound --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/southbound/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/southbound/southbound/0.0.2-SNAPSHOT/southbound-0.0.2-SNAPSHOT.pom [INFO] [INFO] --- deploy:3.0.0:deploy (default-deploy) @ southbound --- [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/southbound/southbound/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/southbound/southbound/0.0.2-SNAPSHOT/maven-metadata.xml (629 B at 52 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/southbound/0.0.2-SNAPSHOT/southbound-0.0.2-20240212.200245-65.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/southbound/0.0.2-SNAPSHOT/southbound-0.0.2-20240212.200245-65.pom (1.3 kB at 44 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/southbound/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/southbound/maven-metadata.xml (370 B at 18 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/southbound/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/southbound/southbound/0.0.2-SNAPSHOT/maven-metadata.xml (629 B at 18 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/southbound/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/southbound/maven-metadata.xml (370 B at 6.6 kB/s) [INFO] [INFO] --< org.eclipse.sensinact.gateway.southbound.device-factory:device-factory >-- [INFO] Building Southbound Device Factory :: Parent 0.0.2-SNAPSHOT [12/68] [INFO] from southbound/device-factory/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ device-factory --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ device-factory --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/southbound/device-factory/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/southbound/device-factory/device-factory/0.0.2-SNAPSHOT/device-factory-0.0.2-SNAPSHOT.pom [INFO] [INFO] --- deploy:3.0.0:deploy (default-deploy) @ device-factory --- [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/southbound/device-factory/device-factory/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/southbound/device-factory/device-factory/0.0.2-SNAPSHOT/maven-metadata.xml (648 B at 7.4 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/device-factory/device-factory/0.0.2-SNAPSHOT/device-factory-0.0.2-20240212.200245-65.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/device-factory/device-factory/0.0.2-SNAPSHOT/device-factory-0.0.2-20240212.200245-65.pom (1.3 kB at 20 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/device-factory/device-factory/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/device-factory/device-factory/maven-metadata.xml (389 B at 20 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/device-factory/device-factory/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/southbound/device-factory/device-factory/0.0.2-SNAPSHOT/maven-metadata.xml (648 B at 20 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/device-factory/device-factory/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/device-factory/device-factory/maven-metadata.xml (389 B at 7.9 kB/s) [INFO] [INFO] --< org.eclipse.sensinact.gateway.southbound.device-factory:device-factory-core >-- [INFO] Building SensiNact Southbound Device factory :: Core 0.0.2-SNAPSHOT [13/68] [INFO] from southbound/device-factory/device-factory-core/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ device-factory-core --- [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ device-factory-core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sensinact Deploy/southbound/device-factory/device-factory-core/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ device-factory-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 26 source files to /home/jenkins/agent/workspace/Sensinact Deploy/southbound/device-factory/device-factory-core/target/classes [INFO] [INFO] --- bnd:7.0.0:bnd-process (default) @ device-factory-core --- [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ device-factory-core --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ device-factory-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/Sensinact Deploy/southbound/device-factory/device-factory-core/target/test-classes [INFO] [INFO] --- bnd:7.0.0:bnd-process-tests (bnd-process-tests) @ device-factory-core --- [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/southbound/device-factory/device-factory-core/pom.xml [0:0]: The Test-Cases header is empty. No test case classes were found. [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ device-factory-core --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.sensinact.gateway.southbound.device.factory.impl.RecordHandlingTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.872 s - in org.eclipse.sensinact.gateway.southbound.device.factory.impl.RecordHandlingTest [INFO] Running org.eclipse.sensinact.gateway.southbound.device.factory.ValueTypeTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.sensinact.gateway.southbound.device.factory.ValueTypeTest [INFO] Running org.eclipse.sensinact.gateway.southbound.device.factory.VariablesTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.sensinact.gateway.southbound.device.factory.VariablesTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0 [INFO] [JENKINS] Recording test results [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ device-factory-core --- [INFO] Building jar: /home/jenkins/agent/workspace/Sensinact Deploy/southbound/device-factory/device-factory-core/target/device-factory-core-0.0.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (test-jar) @ device-factory-core --- [INFO] Building jar: /home/jenkins/agent/workspace/Sensinact Deploy/southbound/device-factory/device-factory-core/target/device-factory-core-0.0.2-SNAPSHOT-tests.jar [INFO] [INFO] --- bnd-resolver:7.1.0-SNAPSHOT:resolve (resolve-test) @ device-factory-core --- [WARNING] No bndrun files were specified with or found as *.bndrun in the project. This is unexpected. [INFO] [INFO] --- bnd-testing:7.0.0:testing (default) @ device-factory-core --- [INFO] Matching glob * [WARNING] No bndrun files were specified with or found as *.bndrun in the project. This is unexpected. [INFO] [INFO] --- install:3.1.1:install (default-install) @ device-factory-core --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/southbound/device-factory/device-factory-core/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/southbound/device-factory/device-factory-core/0.0.2-SNAPSHOT/device-factory-core-0.0.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/southbound/device-factory/device-factory-core/target/device-factory-core-0.0.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/southbound/device-factory/device-factory-core/0.0.2-SNAPSHOT/device-factory-core-0.0.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/southbound/device-factory/device-factory-core/target/device-factory-core-0.0.2-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/southbound/device-factory/device-factory-core/0.0.2-SNAPSHOT/device-factory-core-0.0.2-SNAPSHOT-tests.jar [INFO] [INFO] --- deploy:3.0.0:deploy (default-deploy) @ device-factory-core --- [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/southbound/device-factory/device-factory-core/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/southbound/device-factory/device-factory-core/0.0.2-SNAPSHOT/maven-metadata.xml (1.0 kB at 58 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/device-factory/device-factory-core/0.0.2-SNAPSHOT/device-factory-core-0.0.2-20240212.200245-65.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/device-factory/device-factory-core/0.0.2-SNAPSHOT/device-factory-core-0.0.2-20240212.200245-65.pom (2.6 kB at 71 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/device-factory/device-factory-core/0.0.2-SNAPSHOT/device-factory-core-0.0.2-20240212.200245-65.jar [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/device-factory/device-factory-core/0.0.2-SNAPSHOT/device-factory-core-0.0.2-20240212.200245-65-tests.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/device-factory/device-factory-core/0.0.2-SNAPSHOT/device-factory-core-0.0.2-20240212.200245-65-tests.jar (21 kB at 659 kB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/device-factory/device-factory-core/0.0.2-SNAPSHOT/device-factory-core-0.0.2-20240212.200245-65.jar (50 kB at 1.4 MB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/device-factory/device-factory-core/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/device-factory/device-factory-core/maven-metadata.xml (394 B at 8.4 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/device-factory/device-factory-core/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/southbound/device-factory/device-factory-core/0.0.2-SNAPSHOT/maven-metadata.xml (1.0 kB at 16 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/device-factory/device-factory-core/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/device-factory/device-factory-core/maven-metadata.xml (394 B at 9.6 kB/s) [INFO] [INFO] --< org.eclipse.sensinact.gateway.southbound.device-factory:parser-csv >-- [INFO] Building SensiNact Southbound Device factory :: CSV parser 0.0.2-SNAPSHOT [14/68] [INFO] from southbound/device-factory/parser-csv/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/apache/commons/commons-csv/1.9.0/commons-csv-1.9.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-csv/1.9.0/commons-csv-1.9.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-csv/1.9.0/commons-csv-1.9.0.pom (21 kB at 2.6 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/apache/commons/commons-csv/1.9.0/commons-csv-1.9.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-csv/1.9.0/commons-csv-1.9.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-csv/1.9.0/commons-csv-1.9.0.jar (51 kB at 7.3 MB/s) [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ parser-csv --- [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ parser-csv --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sensinact Deploy/southbound/device-factory/parser-csv/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ parser-csv --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Sensinact Deploy/southbound/device-factory/parser-csv/target/classes [INFO] [INFO] --- bnd:7.0.0:bnd-process (default) @ parser-csv --- [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ parser-csv --- [INFO] Copying 15 resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ parser-csv --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Sensinact Deploy/southbound/device-factory/parser-csv/target/test-classes [INFO] [INFO] --- bnd:7.0.0:bnd-process-tests (bnd-process-tests) @ parser-csv --- [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/southbound/device-factory/parser-csv/pom.xml [0:0]: The Test-Cases header is empty. No test case classes were found. [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ parser-csv --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.sensinact.gateway.southbound.device.factory.impl.CSVParserTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.971 s - in org.eclipse.sensinact.gateway.southbound.device.factory.impl.CSVParserTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0 [INFO] [JENKINS] Recording test results [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ parser-csv --- [INFO] Building jar: /home/jenkins/agent/workspace/Sensinact Deploy/southbound/device-factory/parser-csv/target/parser-csv-0.0.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (test-jar) @ parser-csv --- [INFO] Building jar: /home/jenkins/agent/workspace/Sensinact Deploy/southbound/device-factory/parser-csv/target/parser-csv-0.0.2-SNAPSHOT-tests.jar [INFO] [INFO] --- bnd-resolver:7.1.0-SNAPSHOT:resolve (resolve-test) @ parser-csv --- [WARNING] No bndrun files were specified with or found as *.bndrun in the project. This is unexpected. [INFO] [INFO] --- bnd-testing:7.0.0:testing (default) @ parser-csv --- [INFO] Matching glob * [WARNING] No bndrun files were specified with or found as *.bndrun in the project. This is unexpected. [INFO] [INFO] --- install:3.1.1:install (default-install) @ parser-csv --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/southbound/device-factory/parser-csv/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/southbound/device-factory/parser-csv/0.0.2-SNAPSHOT/parser-csv-0.0.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/southbound/device-factory/parser-csv/target/parser-csv-0.0.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/southbound/device-factory/parser-csv/0.0.2-SNAPSHOT/parser-csv-0.0.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/southbound/device-factory/parser-csv/target/parser-csv-0.0.2-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/southbound/device-factory/parser-csv/0.0.2-SNAPSHOT/parser-csv-0.0.2-SNAPSHOT-tests.jar [INFO] [INFO] --- deploy:3.0.0:deploy (default-deploy) @ parser-csv --- [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/southbound/device-factory/parser-csv/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/southbound/device-factory/parser-csv/0.0.2-SNAPSHOT/maven-metadata.xml (1.0 kB at 33 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/device-factory/parser-csv/0.0.2-SNAPSHOT/parser-csv-0.0.2-20240212.200245-65.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/device-factory/parser-csv/0.0.2-SNAPSHOT/parser-csv-0.0.2-20240212.200245-65.pom (3.0 kB at 3.2 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/device-factory/parser-csv/0.0.2-SNAPSHOT/parser-csv-0.0.2-20240212.200245-65.jar [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/device-factory/parser-csv/0.0.2-SNAPSHOT/parser-csv-0.0.2-20240212.200245-65-tests.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/device-factory/parser-csv/0.0.2-SNAPSHOT/parser-csv-0.0.2-20240212.200245-65.jar (9.1 kB at 259 kB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/device-factory/parser-csv/0.0.2-SNAPSHOT/parser-csv-0.0.2-20240212.200245-65-tests.jar (16 kB at 429 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/device-factory/parser-csv/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/device-factory/parser-csv/maven-metadata.xml (385 B at 11 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/device-factory/parser-csv/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/southbound/device-factory/parser-csv/0.0.2-SNAPSHOT/maven-metadata.xml (1.0 kB at 8.1 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/device-factory/parser-csv/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/device-factory/parser-csv/maven-metadata.xml (385 B at 3.4 kB/s) [INFO] [INFO] --< org.eclipse.sensinact.gateway.southbound.device-factory:parser-json >-- [INFO] Building SensiNact Southbound Device factory :: JSON parser 0.0.2-SNAPSHOT [15/68] [INFO] from southbound/device-factory/parser-json/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ parser-json --- [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ parser-json --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sensinact Deploy/southbound/device-factory/parser-json/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ parser-json --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Sensinact Deploy/southbound/device-factory/parser-json/target/classes [INFO] [INFO] --- bnd:7.0.0:bnd-process (default) @ parser-json --- [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ parser-json --- [INFO] Copying 12 resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ parser-json --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Sensinact Deploy/southbound/device-factory/parser-json/target/test-classes [INFO] [INFO] --- bnd:7.0.0:bnd-process-tests (bnd-process-tests) @ parser-json --- [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/southbound/device-factory/parser-json/pom.xml [0:0]: The Test-Cases header is empty. No test case classes were found. [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ parser-json --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.sensinact.gateway.southbound.device.factory.impl.JSONParserTest Location value: Point(coords=(lon=2.3508670330047607,lat=48.849578857421875)) - class org.eclipse.sensinact.gateway.geojson.Point [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.66 s - in org.eclipse.sensinact.gateway.southbound.device.factory.impl.JSONParserTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0 [INFO] [JENKINS] Recording test results [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ parser-json --- [INFO] Building jar: /home/jenkins/agent/workspace/Sensinact Deploy/southbound/device-factory/parser-json/target/parser-json-0.0.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (test-jar) @ parser-json --- [INFO] Building jar: /home/jenkins/agent/workspace/Sensinact Deploy/southbound/device-factory/parser-json/target/parser-json-0.0.2-SNAPSHOT-tests.jar [INFO] [INFO] --- bnd-resolver:7.1.0-SNAPSHOT:resolve (resolve-test) @ parser-json --- [WARNING] No bndrun files were specified with or found as *.bndrun in the project. This is unexpected. [INFO] [INFO] --- bnd-testing:7.0.0:testing (default) @ parser-json --- [INFO] Matching glob * [WARNING] No bndrun files were specified with or found as *.bndrun in the project. This is unexpected. [INFO] [INFO] --- install:3.1.1:install (default-install) @ parser-json --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/southbound/device-factory/parser-json/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/southbound/device-factory/parser-json/0.0.2-SNAPSHOT/parser-json-0.0.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/southbound/device-factory/parser-json/target/parser-json-0.0.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/southbound/device-factory/parser-json/0.0.2-SNAPSHOT/parser-json-0.0.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/southbound/device-factory/parser-json/target/parser-json-0.0.2-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/southbound/device-factory/parser-json/0.0.2-SNAPSHOT/parser-json-0.0.2-SNAPSHOT-tests.jar [INFO] [INFO] --- deploy:3.0.0:deploy (default-deploy) @ parser-json --- [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/southbound/device-factory/parser-json/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/southbound/device-factory/parser-json/0.0.2-SNAPSHOT/maven-metadata.xml (1.0 kB at 8.3 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/device-factory/parser-json/0.0.2-SNAPSHOT/parser-json-0.0.2-20240212.200245-65.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/device-factory/parser-json/0.0.2-SNAPSHOT/parser-json-0.0.2-20240212.200245-65.pom (2.6 kB at 75 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/device-factory/parser-json/0.0.2-SNAPSHOT/parser-json-0.0.2-20240212.200245-65.jar [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/device-factory/parser-json/0.0.2-SNAPSHOT/parser-json-0.0.2-20240212.200245-65-tests.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/device-factory/parser-json/0.0.2-SNAPSHOT/parser-json-0.0.2-20240212.200245-65-tests.jar (16 kB at 419 kB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/device-factory/parser-json/0.0.2-SNAPSHOT/parser-json-0.0.2-20240212.200245-65.jar (11 kB at 180 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/device-factory/parser-json/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/device-factory/parser-json/maven-metadata.xml (386 B at 48 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/device-factory/parser-json/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/southbound/device-factory/parser-json/0.0.2-SNAPSHOT/maven-metadata.xml (1.0 kB at 16 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/device-factory/parser-json/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/device-factory/parser-json/maven-metadata.xml (386 B at 7.0 kB/s) [INFO] [INFO] -----< org.eclipse.sensinact.gateway.southbound.http:http-parent >------ [INFO] Building Southbound HTTP :: Parent 0.0.2-SNAPSHOT [16/68] [INFO] from southbound/http/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ http-parent --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ http-parent --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/southbound/http/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/southbound/http/http-parent/0.0.2-SNAPSHOT/http-parent-0.0.2-SNAPSHOT.pom [INFO] [INFO] --- deploy:3.0.0:deploy (default-deploy) @ http-parent --- [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/southbound/http/http-parent/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/southbound/http/http-parent/0.0.2-SNAPSHOT/maven-metadata.xml (635 B at 3.8 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/http/http-parent/0.0.2-SNAPSHOT/http-parent-0.0.2-20240212.200245-65.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/http/http-parent/0.0.2-SNAPSHOT/http-parent-0.0.2-20240212.200245-65.pom (1.7 kB at 30 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/http/http-parent/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/http/http-parent/maven-metadata.xml (376 B at 13 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/http/http-parent/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/southbound/http/http-parent/0.0.2-SNAPSHOT/maven-metadata.xml (635 B at 7.8 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/http/http-parent/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/http/http-parent/maven-metadata.xml (376 B at 2.7 kB/s) [INFO] [INFO] --< org.eclipse.sensinact.gateway.southbound.http:http-device-factory >-- [INFO] Building Sensinact Southbound HTTP :: Device Factory 0.0.2-SNAPSHOT [17/68] [INFO] from southbound/http/http-device-factory/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jetty/jetty-client/11.0.13/jetty-client-11.0.13.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-client/11.0.13/jetty-client-11.0.13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-client/11.0.13/jetty-client-11.0.13.pom (5.5 kB at 73 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jetty/jetty-project/11.0.13/jetty-project-11.0.13.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-project/11.0.13/jetty-project-11.0.13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-project/11.0.13/jetty-project-11.0.13.pom (103 kB at 1.3 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/infinispan/infinispan-bom/11.0.16.Final/infinispan-bom-11.0.16.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-bom/11.0.16.Final/infinispan-bom-11.0.16.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-bom/11.0.16.Final/infinispan-bom-11.0.16.Final.pom (18 kB at 680 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/infinispan/infinispan-build-configuration-parent/11.0.16.Final/infinispan-build-configuration-parent-11.0.16.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-build-configuration-parent/11.0.16.Final/infinispan-build-configuration-parent-11.0.16.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-build-configuration-parent/11.0.16.Final/infinispan-build-configuration-parent-11.0.16.Final.pom (16 kB at 675 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/jboss/jboss-parent/36/jboss-parent-36.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/36/jboss-parent-36.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/36/jboss-parent-36.pom (66 kB at 4.7 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/com/fasterxml/jackson/jackson-bom/2.13.4/jackson-bom-2.13.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.13.4/jackson-bom-2.13.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.13.4/jackson-bom-2.13.4.pom (17 kB at 1.7 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/com/fasterxml/jackson/jackson-parent/2.13/jackson-parent-2.13.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-parent/2.13/jackson-parent-2.13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-parent/2.13/jackson-parent-2.13.pom (7.4 kB at 494 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/com/fasterxml/oss-parent/43/oss-parent-43.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/43/oss-parent-43.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/43/oss-parent-43.pom (24 kB at 3.4 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/testcontainers/testcontainers-bom/1.17.5/testcontainers-bom-1.17.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/testcontainers-bom/1.17.5/testcontainers-bom-1.17.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/testcontainers-bom/1.17.5/testcontainers-bom-1.17.5.pom (8.0 kB at 802 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jetty/jetty-http/11.0.13/jetty-http-11.0.13.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-http/11.0.13/jetty-http-11.0.13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-http/11.0.13/jetty-http-11.0.13.pom (3.7 kB at 51 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jetty/jetty-util/11.0.13/jetty-util-11.0.13.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-util/11.0.13/jetty-util-11.0.13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-util/11.0.13/jetty-util-11.0.13.pom (3.5 kB at 125 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jetty/jetty-io/11.0.13/jetty-io-11.0.13.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-io/11.0.13/jetty-io-11.0.13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-io/11.0.13/jetty-io-11.0.13.pom (1.4 kB at 52 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jetty/jetty-alpn-client/11.0.13/jetty-alpn-client-11.0.13.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-alpn-client/11.0.13/jetty-alpn-client-11.0.13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-alpn-client/11.0.13/jetty-alpn-client-11.0.13.pom (2.2 kB at 35 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jetty/jetty-alpn-parent/11.0.13/jetty-alpn-parent-11.0.13.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-alpn-parent/11.0.13/jetty-alpn-parent-11.0.13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-alpn-parent/11.0.13/jetty-alpn-parent-11.0.13.pom (792 B at 14 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jetty/jetty-server/11.0.13/jetty-server-11.0.13.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-server/11.0.13/jetty-server-11.0.13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-server/11.0.13/jetty-server-11.0.13.pom (2.5 kB at 47 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jetty/toolchain/jetty-jakarta-servlet-api/5.0.2/jetty-jakarta-servlet-api-5.0.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/toolchain/jetty-jakarta-servlet-api/5.0.2/jetty-jakarta-servlet-api-5.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/toolchain/jetty-jakarta-servlet-api/5.0.2/jetty-jakarta-servlet-api-5.0.2.pom (10 kB at 10 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jetty/toolchain/jetty-toolchain/1.6/jetty-toolchain-1.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/toolchain/jetty-toolchain/1.6/jetty-toolchain-1.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/toolchain/jetty-toolchain/1.6/jetty-toolchain-1.6.pom (17 kB at 1.7 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jetty/jetty-security/11.0.13/jetty-security-11.0.13.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-security/11.0.13/jetty-security-11.0.13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-security/11.0.13/jetty-security-11.0.13.pom (2.1 kB at 45 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/parsson/jakarta.json/1.1.5/jakarta.json-1.1.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/parsson/jakarta.json/1.1.5/jakarta.json-1.1.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/parsson/jakarta.json/1.1.5/jakarta.json-1.1.5.pom (11 kB at 195 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/parsson/parsson-bundles/1.1.5/parsson-bundles-1.1.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/parsson/parsson-bundles/1.1.5/parsson-bundles-1.1.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/parsson/parsson-bundles/1.1.5/parsson-bundles-1.1.5.pom (1.5 kB at 33 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/parsson/project/1.1.5/project-1.1.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/parsson/project/1.1.5/project-1.1.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/parsson/project/1.1.5/project-1.1.5.pom (22 kB at 231 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jetty/jetty-client/11.0.13/jetty-client-11.0.13.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jetty/jetty-http/11.0.13/jetty-http-11.0.13.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jetty/jetty-util/11.0.13/jetty-util-11.0.13.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jetty/jetty-io/11.0.13/jetty-io-11.0.13.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jetty/jetty-alpn-client/11.0.13/jetty-alpn-client-11.0.13.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jetty/jetty-server/11.0.13/jetty-server-11.0.13.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jetty/toolchain/jetty-jakarta-servlet-api/5.0.2/jetty-jakarta-servlet-api-5.0.2.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jetty/jetty-security/11.0.13/jetty-security-11.0.13.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/parsson/jakarta.json/1.1.5/jakarta.json-1.1.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-client/11.0.13/jetty-client-11.0.13.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-client/11.0.13/jetty-client-11.0.13.jar (393 kB at 7.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-http/11.0.13/jetty-http-11.0.13.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-util/11.0.13/jetty-util-11.0.13.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-io/11.0.13/jetty-io-11.0.13.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-alpn-client/11.0.13/jetty-alpn-client-11.0.13.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-server/11.0.13/jetty-server-11.0.13.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-alpn-client/11.0.13/jetty-alpn-client-11.0.13.jar (17 kB at 565 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/toolchain/jetty-jakarta-servlet-api/5.0.2/jetty-jakarta-servlet-api-5.0.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-http/11.0.13/jetty-http-11.0.13.jar (249 kB at 7.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-security/11.0.13/jetty-security-11.0.13.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/toolchain/jetty-jakarta-servlet-api/5.0.2/jetty-jakarta-servlet-api-5.0.2.jar (605 kB at 17 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/parsson/jakarta.json/1.1.5/jakarta.json-1.1.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-io/11.0.13/jetty-io-11.0.13.jar (216 kB at 4.2 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-util/11.0.13/jetty-util-11.0.13.jar (568 kB at 9.3 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-server/11.0.13/jetty-server-11.0.13.jar (796 kB at 12 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-security/11.0.13/jetty-security-11.0.13.jar (121 kB at 1.9 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/parsson/jakarta.json/1.1.5/jakarta.json-1.1.5.jar (161 kB at 1.8 MB/s) [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ http-device-factory --- [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ http-device-factory --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sensinact Deploy/southbound/http/http-device-factory/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ http-device-factory --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/Sensinact Deploy/southbound/http/http-device-factory/target/classes [INFO] [INFO] --- bnd:7.0.0:bnd-process (default) @ http-device-factory --- [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ http-device-factory --- [INFO] Copying 9 resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ http-device-factory --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/Sensinact Deploy/southbound/http/http-device-factory/target/test-classes [INFO] [INFO] --- bnd:7.0.0:bnd-process-tests (bnd-process-tests) @ http-device-factory --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ http-device-factory --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.sensinact.gateway.southbound.http.factory.TaskParsingTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 s - in org.eclipse.sensinact.gateway.southbound.http.factory.TaskParsingTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [JENKINS] Recording test results [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ http-device-factory --- [INFO] Building jar: /home/jenkins/agent/workspace/Sensinact Deploy/southbound/http/http-device-factory/target/http-device-factory-0.0.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (test-jar) @ http-device-factory --- [INFO] Building jar: /home/jenkins/agent/workspace/Sensinact Deploy/southbound/http/http-device-factory/target/http-device-factory-0.0.2-SNAPSHOT-tests.jar [INFO] [INFO] --- bnd-resolver:7.1.0-SNAPSHOT:resolve (resolve-test) @ http-device-factory --- [INFO] Resolving /home/jenkins/agent/workspace/Sensinact Deploy/southbound/http/http-device-factory/integration-test.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)',com.fasterxml.jackson.core.jackson-annotations;version='[2.16.1,2.16.2)',com.fasterxml.jackson.core.jackson-core;version='[2.16.1,2.16.2)',com.fasterxml.jackson.core.jackson-databind;version='[2.16.1,2.16.2)',io.dropwizard.metrics.core;version='[4.2.19,4.2.20)',junit-jupiter-api;version='[5.10.1,5.10.2)',junit-jupiter-engine;version='[5.10.1,5.10.2)',junit-jupiter-params;version='[5.10.1,5.10.2)',junit-platform-commons;version='[1.10.1,1.10.2)',junit-platform-engine;version='[1.10.1,1.10.2)',junit-platform-launcher;version='[1.10.1,1.10.2)',org.apache.aries.component-dsl.component-dsl;version='[1.2.2,1.2.3)',org.apache.aries.spifly.dynamic.framework.extension;version='[1.3.7,1.3.8)',org.apache.aries.typedevent.bus;version='[0.0.2,0.0.3)',org.apache.commons.commons-csv;version='[1.9.0,1.9.1)',org.apache.felix.configadmin;version='[1.9.24,1.9.25)',org.apache.felix.scr;version='[2.2.2,2.2.3)',org.eclipse.emf.common;version='[2.29.0,2.29.1)',org.eclipse.emf.ecore;version='[2.35.0,2.35.1)',org.eclipse.emf.ecore.xmi;version='[2.36.0,2.36.1)',org.eclipse.jetty.alpn.client;version='[11.0.13,11.0.14)',org.eclipse.jetty.client;version='[11.0.13,11.0.14)',org.eclipse.jetty.http;version='[11.0.13,11.0.14)',org.eclipse.jetty.io;version='[11.0.13,11.0.14)',org.eclipse.jetty.security;version='[11.0.13,11.0.14)',org.eclipse.jetty.server;version='[11.0.13,11.0.14)',org.eclipse.jetty.servlet-api;version='[5.0.2,5.0.3)',org.eclipse.jetty.util;version='[11.0.13,11.0.14)',org.eclipse.sensinact.gateway.core.annotation;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.core.api;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.core.emf-api;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.core.geo-json;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.core.impl;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.core.models.metadata;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.core.models.provider;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.southbound.device-factory.device-factory-core;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.southbound.device-factory.parser-csv;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.southbound.http.http-device-factory;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.southbound.http.http-device-factory-tests;version='[0.0.2,0.0.3)',org.gecko.emf.osgi.component.minimal;version='[6.1.0,6.1.1)',org.opentest4j;version='[1.3.0,1.3.1)',org.osgi.service.cm;version='[1.6.1,1.6.2)',org.osgi.service.component;version='[1.5.0,1.5.1)',org.osgi.service.typedevent;version='[1.0.0,1.0.1)',org.osgi.test.common;version='[1.3.0,1.3.1)',org.osgi.test.junit5;version='[1.3.0,1.3.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)',org.osgi.util.pushstream;version='[1.0.2,1.0.3)',slf4j.api;version='[2.0.11,2.0.12)' [INFO] [INFO] --- bnd-testing:7.0.0:testing (default) @ http-device-factory --- [INFO] Matching glob * [INFO] Testing /home/jenkins/agent/workspace/Sensinact Deploy/southbound/http/http-device-factory/integration-test.bndrun: Feb 12, 2024 8:04:33 PM org.apache.aries.spifly.BaseActivator log INFO: Registered provider ch.qos.logback.classic.servlet.LogbackServletContainerInitializer of service jakarta.servlet.ServletContainerInitializer in bundle ch.qos.logback.classic Feb 12, 2024 8:04:33 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 12, 2024 8:04:33 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.eclipse.jetty.http Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/admin Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/system Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/system/version Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/system/version Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/system/started Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/system/started Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/system/started Feb 12, 2024 8:04:34 PM org.apache.aries.spifly.BaseActivator log INFO: Registered provider aQute.tester.bundle.engine.BundleEngine of service org.junit.platform.engine.TestEngine in bundle biz.aQute.tester.junit-platform INFO org.eclipse.jetty.server.Server - jetty-11.0.13; built: 2022-12-07T20:47:15.149Z; git: a04bd1ccf844cf9bebc12129335d7493111cbff6; jvm 17.0.9+9 INFO o.e.jetty.server.AbstractConnector - Started ServerConnector@1d408060{HTTP/1.1, (http/1.1)}{0.0.0.0:33363} INFO org.eclipse.jetty.server.Server - Started Server@57c00115{STARTING}[11.0.13,sto=0] @2332ms INFO org.eclipse.jetty.server.Server - Stopped Server@57c00115{STOPPING}[11.0.13,sto=0] INFO o.e.jetty.server.AbstractConnector - Stopped ServerConnector@1d408060{HTTP/1.1, (http/1.1)}{0.0.0.0:0} INFO org.eclipse.jetty.server.Server - jetty-11.0.13; built: 2022-12-07T20:47:15.149Z; git: a04bd1ccf844cf9bebc12129335d7493111cbff6; jvm 17.0.9+9 INFO o.e.jetty.server.AbstractConnector - Started ServerConnector@2251b3bc{HTTP/1.1, (http/1.1)}{0.0.0.0:41379} INFO org.eclipse.jetty.server.Server - Started Server@3c232051{STARTING}[11.0.13,sto=0] @4834ms INFO org.eclipse.jetty.server.Server - jetty-11.0.13; built: 2022-12-07T20:47:15.149Z; git: a04bd1ccf844cf9bebc12129335d7493111cbff6; jvm 17.0.9+9 INFO o.e.jetty.server.AbstractConnector - Started ServerConnector@24043ec5{HTTP/1.1, (http/1.1)}{0.0.0.0:34075} INFO org.eclipse.jetty.server.Server - Started Server@4c6a4ffd{STARTING}[11.0.13,sto=0] @4834ms INFO org.eclipse.jetty.server.Server - Stopped Server@3c232051{STOPPING}[11.0.13,sto=0] INFO o.e.jetty.server.AbstractConnector - Stopped ServerConnector@2251b3bc{HTTP/1.1, (http/1.1)}{0.0.0.0:0} WARN o.e.j.util.thread.QueuedThreadPool - Couldn't stop Thread[test-server-64,5,main] INFO org.eclipse.jetty.server.Server - Stopped Server@4c6a4ffd{STOPPING}[11.0.13,sto=0] INFO o.e.jetty.server.AbstractConnector - Stopped ServerConnector@24043ec5{HTTP/1.1, (http/1.1)}{0.0.0.0:0} INFO org.eclipse.jetty.server.Server - jetty-11.0.13; built: 2022-12-07T20:47:15.149Z; git: a04bd1ccf844cf9bebc12129335d7493111cbff6; jvm 17.0.9+9 INFO o.e.jetty.util.ssl.SslContextFactory - x509=X509@12219f6a(server,h=[localhost],a=[],w=[]) for Server@52d3fafd[provider=null,keyStore=file:///tmp/sensinact-http18181126119353200483/server.jks,trustStore=null] INFO o.e.jetty.server.AbstractConnector - Started ServerConnector@3663d0ba{SSL, (ssl, http/1.1)}{0.0.0.0:38139} INFO org.eclipse.jetty.server.Server - Started Server@566e142{STARTING}[11.0.13,sto=0] @19296ms INFO org.eclipse.jetty.server.Server - Stopped Server@566e142{STOPPING}[11.0.13,sto=0] INFO o.e.jetty.server.AbstractConnector - Stopped ServerConnector@3663d0ba{SSL, (ssl, http/1.1)}{0.0.0.0:0} INFO org.eclipse.jetty.server.Server - jetty-11.0.13; built: 2022-12-07T20:47:15.149Z; git: a04bd1ccf844cf9bebc12129335d7493111cbff6; jvm 17.0.9+9 INFO o.e.jetty.util.ssl.SslContextFactory - x509=X509@1c8f6c66(server,h=[localhost],a=[],w=[]) for Server@552cede7[provider=null,keyStore=file:///tmp/sensinact-http18181126119353200483/server.jks,trustStore=file:///tmp/sensinact-http18181126119353200483/trust.jks] INFO o.e.jetty.server.AbstractConnector - Started ServerConnector@6c8fe7a4{SSL, (ssl, http/1.1)}{0.0.0.0:36443} INFO org.eclipse.jetty.server.Server - Started Server@6f31df32{STARTING}[11.0.13,sto=0] @19689ms ERROR o.e.s.g.s.h.f.HttpDeviceFactory - Error accessing https://localhost:36443/data: Received fatal alert: bad_certificate (javax.net.ssl.SSLHandshakeException) javax.net.ssl.SSLHandshakeException: Received fatal alert: bad_certificate at java.base/sun.security.ssl.Alert.createSSLException(Alert.java:131) at java.base/sun.security.ssl.Alert.createSSLException(Alert.java:117) at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:365) at java.base/sun.security.ssl.Alert$AlertConsumer.consume(Alert.java:293) at java.base/sun.security.ssl.TransportContext.dispatch(TransportContext.java:204) at java.base/sun.security.ssl.SSLTransport.decode(SSLTransport.java:172) at java.base/sun.security.ssl.SSLEngineImpl.decode(SSLEngineImpl.java:736) at java.base/sun.security.ssl.SSLEngineImpl.readRecord(SSLEngineImpl.java:691) at java.base/sun.security.ssl.SSLEngineImpl.unwrap(SSLEngineImpl.java:506) at java.base/sun.security.ssl.SSLEngineImpl.unwrap(SSLEngineImpl.java:482) at java.base/javax.net.ssl.SSLEngine.unwrap(SSLEngine.java:679) at org.eclipse.jetty.io.ssl.SslConnection.unwrap(SslConnection.java:398) at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.fill(SslConnection.java:721) at org.eclipse.jetty.client.http.HttpReceiverOverHTTP.process(HttpReceiverOverHTTP.java:180) at org.eclipse.jetty.client.http.HttpReceiverOverHTTP.receive(HttpReceiverOverHTTP.java:91) at org.eclipse.jetty.client.http.HttpChannelOverHTTP.receive(HttpChannelOverHTTP.java:91) at org.eclipse.jetty.client.http.HttpConnectionOverHTTP.onFillable(HttpConnectionOverHTTP.java:194) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:314) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:100) at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:558) at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:379) at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:146) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:100) at org.eclipse.jetty.io.SelectableChannelEndPoint$1.run(SelectableChannelEndPoint.java:53) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.runTask(AdaptiveExecutionStrategy.java:416) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.consumeTask(AdaptiveExecutionStrategy.java:385) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce(AdaptiveExecutionStrategy.java:272) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.lambda$new$0(AdaptiveExecutionStrategy.java:140) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:411) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:934) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1078) at java.base/java.lang.Thread.run(Thread.java:840) INFO org.eclipse.jetty.server.Server - Stopped Server@6f31df32{STOPPING}[11.0.13,sto=0] INFO o.e.jetty.server.AbstractConnector - Stopped ServerConnector@6c8fe7a4{SSL, (ssl, http/1.1)}{0.0.0.0:0} INFO org.eclipse.jetty.server.Server - jetty-11.0.13; built: 2022-12-07T20:47:15.149Z; git: a04bd1ccf844cf9bebc12129335d7493111cbff6; jvm 17.0.9+9 INFO o.e.jetty.util.ssl.SslContextFactory - x509=X509@6b2dd3df(server,h=[localhost],a=[],w=[]) for Server@4db77402[provider=null,keyStore=file:///tmp/sensinact-http18181126119353200483/server.jks,trustStore=null] INFO o.e.jetty.server.AbstractConnector - Started ServerConnector@29079032{SSL, (ssl, http/1.1)}{0.0.0.0:45653} INFO org.eclipse.jetty.server.Server - Started Server@7f42e06e{STARTING}[11.0.13,sto=0] @20743ms ERROR o.e.s.g.s.h.f.HttpDeviceFactory - Error accessing https://localhost:45653/data: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target (javax.net.ssl.SSLHandshakeException) javax.net.ssl.SSLHandshakeException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target at java.base/sun.security.ssl.Alert.createSSLException(Alert.java:131) at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:378) at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:321) at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:316) at java.base/sun.security.ssl.CertificateMessage$T13CertificateConsumer.checkServerCerts(CertificateMessage.java:1357) at java.base/sun.security.ssl.CertificateMessage$T13CertificateConsumer.onConsumeCertificate(CertificateMessage.java:1232) at java.base/sun.security.ssl.CertificateMessage$T13CertificateConsumer.consume(CertificateMessage.java:1175) at java.base/sun.security.ssl.SSLHandshake.consume(SSLHandshake.java:396) at java.base/sun.security.ssl.HandshakeContext.dispatch(HandshakeContext.java:480) at java.base/sun.security.ssl.SSLEngineImpl$DelegatedTask$DelegatedAction.run(SSLEngineImpl.java:1277) at java.base/sun.security.ssl.SSLEngineImpl$DelegatedTask$DelegatedAction.run(SSLEngineImpl.java:1264) at java.base/java.security.AccessController.doPrivileged(AccessController.java:712) at java.base/sun.security.ssl.SSLEngineImpl$DelegatedTask.run(SSLEngineImpl.java:1209) at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.fill(SslConnection.java:657) at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.flush(SslConnection.java:1064) at org.eclipse.jetty.io.WriteFlusher.flush(WriteFlusher.java:422) at org.eclipse.jetty.io.WriteFlusher.completeWrite(WriteFlusher.java:377) at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.lambda$fill$1(SslConnection.java:838) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:934) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1078) at java.base/java.lang.Thread.run(Thread.java:840) Caused by: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target at java.base/sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:439) at java.base/sun.security.validator.PKIXValidator.engineValidate(PKIXValidator.java:306) at java.base/sun.security.validator.Validator.validate(Validator.java:264) at java.base/sun.security.ssl.X509TrustManagerImpl.checkTrusted(X509TrustManagerImpl.java:285) at java.base/sun.security.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustManagerImpl.java:144) at java.base/sun.security.ssl.CertificateMessage$T13CertificateConsumer.checkServerCerts(CertificateMessage.java:1335) ... 16 common frames omitted Caused by: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target at java.base/sun.security.provider.certpath.SunCertPathBuilder.build(SunCertPathBuilder.java:148) at java.base/sun.security.provider.certpath.SunCertPathBuilder.engineBuild(SunCertPathBuilder.java:129) at java.base/java.security.cert.CertPathBuilder.build(CertPathBuilder.java:297) at java.base/sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:434) ... 21 common frames omitted INFO org.eclipse.jetty.server.Server - Stopped Server@7f42e06e{STOPPING}[11.0.13,sto=0] INFO o.e.jetty.server.AbstractConnector - Stopped ServerConnector@29079032{SSL, (ssl, http/1.1)}{0.0.0.0:0} INFO org.eclipse.jetty.server.Server - jetty-11.0.13; built: 2022-12-07T20:47:15.149Z; git: a04bd1ccf844cf9bebc12129335d7493111cbff6; jvm 17.0.9+9 INFO o.e.jetty.util.ssl.SslContextFactory - x509=X509@7ecda95b(server,h=[localhost],a=[],w=[]) for Server@22da2fe6[provider=null,keyStore=file:///tmp/sensinact-http18181126119353200483/server.jks,trustStore=null] INFO o.e.jetty.server.AbstractConnector - Started ServerConnector@1f66d8e1{SSL, (ssl, http/1.1)}{0.0.0.0:35595} INFO org.eclipse.jetty.server.Server - Started Server@41bfa9e9{STARTING}[11.0.13,sto=0] @21819ms WARN o.e.j.u.ssl.SslContextFactory.config - Trusting all certificates configured for Client@6297e801[provider=null,keyStore=null,trustStore=null] WARN o.e.j.u.ssl.SslContextFactory.config - No Client EndPointIdentificationAlgorithm configured for Client@6297e801[provider=null,keyStore=null,trustStore=null] INFO org.eclipse.jetty.server.Server - Stopped Server@41bfa9e9{STOPPING}[11.0.13,sto=0] INFO o.e.jetty.server.AbstractConnector - Stopped ServerConnector@1f66d8e1{SSL, (ssl, http/1.1)}{0.0.0.0:0} INFO org.eclipse.jetty.server.Server - jetty-11.0.13; built: 2022-12-07T20:47:15.149Z; git: a04bd1ccf844cf9bebc12129335d7493111cbff6; jvm 17.0.9+9 INFO o.e.jetty.util.ssl.SslContextFactory - x509=X509@35d26ad2(server,h=[localhost],a=[],w=[]) for Server@bb25753[provider=null,keyStore=file:///tmp/sensinact-http18181126119353200483/server.jks,trustStore=file:///tmp/sensinact-http18181126119353200483/trust.jks] INFO o.e.jetty.server.AbstractConnector - Started ServerConnector@59498d94{SSL, (ssl, http/1.1)}{0.0.0.0:46501} INFO org.eclipse.jetty.server.Server - Started Server@68b11545{STARTING}[11.0.13,sto=0] @21934ms INFO o.e.jetty.util.ssl.SslContextFactory - x509=X509@2e09c793(client,h=[client],a=[],w=[]) for Client@6d7c80a3[provider=null,keyStore=file:///tmp/sensinact-http18181126119353200483/client.jks,trustStore=file:///tmp/sensinact-http18181126119353200483/trust.jks] INFO org.eclipse.jetty.server.Server - Stopped Server@68b11545{STOPPING}[11.0.13,sto=0] INFO o.e.jetty.server.AbstractConnector - Stopped ServerConnector@59498d94{SSL, (ssl, http/1.1)}{0.0.0.0:0} INFO org.eclipse.jetty.server.Server - jetty-11.0.13; built: 2022-12-07T20:47:15.149Z; git: a04bd1ccf844cf9bebc12129335d7493111cbff6; jvm 17.0.9+9 INFO o.e.jetty.server.AbstractConnector - Started ServerConnector@24c685e7{HTTP/1.1, (http/1.1)}{0.0.0.0:41783} INFO org.eclipse.jetty.server.Server - Started Server@2ed9f6f8{STARTING}[11.0.13,sto=0] @22084ms ERROR o.e.s.g.s.h.f.HttpDeviceFactory - HTTP error 404 accessing http://localhost:41783/non-existent ERROR o.e.s.g.s.h.f.HttpDeviceFactory - Error accessing https://localhost:41783/static: Unrecognized SSL message, plaintext connection? (javax.net.ssl.SSLHandshakeException) javax.net.ssl.SSLHandshakeException: Unrecognized SSL message, plaintext connection? at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.handshakeFailed(SslConnection.java:962) at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.fill(SslConnection.java:823) at org.eclipse.jetty.client.http.HttpReceiverOverHTTP.process(HttpReceiverOverHTTP.java:180) at org.eclipse.jetty.client.http.HttpReceiverOverHTTP.receive(HttpReceiverOverHTTP.java:91) at org.eclipse.jetty.client.http.HttpChannelOverHTTP.receive(HttpChannelOverHTTP.java:91) at org.eclipse.jetty.client.http.HttpConnectionOverHTTP.onFillable(HttpConnectionOverHTTP.java:194) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:314) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:100) at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:558) at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:379) at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:146) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:100) at org.eclipse.jetty.io.SelectableChannelEndPoint$1.run(SelectableChannelEndPoint.java:53) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.runTask(AdaptiveExecutionStrategy.java:416) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.consumeTask(AdaptiveExecutionStrategy.java:385) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce(AdaptiveExecutionStrategy.java:272) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.produce(AdaptiveExecutionStrategy.java:194) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:934) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1078) at java.base/java.lang.Thread.run(Thread.java:840) Caused by: javax.net.ssl.SSLException: Unrecognized SSL message, plaintext connection? at java.base/sun.security.ssl.SSLEngineInputRecord.bytesInCompletePacket(SSLEngineInputRecord.java:145) at java.base/sun.security.ssl.SSLEngineInputRecord.bytesInCompletePacket(SSLEngineInputRecord.java:64) at java.base/sun.security.ssl.SSLEngineImpl.readRecord(SSLEngineImpl.java:612) at java.base/sun.security.ssl.SSLEngineImpl.unwrap(SSLEngineImpl.java:506) at java.base/sun.security.ssl.SSLEngineImpl.unwrap(SSLEngineImpl.java:482) at java.base/javax.net.ssl.SSLEngine.unwrap(SSLEngine.java:679) at org.eclipse.jetty.io.ssl.SslConnection.unwrap(SslConnection.java:398) at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.fill(SslConnection.java:721) ... 18 common frames omitted INFO org.eclipse.jetty.server.Server - Stopped Server@2ed9f6f8{STOPPING}[11.0.13,sto=0] INFO o.e.jetty.server.AbstractConnector - Stopped ServerConnector@24c685e7{HTTP/1.1, (http/1.1)}{0.0.0.0:0} [INFO] No Errors [INFO] [INFO] --- install:3.1.1:install (default-install) @ http-device-factory --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/southbound/http/http-device-factory/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/southbound/http/http-device-factory/0.0.2-SNAPSHOT/http-device-factory-0.0.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/southbound/http/http-device-factory/target/http-device-factory-0.0.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/southbound/http/http-device-factory/0.0.2-SNAPSHOT/http-device-factory-0.0.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/southbound/http/http-device-factory/target/http-device-factory-0.0.2-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/southbound/http/http-device-factory/0.0.2-SNAPSHOT/http-device-factory-0.0.2-SNAPSHOT-tests.jar [INFO] [INFO] --- deploy:3.0.0:deploy (default-deploy) @ http-device-factory --- [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/southbound/http/http-device-factory/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/southbound/http/http-device-factory/0.0.2-SNAPSHOT/maven-metadata.xml (1.0 kB at 8.6 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/http/http-device-factory/0.0.2-SNAPSHOT/http-device-factory-0.0.2-20240212.200245-63.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/http/http-device-factory/0.0.2-SNAPSHOT/http-device-factory-0.0.2-20240212.200245-63.pom (3.9 kB at 85 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/http/http-device-factory/0.0.2-SNAPSHOT/http-device-factory-0.0.2-20240212.200245-63.jar [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/http/http-device-factory/0.0.2-SNAPSHOT/http-device-factory-0.0.2-20240212.200245-63-tests.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/http/http-device-factory/0.0.2-SNAPSHOT/http-device-factory-0.0.2-20240212.200245-63.jar (20 kB at 413 kB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/http/http-device-factory/0.0.2-SNAPSHOT/http-device-factory-0.0.2-20240212.200245-63-tests.jar (39 kB at 716 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/http/http-device-factory/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/http/http-device-factory/maven-metadata.xml (384 B at 2.6 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/http/http-device-factory/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/southbound/http/http-device-factory/0.0.2-SNAPSHOT/maven-metadata.xml (1.0 kB at 8.1 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/http/http-device-factory/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/http/http-device-factory/maven-metadata.xml (384 B at 5.6 kB/s) [INFO] [INFO] --< org.eclipse.sensinact.gateway.southbound.http:http-callback-whiteboard >-- [INFO] Building Sensinact Southbound HTTP :: Callback whiteboard 0.0.2-SNAPSHOT [18/68] [INFO] from southbound/http/http-callback-whiteboard/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/osgi/org.osgi.service.servlet/2.0.0/org.osgi.service.servlet-2.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.servlet/2.0.0/org.osgi.service.servlet-2.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.servlet/2.0.0/org.osgi.service.servlet-2.0.0.pom (2.6 kB at 37 kB/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.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 146 kB/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 56 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jetty/jetty-servlet/11.0.13/jetty-servlet-11.0.13.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-servlet/11.0.13/jetty-servlet-11.0.13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-servlet/11.0.13/jetty-servlet-11.0.13.pom (2.3 kB at 48 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jetty/jetty-util-ajax/11.0.13/jetty-util-ajax-11.0.13.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-util-ajax/11.0.13/jetty-util-ajax-11.0.13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-util-ajax/11.0.13/jetty-util-ajax-11.0.13.pom (1.5 kB at 25 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jetty/jetty-jmx/11.0.13/jetty-jmx-11.0.13.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-jmx/11.0.13/jetty-jmx-11.0.13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-jmx/11.0.13/jetty-jmx-11.0.13.pom (1.8 kB at 20 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jetty/http2/http2-server/11.0.13/http2-server-11.0.13.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/http2/http2-server/11.0.13/http2-server-11.0.13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/http2/http2-server/11.0.13/http2-server-11.0.13.pom (4.0 kB at 87 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jetty/http2/http2-parent/11.0.13/http2-parent-11.0.13.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/http2/http2-parent/11.0.13/http2-parent-11.0.13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/http2/http2-parent/11.0.13/http2-parent-11.0.13.pom (783 B at 14 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jetty/http2/http2-common/11.0.13/http2-common-11.0.13.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/http2/http2-common/11.0.13/http2-common-11.0.13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/http2/http2-common/11.0.13/http2-common-11.0.13.pom (1.4 kB at 12 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jetty/http2/http2-hpack/11.0.13/http2-hpack-11.0.13.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/http2/http2-hpack/11.0.13/http2-hpack-11.0.13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/http2/http2-hpack/11.0.13/http2-hpack-11.0.13.pom (2.4 kB at 66 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jetty/jetty-alpn-server/11.0.13/jetty-alpn-server-11.0.13.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-alpn-server/11.0.13/jetty-alpn-server-11.0.13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-alpn-server/11.0.13/jetty-alpn-server-11.0.13.pom (2.2 kB at 34 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/apache/felix/org.apache.felix.http.base/5.0.0/org.apache.felix.http.base-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.base/5.0.0/org.apache.felix.http.base-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.base/5.0.0/org.apache.felix.http.base-5.0.0.pom (3.8 kB at 29 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/commons-fileupload/commons-fileupload/1.4/commons-fileupload-1.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-fileupload/commons-fileupload/1.4/commons-fileupload-1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-fileupload/commons-fileupload/1.4/commons-fileupload-1.4.pom (16 kB at 1.7 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/apache/commons/commons-parent/47/commons-parent-47.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/47/commons-parent-47.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/47/commons-parent-47.pom (78 kB at 19 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/commons-io/commons-io/2.2/commons-io-2.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.2/commons-io-2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.2/commons-io-2.2.pom (11 kB at 11 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/apache/commons/commons-parent/24/commons-parent-24.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/24/commons-parent-24.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/24/commons-parent-24.pom (47 kB at 16 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/apache/apache/9/apache-9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/9/apache-9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/9/apache-9.pom (15 kB at 7.6 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/osgi/org.osgi.service.servlet/2.0.0/org.osgi.service.servlet-2.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.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jetty/jetty-servlet/11.0.13/jetty-servlet-11.0.13.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jetty/jetty-util-ajax/11.0.13/jetty-util-ajax-11.0.13.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jetty/jetty-jmx/11.0.13/jetty-jmx-11.0.13.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jetty/http2/http2-server/11.0.13/http2-server-11.0.13.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jetty/http2/http2-common/11.0.13/http2-common-11.0.13.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jetty/http2/http2-hpack/11.0.13/http2-hpack-11.0.13.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jetty/jetty-alpn-server/11.0.13/jetty-alpn-server-11.0.13.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/apache/felix/org.apache.felix.http.base/5.0.0/org.apache.felix.http.base-5.0.0.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/commons-fileupload/commons-fileupload/1.4/commons-fileupload-1.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.servlet/2.0.0/org.osgi.service.servlet-2.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.servlet/2.0.0/org.osgi.service.servlet-2.0.0.jar (100 kB at 1.7 MB/s) [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] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-servlet/11.0.13/jetty-servlet-11.0.13.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-util-ajax/11.0.13/jetty-util-ajax-11.0.13.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-jmx/11.0.13/jetty-jmx-11.0.13.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/http2/http2-server/11.0.13/http2-server-11.0.13.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-util-ajax/11.0.13/jetty-util-ajax-11.0.13.jar (64 kB at 2.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/http2/http2-common/11.0.13/http2-common-11.0.13.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-jmx/11.0.13/jetty-jmx-11.0.13.jar (42 kB at 988 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/http2/http2-hpack/11.0.13/http2-hpack-11.0.13.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/http2/http2-common/11.0.13/http2-common-11.0.13.jar (232 kB at 2.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-alpn-server/11.0.13/jetty-alpn-server-11.0.13.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/http2/http2-server/11.0.13/http2-server-11.0.13.jar (72 kB at 863 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.http.base/5.0.0/org.apache.felix.http.base-5.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-servlet/11.0.13/jetty-servlet-11.0.13.jar (166 kB at 1.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-fileupload/commons-fileupload/1.4/commons-fileupload-1.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/http2/http2-hpack/11.0.13/http2-hpack-11.0.13.jar (53 kB at 538 kB/s) [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 32 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-fileupload/commons-fileupload/1.4/commons-fileupload-1.4.jar (72 kB at 717 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-alpn-server/11.0.13/jetty-alpn-server-11.0.13.jar (18 kB at 160 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.http.base/5.0.0/org.apache.felix.http.base-5.0.0.jar (329 kB at 2.8 MB/s) [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ http-callback-whiteboard --- [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ http-callback-whiteboard --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sensinact Deploy/southbound/http/http-callback-whiteboard/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ http-callback-whiteboard --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Sensinact Deploy/southbound/http/http-callback-whiteboard/target/classes [INFO] [INFO] --- bnd:7.0.0:bnd-process (default) @ http-callback-whiteboard --- [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ http-callback-whiteboard --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ http-callback-whiteboard --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Sensinact Deploy/southbound/http/http-callback-whiteboard/target/test-classes [INFO] [INFO] --- bnd:7.0.0:bnd-process-tests (bnd-process-tests) @ http-callback-whiteboard --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ http-callback-whiteboard --- [JENKINS] Recording test results [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ http-callback-whiteboard --- [INFO] Building jar: /home/jenkins/agent/workspace/Sensinact Deploy/southbound/http/http-callback-whiteboard/target/http-callback-whiteboard-0.0.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (test-jar) @ http-callback-whiteboard --- [INFO] Building jar: /home/jenkins/agent/workspace/Sensinact Deploy/southbound/http/http-callback-whiteboard/target/http-callback-whiteboard-0.0.2-SNAPSHOT-tests.jar [INFO] [INFO] --- bnd-resolver:7.1.0-SNAPSHOT:resolve (resolve-test) @ http-callback-whiteboard --- [INFO] Resolving /home/jenkins/agent/workspace/Sensinact Deploy/southbound/http/http-callback-whiteboard/integration-test.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)',junit-jupiter-api;version='[5.10.1,5.10.2)',junit-jupiter-engine;version='[5.10.1,5.10.2)',junit-jupiter-params;version='[5.10.1,5.10.2)',junit-platform-commons;version='[1.10.1,1.10.2)',junit-platform-engine;version='[1.10.1,1.10.2)',junit-platform-launcher;version='[1.10.1,1.10.2)',net.bytebuddy.byte-buddy;version='[1.14.11,1.14.12)',net.bytebuddy.byte-buddy-agent;version='[1.14.11,1.14.12)',org.apache.aries.spifly.dynamic.framework.extension;version='[1.3.7,1.3.8)',org.apache.felix.configadmin;version='[1.9.24,1.9.25)',org.apache.felix.http.jetty;version='[5.0.0,5.0.1)',org.apache.felix.http.servlet-api;version='[2.1.0,2.1.1)',org.apache.felix.scr;version='[2.2.2,2.2.3)',org.eclipse.jetty.servlet-api;version='[5.0.2,5.0.3)',org.eclipse.sensinact.gateway.southbound.http.http-callback-whiteboard;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.southbound.http.http-callback-whiteboard-tests;version='[0.0.2,0.0.3)',org.mockito.junit-jupiter;version='[5.10.0,5.10.1)',org.mockito.mockito-core;version='[5.10.0,5.10.1)',org.objenesis;version='[3.3.0,3.3.1)',org.opentest4j;version='[1.3.0,1.3.1)',org.osgi.service.cm;version='[1.6.1,1.6.2)',org.osgi.service.component;version='[1.5.0,1.5.1)',org.osgi.service.servlet;version='[2.0.0,2.0.1)',org.osgi.test.common;version='[1.3.0,1.3.1)',org.osgi.test.junit5;version='[1.3.0,1.3.1)',org.osgi.test.junit5.cm;version='[1.3.0,1.3.1)',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] --- bnd-testing:7.0.0:testing (default) @ http-callback-whiteboard --- [INFO] Matching glob * [INFO] Testing /home/jenkins/agent/workspace/Sensinact Deploy/southbound/http/http-callback-whiteboard/integration-test.bndrun: Feb 12, 2024 8:05:07 PM org.apache.aries.spifly.BaseActivator log INFO: Registered provider ch.qos.logback.classic.servlet.LogbackServletContainerInitializer of service jakarta.servlet.ServletContainerInitializer in bundle ch.qos.logback.classic Feb 12, 2024 8:05:07 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 12, 2024 8:05:07 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 12, 2024 8:05:07 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 WARN org.apache.felix.http - Jetty not started (HTTP and HTTPS disabled) Feb 12, 2024 8:05:08 PM org.apache.aries.spifly.BaseActivator log INFO: Registered provider aQute.tester.bundle.engine.BundleEngine of service org.junit.platform.engine.TestEngine in bundle biz.aQute.tester.junit-platform OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended INFO org.eclipse.jetty.server.Server - jetty-11.0.13; built: 2022-12-07T20:47:15.149Z; git: a04bd1ccf844cf9bebc12129335d7493111cbff6; jvm 17.0.9+9 INFO o.e.j.s.s.DefaultSessionIdManager - Session workerName=node0 INFO o.e.j.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@35a1bc57{/,null,AVAILABLE} INFO org.eclipse.jetty.server.Server - Started Server@28bd0521{STARTING}[11.0.13,sto=0] @2920ms INFO o.e.jetty.server.AbstractConnector - Started ServerConnector@7c245dee{HTTP/1.1, (http/1.1)}{127.0.0.1:8235} INFO org.apache.felix.http - Started Jetty 11.0.13 at port(s) HTTP:8235 on context path / [minThreads=8,maxThreads=200,acceptors=1,selectors=1] INFO o.e.s.g.s.h.c.HttpCallbackWhiteboard - Using URI prefix http://foo.com/bar from the base.uri configuration property INFO org.eclipse.jetty.server.Server - Stopped Server@28bd0521{STOPPING}[11.0.13,sto=0] INFO o.e.jetty.server.AbstractConnector - Stopped ServerConnector@7c245dee{HTTP/1.1, (http/1.1)}{127.0.0.1:8235} INFO o.e.j.server.handler.ContextHandler - Stopped o.e.j.s.ServletContextHandler@35a1bc57{/,null,STOPPED} INFO org.apache.felix.http - Stopped Jetty WARN org.apache.felix.http - Jetty not started (HTTP and HTTPS disabled) INFO org.eclipse.jetty.server.Server - jetty-11.0.13; built: 2022-12-07T20:47:15.149Z; git: a04bd1ccf844cf9bebc12129335d7493111cbff6; jvm 17.0.9+9 INFO o.e.j.s.s.DefaultSessionIdManager - Session workerName=node0 INFO o.e.j.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@30dd1ca2{/,null,AVAILABLE} INFO org.eclipse.jetty.server.Server - Started Server@3952829c{STARTING}[11.0.13,sto=0] @3648ms INFO o.e.jetty.server.AbstractConnector - Started ServerConnector@7c943f93{HTTP/1.1, (http/1.1)}{127.0.0.1:8234} INFO org.apache.felix.http - Started Jetty 11.0.13 at port(s) HTTP:8234 on context path / [minThreads=8,maxThreads=200,acceptors=1,selectors=1] INFO o.e.s.g.s.h.c.HttpCallbackWhiteboard - Using URI prefix http://127.0.0.1:8234/ from the HttpServiceRuntime INFO org.eclipse.jetty.server.Server - Stopped Server@3952829c{STOPPING}[11.0.13,sto=0] INFO o.e.jetty.server.AbstractConnector - Stopped ServerConnector@7c943f93{HTTP/1.1, (http/1.1)}{127.0.0.1:8234} INFO o.e.j.server.handler.ContextHandler - Stopped o.e.j.s.ServletContextHandler@30dd1ca2{/,null,STOPPED} INFO org.apache.felix.http - Stopped Jetty WARN org.apache.felix.http - Jetty not started (HTTP and HTTPS disabled) [INFO] No Errors [INFO] [INFO] --- install:3.1.1:install (default-install) @ http-callback-whiteboard --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/southbound/http/http-callback-whiteboard/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/southbound/http/http-callback-whiteboard/0.0.2-SNAPSHOT/http-callback-whiteboard-0.0.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/southbound/http/http-callback-whiteboard/target/http-callback-whiteboard-0.0.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/southbound/http/http-callback-whiteboard/0.0.2-SNAPSHOT/http-callback-whiteboard-0.0.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/southbound/http/http-callback-whiteboard/target/http-callback-whiteboard-0.0.2-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/southbound/http/http-callback-whiteboard/0.0.2-SNAPSHOT/http-callback-whiteboard-0.0.2-SNAPSHOT-tests.jar [INFO] [INFO] --- deploy:3.0.0:deploy (default-deploy) @ http-callback-whiteboard --- [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/southbound/http/http-callback-whiteboard/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/southbound/http/http-callback-whiteboard/0.0.2-SNAPSHOT/maven-metadata.xml (1.0 kB at 1.7 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/http/http-callback-whiteboard/0.0.2-SNAPSHOT/http-callback-whiteboard-0.0.2-20240212.200245-62.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/http/http-callback-whiteboard/0.0.2-SNAPSHOT/http-callback-whiteboard-0.0.2-20240212.200245-62.pom (3.5 kB at 44 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/http/http-callback-whiteboard/0.0.2-SNAPSHOT/http-callback-whiteboard-0.0.2-20240212.200245-62.jar [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/http/http-callback-whiteboard/0.0.2-SNAPSHOT/http-callback-whiteboard-0.0.2-20240212.200245-62-tests.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/http/http-callback-whiteboard/0.0.2-SNAPSHOT/http-callback-whiteboard-0.0.2-20240212.200245-62.jar (12 kB at 270 kB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/http/http-callback-whiteboard/0.0.2-SNAPSHOT/http-callback-whiteboard-0.0.2-20240212.200245-62-tests.jar (8.0 kB at 170 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/http/http-callback-whiteboard/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/http/http-callback-whiteboard/maven-metadata.xml (389 B at 9.3 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/http/http-callback-whiteboard/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/southbound/http/http-callback-whiteboard/0.0.2-SNAPSHOT/maven-metadata.xml (1.0 kB at 10 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/http/http-callback-whiteboard/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/http/http-callback-whiteboard/maven-metadata.xml (389 B at 10 kB/s) [INFO] [INFO] -----< org.eclipse.sensinact.gateway.southbound.mqtt:mqtt-parent >------ [INFO] Building Southbound MQTT :: Parent 0.0.2-SNAPSHOT [19/68] [INFO] from southbound/mqtt/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ mqtt-parent --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ mqtt-parent --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/southbound/mqtt/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/southbound/mqtt/mqtt-parent/0.0.2-SNAPSHOT/mqtt-parent-0.0.2-SNAPSHOT.pom [INFO] [INFO] --- deploy:3.0.0:deploy (default-deploy) @ mqtt-parent --- [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/southbound/mqtt/mqtt-parent/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/southbound/mqtt/mqtt-parent/0.0.2-SNAPSHOT/maven-metadata.xml (635 B at 5.2 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/mqtt/mqtt-parent/0.0.2-SNAPSHOT/mqtt-parent-0.0.2-20240212.200245-62.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/mqtt/mqtt-parent/0.0.2-SNAPSHOT/mqtt-parent-0.0.2-20240212.200245-62.pom (1.4 kB at 35 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/mqtt/mqtt-parent/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/mqtt/mqtt-parent/maven-metadata.xml (376 B at 42 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/mqtt/mqtt-parent/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/southbound/mqtt/mqtt-parent/0.0.2-SNAPSHOT/maven-metadata.xml (635 B at 5.1 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/mqtt/mqtt-parent/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/mqtt/mqtt-parent/maven-metadata.xml (376 B at 4.8 kB/s) [INFO] [INFO] -----< org.eclipse.sensinact.gateway.southbound.mqtt:mqtt-client >------ [INFO] Building Sensinact Southbound MQTT :: Client 0.0.2-SNAPSHOT [20/68] [INFO] from southbound/mqtt/mqtt-client/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/paho/org.eclipse.paho.client.mqttv3/1.2.5/org.eclipse.paho.client.mqttv3-1.2.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/paho/org.eclipse.paho.client.mqttv3/1.2.5/org.eclipse.paho.client.mqttv3-1.2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/paho/org.eclipse.paho.client.mqttv3/1.2.5/org.eclipse.paho.client.mqttv3-1.2.5.pom (6.0 kB at 70 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/paho/java-parent/1.2.5/java-parent-1.2.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/paho/java-parent/1.2.5/java-parent-1.2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/paho/java-parent/1.2.5/java-parent-1.2.5.pom (15 kB at 139 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/bouncycastle/bcprov-jdk18on/1.76/bcprov-jdk18on-1.76.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk18on/1.76/bcprov-jdk18on-1.76.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk18on/1.76/bcprov-jdk18on-1.76.pom (1.1 kB at 190 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/bouncycastle/bcpkix-jdk18on/1.76/bcpkix-jdk18on-1.76.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpkix-jdk18on/1.76/bcpkix-jdk18on-1.76.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpkix-jdk18on/1.76/bcpkix-jdk18on-1.76.pom (1.6 kB at 234 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/bouncycastle/bcutil-jdk18on/1.76/bcutil-jdk18on-1.76.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcutil-jdk18on/1.76/bcutil-jdk18on-1.76.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcutil-jdk18on/1.76/bcutil-jdk18on-1.76.pom (1.3 kB at 110 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/io/moquette/moquette-broker/0.15/moquette-broker-0.15.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/moquette/moquette-broker/0.15/moquette-broker-0.15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/moquette/moquette-broker/0.15/moquette-broker-0.15.pom (9.2 kB at 63 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/io/moquette/moquette-parent/0.15/moquette-parent-0.15.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/moquette/moquette-parent/0.15/moquette-parent-0.15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/moquette/moquette-parent/0.15/moquette-parent-0.15.pom (8.8 kB at 144 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/slf4j/slf4j-log4j12/1.7.25/slf4j-log4j12-1.7.25.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-log4j12/1.7.25/slf4j-log4j12-1.7.25.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-log4j12/1.7.25/slf4j-log4j12-1.7.25.pom (1.1 kB at 29 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/log4j/log4j/1.2.17/log4j-1.2.17.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.17/log4j-1.2.17.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.17/log4j-1.2.17.pom (22 kB at 2.4 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/io/netty/netty-common/4.1.59.Final/netty-common-4.1.59.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-common/4.1.59.Final/netty-common-4.1.59.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-common/4.1.59.Final/netty-common-4.1.59.Final.pom (12 kB at 85 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/io/netty/netty-parent/4.1.59.Final/netty-parent-4.1.59.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-parent/4.1.59.Final/netty-parent-4.1.59.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-parent/4.1.59.Final/netty-parent-4.1.59.Final.pom (62 kB at 872 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/io/netty/netty-buffer/4.1.59.Final/netty-buffer-4.1.59.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-buffer/4.1.59.Final/netty-buffer-4.1.59.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-buffer/4.1.59.Final/netty-buffer-4.1.59.Final.pom (1.6 kB at 34 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/io/netty/netty-transport/4.1.59.Final/netty-transport-4.1.59.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport/4.1.59.Final/netty-transport-4.1.59.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport/4.1.59.Final/netty-transport-4.1.59.Final.pom (1.9 kB at 16 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/io/netty/netty-resolver/4.1.59.Final/netty-resolver-4.1.59.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-resolver/4.1.59.Final/netty-resolver-4.1.59.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-resolver/4.1.59.Final/netty-resolver-4.1.59.Final.pom (1.6 kB at 34 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/io/netty/netty-handler/4.1.59.Final/netty-handler-4.1.59.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-handler/4.1.59.Final/netty-handler-4.1.59.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-handler/4.1.59.Final/netty-handler-4.1.59.Final.pom (3.6 kB at 34 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/io/netty/netty-codec/4.1.59.Final/netty-codec-4.1.59.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec/4.1.59.Final/netty-codec-4.1.59.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec/4.1.59.Final/netty-codec-4.1.59.Final.pom (3.6 kB at 31 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/io/netty/netty-codec-http/4.1.59.Final/netty-codec-http-4.1.59.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-http/4.1.59.Final/netty-codec-http-4.1.59.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-http/4.1.59.Final/netty-codec-http-4.1.59.Final.pom (2.4 kB at 24 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/io/netty/netty-codec-mqtt/4.1.59.Final/netty-codec-mqtt-4.1.59.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-mqtt/4.1.59.Final/netty-codec-mqtt-4.1.59.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-mqtt/4.1.59.Final/netty-codec-mqtt-4.1.59.Final.pom (2.1 kB at 28 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/io/netty/netty-transport-native-epoll/4.1.59.Final/netty-transport-native-epoll-4.1.59.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-native-epoll/4.1.59.Final/netty-transport-native-epoll-4.1.59.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-native-epoll/4.1.59.Final/netty-transport-native-epoll-4.1.59.Final.pom (18 kB at 344 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/io/netty/netty-transport-native-unix-common/4.1.59.Final/netty-transport-native-unix-common-4.1.59.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-native-unix-common/4.1.59.Final/netty-transport-native-unix-common-4.1.59.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-native-unix-common/4.1.59.Final/netty-transport-native-unix-common-4.1.59.Final.pom (22 kB at 362 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/com/h2database/h2-mvstore/1.4.199/h2-mvstore-1.4.199.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/h2database/h2-mvstore/1.4.199/h2-mvstore-1.4.199.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/h2database/h2-mvstore/1.4.199/h2-mvstore-1.4.199.pom (970 B at 17 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/com/zaxxer/HikariCP/2.4.7/HikariCP-2.4.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/zaxxer/HikariCP/2.4.7/HikariCP-2.4.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/zaxxer/HikariCP/2.4.7/HikariCP-2.4.7.pom (18 kB at 150 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/io/dropwizard/metrics/metrics-core/3.2.2/metrics-core-3.2.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/dropwizard/metrics/metrics-core/3.2.2/metrics-core-3.2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/dropwizard/metrics/metrics-core/3.2.2/metrics-core-3.2.2.pom (846 B at 121 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/io/dropwizard/metrics/metrics-parent/3.2.2/metrics-parent-3.2.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/dropwizard/metrics/metrics-parent/3.2.2/metrics-parent-3.2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/dropwizard/metrics/metrics-parent/3.2.2/metrics-parent-3.2.2.pom (12 kB at 1.7 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/io/dropwizard/metrics/metrics-jvm/3.2.2/metrics-jvm-3.2.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/dropwizard/metrics/metrics-jvm/3.2.2/metrics-jvm-3.2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/dropwizard/metrics/metrics-jvm/3.2.2/metrics-jvm-3.2.2.pom (967 B at 14 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/com/librato/metrics/metrics-librato/5.1.0/metrics-librato-5.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/librato/metrics/metrics-librato/5.1.0/metrics-librato-5.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/librato/metrics/metrics-librato/5.1.0/metrics-librato-5.1.0.pom (5.1 kB at 82 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/sonatype/oss/oss-parent/7/oss-parent-7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/7/oss-parent-7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/7/oss-parent-7.pom (4.8 kB at 4.8 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/com/librato/metrics/librato-java/2.1.0/librato-java-2.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/librato/metrics/librato-java/2.1.0/librato-java-2.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/librato/metrics/librato-java/2.1.0/librato-java-2.1.0.pom (5.4 kB at 45 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/io/dropwizard/metrics/metrics-core/3.1.2/metrics-core-3.1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/dropwizard/metrics/metrics-core/3.1.2/metrics-core-3.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/dropwizard/metrics/metrics-core/3.1.2/metrics-core-3.1.2.pom (846 B at 6.7 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/io/dropwizard/metrics/metrics-parent/3.1.2/metrics-parent-3.1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/dropwizard/metrics/metrics-parent/3.1.2/metrics-parent-3.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/dropwizard/metrics/metrics-parent/3.1.2/metrics-parent-3.1.2.pom (12 kB at 117 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/com/bugsnag/bugsnag/maven-metadata.xml [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/com/bugsnag/bugsnag/maven-metadata.xml [INFO] Downloading from apache-snapshots: https://repository.apache.org/snapshots/com/bugsnag/bugsnag/maven-metadata.xml [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/bugsnag/bugsnag/maven-metadata.xml [INFO] Downloading from Maven repo: https://repo1.maven.org/maven2/com/bugsnag/bugsnag/maven-metadata.xml [INFO] Downloaded from ossrh: https://oss.sonatype.org/content/repositories/snapshots/com/bugsnag/bugsnag/maven-metadata.xml (397 B at 13 kB/s) [INFO] Downloading from Paho Releases: https://repo.eclipse.org/content/repositories/paho-releases/com/bugsnag/bugsnag/maven-metadata.xml [INFO] Downloading from sonatype-snapshots: https://oss.sonatype.org/content/repositories/snapshots/com/bugsnag/bugsnag/maven-metadata.xml [INFO] Downloaded from sonatype-snapshots: https://oss.sonatype.org/content/repositories/snapshots/com/bugsnag/bugsnag/maven-metadata.xml (397 B at 14 kB/s) [INFO] Downloaded from Maven repo: https://repo1.maven.org/maven2/com/bugsnag/bugsnag/maven-metadata.xml (1.8 kB at 22 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/bugsnag/bugsnag/maven-metadata.xml (1.8 kB at 15 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/com/bugsnag/bugsnag/3.0.0/bugsnag-3.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/bugsnag/bugsnag/3.0.0/bugsnag-3.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/bugsnag/bugsnag/3.0.0/bugsnag-3.0.0.pom (2.0 kB at 35 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/com/google/guava/guava/12.0.1/guava-12.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/12.0.1/guava-12.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/12.0.1/guava-12.0.1.pom (5.3 kB at 45 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/com/google/guava/guava-parent/12.0.1/guava-parent-12.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/12.0.1/guava-parent-12.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/12.0.1/guava-parent-12.0.1.pom (2.5 kB at 27 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom [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.pom [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.pom (965 B at 138 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/com/bugsnag/bugsnag/3.0.1/bugsnag-3.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/bugsnag/bugsnag/3.0.1/bugsnag-3.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/bugsnag/bugsnag/3.0.1/bugsnag-3.0.1.pom (2.0 kB at 24 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/com/bugsnag/bugsnag/3.0.2/bugsnag-3.0.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/bugsnag/bugsnag/3.0.2/bugsnag-3.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/bugsnag/bugsnag/3.0.2/bugsnag-3.0.2.pom (2.0 kB at 23 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/com/bugsnag/bugsnag/3.1.0/bugsnag-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/bugsnag/bugsnag/3.1.0/bugsnag-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/bugsnag/bugsnag/3.1.0/bugsnag-3.1.0.pom (2.1 kB at 33 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/com/bugsnag/bugsnag/3.1.1/bugsnag-3.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/bugsnag/bugsnag/3.1.1/bugsnag-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/bugsnag/bugsnag/3.1.1/bugsnag-3.1.1.pom (2.5 kB at 131 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/com/google/guava/guava/23.1-jre/guava-23.1-jre.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/23.1-jre/guava-23.1-jre.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/23.1-jre/guava-23.1-jre.pom (5.6 kB at 119 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/com/google/guava/guava-parent/23.1-jre/guava-parent-23.1-jre.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/23.1-jre/guava-parent-23.1-jre.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/23.1-jre/guava-parent-23.1-jre.pom (9.3 kB at 77 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/com/google/errorprone/error_prone_annotations/2.0.18/error_prone_annotations-2.0.18.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.0.18/error_prone_annotations-2.0.18.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.0.18/error_prone_annotations-2.0.18.pom (1.6 kB at 42 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/com/google/errorprone/error_prone_parent/2.0.18/error_prone_parent-2.0.18.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_parent/2.0.18/error_prone_parent-2.0.18.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_parent/2.0.18/error_prone_parent-2.0.18.pom (5.0 kB at 152 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.pom (2.8 kB at 2.8 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.pom (2.5 kB at 318 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/codehaus/mojo/animal-sniffer-parent/1.14/animal-sniffer-parent-1.14.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-parent/1.14/animal-sniffer-parent-1.14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-parent/1.14/animal-sniffer-parent-1.14.pom (4.4 kB at 4.4 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/codehaus/mojo/mojo-parent/34/mojo-parent-34.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/34/mojo-parent-34.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/34/mojo-parent-34.pom (24 kB at 12 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom (4.8 kB at 4.8 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/com/bugsnag/bugsnag/3.1.2/bugsnag-3.1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/bugsnag/bugsnag/3.1.2/bugsnag-3.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/bugsnag/bugsnag/3.1.2/bugsnag-3.1.2.pom (2.5 kB at 64 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/com/google/guava/guava/23.1-android/guava-23.1-android.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/23.1-android/guava-23.1-android.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/23.1-android/guava-23.1-android.pom (5.6 kB at 93 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/com/google/guava/guava-parent/23.1-android/guava-parent-23.1-android.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/23.1-android/guava-parent-23.1-android.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/23.1-android/guava-parent-23.1-android.pom (9.1 kB at 142 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/com/bugsnag/bugsnag/3.1.3/bugsnag-3.1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/bugsnag/bugsnag/3.1.3/bugsnag-3.1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/bugsnag/bugsnag/3.1.3/bugsnag-3.1.3.pom (2.5 kB at 44 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/com/bugsnag/bugsnag/3.1.4/bugsnag-3.1.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/bugsnag/bugsnag/3.1.4/bugsnag-3.1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/bugsnag/bugsnag/3.1.4/bugsnag-3.1.4.pom (2.3 kB at 30 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/com/bugsnag/bugsnag/3.1.5/bugsnag-3.1.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/bugsnag/bugsnag/3.1.5/bugsnag-3.1.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/bugsnag/bugsnag/3.1.5/bugsnag-3.1.5.pom (2.3 kB at 61 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/com/bugsnag/bugsnag/3.1.6/bugsnag-3.1.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/bugsnag/bugsnag/3.1.6/bugsnag-3.1.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/bugsnag/bugsnag/3.1.6/bugsnag-3.1.6.pom (2.3 kB at 55 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/com/bugsnag/bugsnag/3.2.0-beta/bugsnag-3.2.0-beta.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/bugsnag/bugsnag/3.2.0-beta/bugsnag-3.2.0-beta.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/bugsnag/bugsnag/3.2.0-beta/bugsnag-3.2.0-beta.pom (2.3 kB at 24 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/com/bugsnag/bugsnag/3.2.0/bugsnag-3.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/bugsnag/bugsnag/3.2.0/bugsnag-3.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/bugsnag/bugsnag/3.2.0/bugsnag-3.2.0.pom (2.3 kB at 40 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/com/bugsnag/bugsnag/3.2.1/bugsnag-3.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/bugsnag/bugsnag/3.2.1/bugsnag-3.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/bugsnag/bugsnag/3.2.1/bugsnag-3.2.1.pom (2.3 kB at 42 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/com/bugsnag/bugsnag/3.3.0/bugsnag-3.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/bugsnag/bugsnag/3.3.0/bugsnag-3.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/bugsnag/bugsnag/3.3.0/bugsnag-3.3.0.pom (2.3 kB at 46 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/com/bugsnag/bugsnag/3.4.0/bugsnag-3.4.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/bugsnag/bugsnag/3.4.0/bugsnag-3.4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/bugsnag/bugsnag/3.4.0/bugsnag-3.4.0.pom (2.6 kB at 30 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/com/bugsnag/bugsnag/3.4.1/bugsnag-3.4.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/bugsnag/bugsnag/3.4.1/bugsnag-3.4.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/bugsnag/bugsnag/3.4.1/bugsnag-3.4.1.pom (2.6 kB at 126 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/com/bugsnag/bugsnag/3.4.2/bugsnag-3.4.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/bugsnag/bugsnag/3.4.2/bugsnag-3.4.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/bugsnag/bugsnag/3.4.2/bugsnag-3.4.2.pom (2.6 kB at 221 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/com/bugsnag/bugsnag/3.4.3/bugsnag-3.4.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/bugsnag/bugsnag/3.4.3/bugsnag-3.4.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/bugsnag/bugsnag/3.4.3/bugsnag-3.4.3.pom (2.6 kB at 58 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/com/bugsnag/bugsnag/3.4.4/bugsnag-3.4.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/bugsnag/bugsnag/3.4.4/bugsnag-3.4.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/bugsnag/bugsnag/3.4.4/bugsnag-3.4.4.pom (2.6 kB at 120 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/com/bugsnag/bugsnag/3.4.5/bugsnag-3.4.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/bugsnag/bugsnag/3.4.5/bugsnag-3.4.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/bugsnag/bugsnag/3.4.5/bugsnag-3.4.5.pom (2.6 kB at 43 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/com/bugsnag/bugsnag/3.4.6/bugsnag-3.4.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/bugsnag/bugsnag/3.4.6/bugsnag-3.4.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/bugsnag/bugsnag/3.4.6/bugsnag-3.4.6.pom (2.6 kB at 165 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/com/bugsnag/bugsnag/3.5.0/bugsnag-3.5.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/bugsnag/bugsnag/3.5.0/bugsnag-3.5.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/bugsnag/bugsnag/3.5.0/bugsnag-3.5.0.pom (2.6 kB at 106 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/com/bugsnag/bugsnag/3.5.1/bugsnag-3.5.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/bugsnag/bugsnag/3.5.1/bugsnag-3.5.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/bugsnag/bugsnag/3.5.1/bugsnag-3.5.1.pom (2.6 kB at 23 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/com/bugsnag/bugsnag/3.6.0/bugsnag-3.6.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/bugsnag/bugsnag/3.6.0/bugsnag-3.6.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/bugsnag/bugsnag/3.6.0/bugsnag-3.6.0.pom (2.6 kB at 43 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/com/bugsnag/bugsnag/3.6.1/bugsnag-3.6.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/bugsnag/bugsnag/3.6.1/bugsnag-3.6.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/bugsnag/bugsnag/3.6.1/bugsnag-3.6.1.pom (2.6 kB at 72 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/com/bugsnag/bugsnag/3.6.2/bugsnag-3.6.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/bugsnag/bugsnag/3.6.2/bugsnag-3.6.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/bugsnag/bugsnag/3.6.2/bugsnag-3.6.2.pom (2.6 kB at 110 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/com/bugsnag/bugsnag/3.6.3/bugsnag-3.6.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/bugsnag/bugsnag/3.6.3/bugsnag-3.6.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/bugsnag/bugsnag/3.6.3/bugsnag-3.6.3.pom (2.6 kB at 91 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/com/bugsnag/bugsnag/3.6.4/bugsnag-3.6.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/bugsnag/bugsnag/3.6.4/bugsnag-3.6.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/bugsnag/bugsnag/3.6.4/bugsnag-3.6.4.pom (2.6 kB at 78 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/com/bugsnag/bugsnag/3.7.0/bugsnag-3.7.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/bugsnag/bugsnag/3.7.0/bugsnag-3.7.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/bugsnag/bugsnag/3.7.0/bugsnag-3.7.0.pom (2.0 kB at 42 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/com/bugsnag/bugsnag/3.7.1/bugsnag-3.7.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/bugsnag/bugsnag/3.7.1/bugsnag-3.7.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/bugsnag/bugsnag/3.7.1/bugsnag-3.7.1.pom (2.0 kB at 40 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/commons-codec/commons-codec/1.10/commons-codec-1.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.10/commons-codec-1.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.10/commons-codec-1.10.pom (12 kB at 1.1 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/apache/commons/commons-parent/35/commons-parent-35.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/35/commons-parent-35.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/35/commons-parent-35.pom (58 kB at 19 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/apache/apache/15/apache-15.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/15/apache-15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/15/apache-15.pom (15 kB at 7.6 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/paho/org.eclipse.paho.client.mqttv3/1.2.5/org.eclipse.paho.client.mqttv3-1.2.5.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/bouncycastle/bcprov-jdk18on/1.76/bcprov-jdk18on-1.76.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/bouncycastle/bcpkix-jdk18on/1.76/bcpkix-jdk18on-1.76.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/bouncycastle/bcutil-jdk18on/1.76/bcutil-jdk18on-1.76.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/io/moquette/moquette-broker/0.15/moquette-broker-0.15.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/slf4j/slf4j-log4j12/1.7.25/slf4j-log4j12-1.7.25.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/log4j/log4j/1.2.17/log4j-1.2.17.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/io/netty/netty-common/4.1.59.Final/netty-common-4.1.59.Final.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/io/netty/netty-buffer/4.1.59.Final/netty-buffer-4.1.59.Final.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/io/netty/netty-transport/4.1.59.Final/netty-transport-4.1.59.Final.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/io/netty/netty-resolver/4.1.59.Final/netty-resolver-4.1.59.Final.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/io/netty/netty-handler/4.1.59.Final/netty-handler-4.1.59.Final.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/io/netty/netty-codec/4.1.59.Final/netty-codec-4.1.59.Final.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/io/netty/netty-codec-http/4.1.59.Final/netty-codec-http-4.1.59.Final.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/io/netty/netty-codec-mqtt/4.1.59.Final/netty-codec-mqtt-4.1.59.Final.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/io/netty/netty-transport-native-epoll/4.1.59.Final/netty-transport-native-epoll-4.1.59.Final-linux-x86_64.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/io/netty/netty-transport-native-unix-common/4.1.59.Final/netty-transport-native-unix-common-4.1.59.Final.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/com/h2database/h2-mvstore/1.4.199/h2-mvstore-1.4.199.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/com/zaxxer/HikariCP/2.4.7/HikariCP-2.4.7.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/io/dropwizard/metrics/metrics-core/3.2.2/metrics-core-3.2.2.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/io/dropwizard/metrics/metrics-jvm/3.2.2/metrics-jvm-3.2.2.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/com/librato/metrics/metrics-librato/5.1.0/metrics-librato-5.1.0.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/com/librato/metrics/librato-java/2.1.0/librato-java-2.1.0.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/commons-codec/commons-codec/1.10/commons-codec-1.10.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/paho/org.eclipse.paho.client.mqttv3/1.2.5/org.eclipse.paho.client.mqttv3-1.2.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/paho/org.eclipse.paho.client.mqttv3/1.2.5/org.eclipse.paho.client.mqttv3-1.2.5.jar (242 kB at 4.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk18on/1.76/bcprov-jdk18on-1.76.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpkix-jdk18on/1.76/bcpkix-jdk18on-1.76.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcutil-jdk18on/1.76/bcutil-jdk18on-1.76.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/moquette/moquette-broker/0.15/moquette-broker-0.15.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-log4j12/1.7.25/slf4j-log4j12-1.7.25.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpkix-jdk18on/1.76/bcpkix-jdk18on-1.76.jar (1.1 MB at 37 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.17/log4j-1.2.17.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcutil-jdk18on/1.76/bcutil-jdk18on-1.76.jar (677 kB at 22 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-common/4.1.59.Final/netty-common-4.1.59.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-log4j12/1.7.25/slf4j-log4j12-1.7.25.jar (12 kB at 371 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-buffer/4.1.59.Final/netty-buffer-4.1.59.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/moquette/moquette-broker/0.15/moquette-broker-0.15.jar (186 kB at 3.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport/4.1.59.Final/netty-transport-4.1.59.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.17/log4j-1.2.17.jar (490 kB at 8.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-resolver/4.1.59.Final/netty-resolver-4.1.59.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-buffer/4.1.59.Final/netty-buffer-4.1.59.Final.jar (301 kB at 4.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-handler/4.1.59.Final/netty-handler-4.1.59.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk18on/1.76/bcprov-jdk18on-1.76.jar (8.4 MB at 87 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec/4.1.59.Final/netty-codec-4.1.59.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-resolver/4.1.59.Final/netty-resolver-4.1.59.Final.jar (33 kB at 305 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-http/4.1.59.Final/netty-codec-http-4.1.59.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-common/4.1.59.Final/netty-common-4.1.59.Final.jar (647 kB at 5.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-mqtt/4.1.59.Final/netty-codec-mqtt-4.1.59.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-handler/4.1.59.Final/netty-handler-4.1.59.Final.jar (481 kB at 3.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-native-epoll/4.1.59.Final/netty-transport-native-epoll-4.1.59.Final-linux-x86_64.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-mqtt/4.1.59.Final/netty-codec-mqtt-4.1.59.Final.jar (99 kB at 680 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-native-unix-common/4.1.59.Final/netty-transport-native-unix-common-4.1.59.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec/4.1.59.Final/netty-codec-4.1.59.Final.jar (321 kB at 2.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/h2database/h2-mvstore/1.4.199/h2-mvstore-1.4.199.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport/4.1.59.Final/netty-transport-4.1.59.Final.jar (477 kB at 2.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/zaxxer/HikariCP/2.4.7/HikariCP-2.4.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-native-unix-common/4.1.59.Final/netty-transport-native-unix-common-4.1.59.Final.jar (35 kB at 200 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/dropwizard/metrics/metrics-core/3.2.2/metrics-core-3.2.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/dropwizard/metrics/metrics-core/3.2.2/metrics-core-3.2.2.jar (129 kB at 719 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/dropwizard/metrics/metrics-jvm/3.2.2/metrics-jvm-3.2.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-http/4.1.59.Final/netty-codec-http-4.1.59.Final.jar (625 kB at 3.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/librato/metrics/metrics-librato/5.1.0/metrics-librato-5.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/zaxxer/HikariCP/2.4.7/HikariCP-2.4.7.jar (137 kB at 691 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/librato/metrics/librato-java/2.1.0/librato-java-2.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-native-epoll/4.1.59.Final/netty-transport-native-epoll-4.1.59.Final-linux-x86_64.jar (154 kB at 774 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/bugsnag/bugsnag/3.7.1/bugsnag-3.7.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/h2database/h2-mvstore/1.4.199/h2-mvstore-1.4.199.jar (286 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.10/commons-codec-1.10.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/dropwizard/metrics/metrics-jvm/3.2.2/metrics-jvm-3.2.2.jar (40 kB at 188 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.10/commons-codec-1.10.jar (284 kB at 1.3 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/librato/metrics/metrics-librato/5.1.0/metrics-librato-5.1.0.jar (38 kB at 173 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/librato/metrics/librato-java/2.1.0/librato-java-2.1.0.jar (45 kB at 201 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/bugsnag/bugsnag/3.7.1/bugsnag-3.7.1.jar (77 kB at 344 kB/s) [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ mqtt-client --- [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ mqtt-client --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sensinact Deploy/southbound/mqtt/mqtt-client/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ mqtt-client --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/Sensinact Deploy/southbound/mqtt/mqtt-client/target/classes [INFO] [INFO] --- bnd:7.0.0:bnd-process (default) @ mqtt-client --- [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ mqtt-client --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ mqtt-client --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Sensinact Deploy/southbound/mqtt/mqtt-client/target/test-classes [INFO] [INFO] --- bnd:7.0.0:bnd-process-tests (bnd-process-tests) @ mqtt-client --- [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/southbound/mqtt/mqtt-client/pom.xml [0:0]: The Test-Cases header is empty. No test case classes were found. [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ mqtt-client --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.sensinact.gateway.southbound.mqtt.test.MqttAuthTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.43 s - in org.eclipse.sensinact.gateway.southbound.mqtt.test.MqttAuthTest [INFO] Running org.eclipse.sensinact.gateway.southbound.mqtt.test.MqttTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.359 s - in org.eclipse.sensinact.gateway.southbound.mqtt.test.MqttTest [INFO] Running org.eclipse.sensinact.gateway.southbound.mqtt.test.MqttSslAuthTest ERROR i.m.broker.NewNettyMQTTHandler - Unexpected exception while processing MQTT message. Closing Netty channel. CId=null io.netty.handler.codec.DecoderException: javax.net.ssl.SSLHandshakeException: Empty client certificate chain at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:478) at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:276) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357) at io.netty.handler.timeout.IdleStateHandler.channelRead(IdleStateHandler.java:286) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357) at io.moquette.broker.metrics.BytesMetricsHandler.channelRead(BytesMetricsHandler.java:51) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357) at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919) at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:166) at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:719) at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:655) at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:581) at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:493) at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:989) at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) at java.base/java.lang.Thread.run(Thread.java:840) Caused by: javax.net.ssl.SSLHandshakeException: Empty client certificate chain at java.base/sun.security.ssl.Alert.createSSLException(Alert.java:131) at java.base/sun.security.ssl.Alert.createSSLException(Alert.java:117) at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:365) at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:321) at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:312) at java.base/sun.security.ssl.CertificateMessage$T13CertificateConsumer.onConsumeCertificate(CertificateMessage.java:1194) at java.base/sun.security.ssl.CertificateMessage$T13CertificateConsumer.consume(CertificateMessage.java:1181) at java.base/sun.security.ssl.SSLHandshake.consume(SSLHandshake.java:396) at java.base/sun.security.ssl.HandshakeContext.dispatch(HandshakeContext.java:480) at java.base/sun.security.ssl.SSLEngineImpl$DelegatedTask$DelegatedAction.run(SSLEngineImpl.java:1277) at java.base/sun.security.ssl.SSLEngineImpl$DelegatedTask$DelegatedAction.run(SSLEngineImpl.java:1264) at java.base/java.security.AccessController.doPrivileged(AccessController.java:712) at java.base/sun.security.ssl.SSLEngineImpl$DelegatedTask.run(SSLEngineImpl.java:1209) at io.netty.handler.ssl.SslHandler.runAllDelegatedTasks(SslHandler.java:1557) at io.netty.handler.ssl.SslHandler.runDelegatedTasks(SslHandler.java:1571) at io.netty.handler.ssl.SslHandler.unwrap(SslHandler.java:1455) at io.netty.handler.ssl.SslHandler.decodeJdkCompatible(SslHandler.java:1282) at io.netty.handler.ssl.SslHandler.decode(SslHandler.java:1329) at io.netty.handler.codec.ByteToMessageDecoder.decodeRemovalReentryProtection(ByteToMessageDecoder.java:508) at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:447) ... 25 common frames omitted ERROR i.m.broker.NewNettyMQTTHandler - Unexpected exception while processing MQTT message. Closing Netty channel. CId=null io.netty.handler.codec.DecoderException: javax.net.ssl.SSLHandshakeException: Empty client certificate chain at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:478) at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:276) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357) at io.netty.handler.timeout.IdleStateHandler.channelRead(IdleStateHandler.java:286) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357) at io.moquette.broker.metrics.BytesMetricsHandler.channelRead(BytesMetricsHandler.java:51) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357) at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919) at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:166) at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:719) at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:655) at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:581) at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:493) at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:989) at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) at java.base/java.lang.Thread.run(Thread.java:840) Caused by: javax.net.ssl.SSLHandshakeException: Empty client certificate chain at java.base/sun.security.ssl.Alert.createSSLException(Alert.java:131) at java.base/sun.security.ssl.Alert.createSSLException(Alert.java:117) at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:365) at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:321) at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:312) at java.base/sun.security.ssl.CertificateMessage$T13CertificateConsumer.onConsumeCertificate(CertificateMessage.java:1194) at java.base/sun.security.ssl.CertificateMessage$T13CertificateConsumer.consume(CertificateMessage.java:1181) at java.base/sun.security.ssl.SSLHandshake.consume(SSLHandshake.java:396) at java.base/sun.security.ssl.HandshakeContext.dispatch(HandshakeContext.java:480) at java.base/sun.security.ssl.SSLEngineImpl$DelegatedTask$DelegatedAction.run(SSLEngineImpl.java:1277) at java.base/sun.security.ssl.SSLEngineImpl$DelegatedTask$DelegatedAction.run(SSLEngineImpl.java:1264) at java.base/java.security.AccessController.doPrivileged(AccessController.java:712) at java.base/sun.security.ssl.SSLEngineImpl$DelegatedTask.run(SSLEngineImpl.java:1209) at io.netty.handler.ssl.SslHandler.runAllDelegatedTasks(SslHandler.java:1557) at io.netty.handler.ssl.SslHandler.runDelegatedTasks(SslHandler.java:1571) at io.netty.handler.ssl.SslHandler.unwrap(SslHandler.java:1455) at io.netty.handler.ssl.SslHandler.decodeJdkCompatible(SslHandler.java:1282) at io.netty.handler.ssl.SslHandler.decode(SslHandler.java:1329) at io.netty.handler.codec.ByteToMessageDecoder.decodeRemovalReentryProtection(ByteToMessageDecoder.java:508) at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:447) ... 25 common frames omitted ERROR i.m.broker.NewNettyMQTTHandler - Unexpected exception while processing MQTT message. Closing Netty channel. CId=null io.netty.handler.codec.DecoderException: javax.net.ssl.SSLHandshakeException: Empty client certificate chain at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:478) at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:276) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357) at io.netty.handler.timeout.IdleStateHandler.channelRead(IdleStateHandler.java:286) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357) at io.moquette.broker.metrics.BytesMetricsHandler.channelRead(BytesMetricsHandler.java:51) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357) at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919) at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:166) at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:719) at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:655) at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:581) at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:493) at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:989) at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) at java.base/java.lang.Thread.run(Thread.java:840) Caused by: javax.net.ssl.SSLHandshakeException: Empty client certificate chain at java.base/sun.security.ssl.Alert.createSSLException(Alert.java:131) at java.base/sun.security.ssl.Alert.createSSLException(Alert.java:117) at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:365) at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:321) at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:312) at java.base/sun.security.ssl.CertificateMessage$T13CertificateConsumer.onConsumeCertificate(CertificateMessage.java:1194) at java.base/sun.security.ssl.CertificateMessage$T13CertificateConsumer.consume(CertificateMessage.java:1181) at java.base/sun.security.ssl.SSLHandshake.consume(SSLHandshake.java:396) at java.base/sun.security.ssl.HandshakeContext.dispatch(HandshakeContext.java:480) at java.base/sun.security.ssl.SSLEngineImpl$DelegatedTask$DelegatedAction.run(SSLEngineImpl.java:1277) at java.base/sun.security.ssl.SSLEngineImpl$DelegatedTask$DelegatedAction.run(SSLEngineImpl.java:1264) at java.base/java.security.AccessController.doPrivileged(AccessController.java:712) at java.base/sun.security.ssl.SSLEngineImpl$DelegatedTask.run(SSLEngineImpl.java:1209) at io.netty.handler.ssl.SslHandler.runAllDelegatedTasks(SslHandler.java:1557) at io.netty.handler.ssl.SslHandler.runDelegatedTasks(SslHandler.java:1571) at io.netty.handler.ssl.SslHandler.unwrap(SslHandler.java:1455) at io.netty.handler.ssl.SslHandler.decodeJdkCompatible(SslHandler.java:1282) at io.netty.handler.ssl.SslHandler.decode(SslHandler.java:1329) at io.netty.handler.codec.ByteToMessageDecoder.decodeRemovalReentryProtection(ByteToMessageDecoder.java:508) at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:447) ... 25 common frames omitted ERROR i.m.broker.NewNettyMQTTHandler - Unexpected exception while processing MQTT message. Closing Netty channel. CId=null io.netty.handler.codec.DecoderException: javax.net.ssl.SSLHandshakeException: Empty client certificate chain at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:478) at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:276) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357) at io.netty.handler.timeout.IdleStateHandler.channelRead(IdleStateHandler.java:286) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357) at io.moquette.broker.metrics.BytesMetricsHandler.channelRead(BytesMetricsHandler.java:51) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357) at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919) at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:166) at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:719) at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:655) at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:581) at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:493) at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:989) at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) at java.base/java.lang.Thread.run(Thread.java:840) Caused by: javax.net.ssl.SSLHandshakeException: Empty client certificate chain at java.base/sun.security.ssl.Alert.createSSLException(Alert.java:131) at java.base/sun.security.ssl.Alert.createSSLException(Alert.java:117) at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:365) at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:321) at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:312) at java.base/sun.security.ssl.CertificateMessage$T13CertificateConsumer.onConsumeCertificate(CertificateMessage.java:1194) at java.base/sun.security.ssl.CertificateMessage$T13CertificateConsumer.consume(CertificateMessage.java:1181) at java.base/sun.security.ssl.SSLHandshake.consume(SSLHandshake.java:396) at java.base/sun.security.ssl.HandshakeContext.dispatch(HandshakeContext.java:480) at java.base/sun.security.ssl.SSLEngineImpl$DelegatedTask$DelegatedAction.run(SSLEngineImpl.java:1277) at java.base/sun.security.ssl.SSLEngineImpl$DelegatedTask$DelegatedAction.run(SSLEngineImpl.java:1264) at java.base/java.security.AccessController.doPrivileged(AccessController.java:712) at java.base/sun.security.ssl.SSLEngineImpl$DelegatedTask.run(SSLEngineImpl.java:1209) at io.netty.handler.ssl.SslHandler.runAllDelegatedTasks(SslHandler.java:1557) at io.netty.handler.ssl.SslHandler.runDelegatedTasks(SslHandler.java:1571) at io.netty.handler.ssl.SslHandler.unwrap(SslHandler.java:1455) at io.netty.handler.ssl.SslHandler.decodeJdkCompatible(SslHandler.java:1282) at io.netty.handler.ssl.SslHandler.decode(SslHandler.java:1329) at io.netty.handler.codec.ByteToMessageDecoder.decodeRemovalReentryProtection(ByteToMessageDecoder.java:508) at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:447) ... 25 common frames omitted [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.126 s - in org.eclipse.sensinact.gateway.southbound.mqtt.test.MqttSslAuthTest [INFO] Running org.eclipse.sensinact.gateway.southbound.mqtt.test.MqttDelayedStartTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.666 s - in org.eclipse.sensinact.gateway.southbound.mqtt.test.MqttDelayedStartTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0 [INFO] [JENKINS] Recording test results [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ mqtt-client --- [INFO] Building jar: /home/jenkins/agent/workspace/Sensinact Deploy/southbound/mqtt/mqtt-client/target/mqtt-client-0.0.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (test-jar) @ mqtt-client --- [INFO] Building jar: /home/jenkins/agent/workspace/Sensinact Deploy/southbound/mqtt/mqtt-client/target/mqtt-client-0.0.2-SNAPSHOT-tests.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ mqtt-client --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/southbound/mqtt/mqtt-client/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/southbound/mqtt/mqtt-client/0.0.2-SNAPSHOT/mqtt-client-0.0.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/southbound/mqtt/mqtt-client/target/mqtt-client-0.0.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/southbound/mqtt/mqtt-client/0.0.2-SNAPSHOT/mqtt-client-0.0.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/southbound/mqtt/mqtt-client/target/mqtt-client-0.0.2-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/southbound/mqtt/mqtt-client/0.0.2-SNAPSHOT/mqtt-client-0.0.2-SNAPSHOT-tests.jar [INFO] [INFO] --- deploy:3.0.0:deploy (default-deploy) @ mqtt-client --- [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/southbound/mqtt/mqtt-client/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/southbound/mqtt/mqtt-client/0.0.2-SNAPSHOT/maven-metadata.xml (1.0 kB at 17 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/mqtt/mqtt-client/0.0.2-SNAPSHOT/mqtt-client-0.0.2-20240212.200245-62.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/mqtt/mqtt-client/0.0.2-SNAPSHOT/mqtt-client-0.0.2-20240212.200245-62.pom (2.7 kB at 27 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/mqtt/mqtt-client/0.0.2-SNAPSHOT/mqtt-client-0.0.2-20240212.200245-62.jar [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/mqtt/mqtt-client/0.0.2-SNAPSHOT/mqtt-client-0.0.2-20240212.200245-62-tests.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/mqtt/mqtt-client/0.0.2-SNAPSHOT/mqtt-client-0.0.2-20240212.200245-62.jar (26 kB at 379 kB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/mqtt/mqtt-client/0.0.2-SNAPSHOT/mqtt-client-0.0.2-20240212.200245-62-tests.jar (27 kB at 197 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/mqtt/mqtt-client/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/mqtt/mqtt-client/maven-metadata.xml (376 B at 5.9 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/mqtt/mqtt-client/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/southbound/mqtt/mqtt-client/0.0.2-SNAPSHOT/maven-metadata.xml (1.0 kB at 6.0 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/mqtt/mqtt-client/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/mqtt/mqtt-client/maven-metadata.xml (376 B at 3.4 kB/s) [INFO] [INFO] --< org.eclipse.sensinact.gateway.southbound.mqtt:mqtt-device-factory >-- [INFO] Building Sensinact Southbound MQTT :: Device Factory 0.0.2-SNAPSHOT [21/68] [INFO] from southbound/mqtt/mqtt-device-factory/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ mqtt-device-factory --- [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ mqtt-device-factory --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sensinact Deploy/southbound/mqtt/mqtt-device-factory/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ mqtt-device-factory --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Sensinact Deploy/southbound/mqtt/mqtt-device-factory/target/classes [INFO] [INFO] --- bnd:7.0.0:bnd-process (default) @ mqtt-device-factory --- [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ mqtt-device-factory --- [INFO] Copying 3 resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ mqtt-device-factory --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Sensinact Deploy/southbound/mqtt/mqtt-device-factory/target/test-classes [INFO] [INFO] --- bnd:7.0.0:bnd-process-tests (bnd-process-tests) @ mqtt-device-factory --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ mqtt-device-factory --- [JENKINS] Recording test results [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ mqtt-device-factory --- [INFO] Building jar: /home/jenkins/agent/workspace/Sensinact Deploy/southbound/mqtt/mqtt-device-factory/target/mqtt-device-factory-0.0.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (test-jar) @ mqtt-device-factory --- [INFO] Building jar: /home/jenkins/agent/workspace/Sensinact Deploy/southbound/mqtt/mqtt-device-factory/target/mqtt-device-factory-0.0.2-SNAPSHOT-tests.jar [INFO] [INFO] --- bnd-resolver:7.1.0-SNAPSHOT:resolve (resolve-test) @ mqtt-device-factory --- [INFO] Resolving /home/jenkins/agent/workspace/Sensinact Deploy/southbound/mqtt/mqtt-device-factory/integration-test.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)',com.fasterxml.jackson.core.jackson-annotations;version='[2.16.1,2.16.2)',com.fasterxml.jackson.core.jackson-core;version='[2.16.1,2.16.2)',com.fasterxml.jackson.core.jackson-databind;version='[2.16.1,2.16.2)',com.h2database.mvstore;version='[1.4.199,1.4.200)',com.zaxxer.HikariCP;version='[2.4.7,2.4.8)',io.dropwizard.metrics.core;version='[4.2.19,4.2.20)',io.netty.buffer;version='[4.1.59,4.1.60)',io.netty.codec;version='[4.1.59,4.1.60)',io.netty.codec-http;version='[4.1.59,4.1.60)',io.netty.codec-mqtt;version='[4.1.59,4.1.60)',io.netty.common;version='[4.1.59,4.1.60)',io.netty.handler;version='[4.1.59,4.1.60)',io.netty.resolver;version='[4.1.59,4.1.60)',io.netty.transport;version='[4.1.59,4.1.60)',io.netty.transport-native-epoll;version='[4.1.59,4.1.60)',io.netty.transport-native-unix-common;version='[4.1.59,4.1.60)',junit-jupiter-api;version='[5.10.1,5.10.2)',junit-jupiter-engine;version='[5.10.1,5.10.2)',junit-jupiter-params;version='[5.10.1,5.10.2)',junit-platform-commons;version='[1.10.1,1.10.2)',junit-platform-engine;version='[1.10.1,1.10.2)',junit-platform-launcher;version='[1.10.1,1.10.2)',org.apache.aries.component-dsl.component-dsl;version='[1.2.2,1.2.3)',org.apache.aries.spifly.dynamic.framework.extension;version='[1.3.7,1.3.8)',org.apache.aries.typedevent.bus;version='[0.0.2,0.0.3)',org.apache.commons.codec;version='[1.10.0,1.10.1)',org.apache.commons.commons-csv;version='[1.9.0,1.9.1)',org.apache.felix.configadmin;version='[1.9.24,1.9.25)',org.apache.felix.scr;version='[2.2.2,2.2.3)',org.eclipse.emf.common;version='[2.29.0,2.29.1)',org.eclipse.emf.ecore;version='[2.35.0,2.35.1)',org.eclipse.emf.ecore.xmi;version='[2.36.0,2.36.1)',org.eclipse.paho.client.mqttv3;version='[1.2.5,1.2.6)',org.eclipse.sensinact.gateway.core.annotation;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.core.api;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.core.emf-api;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.core.geo-json;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.core.impl;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.core.models.metadata;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.core.models.provider;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.southbound.device-factory.device-factory-core;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.southbound.device-factory.parser-csv;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.southbound.mqtt.mqtt-client;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.southbound.mqtt.mqtt-device-factory;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.southbound.mqtt.mqtt-device-factory-tests;version='[0.0.2,0.0.3)',org.gecko.emf.osgi.component.minimal;version='[6.1.0,6.1.1)',org.opentest4j;version='[1.3.0,1.3.1)',org.osgi.service.cm;version='[1.6.1,1.6.2)',org.osgi.service.component;version='[1.5.0,1.5.1)',org.osgi.service.typedevent;version='[1.0.0,1.0.1)',org.osgi.test.common;version='[1.3.0,1.3.1)',org.osgi.test.junit5;version='[1.3.0,1.3.1)',org.osgi.test.junit5.cm;version='[1.3.0,1.3.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)',org.osgi.util.pushstream;version='[1.0.2,1.0.3)',slf4j.api;version='[2.0.11,2.0.12)' [INFO] [INFO] --- bnd-testing:7.0.0:testing (default) @ mqtt-device-factory --- [INFO] Matching glob * [INFO] Testing /home/jenkins/agent/workspace/Sensinact Deploy/southbound/mqtt/mqtt-device-factory/integration-test.bndrun: Feb 12, 2024 8:06:27 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 Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/admin Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/system Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/system/version Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/system/version Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/system/started Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/system/started Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/system/started Feb 12, 2024 8:06:28 PM org.apache.aries.spifly.BaseActivator log INFO: Registered provider aQute.tester.bundle.engine.BundleEngine of service org.junit.platform.engine.TestEngine in bundle biz.aQute.tester.junit-platform ERROR o.e.s.g.s.m.impl.MqttClientHandler - Error trying to reconnect to MQTT broker: Unable to connect to server org.eclipse.paho.client.mqttv3.MqttException: Unable to connect to server at org.eclipse.paho.client.mqttv3.internal.TCPNetworkModule.start(TCPNetworkModule.java:80) at org.eclipse.paho.client.mqttv3.internal.ClientComms$ConnectBG.run(ClientComms.java:724) at java.base/java.lang.Thread.run(Thread.java:840) Caused by: java.net.ConnectException: Connection refused at java.base/sun.nio.ch.Net.pollConnect(Native Method) at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) at java.base/sun.nio.ch.NioSocketImpl.timedFinishConnect(NioSocketImpl.java:547) at java.base/sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:602) at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:327) at java.base/java.net.Socket.connect(Socket.java:633) at org.eclipse.paho.client.mqttv3.internal.TCPNetworkModule.start(TCPNetworkModule.java:74) ... 2 common frames omitted ERROR o.e.s.g.s.m.impl.MqttClientHandler - Error trying to reconnect to MQTT broker: Unable to connect to server org.eclipse.paho.client.mqttv3.MqttException: Unable to connect to server at org.eclipse.paho.client.mqttv3.internal.TCPNetworkModule.start(TCPNetworkModule.java:80) at org.eclipse.paho.client.mqttv3.internal.ClientComms$ConnectBG.run(ClientComms.java:724) at java.base/java.lang.Thread.run(Thread.java:840) Caused by: java.net.ConnectException: Connection refused at java.base/sun.nio.ch.Net.pollConnect(Native Method) at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) at java.base/sun.nio.ch.NioSocketImpl.timedFinishConnect(NioSocketImpl.java:547) at java.base/sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:602) at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:327) at java.base/java.net.Socket.connect(Socket.java:633) at org.eclipse.paho.client.mqttv3.internal.TCPNetworkModule.start(TCPNetworkModule.java:74) ... 2 common frames omitted ERROR o.e.s.g.s.m.impl.MqttClientHandler - Error trying to reconnect to MQTT broker: Unable to connect to server org.eclipse.paho.client.mqttv3.MqttException: Unable to connect to server at org.eclipse.paho.client.mqttv3.internal.TCPNetworkModule.start(TCPNetworkModule.java:80) at org.eclipse.paho.client.mqttv3.internal.ClientComms$ConnectBG.run(ClientComms.java:724) at java.base/java.lang.Thread.run(Thread.java:840) Caused by: java.net.ConnectException: Connection refused at java.base/sun.nio.ch.Net.pollConnect(Native Method) at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) at java.base/sun.nio.ch.NioSocketImpl.timedFinishConnect(NioSocketImpl.java:547) at java.base/sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:602) at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:327) at java.base/java.net.Socket.connect(Socket.java:633) at org.eclipse.paho.client.mqttv3.internal.TCPNetworkModule.start(TCPNetworkModule.java:74) ... 2 common frames omitted ERROR o.e.s.g.s.m.impl.MqttClientHandler - Error trying to reconnect to MQTT broker: Unable to connect to server org.eclipse.paho.client.mqttv3.MqttException: Unable to connect to server at org.eclipse.paho.client.mqttv3.internal.TCPNetworkModule.start(TCPNetworkModule.java:80) at org.eclipse.paho.client.mqttv3.internal.ClientComms$ConnectBG.run(ClientComms.java:724) at java.base/java.lang.Thread.run(Thread.java:840) Caused by: java.net.ConnectException: Connection refused at java.base/sun.nio.ch.Net.pollConnect(Native Method) at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) at java.base/sun.nio.ch.NioSocketImpl.timedFinishConnect(NioSocketImpl.java:547) at java.base/sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:602) at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:327) at java.base/java.net.Socket.connect(Socket.java:633) at org.eclipse.paho.client.mqttv3.internal.TCPNetworkModule.start(TCPNetworkModule.java:74) ... 2 common frames omitted ERROR o.e.s.g.s.m.impl.MqttClientHandler - Error trying to reconnect to MQTT broker: Unable to connect to server org.eclipse.paho.client.mqttv3.MqttException: Unable to connect to server at org.eclipse.paho.client.mqttv3.internal.TCPNetworkModule.start(TCPNetworkModule.java:80) at org.eclipse.paho.client.mqttv3.internal.ClientComms$ConnectBG.run(ClientComms.java:724) at java.base/java.lang.Thread.run(Thread.java:840) Caused by: java.net.ConnectException: Connection refused at java.base/sun.nio.ch.Net.pollConnect(Native Method) at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) at java.base/sun.nio.ch.NioSocketImpl.timedFinishConnect(NioSocketImpl.java:547) at java.base/sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:602) at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:327) at java.base/java.net.Socket.connect(Socket.java:633) at org.eclipse.paho.client.mqttv3.internal.TCPNetworkModule.start(TCPNetworkModule.java:74) ... 2 common frames omitted ERROR o.e.s.g.s.m.impl.MqttClientHandler - Error trying to reconnect to MQTT broker: Unable to connect to server org.eclipse.paho.client.mqttv3.MqttException: Unable to connect to server at org.eclipse.paho.client.mqttv3.internal.TCPNetworkModule.start(TCPNetworkModule.java:80) at org.eclipse.paho.client.mqttv3.internal.ClientComms$ConnectBG.run(ClientComms.java:724) at java.base/java.lang.Thread.run(Thread.java:840) Caused by: java.net.ConnectException: Connection refused at java.base/sun.nio.ch.Net.pollConnect(Native Method) at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) at java.base/sun.nio.ch.NioSocketImpl.timedFinishConnect(NioSocketImpl.java:547) at java.base/sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:602) at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:327) at java.base/java.net.Socket.connect(Socket.java:633) at org.eclipse.paho.client.mqttv3.internal.TCPNetworkModule.start(TCPNetworkModule.java:74) ... 2 common frames omitted ERROR o.e.s.g.s.m.impl.MqttClientHandler - Error trying to reconnect to MQTT broker: Unable to connect to server org.eclipse.paho.client.mqttv3.MqttException: Unable to connect to server at org.eclipse.paho.client.mqttv3.internal.TCPNetworkModule.start(TCPNetworkModule.java:80) at org.eclipse.paho.client.mqttv3.internal.ClientComms$ConnectBG.run(ClientComms.java:724) at java.base/java.lang.Thread.run(Thread.java:840) Caused by: java.net.ConnectException: Connection refused at java.base/sun.nio.ch.Net.pollConnect(Native Method) at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) at java.base/sun.nio.ch.NioSocketImpl.timedFinishConnect(NioSocketImpl.java:547) at java.base/sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:602) at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:327) at java.base/java.net.Socket.connect(Socket.java:633) at org.eclipse.paho.client.mqttv3.internal.TCPNetworkModule.start(TCPNetworkModule.java:74) ... 2 common frames omitted ERROR o.e.s.g.s.m.impl.MqttClientHandler - Error trying to reconnect to MQTT broker: Unable to connect to server org.eclipse.paho.client.mqttv3.MqttException: Unable to connect to server at org.eclipse.paho.client.mqttv3.internal.TCPNetworkModule.start(TCPNetworkModule.java:80) at org.eclipse.paho.client.mqttv3.internal.ClientComms$ConnectBG.run(ClientComms.java:724) at java.base/java.lang.Thread.run(Thread.java:840) Caused by: java.net.ConnectException: Connection refused at java.base/sun.nio.ch.Net.pollConnect(Native Method) at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) at java.base/sun.nio.ch.NioSocketImpl.timedFinishConnect(NioSocketImpl.java:547) at java.base/sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:602) at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:327) at java.base/java.net.Socket.connect(Socket.java:633) at org.eclipse.paho.client.mqttv3.internal.TCPNetworkModule.start(TCPNetworkModule.java:74) ... 2 common frames omitted [INFO] No Errors [INFO] [INFO] --- install:3.1.1:install (default-install) @ mqtt-device-factory --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/southbound/mqtt/mqtt-device-factory/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/southbound/mqtt/mqtt-device-factory/0.0.2-SNAPSHOT/mqtt-device-factory-0.0.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/southbound/mqtt/mqtt-device-factory/target/mqtt-device-factory-0.0.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/southbound/mqtt/mqtt-device-factory/0.0.2-SNAPSHOT/mqtt-device-factory-0.0.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/southbound/mqtt/mqtt-device-factory/target/mqtt-device-factory-0.0.2-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/southbound/mqtt/mqtt-device-factory/0.0.2-SNAPSHOT/mqtt-device-factory-0.0.2-SNAPSHOT-tests.jar [INFO] [INFO] --- deploy:3.0.0:deploy (default-deploy) @ mqtt-device-factory --- [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/southbound/mqtt/mqtt-device-factory/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/southbound/mqtt/mqtt-device-factory/0.0.2-SNAPSHOT/maven-metadata.xml (1.0 kB at 18 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/mqtt/mqtt-device-factory/0.0.2-SNAPSHOT/mqtt-device-factory-0.0.2-20240212.200245-62.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/mqtt/mqtt-device-factory/0.0.2-SNAPSHOT/mqtt-device-factory-0.0.2-20240212.200245-62.pom (4.4 kB at 110 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/mqtt/mqtt-device-factory/0.0.2-SNAPSHOT/mqtt-device-factory-0.0.2-20240212.200245-62.jar [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/mqtt/mqtt-device-factory/0.0.2-SNAPSHOT/mqtt-device-factory-0.0.2-20240212.200245-62-tests.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/mqtt/mqtt-device-factory/0.0.2-SNAPSHOT/mqtt-device-factory-0.0.2-20240212.200245-62-tests.jar (194 kB at 4.2 MB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/mqtt/mqtt-device-factory/0.0.2-SNAPSHOT/mqtt-device-factory-0.0.2-20240212.200245-62.jar (8.6 kB at 175 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/mqtt/mqtt-device-factory/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/mqtt/mqtt-device-factory/maven-metadata.xml (384 B at 9.4 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/mqtt/mqtt-device-factory/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/southbound/mqtt/mqtt-device-factory/0.0.2-SNAPSHOT/maven-metadata.xml (1.0 kB at 29 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/mqtt/mqtt-device-factory/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/mqtt/mqtt-device-factory/maven-metadata.xml (384 B at 7.7 kB/s) [INFO] [INFO] ------< org.eclipse.sensinact.gateway.southbound.virtual:virtual >------ [INFO] Building Virtual Southbound Connectors 0.0.2-SNAPSHOT [22/68] [INFO] from southbound/virtual/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ virtual --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ virtual --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/southbound/virtual/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/southbound/virtual/virtual/0.0.2-SNAPSHOT/virtual-0.0.2-SNAPSHOT.pom [INFO] [INFO] --- deploy:3.0.0:deploy (default-deploy) @ virtual --- [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/southbound/virtual/virtual/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/southbound/virtual/virtual/0.0.2-SNAPSHOT/maven-metadata.xml (634 B at 2.6 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/virtual/virtual/0.0.2-SNAPSHOT/virtual-0.0.2-20240212.200245-62.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/virtual/virtual/0.0.2-SNAPSHOT/virtual-0.0.2-20240212.200245-62.pom (796 B at 23 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/virtual/virtual/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/virtual/virtual/maven-metadata.xml (375 B at 16 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/virtual/virtual/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/southbound/virtual/virtual/0.0.2-SNAPSHOT/maven-metadata.xml (634 B at 6.0 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/virtual/virtual/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/virtual/virtual/maven-metadata.xml (375 B at 6.6 kB/s) [INFO] [INFO] --< org.eclipse.sensinact.gateway.southbound.virtual:virtual-temperature-sensor >-- [INFO] Building virtual-temperature-sensor 0.0.2-SNAPSHOT [23/68] [INFO] from southbound/virtual/virtual-temperature-sensor/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ virtual-temperature-sensor --- [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ virtual-temperature-sensor --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sensinact Deploy/southbound/virtual/virtual-temperature-sensor/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ virtual-temperature-sensor --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Sensinact Deploy/southbound/virtual/virtual-temperature-sensor/target/classes [INFO] [INFO] --- bnd:7.0.0:bnd-process (default) @ virtual-temperature-sensor --- [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ virtual-temperature-sensor --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ virtual-temperature-sensor --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Sensinact Deploy/southbound/virtual/virtual-temperature-sensor/target/test-classes [INFO] [INFO] --- bnd:7.0.0:bnd-process-tests (bnd-process-tests) @ virtual-temperature-sensor --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ virtual-temperature-sensor --- [JENKINS] Recording test results [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ virtual-temperature-sensor --- [INFO] Building jar: /home/jenkins/agent/workspace/Sensinact Deploy/southbound/virtual/virtual-temperature-sensor/target/virtual-temperature-sensor-0.0.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (test-jar) @ virtual-temperature-sensor --- [INFO] Building jar: /home/jenkins/agent/workspace/Sensinact Deploy/southbound/virtual/virtual-temperature-sensor/target/virtual-temperature-sensor-0.0.2-SNAPSHOT-tests.jar [INFO] [INFO] --- bnd-resolver:7.1.0-SNAPSHOT:resolve (resolve-test) @ virtual-temperature-sensor --- [INFO] Resolving /home/jenkins/agent/workspace/Sensinact Deploy/southbound/virtual/virtual-temperature-sensor/integration-test.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)',com.fasterxml.jackson.core.jackson-annotations;version='[2.16.1,2.16.2)',com.fasterxml.jackson.core.jackson-core;version='[2.16.1,2.16.2)',com.fasterxml.jackson.core.jackson-databind;version='[2.16.1,2.16.2)',io.dropwizard.metrics.core;version='[4.2.19,4.2.20)',junit-jupiter-api;version='[5.10.1,5.10.2)',junit-jupiter-engine;version='[5.10.1,5.10.2)',junit-jupiter-params;version='[5.10.1,5.10.2)',junit-platform-commons;version='[1.10.1,1.10.2)',junit-platform-engine;version='[1.10.1,1.10.2)',junit-platform-launcher;version='[1.10.1,1.10.2)',org.apache.aries.component-dsl.component-dsl;version='[1.2.2,1.2.3)',org.apache.aries.spifly.dynamic.framework.extension;version='[1.3.7,1.3.8)',org.apache.aries.typedevent.bus;version='[0.0.2,0.0.3)',org.apache.felix.configadmin;version='[1.9.24,1.9.25)',org.apache.felix.scr;version='[2.2.2,2.2.3)',org.eclipse.emf.common;version='[2.29.0,2.29.1)',org.eclipse.emf.ecore;version='[2.35.0,2.35.1)',org.eclipse.emf.ecore.xmi;version='[2.36.0,2.36.1)',org.eclipse.sensinact.gateway.core.annotation;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.core.api;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.core.emf-api;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.core.geo-json;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.core.impl;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.core.models.metadata;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.core.models.provider;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.southbound.virtual.virtual-temperature-sensor;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.southbound.virtual.virtual-temperature-sensor-tests;version='[0.0.2,0.0.3)',org.gecko.emf.osgi.component.minimal;version='[6.1.0,6.1.1)',org.opentest4j;version='[1.3.0,1.3.1)',org.osgi.service.cm;version='[1.6.1,1.6.2)',org.osgi.service.component;version='[1.5.0,1.5.1)',org.osgi.service.typedevent;version='[1.0.0,1.0.1)',org.osgi.test.common;version='[1.3.0,1.3.1)',org.osgi.test.junit5;version='[1.3.0,1.3.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)',org.osgi.util.pushstream;version='[1.0.2,1.0.3)',slf4j.api;version='[2.0.11,2.0.12)' [INFO] [INFO] --- bnd-testing:7.0.0:testing (default) @ virtual-temperature-sensor --- [INFO] Matching glob * [INFO] Testing /home/jenkins/agent/workspace/Sensinact Deploy/southbound/virtual/virtual-temperature-sensor/integration-test.bndrun: Feb 12, 2024 8:06:38 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 Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/admin Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/system Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/system/version Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/system/version Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/system/started Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/system/started Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/system/started Feb 12, 2024 8:06:39 PM org.apache.aries.spifly.BaseActivator log INFO: Registered provider aQute.tester.bundle.engine.BundleEngine of service org.junit.platform.engine.TestEngine in bundle biz.aQute.tester.junit-platform [INFO] No Errors [INFO] [INFO] --- install:3.1.1:install (default-install) @ virtual-temperature-sensor --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/southbound/virtual/virtual-temperature-sensor/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/southbound/virtual/virtual-temperature-sensor/0.0.2-SNAPSHOT/virtual-temperature-sensor-0.0.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/southbound/virtual/virtual-temperature-sensor/target/virtual-temperature-sensor-0.0.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/southbound/virtual/virtual-temperature-sensor/0.0.2-SNAPSHOT/virtual-temperature-sensor-0.0.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/southbound/virtual/virtual-temperature-sensor/target/virtual-temperature-sensor-0.0.2-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/southbound/virtual/virtual-temperature-sensor/0.0.2-SNAPSHOT/virtual-temperature-sensor-0.0.2-SNAPSHOT-tests.jar [INFO] [INFO] --- deploy:3.0.0:deploy (default-deploy) @ virtual-temperature-sensor --- [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/southbound/virtual/virtual-temperature-sensor/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/southbound/virtual/virtual-temperature-sensor/0.0.2-SNAPSHOT/maven-metadata.xml (1.0 kB at 80 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/virtual/virtual-temperature-sensor/0.0.2-SNAPSHOT/virtual-temperature-sensor-0.0.2-20240212.200245-62.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/virtual/virtual-temperature-sensor/0.0.2-SNAPSHOT/virtual-temperature-sensor-0.0.2-20240212.200245-62.pom (2.0 kB at 29 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/virtual/virtual-temperature-sensor/0.0.2-SNAPSHOT/virtual-temperature-sensor-0.0.2-20240212.200245-62.jar [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/virtual/virtual-temperature-sensor/0.0.2-SNAPSHOT/virtual-temperature-sensor-0.0.2-20240212.200245-62-tests.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/virtual/virtual-temperature-sensor/0.0.2-SNAPSHOT/virtual-temperature-sensor-0.0.2-20240212.200245-62-tests.jar (7.7 kB at 265 kB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/virtual/virtual-temperature-sensor/0.0.2-SNAPSHOT/virtual-temperature-sensor-0.0.2-20240212.200245-62.jar (10 kB at 222 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/virtual/virtual-temperature-sensor/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/virtual/virtual-temperature-sensor/maven-metadata.xml (394 B at 9.8 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/virtual/virtual-temperature-sensor/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/southbound/virtual/virtual-temperature-sensor/0.0.2-SNAPSHOT/maven-metadata.xml (1.0 kB at 18 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/virtual/virtual-temperature-sensor/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/virtual/virtual-temperature-sensor/maven-metadata.xml (394 B at 7.0 kB/s) [INFO] [INFO] ------< org.eclipse.sensinact.gateway.southbound.history:history >------ [INFO] Building History Connectors 0.0.2-SNAPSHOT [24/68] [INFO] from southbound/history/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ history --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ history --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/southbound/history/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/southbound/history/history/0.0.2-SNAPSHOT/history-0.0.2-SNAPSHOT.pom [INFO] [INFO] --- deploy:3.0.0:deploy (default-deploy) @ history --- [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/southbound/history/history/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/southbound/history/history/0.0.2-SNAPSHOT/maven-metadata.xml (634 B at 53 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/history/history/0.0.2-SNAPSHOT/history-0.0.2-20240212.200245-62.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/history/history/0.0.2-SNAPSHOT/history-0.0.2-20240212.200245-62.pom (2.1 kB at 34 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/history/history/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/history/history/maven-metadata.xml (375 B at 25 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/history/history/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/southbound/history/history/0.0.2-SNAPSHOT/maven-metadata.xml (634 B at 11 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/history/history/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/history/history/maven-metadata.xml (375 B at 6.0 kB/s) [INFO] [INFO] ----< org.eclipse.sensinact.gateway.southbound.history:history-api >---- [INFO] Building history-api 0.0.2-SNAPSHOT [25/68] [INFO] from southbound/history/history-api/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ history-api --- [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ history-api --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sensinact Deploy/southbound/history/history-api/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ history-api --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Sensinact Deploy/southbound/history/history-api/target/classes [INFO] [INFO] --- bnd:7.0.0:bnd-process (default) @ history-api --- [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ history-api --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sensinact Deploy/southbound/history/history-api/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ history-api --- [INFO] No sources to compile [INFO] [INFO] --- bnd:7.0.0:bnd-process-tests (bnd-process-tests) @ history-api --- [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/southbound/history/history-api/pom.xml [0:0]: The JAR is empty: The instructions for the JAR named org.eclipse.sensinact.gateway.southbound.history.history-api-tests did not cause any content to be included, this is likely wrong [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/southbound/history/history-api/pom.xml [0:0]: The Test-Cases header is empty. No test case classes were found. [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ history-api --- [JENKINS] Recording test results [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ history-api --- [INFO] Building jar: /home/jenkins/agent/workspace/Sensinact Deploy/southbound/history/history-api/target/history-api-0.0.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (test-jar) @ history-api --- [INFO] Building jar: /home/jenkins/agent/workspace/Sensinact Deploy/southbound/history/history-api/target/history-api-0.0.2-SNAPSHOT-tests.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ history-api --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/southbound/history/history-api/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/southbound/history/history-api/0.0.2-SNAPSHOT/history-api-0.0.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/southbound/history/history-api/target/history-api-0.0.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/southbound/history/history-api/0.0.2-SNAPSHOT/history-api-0.0.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/southbound/history/history-api/target/history-api-0.0.2-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/southbound/history/history-api/0.0.2-SNAPSHOT/history-api-0.0.2-SNAPSHOT-tests.jar [INFO] [INFO] --- deploy:3.0.0:deploy (default-deploy) @ history-api --- [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/southbound/history/history-api/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/southbound/history/history-api/0.0.2-SNAPSHOT/maven-metadata.xml (1.0 kB at 114 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/history/history-api/0.0.2-SNAPSHOT/history-api-0.0.2-20240212.200245-62.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/history/history-api/0.0.2-SNAPSHOT/history-api-0.0.2-20240212.200245-62.pom (1.7 kB at 32 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/history/history-api/0.0.2-SNAPSHOT/history-api-0.0.2-20240212.200245-62.jar [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/history/history-api/0.0.2-SNAPSHOT/history-api-0.0.2-20240212.200245-62-tests.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/history/history-api/0.0.2-SNAPSHOT/history-api-0.0.2-20240212.200245-62-tests.jar (2.7 kB at 84 kB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/history/history-api/0.0.2-SNAPSHOT/history-api-0.0.2-20240212.200245-62.jar (5.0 kB at 113 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/history/history-api/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/history/history-api/maven-metadata.xml (379 B at 7.7 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/history/history-api/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/southbound/history/history-api/0.0.2-SNAPSHOT/maven-metadata.xml (1.0 kB at 13 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/history/history-api/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/history/history-api/maven-metadata.xml (379 B at 5.3 kB/s) [INFO] [INFO] --< org.eclipse.sensinact.gateway.southbound.history:timescale-provider >-- [INFO] Building timescale-provider 0.0.2-SNAPSHOT [26/68] [INFO] from southbound/history/timescale-provider/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/osgi/org.osgi.service.jdbc/1.0.0/org.osgi.service.jdbc-1.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.jdbc/1.0.0/org.osgi.service.jdbc-1.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.jdbc/1.0.0/org.osgi.service.jdbc-1.0.0.pom (1.3 kB at 17 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/osgi/org.osgi.service.transaction.control/1.0.0/org.osgi.service.transaction.control-1.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.transaction.control/1.0.0/org.osgi.service.transaction.control-1.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.transaction.control/1.0.0/org.osgi.service.transaction.control-1.0.0.pom (1.5 kB at 8.4 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/postgresql/postgresql/42.5.1/postgresql-42.5.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/postgresql/postgresql/42.5.1/postgresql-42.5.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/postgresql/postgresql/42.5.1/postgresql-42.5.1.pom (2.7 kB at 383 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/checkerframework/checker-qual/3.5.0/checker-qual-3.5.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.5.0/checker-qual-3.5.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.5.0/checker-qual-3.5.0.pom (2.2 kB at 167 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/apache/aries/tx-control/tx-control-service-local/1.0.1/tx-control-service-local-1.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/aries/tx-control/tx-control-service-local/1.0.1/tx-control-service-local-1.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/aries/tx-control/tx-control-service-local/1.0.1/tx-control-service-local-1.0.1.pom (2.7 kB at 22 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/apache/aries/tx-control/tx-control-service-parent/1.0.1/tx-control-service-parent-1.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/aries/tx-control/tx-control-service-parent/1.0.1/tx-control-service-parent-1.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/aries/tx-control/tx-control-service-parent/1.0.1/tx-control-service-parent-1.0.1.pom (1.5 kB at 20 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/apache/aries/tx-control/tx-control-parent/1.0.1/tx-control-parent-1.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/aries/tx-control/tx-control-parent/1.0.1/tx-control-parent-1.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/aries/tx-control/tx-control-parent/1.0.1/tx-control-parent-1.0.1.pom (5.1 kB at 103 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/apache/aries/tx-control/tx-control-provider-jdbc-local/1.0.1/tx-control-provider-jdbc-local-1.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/aries/tx-control/tx-control-provider-jdbc-local/1.0.1/tx-control-provider-jdbc-local-1.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/aries/tx-control/tx-control-provider-jdbc-local/1.0.1/tx-control-provider-jdbc-local-1.0.1.pom (3.4 kB at 52 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/apache/aries/tx-control/tx-control-provider-jdbc-parent/1.0.1/tx-control-provider-jdbc-parent-1.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/aries/tx-control/tx-control-provider-jdbc-parent/1.0.1/tx-control-provider-jdbc-parent-1.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/aries/tx-control/tx-control-provider-jdbc-parent/1.0.1/tx-control-provider-jdbc-parent-1.0.1.pom (2.3 kB at 17 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/apache/aries/tx-control/tx-control-provider-parent/1.0.1/tx-control-provider-parent-1.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/aries/tx-control/tx-control-provider-parent/1.0.1/tx-control-provider-parent-1.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/aries/tx-control/tx-control-provider-parent/1.0.1/tx-control-provider-parent-1.0.1.pom (1.5 kB at 20 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/testcontainers/postgresql/1.19.1/postgresql-1.19.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/postgresql/1.19.1/postgresql-1.19.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/postgresql/1.19.1/postgresql-1.19.1.pom (1.5 kB at 22 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/testcontainers/jdbc/1.19.1/jdbc-1.19.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/jdbc/1.19.1/jdbc-1.19.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/jdbc/1.19.1/jdbc-1.19.1.pom (1.5 kB at 23 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/testcontainers/database-commons/1.19.1/database-commons-1.19.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/database-commons/1.19.1/database-commons-1.19.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/database-commons/1.19.1/database-commons-1.19.1.pom (1.5 kB at 16 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/testcontainers/testcontainers/1.19.1/testcontainers-1.19.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/testcontainers/1.19.1/testcontainers-1.19.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/testcontainers/1.19.1/testcontainers-1.19.1.pom (2.6 kB at 62 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/apache/commons/commons-compress/1.24.0/commons-compress-1.24.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.24.0/commons-compress-1.24.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.24.0/commons-compress-1.24.0.pom (22 kB at 1.7 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/apache/commons/commons-parent/61/commons-parent-61.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/61/commons-parent-61.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/61/commons-parent-61.pom (81 kB at 7.3 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/apache/apache/30/apache-30.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/30/apache-30.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/30/apache-30.pom (23 kB at 12 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/junit/junit-bom/5.10.0/junit-bom-5.10.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.10.0/junit-bom-5.10.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.10.0/junit-bom-5.10.0.pom (5.6 kB at 2.8 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/rnorth/duct-tape/duct-tape/1.0.8/duct-tape-1.0.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/rnorth/duct-tape/duct-tape/1.0.8/duct-tape-1.0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/rnorth/duct-tape/duct-tape/1.0.8/duct-tape-1.0.8.pom (6.2 kB at 888 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/jetbrains/annotations/17.0.0/annotations-17.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/annotations/17.0.0/annotations-17.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/annotations/17.0.0/annotations-17.0.0.pom (1.4 kB at 68 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/com/github/docker-java/docker-java-api/3.3.3/docker-java-api-3.3.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/docker-java/docker-java-api/3.3.3/docker-java-api-3.3.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/docker-java/docker-java-api/3.3.3/docker-java-api-3.3.3.pom (2.3 kB at 24 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/com/github/docker-java/docker-java-parent/3.3.3/docker-java-parent-3.3.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/docker-java/docker-java-parent/3.3.3/docker-java-parent-3.3.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/docker-java/docker-java-parent/3.3.3/docker-java-parent-3.3.3.pom (12 kB at 301 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/com/github/docker-java/docker-java-transport-zerodep/3.3.3/docker-java-transport-zerodep-3.3.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/docker-java/docker-java-transport-zerodep/3.3.3/docker-java-transport-zerodep-3.3.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/docker-java/docker-java-transport-zerodep/3.3.3/docker-java-transport-zerodep-3.3.3.pom (4.1 kB at 35 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/com/github/docker-java/docker-java-transport/3.3.3/docker-java-transport-3.3.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/docker-java/docker-java-transport/3.3.3/docker-java-transport-3.3.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/docker-java/docker-java-transport/3.3.3/docker-java-transport-3.3.3.pom (1.6 kB at 4.2 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/net/java/dev/jna/jna/5.12.1/jna-5.12.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/5.12.1/jna-5.12.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/5.12.1/jna-5.12.1.pom (2.0 kB at 2.0 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/osgi/org.osgi.service.jdbc/1.0.0/org.osgi.service.jdbc-1.0.0.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/osgi/org.osgi.service.transaction.control/1.0.0/org.osgi.service.transaction.control-1.0.0.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/postgresql/postgresql/42.5.1/postgresql-42.5.1.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/checkerframework/checker-qual/3.5.0/checker-qual-3.5.0.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/apache/aries/tx-control/tx-control-service-local/1.0.1/tx-control-service-local-1.0.1.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/apache/aries/tx-control/tx-control-provider-jdbc-local/1.0.1/tx-control-provider-jdbc-local-1.0.1.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/testcontainers/postgresql/1.19.1/postgresql-1.19.1.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/testcontainers/jdbc/1.19.1/jdbc-1.19.1.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/testcontainers/database-commons/1.19.1/database-commons-1.19.1.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/testcontainers/testcontainers/1.19.1/testcontainers-1.19.1.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/junit/junit/4.13.2/junit-4.13.2.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/apache/commons/commons-compress/1.24.0/commons-compress-1.24.0.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/rnorth/duct-tape/duct-tape/1.0.8/duct-tape-1.0.8.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/jetbrains/annotations/17.0.0/annotations-17.0.0.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/com/github/docker-java/docker-java-api/3.3.3/docker-java-api-3.3.3.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/com/github/docker-java/docker-java-transport-zerodep/3.3.3/docker-java-transport-zerodep-3.3.3.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/com/github/docker-java/docker-java-transport/3.3.3/docker-java-transport-3.3.3.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/net/java/dev/jna/jna/5.12.1/jna-5.12.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.jdbc/1.0.0/org.osgi.service.jdbc-1.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.jdbc/1.0.0/org.osgi.service.jdbc-1.0.0.jar (12 kB at 56 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.transaction.control/1.0.0/org.osgi.service.transaction.control-1.0.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/postgresql/postgresql/42.5.1/postgresql-42.5.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.5.0/checker-qual-3.5.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/aries/tx-control/tx-control-service-local/1.0.1/tx-control-service-local-1.0.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/aries/tx-control/tx-control-provider-jdbc-local/1.0.1/tx-control-provider-jdbc-local-1.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.5.0/checker-qual-3.5.0.jar (214 kB at 9.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/postgresql/1.19.1/postgresql-1.19.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/postgresql/postgresql/42.5.1/postgresql-42.5.1.jar (1.0 MB at 35 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/jdbc/1.19.1/jdbc-1.19.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/postgresql/1.19.1/postgresql-1.19.1.jar (9.7 kB at 109 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/database-commons/1.19.1/database-commons-1.19.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/aries/tx-control/tx-control-service-local/1.0.1/tx-control-service-local-1.0.1.jar (37 kB at 354 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/testcontainers/1.19.1/testcontainers-1.19.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.transaction.control/1.0.0/org.osgi.service.transaction.control-1.0.0.jar (47 kB at 452 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.13.2/junit-4.13.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.13.2/junit-4.13.2.jar (385 kB at 3.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.24.0/commons-compress-1.24.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.24.0/commons-compress-1.24.0.jar (1.1 MB at 8.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/rnorth/duct-tape/duct-tape/1.0.8/duct-tape-1.0.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/aries/tx-control/tx-control-provider-jdbc-local/1.0.1/tx-control-provider-jdbc-local-1.0.1.jar (180 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/annotations/17.0.0/annotations-17.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/rnorth/duct-tape/duct-tape/1.0.8/duct-tape-1.0.8.jar (25 kB at 175 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/docker-java/docker-java-api/3.3.3/docker-java-api-3.3.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/annotations/17.0.0/annotations-17.0.0.jar (19 kB at 128 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/docker-java/docker-java-transport-zerodep/3.3.3/docker-java-transport-zerodep-3.3.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/database-commons/1.19.1/database-commons-1.19.1.jar (10 kB at 68 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/docker-java/docker-java-transport/3.3.3/docker-java-transport-3.3.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/jdbc/1.19.1/jdbc-1.19.1.jar (29 kB at 148 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/5.12.1/jna-5.12.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/5.12.1/jna-5.12.1.jar (1.9 MB at 8.7 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/docker-java/docker-java-api/3.3.3/docker-java-api-3.3.3.jar (471 kB at 2.0 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/docker-java/docker-java-transport-zerodep/3.3.3/docker-java-transport-zerodep-3.3.3.jar (2.0 MB at 8.3 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/docker-java/docker-java-transport/3.3.3/docker-java-transport-3.3.3.jar (38 kB at 138 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/testcontainers/1.19.1/testcontainers-1.19.1.jar (17 MB at 48 MB/s) [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ timescale-provider --- [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ timescale-provider --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sensinact Deploy/southbound/history/timescale-provider/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ timescale-provider --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Sensinact Deploy/southbound/history/timescale-provider/target/classes [INFO] [INFO] --- bnd:7.0.0:bnd-process (default) @ timescale-provider --- [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ timescale-provider --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ timescale-provider --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Sensinact Deploy/southbound/history/timescale-provider/target/test-classes [INFO] [INFO] --- bnd:7.0.0:bnd-process-tests (bnd-process-tests) @ timescale-provider --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ timescale-provider --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] [INFO] Results: [INFO] [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [JENKINS] Recording test results [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ timescale-provider --- [INFO] Building jar: /home/jenkins/agent/workspace/Sensinact Deploy/southbound/history/timescale-provider/target/timescale-provider-0.0.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (test-jar) @ timescale-provider --- [INFO] Building jar: /home/jenkins/agent/workspace/Sensinact Deploy/southbound/history/timescale-provider/target/timescale-provider-0.0.2-SNAPSHOT-tests.jar [INFO] [INFO] --- bnd-resolver:7.1.0-SNAPSHOT:resolve (resolve-test) @ timescale-provider --- [INFO] Resolving /home/jenkins/agent/workspace/Sensinact Deploy/southbound/history/timescale-provider/integration-test.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)',com.fasterxml.jackson.core.jackson-annotations;version='[2.16.1,2.16.2)',com.fasterxml.jackson.core.jackson-core;version='[2.16.1,2.16.2)',com.fasterxml.jackson.core.jackson-databind;version='[2.16.1,2.16.2)',com.sun.jna;version='[5.12.1,5.12.2)',io.dropwizard.metrics.core;version='[4.2.19,4.2.20)',junit-jupiter-api;version='[5.10.1,5.10.2)',junit-jupiter-engine;version='[5.10.1,5.10.2)',junit-jupiter-params;version='[5.10.1,5.10.2)',junit-platform-commons;version='[1.10.1,1.10.2)',junit-platform-engine;version='[1.10.1,1.10.2)',junit-platform-launcher;version='[1.10.1,1.10.2)',org.apache.aries.component-dsl.component-dsl;version='[1.2.2,1.2.3)',org.apache.aries.spifly.dynamic.framework.extension;version='[1.3.7,1.3.8)',org.apache.aries.typedevent.bus;version='[0.0.2,0.0.3)',org.apache.commons.commons-compress;version='[1.24.0,1.24.1)',org.apache.felix.configadmin;version='[1.9.24,1.9.25)',org.apache.felix.scr;version='[2.2.2,2.2.3)',org.apache.servicemix.bundles.junit;version='[4.13.2,4.13.3)',org.eclipse.emf.common;version='[2.29.0,2.29.1)',org.eclipse.emf.ecore;version='[2.35.0,2.35.1)',org.eclipse.emf.ecore.xmi;version='[2.36.0,2.36.1)',org.eclipse.sensinact.gateway.core.annotation;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.core.api;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.core.emf-api;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.core.geo-json;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.core.impl;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.core.models.metadata;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.core.models.provider;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.southbound.history.history-api;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.southbound.history.timescale-provider;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.southbound.history.timescale-provider-tests;version='[0.0.2,0.0.3)',org.gecko.emf.osgi.component.minimal;version='[6.1.0,6.1.1)',org.opentest4j;version='[1.3.0,1.3.1)',org.osgi.service.cm;version='[1.6.1,1.6.2)',org.osgi.service.component;version='[1.5.0,1.5.1)',org.osgi.service.typedevent;version='[1.0.0,1.0.1)',org.osgi.test.common;version='[1.3.0,1.3.1)',org.osgi.test.junit5;version='[1.3.0,1.3.1)',org.osgi.test.junit5.cm;version='[1.3.0,1.3.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)',org.osgi.util.pushstream;version='[1.0.2,1.0.3)',org.postgresql.jdbc;version='[42.5.1,42.5.2)',slf4j.api;version='[2.0.11,2.0.12)',tx-control-provider-jdbc-local;version='[1.0.1,1.0.2)',tx-control-service-local;version='[1.0.1,1.0.2)' [INFO] [INFO] --- bnd-testing:7.0.0:testing (default) @ timescale-provider --- [INFO] Matching glob * [INFO] Testing /home/jenkins/agent/workspace/Sensinact Deploy/southbound/history/timescale-provider/integration-test.bndrun: Feb 12, 2024 8:07:16 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 Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/admin Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/system Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/system/version Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/system/version Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/system/started Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/system/started Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/system/started INFO o.a.a.t.c.s.local.impl.Activator - Registering a new Local TransactionControl service with properties {service.vendor=Apache Aries, service.description=The Apache Aries Transaction Control Service for Local Transactions, osgi.local.enabled=true} Feb 12, 2024 8:07:17 PM org.apache.aries.spifly.BaseActivator log INFO: Registered provider aQute.tester.bundle.engine.BundleEngine of service org.junit.platform.engine.TestEngine in bundle biz.aQute.tester.junit-platform INFO o.t.d.DockerMachineClientProviderStrategy - docker-machine executable was not found on PATH ([/opt/tools/apache-maven/latest/bin, /opt/tools/java/temurin/jdk-17/latest/bin, /opt/tools/java/temurin/jdk-17/latest/bin, /opt/java/openjdk/bin, /usr/local/sbin, /usr/local/bin, /usr/sbin, /usr/bin, /sbin, /bin]) ERROR o.t.d.DockerClientProviderStrategy - Could not find a valid Docker environment. Please check configuration. Attempted configurations were: UnixSocketClientProviderStrategy: failed with exception InvalidConfigurationException (Could not find unix domain socket). Root cause NoSuchFileException (/var/run/docker.sock) DockerDesktopClientProviderStrategy: failed with exception NullPointerException (Cannot invoke "java.nio.file.Path.toString()" because the return value of "org.testcontainers.dockerclient.DockerDesktopClientProviderStrategy.getSocketPath()" is null)As no valid configuration was found, execution cannot continue. See https://java.testcontainers.org/on_failure.html for more details. [INFO] No Errors [INFO] [INFO] --- install:3.1.1:install (default-install) @ timescale-provider --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/southbound/history/timescale-provider/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/southbound/history/timescale-provider/0.0.2-SNAPSHOT/timescale-provider-0.0.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/southbound/history/timescale-provider/target/timescale-provider-0.0.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/southbound/history/timescale-provider/0.0.2-SNAPSHOT/timescale-provider-0.0.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/southbound/history/timescale-provider/target/timescale-provider-0.0.2-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/southbound/history/timescale-provider/0.0.2-SNAPSHOT/timescale-provider-0.0.2-SNAPSHOT-tests.jar [INFO] [INFO] --- deploy:3.0.0:deploy (default-deploy) @ timescale-provider --- [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/southbound/history/timescale-provider/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/southbound/history/timescale-provider/0.0.2-SNAPSHOT/maven-metadata.xml (1.0 kB at 115 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/history/timescale-provider/0.0.2-SNAPSHOT/timescale-provider-0.0.2-20240212.200245-62.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/history/timescale-provider/0.0.2-SNAPSHOT/timescale-provider-0.0.2-20240212.200245-62.pom (4.2 kB at 139 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/history/timescale-provider/0.0.2-SNAPSHOT/timescale-provider-0.0.2-20240212.200245-62.jar [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/history/timescale-provider/0.0.2-SNAPSHOT/timescale-provider-0.0.2-20240212.200245-62-tests.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/history/timescale-provider/0.0.2-SNAPSHOT/timescale-provider-0.0.2-20240212.200245-62.jar (19 kB at 590 kB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/history/timescale-provider/0.0.2-SNAPSHOT/timescale-provider-0.0.2-20240212.200245-62-tests.jar (20 MB at 30 MB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/history/timescale-provider/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/history/timescale-provider/maven-metadata.xml (386 B at 12 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/history/timescale-provider/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/southbound/history/timescale-provider/0.0.2-SNAPSHOT/maven-metadata.xml (1.0 kB at 23 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/history/timescale-provider/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/southbound/history/timescale-provider/maven-metadata.xml (386 B at 9.4 kB/s) [INFO] [INFO] --------< org.eclipse.sensinact.gateway.northbound:northbound >--------- [INFO] Building Northbound Connectors 0.0.2-SNAPSHOT [27/68] [INFO] from northbound/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ northbound --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ northbound --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/northbound/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/northbound/northbound/0.0.2-SNAPSHOT/northbound-0.0.2-SNAPSHOT.pom [INFO] [INFO] --- deploy:3.0.0:deploy (default-deploy) @ northbound --- [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/northbound/northbound/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/northbound/northbound/0.0.2-SNAPSHOT/maven-metadata.xml (629 B at 90 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/northbound/0.0.2-SNAPSHOT/northbound-0.0.2-20240212.200245-62.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/northbound/0.0.2-SNAPSHOT/northbound-0.0.2-20240212.200245-62.pom (5.2 kB at 45 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/northbound/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/northbound/maven-metadata.xml (370 B at 13 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/northbound/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/northbound/northbound/0.0.2-SNAPSHOT/maven-metadata.xml (629 B at 9.5 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/northbound/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/northbound/maven-metadata.xml (370 B at 11 kB/s) [INFO] [INFO] ------< org.eclipse.sensinact.gateway.northbound.filters:filters >------ [INFO] Building SensiNact Northbound Filters 0.0.2-SNAPSHOT [28/68] [INFO] from northbound/filters/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ filters --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ filters --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/northbound/filters/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/northbound/filters/filters/0.0.2-SNAPSHOT/filters-0.0.2-SNAPSHOT.pom [INFO] [INFO] --- deploy:3.0.0:deploy (default-deploy) @ filters --- [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/northbound/filters/filters/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/northbound/filters/filters/0.0.2-SNAPSHOT/maven-metadata.xml (634 B at 33 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/filters/filters/0.0.2-SNAPSHOT/filters-0.0.2-20240212.200245-62.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/filters/filters/0.0.2-SNAPSHOT/filters-0.0.2-20240212.200245-62.pom (1.9 kB at 42 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/filters/filters/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/filters/filters/maven-metadata.xml (375 B at 42 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/filters/filters/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/northbound/filters/filters/0.0.2-SNAPSHOT/maven-metadata.xml (634 B at 6.5 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/filters/filters/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/filters/filters/maven-metadata.xml (375 B at 3.3 kB/s) [INFO] [INFO] ---< org.eclipse.sensinact.gateway.northbound.filters:filters.core >---- [INFO] Building SensiNact Northbound Filters :: Core 0.0.2-SNAPSHOT [29/68] [INFO] from northbound/filters/filters.core/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/osgi/org.osgi.service.jakartars/2.0.0/org.osgi.service.jakartars-2.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.jakartars/2.0.0/org.osgi.service.jakartars-2.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.jakartars/2.0.0/org.osgi.service.jakartars-2.0.0.pom (3.4 kB at 18 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/osgi/org.osgi.service.jakartars/2.0.0/org.osgi.service.jakartars-2.0.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.jakartars/2.0.0/org.osgi.service.jakartars-2.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.jakartars/2.0.0/org.osgi.service.jakartars-2.0.0.jar (69 kB at 631 kB/s) [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ filters.core --- [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ filters.core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sensinact Deploy/northbound/filters/filters.core/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ filters.core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/Sensinact Deploy/northbound/filters/filters.core/target/classes [INFO] [INFO] --- bnd:7.0.0:bnd-process (default) @ filters.core --- [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ filters.core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sensinact Deploy/northbound/filters/filters.core/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ filters.core --- [INFO] No sources to compile [INFO] [INFO] --- bnd:7.0.0:bnd-process-tests (bnd-process-tests) @ filters.core --- [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/filters/filters.core/pom.xml [0:0]: The JAR is empty: The instructions for the JAR named org.eclipse.sensinact.gateway.northbound.filters.filters.core-tests did not cause any content to be included, this is likely wrong [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/filters/filters.core/pom.xml [0:0]: The Test-Cases header is empty. No test case classes were found. [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ filters.core --- [JENKINS] Recording test results [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ filters.core --- [INFO] Building jar: /home/jenkins/agent/workspace/Sensinact Deploy/northbound/filters/filters.core/target/filters.core-0.0.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (test-jar) @ filters.core --- [INFO] Building jar: /home/jenkins/agent/workspace/Sensinact Deploy/northbound/filters/filters.core/target/filters.core-0.0.2-SNAPSHOT-tests.jar [INFO] [INFO] --- bnd-resolver:7.1.0-SNAPSHOT:resolve (resolve-test) @ filters.core --- [WARNING] No bndrun files were specified with or found as *.bndrun in the project. This is unexpected. [INFO] [INFO] --- bnd-testing:7.0.0:testing (default) @ filters.core --- [INFO] Matching glob * [WARNING] No bndrun files were specified with or found as *.bndrun in the project. This is unexpected. [INFO] [INFO] --- install:3.1.1:install (default-install) @ filters.core --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/northbound/filters/filters.core/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/northbound/filters/filters.core/0.0.2-SNAPSHOT/filters.core-0.0.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/northbound/filters/filters.core/target/filters.core-0.0.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/northbound/filters/filters.core/0.0.2-SNAPSHOT/filters.core-0.0.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/northbound/filters/filters.core/target/filters.core-0.0.2-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/northbound/filters/filters.core/0.0.2-SNAPSHOT/filters.core-0.0.2-SNAPSHOT-tests.jar [INFO] [INFO] --- deploy:3.0.0:deploy (default-deploy) @ filters.core --- [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/northbound/filters/filters.core/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/northbound/filters/filters.core/0.0.2-SNAPSHOT/maven-metadata.xml (1.0 kB at 93 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/filters/filters.core/0.0.2-SNAPSHOT/filters.core-0.0.2-20240212.200245-62.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/filters/filters.core/0.0.2-SNAPSHOT/filters.core-0.0.2-20240212.200245-62.pom (2.9 kB at 79 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/filters/filters.core/0.0.2-SNAPSHOT/filters.core-0.0.2-20240212.200245-62.jar [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/filters/filters.core/0.0.2-SNAPSHOT/filters.core-0.0.2-20240212.200245-62-tests.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/filters/filters.core/0.0.2-SNAPSHOT/filters.core-0.0.2-20240212.200245-62.jar (12 kB at 408 kB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/filters/filters.core/0.0.2-SNAPSHOT/filters.core-0.0.2-20240212.200245-62-tests.jar (2.8 kB at 92 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/filters/filters.core/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/filters/filters.core/maven-metadata.xml (380 B at 42 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/filters/filters.core/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/northbound/filters/filters.core/0.0.2-SNAPSHOT/maven-metadata.xml (1.0 kB at 33 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/filters/filters.core/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/filters/filters.core/maven-metadata.xml (380 B at 12 kB/s) [INFO] [INFO] -------< org.eclipse.sensinact.gateway.northbound.filters:ldap >-------- [INFO] Building SensiNact Northbound Filters :: LDAP 0.0.2-SNAPSHOT [30/68] [INFO] from northbound/filters/ldap/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/antlr/antlr4-maven-plugin/4.12.0/antlr4-maven-plugin-4.12.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr4-maven-plugin/4.12.0/antlr4-maven-plugin-4.12.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr4-maven-plugin/4.12.0/antlr4-maven-plugin-4.12.0.pom (5.9 kB at 55 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/antlr/antlr4-master/4.12.0/antlr4-master-4.12.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr4-master/4.12.0/antlr4-master-4.12.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr4-master/4.12.0/antlr4-master-4.12.0.pom (4.8 kB at 110 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/antlr/antlr4-maven-plugin/4.12.0/antlr4-maven-plugin-4.12.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr4-maven-plugin/4.12.0/antlr4-maven-plugin-4.12.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr4-maven-plugin/4.12.0/antlr4-maven-plugin-4.12.0.jar (30 kB at 1.1 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/antlr/antlr4-runtime/4.12.0/antlr4-runtime-4.12.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr4-runtime/4.12.0/antlr4-runtime-4.12.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr4-runtime/4.12.0/antlr4-runtime-4.12.0.pom (3.6 kB at 45 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/antlr/antlr4-runtime/4.12.0/antlr4-runtime-4.12.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr4-runtime/4.12.0/antlr4-runtime-4.12.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr4-runtime/4.12.0/antlr4-runtime-4.12.0.jar (326 kB at 3.4 MB/s) [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ ldap --- [INFO] [INFO] --- antlr4:4.12.0:antlr4 (antlr) @ ldap --- [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-compiler-api/2.12.1/plexus-compiler-api-2.12.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.12.1/plexus-compiler-api-2.12.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.12.1/plexus-compiler-api-2.12.1.pom (1.1 kB at 16 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-compiler/2.12.1/plexus-compiler-2.12.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.12.1/plexus-compiler-2.12.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.12.1/plexus-compiler-2.12.1.pom (8.3 kB at 258 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-components/10.0/plexus-components-10.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/10.0/plexus-components-10.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/10.0/plexus-components-10.0.pom (2.7 kB at 2.7 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/antlr/antlr4/4.12.0/antlr4-4.12.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr4/4.12.0/antlr4-4.12.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr4/4.12.0/antlr4-4.12.0.pom (7.6 kB at 152 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/antlr/antlr-runtime/3.5.3/antlr-runtime-3.5.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-runtime/3.5.3/antlr-runtime-3.5.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-runtime/3.5.3/antlr-runtime-3.5.3.pom (2.9 kB at 75 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/antlr/antlr-master/3.5.3/antlr-master-3.5.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-master/3.5.3/antlr-master-3.5.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-master/3.5.3/antlr-master-3.5.3.pom (11 kB at 298 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/antlr/ST4/4.3.4/ST4-4.3.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/ST4/4.3.4/ST4-4.3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/ST4/4.3.4/ST4-4.3.4.pom (4.6 kB at 125 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/abego/treelayout/org.abego.treelayout.core/1.0.3/org.abego.treelayout.core-1.0.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/abego/treelayout/org.abego.treelayout.core/1.0.3/org.abego.treelayout.core-1.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/abego/treelayout/org.abego.treelayout.core/1.0.3/org.abego.treelayout.core-1.0.3.pom (5.2 kB at 647 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/com/ibm/icu/icu4j/71.1/icu4j-71.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/ibm/icu/icu4j/71.1/icu4j-71.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/ibm/icu/icu4j/71.1/icu4j-71.1.pom (4.9 kB at 190 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/slf4j/slf4j-api/2.0.0/slf4j-api-2.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/2.0.0/slf4j-api-2.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/2.0.0/slf4j-api-2.0.0.pom (1.6 kB at 201 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/slf4j/slf4j-parent/2.0.0/slf4j-parent-2.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/2.0.0/slf4j-parent-2.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/2.0.0/slf4j-parent-2.0.0.pom (16 kB at 1.6 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/slf4j/slf4j-simple/2.0.0/slf4j-simple-2.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-simple/2.0.0/slf4j-simple-2.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-simple/2.0.0/slf4j-simple-2.0.0.pom (1.1 kB at 152 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-compiler-api/2.12.1/plexus-compiler-api-2.12.1.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/antlr/antlr4/4.12.0/antlr4-4.12.0.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/antlr/antlr-runtime/3.5.3/antlr-runtime-3.5.3.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/antlr/ST4/4.3.4/ST4-4.3.4.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/abego/treelayout/org.abego.treelayout.core/1.0.3/org.abego.treelayout.core-1.0.3.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/com/ibm/icu/icu4j/71.1/icu4j-71.1.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/slf4j/slf4j-api/2.0.0/slf4j-api-2.0.0.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/slf4j/slf4j-simple/2.0.0/slf4j-simple-2.0.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.12.1/plexus-compiler-api-2.12.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.12.1/plexus-compiler-api-2.12.1.jar (27 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr4/4.12.0/antlr4-4.12.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-runtime/3.5.3/antlr-runtime-3.5.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/ST4/4.3.4/ST4-4.3.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/abego/treelayout/org.abego.treelayout.core/1.0.3/org.abego.treelayout.core-1.0.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/ibm/icu/icu4j/71.1/icu4j-71.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/abego/treelayout/org.abego.treelayout.core/1.0.3/org.abego.treelayout.core-1.0.3.jar (27 kB at 4.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/2.0.0/slf4j-api-2.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/2.0.0/slf4j-api-2.0.0.jar (61 kB at 5.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-simple/2.0.0/slf4j-simple-2.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-simple/2.0.0/slf4j-simple-2.0.0.jar (15 kB at 877 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-runtime/3.5.3/antlr-runtime-3.5.3.jar (173 kB at 2.2 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/ST4/4.3.4/ST4-4.3.4.jar (251 kB at 3.0 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr4/4.12.0/antlr4-4.12.0.jar (2.6 MB at 23 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/ibm/icu/icu4j/71.1/icu4j-71.1.jar (14 MB at 49 MB/s) [INFO] ANTLR 4: Processing source directory /home/jenkins/agent/workspace/Sensinact Deploy/northbound/filters/ldap/src/main/antlr4 [INFO] Processing grammar: org/eclipse/sensinact/northbound/filters/ldap/antlr/LdapFilterLexer.g4 [INFO] Processing grammar: org/eclipse/sensinact/northbound/filters/ldap/antlr/LdapFilterParser.g4 [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ ldap --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sensinact Deploy/northbound/filters/ldap/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ ldap --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 26 source files to /home/jenkins/agent/workspace/Sensinact Deploy/northbound/filters/ldap/target/classes [INFO] [INFO] --- bnd:7.0.0:bnd-process (default) @ ldap --- [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ ldap --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ ldap --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Sensinact Deploy/northbound/filters/ldap/target/test-classes [INFO] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/filters/ldap/src/test/java/org/eclipse/sensinact/northbound/filters/ldap/LdapParserTest.java: /home/jenkins/agent/workspace/Sensinact Deploy/northbound/filters/ldap/src/test/java/org/eclipse/sensinact/northbound/filters/ldap/LdapParserTest.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/filters/ldap/src/test/java/org/eclipse/sensinact/northbound/filters/ldap/LdapParserTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- bnd:7.0.0:bnd-process-tests (bnd-process-tests) @ ldap --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ ldap --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.sensinact.northbound.filters.ldap.LdapParserTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.575 s - in org.eclipse.sensinact.northbound.filters.ldap.LdapParserTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0 [INFO] [JENKINS] Recording test results [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ ldap --- [INFO] Building jar: /home/jenkins/agent/workspace/Sensinact Deploy/northbound/filters/ldap/target/ldap-0.0.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (test-jar) @ ldap --- [INFO] Building jar: /home/jenkins/agent/workspace/Sensinact Deploy/northbound/filters/ldap/target/ldap-0.0.2-SNAPSHOT-tests.jar [INFO] [INFO] --- bnd-resolver:7.1.0-SNAPSHOT:resolve (resolve-test) @ ldap --- [INFO] Resolving /home/jenkins/agent/workspace/Sensinact Deploy/northbound/filters/ldap/integration-test.bndrun: [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/apache/felix/org.apache.felix.configurator/1.0.18/org.apache.felix.configurator-1.0.18.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.configurator/1.0.18/org.apache.felix.configurator-1.0.18.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.configurator/1.0.18/org.apache.felix.configurator-1.0.18.pom (6.6 kB at 47 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/apache/felix/org.apache.felix.cm.json/2.0.0/org.apache.felix.cm.json-2.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.cm.json/2.0.0/org.apache.felix.cm.json-2.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.cm.json/2.0.0/org.apache.felix.cm.json-2.0.0.pom (4.9 kB at 88 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/jakarta/annotation/jakarta.annotation-api/2.1.1/jakarta.annotation-api-2.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/annotation/jakarta.annotation-api/2.1.1/jakarta.annotation-api-2.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/annotation/jakarta.annotation-api/2.1.1/jakarta.annotation-api-2.1.1.pom (16 kB at 7.9 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/ee4j/project/1.0.7/project-1.0.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ee4j/project/1.0.7/project-1.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ee4j/project/1.0.7/project-1.0.7.pom (14 kB at 14 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/jakarta/ws/rs/jakarta.ws.rs-api/3.1.0/jakarta.ws.rs-api-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/ws/rs/jakarta.ws.rs-api/3.1.0/jakarta.ws.rs-api-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/ws/rs/jakarta.ws.rs-api/3.1.0/jakarta.ws.rs-api-3.1.0.pom (18 kB at 2.2 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/jakarta/ws/rs/all/3.1.0/all-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/ws/rs/all/3.1.0/all-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/ws/rs/all/3.1.0/all-3.1.0.pom (2.8 kB at 471 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/glassfish/jersey/core/jersey-server/3.1.3/jersey-server-3.1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/core/jersey-server/3.1.3/jersey-server-3.1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/core/jersey-server/3.1.3/jersey-server-3.1.3.pom (13 kB at 174 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/glassfish/jersey/project/3.1.3/project-3.1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/project/3.1.3/project-3.1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/project/3.1.3/project-3.1.3.pom (109 kB at 2.1 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/glassfish/jersey/core/jersey-common/3.1.3/jersey-common-3.1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/core/jersey-common/3.1.3/jersey-common-3.1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/core/jersey-common/3.1.3/jersey-common-3.1.3.pom (13 kB at 243 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.pom (5.9 kB at 5.9 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.pom (7.4 kB at 1.2 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/ee4j/project/1.0.5/project-1.0.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ee4j/project/1.0.5/project-1.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ee4j/project/1.0.5/project-1.0.5.pom (13 kB at 2.2 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/glassfish/jersey/core/jersey-client/3.1.3/jersey-client-3.1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/core/jersey-client/3.1.3/jersey-client-3.1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/core/jersey-client/3.1.3/jersey-client-3.1.3.pom (6.8 kB at 74 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/jakarta/validation/jakarta.validation-api/3.0.2/jakarta.validation-api-3.0.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/validation/jakarta.validation-api/3.0.2/jakarta.validation-api-3.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/validation/jakarta.validation-api/3.0.2/jakarta.validation-api-3.0.2.pom (11 kB at 1.1 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/glassfish/jersey/inject/jersey-hk2/3.1.3/jersey-hk2-3.1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/inject/jersey-hk2/3.1.3/jersey-hk2-3.1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/inject/jersey-hk2/3.1.3/jersey-hk2-3.1.3.pom (4.9 kB at 67 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/glassfish/jersey/inject/project/3.1.3/project-3.1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/inject/project/3.1.3/project-3.1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/inject/project/3.1.3/project-3.1.3.pom (1.5 kB at 51 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/glassfish/hk2/hk2-locator/3.0.4/hk2-locator-3.0.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/hk2-locator/3.0.4/hk2-locator-3.0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/hk2-locator/3.0.4/hk2-locator-3.0.4.pom (4.5 kB at 74 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/glassfish/hk2/hk2-parent/3.0.4/hk2-parent-3.0.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/hk2-parent/3.0.4/hk2-parent-3.0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/hk2-parent/3.0.4/hk2-parent-3.0.4.pom (41 kB at 497 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/glassfish/hk2/external/aopalliance-repackaged/3.0.4/aopalliance-repackaged-3.0.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/external/aopalliance-repackaged/3.0.4/aopalliance-repackaged-3.0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/external/aopalliance-repackaged/3.0.4/aopalliance-repackaged-3.0.4.pom (6.1 kB at 73 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/glassfish/hk2/external/3.0.4/external-3.0.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/external/3.0.4/external-3.0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/external/3.0.4/external-3.0.4.pom (1.4 kB at 19 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/glassfish/hk2/hk2-api/3.0.4/hk2-api-3.0.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/hk2-api/3.0.4/hk2-api-3.0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/hk2-api/3.0.4/hk2-api-3.0.4.pom (4.0 kB at 101 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/glassfish/hk2/hk2-utils/3.0.4/hk2-utils-3.0.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/hk2-utils/3.0.4/hk2-utils-3.0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/hk2-utils/3.0.4/hk2-utils-3.0.4.pom (4.8 kB at 137 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/javassist/javassist/3.29.2-GA/javassist-3.29.2-GA.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/javassist/javassist/3.29.2-GA/javassist-3.29.2-GA.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/javassist/javassist/3.29.2-GA/javassist-3.29.2-GA.pom (11 kB at 605 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/glassfish/jersey/media/jersey-media-jaxb/3.1.3/jersey-media-jaxb-3.1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/media/jersey-media-jaxb/3.1.3/jersey-media-jaxb-3.1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/media/jersey-media-jaxb/3.1.3/jersey-media-jaxb-3.1.3.pom (6.3 kB at 68 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/glassfish/jersey/media/project/3.1.3/project-3.1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/media/project/3.1.3/project-3.1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/media/project/3.1.3/project-3.1.3.pom (2.0 kB at 67 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/osgi-technology/rest/org.eclipse.osgitech.rest/1.2.2/org.eclipse.osgitech.rest-1.2.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/osgi-technology/rest/org.eclipse.osgitech.rest/1.2.2/org.eclipse.osgitech.rest-1.2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/osgi-technology/rest/org.eclipse.osgitech.rest/1.2.2/org.eclipse.osgitech.rest-1.2.2.pom (4.3 kB at 32 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/osgi-technology/rest/parent/1.2.2/parent-1.2.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/osgi-technology/rest/parent/1.2.2/parent-1.2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/osgi-technology/rest/parent/1.2.2/parent-1.2.2.pom (24 kB at 454 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/glassfish/hk2/hk2-bom/3.0.5/hk2-bom-3.0.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/hk2-bom/3.0.5/hk2-bom-3.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/hk2-bom/3.0.5/hk2-bom-3.0.5.pom (8.7 kB at 87 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/glassfish/jersey/jersey-bom/3.1.3/jersey-bom-3.1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/jersey-bom/3.1.3/jersey-bom-3.1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/jersey-bom/3.1.3/jersey-bom-3.1.3.pom (19 kB at 1.6 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/ow2/asm/asm-bom/9.5/asm-bom-9.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-bom/9.5/asm-bom-9.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-bom/9.5/asm-bom-9.5.pom (3.2 kB at 1.6 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/ow2/ow2/1.5.1/ow2-1.5.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.5.1/ow2-1.5.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.5.1/ow2-1.5.1.pom (11 kB at 5.6 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/com/fasterxml/jackson/jackson-bom/2.15.2/jackson-bom-2.15.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.15.2/jackson-bom-2.15.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.15.2/jackson-bom-2.15.2.pom (18 kB at 1.8 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/com/fasterxml/jackson/jackson-parent/2.15/jackson-parent-2.15.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-parent/2.15/jackson-parent-2.15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-parent/2.15/jackson-parent-2.15.pom (6.5 kB at 593 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/com/fasterxml/oss-parent/50/oss-parent-50.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/50/oss-parent-50.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/50/oss-parent-50.pom (24 kB at 3.4 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/osgi/org.osgi.test.bom/1.2.1/org.osgi.test.bom-1.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.test.bom/1.2.1/org.osgi.test.bom-1.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.test.bom/1.2.1/org.osgi.test.bom-1.2.1.pom (6.8 kB at 94 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/osgi-technology/rest/org.eclipse.osgitech.rest.sse/1.2.2/org.eclipse.osgitech.rest.sse-1.2.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/osgi-technology/rest/org.eclipse.osgitech.rest.sse/1.2.2/org.eclipse.osgitech.rest.sse-1.2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/osgi-technology/rest/org.eclipse.osgitech.rest.sse/1.2.2/org.eclipse.osgitech.rest.sse-1.2.2.pom (2.3 kB at 35 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/glassfish/jersey/media/jersey-media-sse/3.1.3/jersey-media-sse-3.1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/media/jersey-media-sse/3.1.3/jersey-media-sse-3.1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/media/jersey-media-sse/3.1.3/jersey-media-sse-3.1.3.pom (3.2 kB at 61 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/biz/aQute/bnd/biz.aQute.bnd.annotation/6.4.0/biz.aQute.bnd.annotation-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.annotation/6.4.0/biz.aQute.bnd.annotation-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.annotation/6.4.0/biz.aQute.bnd.annotation-6.4.0.pom (3.4 kB at 66 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/glassfish/jersey/containers/jersey-container-servlet-core/3.1.3/jersey-container-servlet-core-3.1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/containers/jersey-container-servlet-core/3.1.3/jersey-container-servlet-core-3.1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/containers/jersey-container-servlet-core/3.1.3/jersey-container-servlet-core-3.1.3.pom (3.4 kB at 61 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/glassfish/jersey/containers/project/3.1.3/project-3.1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/containers/project/3.1.3/project-3.1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/containers/project/3.1.3/project-3.1.3.pom (3.1 kB at 40 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/glassfish/hk2/hk2-api/3.0.5/hk2-api-3.0.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/hk2-api/3.0.5/hk2-api-3.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/hk2-api/3.0.5/hk2-api-3.0.5.pom (4.0 kB at 68 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/glassfish/hk2/hk2-parent/3.0.5/hk2-parent-3.0.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/hk2-parent/3.0.5/hk2-parent-3.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/hk2-parent/3.0.5/hk2-parent-3.0.5.pom (41 kB at 450 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/glassfish/hk2/hk2-utils/3.0.5/hk2-utils-3.0.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/hk2-utils/3.0.5/hk2-utils-3.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/hk2-utils/3.0.5/hk2-utils-3.0.5.pom (4.8 kB at 56 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/glassfish/hk2/external/aopalliance-repackaged/3.0.5/aopalliance-repackaged-3.0.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/external/aopalliance-repackaged/3.0.5/aopalliance-repackaged-3.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/external/aopalliance-repackaged/3.0.5/aopalliance-repackaged-3.0.5.pom (6.1 kB at 114 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/glassfish/hk2/external/3.0.5/external-3.0.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/external/3.0.5/external-3.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/external/3.0.5/external-3.0.5.pom (1.4 kB at 15 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/osgi/org.osgi.dto/1.1.1/org.osgi.dto-1.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.dto/1.1.1/org.osgi.dto-1.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.dto/1.1.1/org.osgi.dto-1.1.1.pom (1.6 kB at 77 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/apache/felix/org.apache.felix.http.jetty/5.0.4/org.apache.felix.http.jetty-5.0.4.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.4/org.apache.felix.http.jetty-5.0.4.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.4/org.apache.felix.http.jetty-5.0.4.pom (24 kB at 716 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/apache/felix/org.apache.felix.http.base/5.0.2/org.apache.felix.http.base-5.0.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.http.base/5.0.2/org.apache.felix.http.base-5.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.http.base/5.0.2/org.apache.felix.http.base-5.0.2.pom (3.8 kB at 60 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/commons-fileupload/commons-fileupload/1.5/commons-fileupload-1.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-fileupload/commons-fileupload/1.5/commons-fileupload-1.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-fileupload/commons-fileupload/1.5/commons-fileupload-1.5.pom (16 kB at 676 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/apache/commons/commons-parent/56/commons-parent-56.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/56/commons-parent-56.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/56/commons-parent-56.pom (82 kB at 8.2 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/glassfish/jersey/containers/jersey-container-servlet/3.1.3/jersey-container-servlet-3.1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/containers/jersey-container-servlet/3.1.3/jersey-container-servlet-3.1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/containers/jersey-container-servlet/3.1.3/jersey-container-servlet-3.1.3.pom (3.4 kB at 260 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/ow2/asm/asm/9.6/asm-9.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.6/asm-9.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.6/asm-9.6.pom (2.4 kB at 2.4 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/jakarta/xml/bind/jakarta.xml.bind-api/4.0.0/jakarta.xml.bind-api-4.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/xml/bind/jakarta.xml.bind-api/4.0.0/jakarta.xml.bind-api-4.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/xml/bind/jakarta.xml.bind-api/4.0.0/jakarta.xml.bind-api-4.0.0.pom (12 kB at 781 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/jakarta/xml/bind/jakarta.xml.bind-api-parent/4.0.0/jakarta.xml.bind-api-parent-4.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/xml/bind/jakarta.xml.bind-api-parent/4.0.0/jakarta.xml.bind-api-parent-4.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/xml/bind/jakarta.xml.bind-api-parent/4.0.0/jakarta.xml.bind-api-parent-4.0.0.pom (9.2 kB at 1.1 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/jakarta/activation/jakarta.activation-api/2.1.0/jakarta.activation-api-2.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/activation/jakarta.activation-api/2.1.0/jakarta.activation-api-2.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/activation/jakarta.activation-api/2.1.0/jakarta.activation-api-2.1.0.pom (18 kB at 3.0 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/osgi-technology/rest/org.eclipse.osgitech.rest.servlet.whiteboard/1.2.2/org.eclipse.osgitech.rest.servlet.whiteboard-1.2.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/osgi-technology/rest/org.eclipse.osgitech.rest.servlet.whiteboard/1.2.2/org.eclipse.osgitech.rest.servlet.whiteboard-1.2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/osgi-technology/rest/org.eclipse.osgitech.rest.servlet.whiteboard/1.2.2/org.eclipse.osgitech.rest.servlet.whiteboard-1.2.2.pom (5.1 kB at 113 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/osgi-technology/rest/org.eclipse.osgitech.rest.jetty/1.2.2/org.eclipse.osgitech.rest.jetty-1.2.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/osgi-technology/rest/org.eclipse.osgitech.rest.jetty/1.2.2/org.eclipse.osgitech.rest.jetty-1.2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/osgi-technology/rest/org.eclipse.osgitech.rest.jetty/1.2.2/org.eclipse.osgitech.rest.jetty-1.2.2.pom (5.4 kB at 126 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/apache/felix/org.apache.felix.configurator/1.0.18/org.apache.felix.configurator-1.0.18.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/apache/felix/org.apache.felix.cm.json/2.0.0/org.apache.felix.cm.json-2.0.0.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/jakarta/annotation/jakarta.annotation-api/2.1.1/jakarta.annotation-api-2.1.1.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/jakarta/ws/rs/jakarta.ws.rs-api/3.1.0/jakarta.ws.rs-api-3.1.0.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/glassfish/jersey/core/jersey-server/3.1.3/jersey-server-3.1.3.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/glassfish/jersey/core/jersey-common/3.1.3/jersey-common-3.1.3.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/glassfish/jersey/core/jersey-client/3.1.3/jersey-client-3.1.3.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/jakarta/validation/jakarta.validation-api/3.0.2/jakarta.validation-api-3.0.2.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/glassfish/jersey/inject/jersey-hk2/3.1.3/jersey-hk2-3.1.3.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/glassfish/hk2/hk2-locator/3.0.4/hk2-locator-3.0.4.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/glassfish/hk2/external/aopalliance-repackaged/3.0.4/aopalliance-repackaged-3.0.4.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/glassfish/hk2/hk2-utils/3.0.4/hk2-utils-3.0.4.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/javassist/javassist/3.29.2-GA/javassist-3.29.2-GA.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/glassfish/jersey/media/jersey-media-jaxb/3.1.3/jersey-media-jaxb-3.1.3.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/osgi-technology/rest/org.eclipse.osgitech.rest/1.2.2/org.eclipse.osgitech.rest-1.2.2.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/glassfish/jersey/containers/jersey-container-servlet-core/3.1.3/jersey-container-servlet-core-3.1.3.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/glassfish/jersey/media/jersey-media-sse/3.1.3/jersey-media-sse-3.1.3.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/glassfish/hk2/hk2-api/3.0.5/hk2-api-3.0.5.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/osgi/org.osgi.dto/1.1.1/org.osgi.dto-1.1.1.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/biz/aQute/bnd/biz.aQute.bnd.annotation/6.4.0/biz.aQute.bnd.annotation-6.4.0.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/apache/felix/org.apache.felix.http.jetty/5.0.4/org.apache.felix.http.jetty-5.0.4.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/apache/felix/org.apache.felix.http.base/5.0.2/org.apache.felix.http.base-5.0.2.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/commons-fileupload/commons-fileupload/1.5/commons-fileupload-1.5.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/glassfish/jersey/containers/jersey-container-servlet/3.1.3/jersey-container-servlet-3.1.3.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/ow2/asm/asm/9.6/asm-9.6.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/jakarta/xml/bind/jakarta.xml.bind-api/4.0.0/jakarta.xml.bind-api-4.0.0.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/jakarta/activation/jakarta.activation-api/2.1.0/jakarta.activation-api-2.1.0.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/osgi-technology/rest/org.eclipse.osgitech.rest.sse/1.2.2/org.eclipse.osgitech.rest.sse-1.2.2.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/osgi-technology/rest/org.eclipse.osgitech.rest.servlet.whiteboard/1.2.2/org.eclipse.osgitech.rest.servlet.whiteboard-1.2.2.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/osgi-technology/rest/org.eclipse.osgitech.rest.jetty/1.2.2/org.eclipse.osgitech.rest.jetty-1.2.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.configurator/1.0.18/org.apache.felix.configurator-1.0.18.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.configurator/1.0.18/org.apache.felix.configurator-1.0.18.jar (66 kB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.cm.json/2.0.0/org.apache.felix.cm.json-2.0.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/annotation/jakarta.annotation-api/2.1.1/jakarta.annotation-api-2.1.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/ws/rs/jakarta.ws.rs-api/3.1.0/jakarta.ws.rs-api-3.1.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/core/jersey-server/3.1.3/jersey-server-3.1.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/core/jersey-common/3.1.3/jersey-common-3.1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/ws/rs/jakarta.ws.rs-api/3.1.0/jakarta.ws.rs-api-3.1.0.jar (155 kB at 19 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/core/jersey-client/3.1.3/jersey-client-3.1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/annotation/jakarta.annotation-api/2.1.1/jakarta.annotation-api-2.1.1.jar (26 kB at 2.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.jar (11 kB at 628 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/validation/jakarta.validation-api/3.0.2/jakarta.validation-api-3.0.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.cm.json/2.0.0/org.apache.felix.cm.json-2.0.0.jar (48 kB at 2.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/inject/jersey-hk2/3.1.3/jersey-hk2-3.1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/validation/jakarta.validation-api/3.0.2/jakarta.validation-api-3.0.2.jar (93 kB at 2.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/hk2-locator/3.0.4/hk2-locator-3.0.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/core/jersey-common/3.1.3/jersey-common-3.1.3.jar (1.2 MB at 21 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/external/aopalliance-repackaged/3.0.4/aopalliance-repackaged-3.0.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/core/jersey-client/3.1.3/jersey-client-3.1.3.jar (306 kB at 4.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/hk2-utils/3.0.4/hk2-utils-3.0.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/inject/jersey-hk2/3.1.3/jersey-hk2-3.1.3.jar (78 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/javassist/javassist/3.29.2-GA/javassist-3.29.2-GA.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/external/aopalliance-repackaged/3.0.4/aopalliance-repackaged-3.0.4.jar (27 kB at 366 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/core/jersey-server/3.1.3/jersey-server-3.1.3.jar (986 kB at 13 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/media/jersey-media-jaxb/3.1.3/jersey-media-jaxb-3.1.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.jar (19 kB at 243 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/osgi-technology/rest/org.eclipse.osgitech.rest/1.2.2/org.eclipse.osgitech.rest-1.2.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/hk2-locator/3.0.4/hk2-locator-3.0.4.jar (205 kB at 2.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/containers/jersey-container-servlet-core/3.1.3/jersey-container-servlet-core-3.1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/hk2-utils/3.0.4/hk2-utils-3.0.4.jar (132 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/media/jersey-media-sse/3.1.3/jersey-media-sse-3.1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/javassist/javassist/3.29.2-GA/javassist-3.29.2-GA.jar (794 kB at 8.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/hk2-api/3.0.5/hk2-api-3.0.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/media/jersey-media-jaxb/3.1.3/jersey-media-jaxb-3.1.3.jar (96 kB at 959 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.dto/1.1.1/org.osgi.dto-1.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/containers/jersey-container-servlet-core/3.1.3/jersey-container-servlet-core-3.1.3.jar (75 kB at 724 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bnd.annotation/6.4.0/biz.aQute.bnd.annotation-6.4.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/osgi-technology/rest/org.eclipse.osgitech.rest/1.2.2/org.eclipse.osgitech.rest-1.2.2.jar (113 kB at 1.1 MB/s) [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.4/org.apache.felix.http.jetty-5.0.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/media/jersey-media-sse/3.1.3/jersey-media-sse-3.1.3.jar (80 kB at 739 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.http.base/5.0.2/org.apache.felix.http.base-5.0.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/hk2-api/3.0.5/hk2-api-3.0.5.jar (207 kB at 1.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-fileupload/commons-fileupload/1.5/commons-fileupload-1.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.dto/1.1.1/org.osgi.dto-1.1.1.jar (15 kB at 121 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/containers/jersey-container-servlet/3.1.3/jersey-container-servlet-3.1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-fileupload/commons-fileupload/1.5/commons-fileupload-1.5.jar (74 kB at 515 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.6/asm-9.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bnd.annotation/6.4.0/biz.aQute.bnd.annotation-6.4.0.jar (111 kB at 767 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/xml/bind/jakarta.xml.bind-api/4.0.0/jakarta.xml.bind-api-4.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.6/asm-9.6.jar (124 kB at 847 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/activation/jakarta.activation-api/2.1.0/jakarta.activation-api-2.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/xml/bind/jakarta.xml.bind-api/4.0.0/jakarta.xml.bind-api-4.0.0.jar (127 kB at 810 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/osgi-technology/rest/org.eclipse.osgitech.rest.sse/1.2.2/org.eclipse.osgitech.rest.sse-1.2.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/containers/jersey-container-servlet/3.1.3/jersey-container-servlet-3.1.3.jar (33 kB at 202 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/osgi-technology/rest/org.eclipse.osgitech.rest.servlet.whiteboard/1.2.2/org.eclipse.osgitech.rest.servlet.whiteboard-1.2.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.http.base/5.0.2/org.apache.felix.http.base-5.0.2.jar (329 kB at 2.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/osgi-technology/rest/org.eclipse.osgitech.rest.jetty/1.2.2/org.eclipse.osgitech.rest.jetty-1.2.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/activation/jakarta.activation-api/2.1.0/jakarta.activation-api-2.1.0.jar (63 kB at 378 kB/s) [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.4/org.apache.felix.http.jetty-5.0.4.jar (3.2 MB at 19 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/osgi-technology/rest/org.eclipse.osgitech.rest.sse/1.2.2/org.eclipse.osgitech.rest.sse-1.2.2.jar (5.9 kB at 32 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/osgi-technology/rest/org.eclipse.osgitech.rest.servlet.whiteboard/1.2.2/org.eclipse.osgitech.rest.servlet.whiteboard-1.2.2.jar (15 kB at 79 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/osgi-technology/rest/org.eclipse.osgitech.rest.jetty/1.2.2/org.eclipse.osgitech.rest.jetty-1.2.2.jar (16 kB at 83 kB/s) [INFO] -runbundles: ch.qos.logback.classic;version='[1.4.14,1.4.15)',ch.qos.logback.core;version='[1.4.14,1.4.15)',com.fasterxml.jackson.core.jackson-annotations;version='[2.16.1,2.16.2)',com.fasterxml.jackson.core.jackson-core;version='[2.16.1,2.16.2)',com.fasterxml.jackson.core.jackson-databind;version='[2.16.1,2.16.2)',io.dropwizard.metrics.core;version='[4.2.19,4.2.20)',junit-jupiter-api;version='[5.10.1,5.10.2)',junit-jupiter-engine;version='[5.10.1,5.10.2)',junit-jupiter-params;version='[5.10.1,5.10.2)',junit-platform-commons;version='[1.10.1,1.10.2)',junit-platform-engine;version='[1.10.1,1.10.2)',junit-platform-launcher;version='[1.10.1,1.10.2)',org.antlr.antlr4-runtime;version='[4.12.0,4.12.1)',org.apache.aries.component-dsl.component-dsl;version='[1.2.2,1.2.3)',org.apache.aries.spifly.dynamic.framework.extension;version='[1.3.7,1.3.8)',org.apache.aries.typedevent.bus;version='[0.0.2,0.0.3)',org.apache.felix.configadmin;version='[1.9.24,1.9.25)',org.apache.felix.scr;version='[2.2.2,2.2.3)',org.eclipse.emf.common;version='[2.29.0,2.29.1)',org.eclipse.emf.ecore;version='[2.35.0,2.35.1)',org.eclipse.emf.ecore.xmi;version='[2.36.0,2.36.1)',org.eclipse.sensinact.gateway.core.annotation;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.core.api;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.core.emf-api;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.core.geo-json;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.core.impl;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.core.models.metadata;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.core.models.provider;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.northbound.filters.filters.core;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.northbound.filters.ldap;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.northbound.filters.ldap-tests;version='[0.0.2,0.0.3)',org.gecko.emf.osgi.component.minimal;version='[6.1.0,6.1.1)',org.opentest4j;version='[1.3.0,1.3.1)',org.osgi.service.cm;version='[1.6.1,1.6.2)',org.osgi.service.component;version='[1.5.0,1.5.1)',org.osgi.service.typedevent;version='[1.0.0,1.0.1)',org.osgi.test.common;version='[1.3.0,1.3.1)',org.osgi.test.junit5;version='[1.3.0,1.3.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)',org.osgi.util.pushstream;version='[1.0.2,1.0.3)',slf4j.api;version='[2.0.11,2.0.12)' [INFO] [INFO] --- bnd-testing:7.0.0:testing (default) @ ldap --- [INFO] Matching glob * [INFO] Testing /home/jenkins/agent/workspace/Sensinact Deploy/northbound/filters/ldap/integration-test.bndrun: Feb 12, 2024 8:07:34 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 Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/admin Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/system Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/system/version Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/system/version Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/system/started Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/system/started Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/system/started Feb 12, 2024 8:07:35 PM org.apache.aries.spifly.BaseActivator log INFO: Registered provider aQute.tester.bundle.engine.BundleEngine of service org.junit.platform.engine.TestEngine in bundle biz.aQute.tester.junit-platform [INFO] No Errors [INFO] [INFO] --- install:3.1.1:install (default-install) @ ldap --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/northbound/filters/ldap/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/northbound/filters/ldap/0.0.2-SNAPSHOT/ldap-0.0.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/northbound/filters/ldap/target/ldap-0.0.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/northbound/filters/ldap/0.0.2-SNAPSHOT/ldap-0.0.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/northbound/filters/ldap/target/ldap-0.0.2-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/northbound/filters/ldap/0.0.2-SNAPSHOT/ldap-0.0.2-SNAPSHOT-tests.jar [INFO] [INFO] --- deploy:3.0.0:deploy (default-deploy) @ ldap --- [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/northbound/filters/ldap/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/northbound/filters/ldap/0.0.2-SNAPSHOT/maven-metadata.xml (1.0 kB at 113 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/filters/ldap/0.0.2-SNAPSHOT/ldap-0.0.2-20240212.200245-62.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/filters/ldap/0.0.2-SNAPSHOT/ldap-0.0.2-20240212.200245-62.pom (3.5 kB at 89 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/filters/ldap/0.0.2-SNAPSHOT/ldap-0.0.2-20240212.200245-62.jar [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/filters/ldap/0.0.2-SNAPSHOT/ldap-0.0.2-20240212.200245-62-tests.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/filters/ldap/0.0.2-SNAPSHOT/ldap-0.0.2-20240212.200245-62-tests.jar (20 kB at 600 kB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/filters/ldap/0.0.2-SNAPSHOT/ldap-0.0.2-20240212.200245-62.jar (90 kB at 2.7 MB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/filters/ldap/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/filters/ldap/maven-metadata.xml (372 B at 14 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/filters/ldap/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/northbound/filters/ldap/0.0.2-SNAPSHOT/maven-metadata.xml (1.0 kB at 17 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/filters/ldap/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/filters/ldap/maven-metadata.xml (372 B at 7.4 kB/s) [INFO] [INFO] -------< org.eclipse.sensinact.gateway.northbound:query-handler >------- [INFO] Building SensiNact Northbound Query Handler 0.0.2-SNAPSHOT [31/68] [INFO] from northbound/query-handler/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ query-handler --- [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ query-handler --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sensinact Deploy/northbound/query-handler/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ query-handler --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 55 source files to /home/jenkins/agent/workspace/Sensinact Deploy/northbound/query-handler/target/classes [INFO] [INFO] --- bnd:7.0.0:bnd-process (default) @ query-handler --- [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/query-handler/pom.xml [0:0]: Export org.eclipse.sensinact.northbound.query.dto, has 1, private references [org.eclipse.sensinact.northbound.query.dto.jackson] [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/query-handler/pom.xml [0:0]: Export org.eclipse.sensinact.northbound.query.dto.query, has 1, private references [org.eclipse.sensinact.northbound.query.dto.query.jackson] [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/query-handler/pom.xml [0:0]: Export org.eclipse.sensinact.northbound.query.dto.result, has 1, private references [org.eclipse.sensinact.northbound.query.dto.result.jackson] [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ query-handler --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ query-handler --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Sensinact Deploy/northbound/query-handler/target/test-classes [INFO] [INFO] --- bnd:7.0.0:bnd-process-tests (bnd-process-tests) @ query-handler --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ query-handler --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.sensinact.northbound.query.test.SerializationTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.427 s - in org.eclipse.sensinact.northbound.query.test.SerializationTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0 [INFO] [JENKINS] Recording test results [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ query-handler --- [INFO] Building jar: /home/jenkins/agent/workspace/Sensinact Deploy/northbound/query-handler/target/query-handler-0.0.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (test-jar) @ query-handler --- [INFO] Building jar: /home/jenkins/agent/workspace/Sensinact Deploy/northbound/query-handler/target/query-handler-0.0.2-SNAPSHOT-tests.jar [INFO] [INFO] --- bnd-resolver:7.1.0-SNAPSHOT:resolve (resolve-test) @ query-handler --- [INFO] Resolving /home/jenkins/agent/workspace/Sensinact Deploy/northbound/query-handler/integration-test.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)',com.fasterxml.jackson.core.jackson-annotations;version='[2.16.1,2.16.2)',com.fasterxml.jackson.core.jackson-core;version='[2.16.1,2.16.2)',com.fasterxml.jackson.core.jackson-databind;version='[2.16.1,2.16.2)',io.dropwizard.metrics.core;version='[4.2.19,4.2.20)',junit-jupiter-api;version='[5.10.1,5.10.2)',junit-jupiter-engine;version='[5.10.1,5.10.2)',junit-jupiter-params;version='[5.10.1,5.10.2)',junit-platform-commons;version='[1.10.1,1.10.2)',junit-platform-engine;version='[1.10.1,1.10.2)',junit-platform-launcher;version='[1.10.1,1.10.2)',org.apache.aries.component-dsl.component-dsl;version='[1.2.2,1.2.3)',org.apache.aries.spifly.dynamic.framework.extension;version='[1.3.7,1.3.8)',org.apache.aries.typedevent.bus;version='[0.0.2,0.0.3)',org.apache.felix.configadmin;version='[1.9.24,1.9.25)',org.apache.felix.scr;version='[2.2.2,2.2.3)',org.eclipse.emf.common;version='[2.29.0,2.29.1)',org.eclipse.emf.ecore;version='[2.35.0,2.35.1)',org.eclipse.emf.ecore.xmi;version='[2.36.0,2.36.1)',org.eclipse.sensinact.gateway.core.annotation;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.core.api;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.core.emf-api;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.core.geo-json;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.core.impl;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.core.models.metadata;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.core.models.provider;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.northbound.filters.filters.core;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.northbound.query-handler;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.northbound.query-handler-tests;version='[0.0.2,0.0.3)',org.gecko.emf.osgi.component.minimal;version='[6.1.0,6.1.1)',org.opentest4j;version='[1.3.0,1.3.1)',org.osgi.service.cm;version='[1.6.1,1.6.2)',org.osgi.service.component;version='[1.5.0,1.5.1)',org.osgi.service.typedevent;version='[1.0.0,1.0.1)',org.osgi.test.common;version='[1.3.0,1.3.1)',org.osgi.test.junit5;version='[1.3.0,1.3.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)',org.osgi.util.pushstream;version='[1.0.2,1.0.3)',slf4j.api;version='[2.0.11,2.0.12)' [INFO] [INFO] --- bnd-testing:7.0.0:testing (default) @ query-handler --- [INFO] Matching glob * [INFO] Testing /home/jenkins/agent/workspace/Sensinact Deploy/northbound/query-handler/integration-test.bndrun: Feb 12, 2024 8:07:41 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 Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/admin Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/system Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/system/version Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/system/version Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/system/started Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/system/started Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/system/started Feb 12, 2024 8:07:42 PM org.apache.aries.spifly.BaseActivator log INFO: Registered provider aQute.tester.bundle.engine.BundleEngine of service org.junit.platform.engine.TestEngine in bundle biz.aQute.tester.junit-platform [INFO] No Errors [INFO] [INFO] --- install:3.1.1:install (default-install) @ query-handler --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/northbound/query-handler/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/northbound/query-handler/0.0.2-SNAPSHOT/query-handler-0.0.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/northbound/query-handler/target/query-handler-0.0.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/northbound/query-handler/0.0.2-SNAPSHOT/query-handler-0.0.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/northbound/query-handler/target/query-handler-0.0.2-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/northbound/query-handler/0.0.2-SNAPSHOT/query-handler-0.0.2-SNAPSHOT-tests.jar [INFO] [INFO] --- deploy:3.0.0:deploy (default-deploy) @ query-handler --- [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/northbound/query-handler/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/northbound/query-handler/0.0.2-SNAPSHOT/maven-metadata.xml (1.0 kB at 64 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/query-handler/0.0.2-SNAPSHOT/query-handler-0.0.2-20240212.200245-62.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/query-handler/0.0.2-SNAPSHOT/query-handler-0.0.2-20240212.200245-62.pom (4.2 kB at 141 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/query-handler/0.0.2-SNAPSHOT/query-handler-0.0.2-20240212.200245-62.jar [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/query-handler/0.0.2-SNAPSHOT/query-handler-0.0.2-20240212.200245-62-tests.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/query-handler/0.0.2-SNAPSHOT/query-handler-0.0.2-20240212.200245-62-tests.jar (28 kB at 801 kB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/query-handler/0.0.2-SNAPSHOT/query-handler-0.0.2-20240212.200245-62.jar (68 kB at 1.8 MB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/query-handler/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/query-handler/maven-metadata.xml (373 B at 7.6 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/query-handler/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/northbound/query-handler/0.0.2-SNAPSHOT/maven-metadata.xml (1.0 kB at 24 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/query-handler/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/query-handler/maven-metadata.xml (373 B at 6.1 kB/s) [INFO] [INFO] -----< org.eclipse.sensinact.gateway.northbound.security:security >----- [INFO] Building Northbound Security Providers 0.0.2-SNAPSHOT [32/68] [INFO] from northbound/security/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ security --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ security --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/northbound/security/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/northbound/security/security/0.0.2-SNAPSHOT/security-0.0.2-SNAPSHOT.pom [INFO] [INFO] --- deploy:3.0.0:deploy (default-deploy) @ security --- [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/northbound/security/security/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/northbound/security/security/0.0.2-SNAPSHOT/maven-metadata.xml (636 B at 91 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/security/security/0.0.2-SNAPSHOT/security-0.0.2-20240212.200245-62.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/security/security/0.0.2-SNAPSHOT/security-0.0.2-20240212.200245-62.pom (1.3 kB at 48 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/security/security/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/security/security/maven-metadata.xml (377 B at 11 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/security/security/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/northbound/security/security/0.0.2-SNAPSHOT/maven-metadata.xml (636 B at 9.6 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/security/security/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/security/security/maven-metadata.xml (377 B at 7.5 kB/s) [INFO] [INFO] --< org.eclipse.sensinact.gateway.northbound.security:authentication-api >-- [INFO] Building SensiNact Northbound Security API 0.0.2-SNAPSHOT [33/68] [INFO] from northbound/security/authentication-api/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ authentication-api --- [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ authentication-api --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sensinact Deploy/northbound/security/authentication-api/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ authentication-api --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Sensinact Deploy/northbound/security/authentication-api/target/classes [INFO] [INFO] --- bnd:7.0.0:bnd-process (default) @ authentication-api --- [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ authentication-api --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sensinact Deploy/northbound/security/authentication-api/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ authentication-api --- [INFO] No sources to compile [INFO] [INFO] --- bnd:7.0.0:bnd-process-tests (bnd-process-tests) @ authentication-api --- [INFO] skip project as configured [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ authentication-api --- [INFO] No tests to run. [JENKINS] Recording test results [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ authentication-api --- [INFO] Building jar: /home/jenkins/agent/workspace/Sensinact Deploy/northbound/security/authentication-api/target/authentication-api-0.0.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (test-jar) @ authentication-api --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ authentication-api --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/northbound/security/authentication-api/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/northbound/security/authentication-api/0.0.2-SNAPSHOT/authentication-api-0.0.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/northbound/security/authentication-api/target/authentication-api-0.0.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/northbound/security/authentication-api/0.0.2-SNAPSHOT/authentication-api-0.0.2-SNAPSHOT.jar [INFO] [INFO] --- deploy:3.0.0:deploy (default-deploy) @ authentication-api --- [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/northbound/security/authentication-api/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/northbound/security/authentication-api/0.0.2-SNAPSHOT/maven-metadata.xml (820 B at 82 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/security/authentication-api/0.0.2-SNAPSHOT/authentication-api-0.0.2-20240212.200245-62.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/security/authentication-api/0.0.2-SNAPSHOT/authentication-api-0.0.2-20240212.200245-62.pom (1.8 kB at 69 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/security/authentication-api/0.0.2-SNAPSHOT/authentication-api-0.0.2-20240212.200245-62.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/security/authentication-api/0.0.2-SNAPSHOT/authentication-api-0.0.2-20240212.200245-62.jar (5.6 kB at 201 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/security/authentication-api/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/security/authentication-api/maven-metadata.xml (387 B at 43 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/security/authentication-api/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/northbound/security/authentication-api/0.0.2-SNAPSHOT/maven-metadata.xml (820 B at 27 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/security/authentication-api/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/security/authentication-api/maven-metadata.xml (387 B at 12 kB/s) [INFO] [INFO] -----------< org.eclipse.sensinact.gateway.northbound:rest >------------ [INFO] Building SensiNact Northbound REST 0.0.2-SNAPSHOT [34/68] [INFO] from northbound/rest/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/slf4j/jul-to-slf4j/2.0.11/jul-to-slf4j-2.0.11.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jul-to-slf4j/2.0.11/jul-to-slf4j-2.0.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jul-to-slf4j/2.0.11/jul-to-slf4j-2.0.11.pom (1.1 kB at 183 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/com/fasterxml/jackson/jakarta/rs/jackson-jakarta-rs-json-provider/2.16.1/jackson-jakarta-rs-json-provider-2.16.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jakarta/rs/jackson-jakarta-rs-json-provider/2.16.1/jackson-jakarta-rs-json-provider-2.16.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jakarta/rs/jackson-jakarta-rs-json-provider/2.16.1/jackson-jakarta-rs-json-provider-2.16.1.pom (5.2 kB at 46 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/com/fasterxml/jackson/jakarta/rs/jackson-jakarta-rs-providers/2.16.1/jackson-jakarta-rs-providers-2.16.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jakarta/rs/jackson-jakarta-rs-providers/2.16.1/jackson-jakarta-rs-providers-2.16.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jakarta/rs/jackson-jakarta-rs-providers/2.16.1/jackson-jakarta-rs-providers-2.16.1.pom (6.5 kB at 67 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/com/fasterxml/jackson/jakarta/rs/jackson-jakarta-rs-base/2.16.1/jackson-jakarta-rs-base-2.16.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jakarta/rs/jackson-jakarta-rs-base/2.16.1/jackson-jakarta-rs-base-2.16.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jakarta/rs/jackson-jakarta-rs-base/2.16.1/jackson-jakarta-rs-base-2.16.1.pom (2.3 kB at 4.0 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/com/fasterxml/jackson/module/jackson-module-jakarta-xmlbind-annotations/2.16.1/jackson-module-jakarta-xmlbind-annotations-2.16.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/module/jackson-module-jakarta-xmlbind-annotations/2.16.1/jackson-module-jakarta-xmlbind-annotations-2.16.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/module/jackson-module-jakarta-xmlbind-annotations/2.16.1/jackson-module-jakarta-xmlbind-annotations-2.16.1.pom (3.8 kB at 15 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/com/fasterxml/jackson/module/jackson-modules-base/2.16.1/jackson-modules-base-2.16.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/module/jackson-modules-base/2.16.1/jackson-modules-base-2.16.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/module/jackson-modules-base/2.16.1/jackson-modules-base-2.16.1.pom (4.1 kB at 10.0 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/jakarta/xml/bind/jakarta.xml.bind-api/3.0.1/jakarta.xml.bind-api-3.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/xml/bind/jakarta.xml.bind-api/3.0.1/jakarta.xml.bind-api-3.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/xml/bind/jakarta.xml.bind-api/3.0.1/jakarta.xml.bind-api-3.0.1.pom (13 kB at 1.5 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/jakarta/xml/bind/jakarta.xml.bind-api-parent/3.0.1/jakarta.xml.bind-api-parent-3.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/xml/bind/jakarta.xml.bind-api-parent/3.0.1/jakarta.xml.bind-api-parent-3.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/xml/bind/jakarta.xml.bind-api-parent/3.0.1/jakarta.xml.bind-api-parent-3.0.1.pom (9.5 kB at 1.2 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/com/sun/activation/jakarta.activation/2.0.1/jakarta.activation-2.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/activation/jakarta.activation/2.0.1/jakarta.activation-2.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/activation/jakarta.activation/2.0.1/jakarta.activation-2.0.1.pom (2.0 kB at 222 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/com/sun/activation/all/2.0.1/all-2.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/activation/all/2.0.1/all-2.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/activation/all/2.0.1/all-2.0.1.pom (23 kB at 1.1 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.16.1/jackson-datatype-jsr310-2.16.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.16.1/jackson-datatype-jsr310-2.16.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.16.1/jackson-datatype-jsr310-2.16.1.pom (4.9 kB at 47 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/com/fasterxml/jackson/module/jackson-modules-java8/2.16.1/jackson-modules-java8-2.16.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/module/jackson-modules-java8/2.16.1/jackson-modules-java8-2.16.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/module/jackson-modules-java8/2.16.1/jackson-modules-java8-2.16.1.pom (3.1 kB at 53 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/slf4j/jul-to-slf4j/2.0.11/jul-to-slf4j-2.0.11.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/com/fasterxml/jackson/jakarta/rs/jackson-jakarta-rs-json-provider/2.16.1/jackson-jakarta-rs-json-provider-2.16.1.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/com/fasterxml/jackson/jakarta/rs/jackson-jakarta-rs-base/2.16.1/jackson-jakarta-rs-base-2.16.1.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/com/fasterxml/jackson/module/jackson-module-jakarta-xmlbind-annotations/2.16.1/jackson-module-jakarta-xmlbind-annotations-2.16.1.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.16.1/jackson-datatype-jsr310-2.16.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jul-to-slf4j/2.0.11/jul-to-slf4j-2.0.11.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jul-to-slf4j/2.0.11/jul-to-slf4j-2.0.11.jar (6.3 kB at 635 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jakarta/rs/jackson-jakarta-rs-json-provider/2.16.1/jackson-jakarta-rs-json-provider-2.16.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jakarta/rs/jackson-jakarta-rs-base/2.16.1/jackson-jakarta-rs-base-2.16.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/module/jackson-module-jakarta-xmlbind-annotations/2.16.1/jackson-module-jakarta-xmlbind-annotations-2.16.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.16.1/jackson-datatype-jsr310-2.16.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jakarta/rs/jackson-jakarta-rs-json-provider/2.16.1/jackson-jakarta-rs-json-provider-2.16.1.jar (17 kB at 511 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/module/jackson-module-jakarta-xmlbind-annotations/2.16.1/jackson-module-jakarta-xmlbind-annotations-2.16.1.jar (32 kB at 982 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.16.1/jackson-datatype-jsr310-2.16.1.jar (128 kB at 3.3 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jakarta/rs/jackson-jakarta-rs-base/2.16.1/jackson-jakarta-rs-base-2.16.1.jar (32 kB at 722 kB/s) [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ rest --- [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ rest --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sensinact Deploy/northbound/rest/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ rest --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/Sensinact Deploy/northbound/rest/target/classes [INFO] [INFO] --- bnd:7.0.0:bnd-process (default) @ rest --- [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ rest --- [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ rest --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/Sensinact Deploy/northbound/rest/target/test-classes [INFO] [INFO] --- bnd:7.0.0:bnd-process-tests (bnd-process-tests) @ rest --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ rest --- [JENKINS] Recording test results [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ rest --- [INFO] Building jar: /home/jenkins/agent/workspace/Sensinact Deploy/northbound/rest/target/rest-0.0.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (test-jar) @ rest --- [INFO] Building jar: /home/jenkins/agent/workspace/Sensinact Deploy/northbound/rest/target/rest-0.0.2-SNAPSHOT-tests.jar [INFO] [INFO] --- bnd-resolver:7.1.0-SNAPSHOT:resolve (resolve-test) @ rest --- [INFO] Resolving /home/jenkins/agent/workspace/Sensinact Deploy/northbound/rest/integration-test.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)',com.fasterxml.jackson.core.jackson-annotations;version='[2.16.1,2.16.2)',com.fasterxml.jackson.core.jackson-core;version='[2.16.1,2.16.2)',com.fasterxml.jackson.core.jackson-databind;version='[2.16.1,2.16.2)',com.fasterxml.jackson.datatype.jackson-datatype-jsr310;version='[2.16.1,2.16.2)',com.fasterxml.jackson.jakarta.rs.jackson-jakarta-rs-base;version='[2.16.1,2.16.2)',com.fasterxml.jackson.jakarta.rs.jackson-jakarta-rs-json-provider;version='[2.16.1,2.16.2)',io.dropwizard.metrics.core;version='[4.2.19,4.2.20)',jakarta.activation-api;version='[2.1.0,2.1.1)',jakarta.annotation-api;version='[2.1.1,2.1.2)',jakarta.inject.jakarta.inject-api;version='[2.0.1,2.0.2)',jakarta.validation.jakarta.validation-api;version='[3.0.2,3.0.3)',jakarta.ws.rs-api;version='[3.1.0,3.1.1)',jakarta.xml.bind-api;version='[4.0.0,4.0.1)',javassist;version='[3.29.2,3.29.3)',jul.to.slf4j;version='[2.0.11,2.0.12)',junit-jupiter-api;version='[5.10.1,5.10.2)',junit-jupiter-engine;version='[5.10.1,5.10.2)',junit-jupiter-params;version='[5.10.1,5.10.2)',junit-platform-commons;version='[1.10.1,1.10.2)',junit-platform-engine;version='[1.10.1,1.10.2)',junit-platform-launcher;version='[1.10.1,1.10.2)',org.antlr.antlr4-runtime;version='[4.12.0,4.12.1)',org.apache.aries.component-dsl.component-dsl;version='[1.2.2,1.2.3)',org.apache.aries.spifly.dynamic.framework.extension;version='[1.3.7,1.3.8)',org.apache.aries.typedevent.bus;version='[0.0.2,0.0.3)',org.apache.felix.cm.json;version='[2.0.0,2.0.1)',org.apache.felix.configadmin;version='[1.9.24,1.9.25)',org.apache.felix.configurator;version='[1.0.18,1.0.19)',org.apache.felix.http.jetty;version='[5.0.4,5.0.5)',org.apache.felix.http.servlet-api;version='[2.1.0,2.1.1)',org.apache.felix.scr;version='[2.2.2,2.2.3)',org.eclipse.emf.common;version='[2.29.0,2.29.1)',org.eclipse.emf.ecore;version='[2.35.0,2.35.1)',org.eclipse.emf.ecore.xmi;version='[2.36.0,2.36.1)',org.eclipse.jetty.http;version='[11.0.13,11.0.14)',org.eclipse.jetty.io;version='[11.0.13,11.0.14)',org.eclipse.jetty.security;version='[11.0.13,11.0.14)',org.eclipse.jetty.server;version='[11.0.13,11.0.14)',org.eclipse.jetty.util;version='[11.0.13,11.0.14)',org.eclipse.osgitech.rest;version='[1.2.2,1.2.3)',org.eclipse.osgitech.rest.jetty;version='[1.2.2,1.2.3)',org.eclipse.osgitech.rest.sse;version='[1.2.2,1.2.3)',org.eclipse.parsson.jakarta.json;version='[1.1.5,1.1.6)',org.eclipse.sensinact.gateway.core.annotation;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.core.api;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.core.emf-api;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.core.geo-json;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.core.impl;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.core.models.metadata;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.core.models.provider;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.northbound.filters.filters.core;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.northbound.filters.ldap;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.northbound.query-handler;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.northbound.rest;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.northbound.rest-tests;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.northbound.security.authentication-api;version='[0.0.2,0.0.3)',org.gecko.emf.osgi.component.minimal;version='[6.1.0,6.1.1)',org.glassfish.hk2.api;version='[3.0.5,3.0.6)',org.glassfish.hk2.external.aopalliance-repackaged;version='[3.0.4,3.0.5)',org.glassfish.hk2.locator;version='[3.0.4,3.0.5)',org.glassfish.hk2.osgi-resource-locator;version='[1.0.3,1.0.4)',org.glassfish.hk2.utils;version='[3.0.4,3.0.5)',org.glassfish.jersey.containers.jersey-container-servlet;version='[3.1.3,3.1.4)',org.glassfish.jersey.containers.jersey-container-servlet-core;version='[3.1.3,3.1.4)',org.glassfish.jersey.core.jersey-client;version='[3.1.3,3.1.4)',org.glassfish.jersey.core.jersey-common;version='[3.1.3,3.1.4)',org.glassfish.jersey.core.jersey-server;version='[3.1.3,3.1.4)',org.glassfish.jersey.inject.jersey-hk2;version='[3.1.3,3.1.4)',org.glassfish.jersey.media.jersey-media-jaxb;version='[3.1.3,3.1.4)',org.glassfish.jersey.media.jersey-media-sse;version='[3.1.3,3.1.4)',org.objectweb.asm;version='[9.6.0,9.6.1)',org.opentest4j;version='[1.3.0,1.3.1)',org.osgi.service.cm;version='[1.6.1,1.6.2)',org.osgi.service.component;version='[1.5.0,1.5.1)',org.osgi.service.jakartars;version='[2.0.0,2.0.1)',org.osgi.service.typedevent;version='[1.0.0,1.0.1)',org.osgi.test.common;version='[1.3.0,1.3.1)',org.osgi.test.junit5;version='[1.3.0,1.3.1)',org.osgi.test.junit5.cm;version='[1.3.0,1.3.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)',org.osgi.util.pushstream;version='[1.0.2,1.0.3)',slf4j.api;version='[2.0.11,2.0.12)' [INFO] [INFO] --- bnd-testing:7.0.0:testing (default) @ rest --- [INFO] Matching glob * [INFO] Testing /home/jenkins/agent/workspace/Sensinact Deploy/northbound/rest/integration-test.bndrun: Feb 12, 2024 8:08:07 PM org.apache.aries.spifly.BaseActivator log INFO: Registered provider ch.qos.logback.classic.servlet.LogbackServletContainerInitializer of service jakarta.servlet.ServletContainerInitializer in bundle ch.qos.logback.classic Feb 12, 2024 8:08:07 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 [DEBUG] Services updated for configurator: [[org.osgi.service.cm.ConfigurationAdmin]] - null [DEBUG] Starting new configurator [DEBUG] Adding bundle org.apache.felix.framework:7.0.3 (0) : active [DEBUG] Adding bundle ch.qos.logback.classic:1.4.14 (1) : active [DEBUG] Adding bundle ch.qos.logback.core:1.4.14 (2) : active [DEBUG] Adding bundle com.fasterxml.jackson.core.jackson-annotations:2.16.1 (3) : active [DEBUG] Adding bundle com.fasterxml.jackson.core.jackson-core:2.16.1 (4) : active [DEBUG] Adding bundle com.fasterxml.jackson.core.jackson-databind:2.16.1 (5) : active [DEBUG] Adding bundle com.fasterxml.jackson.datatype.jackson-datatype-jsr310:2.16.1 (6) : active [DEBUG] Adding bundle com.fasterxml.jackson.jakarta.rs.jackson-jakarta-rs-base:2.16.1 (7) : active [DEBUG] Adding bundle com.fasterxml.jackson.jakarta.rs.jackson-jakarta-rs-json-provider:2.16.1 (8) : active [DEBUG] Adding bundle io.dropwizard.metrics.core:4.2.19 (9) : active [DEBUG] Adding bundle jakarta.activation-api:2.1.0 (10) : active [DEBUG] Adding bundle jakarta.annotation-api:2.1.1 (11) : active [DEBUG] Adding bundle jakarta.inject.jakarta.inject-api:2.0.1 (12) : active [DEBUG] Adding bundle jakarta.validation.jakarta.validation-api:3.0.2 (13) : active [DEBUG] Adding bundle jakarta.ws.rs-api:3.1.0 (14) : active [DEBUG] Adding bundle jakarta.xml.bind-api:4.0.0 (15) : active [DEBUG] Adding bundle javassist:3.29.2.GA (16) : active [DEBUG] Adding bundle jul.to.slf4j:2.0.11 (17) : active [DEBUG] Adding bundle junit-jupiter-api:5.10.1 (18) : active [DEBUG] Adding bundle junit-jupiter-engine:5.10.1 (19) : active [DEBUG] Adding bundle junit-jupiter-params:5.10.1 (20) : active [DEBUG] Adding bundle junit-platform-commons:1.10.1 (21) : active [DEBUG] Adding bundle junit-platform-engine:1.10.1 (22) : active [DEBUG] Adding bundle junit-platform-launcher:1.10.1 (23) : active [DEBUG] Adding bundle org.antlr.antlr4-runtime:4.12.0 (24) : active [DEBUG] Adding bundle org.apache.aries.component-dsl.component-dsl:1.2.2 (25) : active [DEBUG] Adding bundle org.apache.aries.typedevent.bus:0.0.2.202303140456 (27) : active [DEBUG] Adding bundle org.apache.felix.cm.json:2.0.0 (28) : active [DEBUG] Adding bundle org.apache.felix.configadmin:1.9.24 (29) : active [DEBUG] Adding bundle org.apache.felix.configurator:1.0.18 (30) : starting [DEBUG] Started services listener for configurator. [DEBUG] Adding bundle org.apache.felix.configurator:1.0.18 (30) : active Feb 12, 2024 8:08:07 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 12, 2024 8:08:07 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 [DEBUG] Adding bundle org.apache.felix.http.jetty:5.0.4 (31) : starting INFO org.eclipse.jetty.server.Server - jetty-11.0.13; built: 2022-12-07T20:47:15.149Z; git: a04bd1ccf844cf9bebc12129335d7493111cbff6; jvm 17.0.9+9 INFO o.e.j.s.s.DefaultSessionIdManager - Session workerName=node0 INFO o.e.j.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@60dd3c23{/,null,AVAILABLE} INFO org.eclipse.jetty.server.Server - Started Server@4074023c{STARTING}[11.0.13,sto=0] @1642ms INFO o.e.jetty.server.AbstractConnector - Started ServerConnector@69e49a81{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 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] [DEBUG] Adding bundle org.apache.felix.http.jetty:5.0.4 (31) : active [DEBUG] Adding bundle org.apache.felix.http.servlet-api:2.1.0 (32) : starting [DEBUG] Adding bundle org.apache.felix.http.servlet-api:2.1.0 (32) : active [DEBUG] Adding bundle org.apache.felix.scr:2.2.2 (33) : starting [DEBUG] Adding bundle org.apache.felix.scr:2.2.2 (33) : active [DEBUG] Adding bundle org.eclipse.emf.common:2.29.0.v20230810-0713 (34) : starting [DEBUG] Adding bundle org.eclipse.emf.ecore:2.35.0.v20230829-0934 (35) : starting [DEBUG] Adding bundle org.eclipse.emf.ecore.xmi:2.36.0.v20231002-1156 (36) : starting Feb 12, 2024 8:08:07 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.eclipse.jett[DEBUG] Addingy.http bundle org.eclipse.jetty.http:11.0.13 (37) : starting [DEBUG] Adding bundle org.eclipse.jetty.http:11.0.13 (37) : active [DEBUG] Adding bundle org.eclipse.jetty.io:11.0.13 (38) : starting [DEBUG] Adding bundle org.eclipse.jetty.io:11.0.13 (38) : active [DEBUG] Adding bundle org.eclipse.jetty.security:11.0.13 (39) : starting [DEBUG] Adding bundle org.eclipse.jetty.security:11.0.13 (39) : active [DEBUG] Adding bundle org.eclipse.jetty.server:11.0.13 (40) : starting [DEBUG] Adding bundle org.eclipse.jetty.server:11.0.13 (40) : active [DEBUG] Adding bundle org.eclipse.jetty.util:11.0.13 (41) : starting [DEBUG] Adding bundle org.eclipse.jetty.util:11.0.13 (41) : active Feb 12, 2024 8:08:07 PM org.apache.aries.spifly.BaseActivator log INFO: Registered provider org.eclipse.osgitech.rest.provider.jakartars.RuntimeDelegateService of service jakarta.ws.rs.ext.RuntimeDelegate in bu[nDEBUGd] Adding bulendle org.org.eeclipse.osclipsgitech.re.osgest:1.2.itech.rest 2 (42) : starting [DEBUG] Adding bundle org.eclipse.osgitech.rest:1.2.2 (42) : active [DEBUG] Adding bundle org.glassfish.hk2.osgi-resource-locator:1.0.3 (63) : starting [DEBUG] Adding bundle org.glassfish.hk2.osgi-resource-locator:1.0.3 (63) : active [DEBUG] Adding bundle org.glassfish.jersey.core.jersey-client:3.1.3 (67) : starting [DEBUG] Adding bundle org.glassfish.jersey.core.jersey-client:3.1.3 (67) : active [DEBUG] Adding bundle org.glassfish.jersey.core.jersey-common:3.1.3 (68) : starting [DEBUG] Adding bundle org.glassfish.jersey.core.jersey-common:3.1.3 (68) : active [DEBUG] Adding bundle org.glassfish.jersey.inject.jersey-hk2:3.1.3 (70) : starting [DEBUG] Adding bundle org.glassfish.jersey.inject.jersey-hk2:3.1.3 (70) : active Feb 12, 2024 8:08:08 PM org.eclipse.osgitech.rest.runtime.common.JerseyBundleTracker updateCondition INFO: Registered Jersey runtime condition [DEBUG] Adding bundle org.eclipse.osgitech.rest.jetty:1.2.2 (43) : starting [DEBUG] Adding bundle org.eclipse.osgitech.rest.jetty:1.2.2 (43) : active [DEBUG] Adding bundle org.eclipse.parsson.jakarta.json:1.1.5 (45) : starting [DEBUG] Adding bundle org.eclipse.parsson.jakarta.json:1.1.5 (45) : active [DEBUG] Adding bundle org.eclipse.sensinact.gateway.core.annotation:0.0.2.202402122002 (46) : starting [DEBUG] Adding bundle org.eclipse.sensinact.gateway.core.annotation:0.0.2.202402122002 (46) : active [DEBUG] Adding bundle org.eclipse.sensinact.gateway.core.api:0.0.2.202402122003 (47) : starting [DEBUG] Adding bundle org.eclipse.sensinact.gateway.core.api:0.0.2.202402122003 (47) : active [DEBUG] Adding bundle org.eclipse.sensinact.gateway.core.emf-api:0.0.2.202402122003 (48) : starting [DEBUG] Adding bundle org.eclipse.sensinact.gateway.core.emf-api:0.0.2.202402122003 (48) : active [DEBUG] Adding bundle org.eclipse.sensinact.gateway.core.geo-json:0.0.2.202402122003 (49) : starting [DEBUG] Adding bundle org.eclipse.sensinact.gateway.core.geo-json:0.0.2.202402122003 (49) : active [DEBUG] Adding bundle org.eclipse.sensinact.gateway.core.impl:0.0.2.202402122003 (50) : starting [DEBUG] Adding bundle org.eclipse.sensinact.gateway.core.impl:0.0.2.202402122003 (50) : active [DEBUG] Adding bundle org.eclipse.sensinact.gateway.core.models.metadata:0.0.2.202402122003 (51) : starting [DEBUG] Adding bundle org.eclipse.sensinact.gateway.core.models.metadata:0.0.2.202402122003 (51) : active [DEBUG] Adding bundle org.eclipse.emf.common:2.29.0.v20230810-0713 (34) : starting [DEBUG] Adding bundle org.eclipse.emf.common:2.29.0.v20230810-0713 (34) : active [DEBUG] Adding bundle org.eclipse.emf.ecore:2.35.0.v20230829-0934 (35) : starting [DEBUG] Adding bundle org.eclipse.emf.ecore:2.35.0.v20230829-0934 (35) : active [DEBUG] Adding bundle org.eclipse.sensinact.gateway.core.models.provider:0.0.2.202402122003 (52) : starting [DEBUG] Adding bundle org.eclipse.sensinact.gateway.core.models.provider:0.0.2.202402122003 (52) : active [DEBUG] Adding bundle org.eclipse.sensinact.gateway.northbound.filters.filters.core:0.0.2.202402122007 (53) : starting [DEBUG] Adding bundle org.eclipse.sensinact.gateway.northbound.filters.filters.core:0.0.2.202402122007 (53) : active [DEBUG] Adding bundle org.eclipse.sensinact.gateway.northbound.filters.ldap:0.0.2.202402122007 (54) : starting [DEBUG] Adding bundle org.eclipse.sensinact.gateway.northbound.filters.ldap:0.0.2.202402122007 (54) : active [DEBUG] Adding bundle org.eclipse.sensinact.gateway.northbound.query-handler:0.0.2.202402122007 (55) : starting [DEBUG] Adding bundle org.eclipse.sensinact.gateway.northbound.query-handler:0.0.2.202402122007 (55) : active [DEBUG] Adding bundle org.eclipse.sensinact.gateway.northbound.rest:0.0.2.202402122007 (56) : starting [DEBUG] Adding bundle org.eclipse.sensinact.gateway.northbound.rest:0.0.2.202402122007 (56) : active [DEBUG] Adding bundle org.eclipse.sensinact.gateway.northbound.security.authentication-api:0.0.2.202402122007 (58) : starting [DEBUG] Adding bundle org.eclipse.sensinact.gateway.northbound.security.authentication-api:0.0.2.202402122007 (58) : active [DEBUG] Adding bundle org.gecko.emf.osgi.component.minimal:6.1.0 (59) : starting [DEBUG] Adding bundle org.gecko.emf.osgi.component.minimal:6.1.0 (59) : active [DEBUG] Adding bundle org.eclipse.emf.ecore.xmi:2.36.0.v20231002-1156 (36) : starting [DEBUG] Adding bundle org.eclipse.emf.ecore.xmi:2.36.0.v20231002-1156 (36) : active Feb 12, 2024 8:08:08 PM org.eclipse.osgitech.rest.jetty.JettyServerRunnable run INFO: Started Jersey server at port 8185 successfully try http://localhost:8185 Feb 12, 2024 8:08:08 PM org.eclipse.osgitech.rest.jetty.JettyServerRunnable$1 lifeCycleStarting INFO: lifeCycleSINFO ortg.eclaripse.jeting tty.server.Server - jetty-11.0.13; built: 2022-12-07T20:47:15.149Z; git: a04bd1ccf844cf9bebc12129335d7493111cbff6; jvm 17.0.9+9 INFO o.e.jetty.server.AbstractConnector - Started ServerConnector@4e593094{HTTP/1.1, (http/1.1)}{0.0.0.0:8185} INFO org.eclipse.jetty.server.Server - Started Server@36062707{STARTING}[11.0.13,sto=0] @2255ms Feb 12, 2024 8:08:08 PM org.eclipse.osgitech.rest.jetty.JettyServerRunnable$1 lifeCycleStarted INFO: lifeCycleStarted Feb 12, 2024 8:08:08 PM org.eclipse.osgitech.rest.jetty.JettyBackedWhiteboardComponent startServer INFO: Started Jakartars whiteboard server for port: 8185 and context: / WARN o.e.j.server.handler.ContextHandler - Empty contextPath Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/admin Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/system Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/system/version Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/system/version Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/system/started Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/system/started Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/system/started [DEBUG] Adding bundle org.glassfish.hk2.api:3.0.5 (60) : starting [DEBUG] Adding bundle org.glassfish.hk2.api:3.0.5 (60) : active [DEBUG] Adding bundle org.glassfish.hk2.external.aopalliance-repackaged:3.0.4 (61) : starting [DEBUG] Adding bundle org.glassfish.hk2.external.aopalliance-repackaged:3.0.4 (61) : active [DEBUG] Adding bundle org.glassfish.hk2.locator:3.0.4 (62) : starting [DEBUG] Adding bundle org.glassfish.hk2.locator:3.0.4 (62) : active [DEBUG] Adding bundle org.glassfish.hk2.utils:3.0.4 (64) : starting [DEBUG] Adding bundle org.glassfish.hk2.utils:3.0.4 (64) : active [DEBUG] Adding bundle org.glassfish.jersey.containers.jersey-container-servlet:3.1.3 (65) : starting [DEBUG] Adding bundle org.glassfish.jersey.containers.jersey-container-servlet:3.1.3 (65) : active [DEBUG] Adding bundle org.glassfish.jersey.containers.jersey-container-servlet-core:3.1.3 (66) : starting [DEBUG] Adding bundle org.glassfish.jersey.containers.jersey-container-servlet-core:3.1.3 (66) : active [DEBUG] Adding bundle org.glassfish.jersey.core.jersey-server:3.1.3 (69) : starting [DEBUG] Adding bundle org.glassfish.jersey.core.jersey-server:3.1.3 (69) : active [DEBUG] Adding bundle org.glassfish.jersey.media.jersey-media-jaxb:3.1.3 (71) : starting [DEBUG] Adding bundle org.glassfish.jersey.media.jersey-media-jaxb:3.1.3 (71) : active Feb 12, 2024 8:08:08 PM org.apache.aries.spifly.BaseActivator log INFO: Registered provider org.eclipse.osgitech.rest.sse.SseSourceBu[DEBUG] Adding bundle orgi.glassfish.jersey.media.ldjerserServiceey-media-sse:3.1. of servi3 (72) : starting c[e jakarta.ws.rDEBUG] Adding bundle org.glassfish.s.ssejersey.media.jers.SseEveey-media-sse:3.1.3 (72) : active ntSource$Builder in bundle org.glassfish.jersey.media.jersey-media-sse [DEBUG] Adding bundle org.objectweb.asm:9.6.0 (73) : starting [DEBUG] Adding bundle org.objectweb.asm:9.6.0 (73) : active [DEBUG] Adding bundle org.opentest4j:1.3.0 (74) : starting [DEBUG] Adding bundle org.opentest4j:1.3.0 (74) : active [DEBUG] Adding bundle org.osgi.service.cm:1.6.1.202109301733 (75) : starting [DEBUG] Adding bundle org.osgi.service.cm:1.6.1.202109301733 (75) : active [DEBUG] Adding bundle org.osgi.service.component:1.5.0.202109301733 (76) : starting [DEBUG] Adding bundle org.osgi.service.component:1.5.0.202109301733 (76) : active [DEBUG] Adding bundle org.osgi.service.jakartars:2.0.0.202212101352 (77) : starting [DEBUG] Adding bundle org.osgi.service.jakartars:2.0.0.202212101352 (77) : active [DEBUG] Adding bundle org.osgi.service.typedevent:1.0.0.202109301733 (78) : starting [DEBUG] Adding bundle org.osgi.service.typedevent:1.0.0.202109301733 (78) : active [DEBUG] Adding bundle org.osgi.test.common:1.3.0.SNAPSHOT (79) : starting [DEBUG] Adding bundle org.osgi.test.common:1.3.0.SNAPSHOT (79) : active [DEBUG] Adding bundle org.osgi.test.junit5:1.3.0.SNAPSHOT (80) : starting [DEBUG] Adding bundle org.osgi.test.junit5:1.3.0.SNAPSHOT (80) : active [DEBUG] Adding bundle org.osgi.test.junit5.cm:1.3.0.SNAPSHOT (81) : starting [DEBUG] Adding bundle org.osgi.test.junit5.cm:1.3.0.SNAPSHOT (81) : active [DEBUG] Adding bundle org.osgi.util.converter:1.0.9.202202082230 (82) : starting [DEBUG] Adding bundle org.osgi.util.converter:1.0.9.202202082230 (82) : active [DEBUG] Adding bundle org.osgi.util.function:1.1.0.201802012106 (83) : starting [DEBUG] Adding bundle org.osgi.util.function:1.1.0.201802012106 (83) : active [DEBUG] Adding bundle org.osgi.util.promise:1.3.0.202212101352 (84) : starting [DEBUG] Adding bundle org.osgi.util.promise:1.3.0.202212101352 (84) : active [DEBUG] Adding bundle org.osgi.util.pushstream:1.0.2.202109301733 (85) : starting [DEBUG] Adding bundle org.osgi.util.pushstream:1.0.2.202109301733 (85) : active [DEBUG] Adding bundle slf4j.api:2.0.11 (86) : starting [DEBUG] Adding bundle slf4j.api:2.0.11 (86) : active Feb 12, 2024 8:08:08 PM org.apache.aries.spifly.BaseActi[DEBUG] Adding buvndle biz.aQaute.tester.junit-platfortor lom:7.0.0.202310060912 (87) : startingg IN FO: Registered provider aQute.tester.bundle.engine.BundleEngine of service org.junit.platform.engine.TestEngine in bundle biz.aQute.tester.junit-platform [DEBUG] Adding bundle biz.aQute.tester.junit-platform:7.0.0.202310060912 (87) : active Feb 12, 2024 8:08:08 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:09 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:09 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. Feb 12, 2024 8:08:09 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. INFO o.e.j.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@280f6987{/,null,AVAILABLE} Feb 12, 2024 8:08:09 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application sensinact-rest class org.eclipse.osgitech.rest.util.OptionalResponseFilter Feb 12, 2024 8:08:09 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter Feb 12, 2024 8:08:09 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:09 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:09 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. Feb 12, 2024 8:08:09 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. INFO o.e.j.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@3bbae62c{/sensinact,null,AVAILABLE} Feb 12, 2024 8:08:09 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:09 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. Feb 12, 2024 8:08:09 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. Feb 12, 2024 8:08:09 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter Feb 12, 2024 8:08:09 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:09 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. Feb 12, 2024 8:08:09 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. INFO o.e.j.server.handler.ContextHandler - Stopped o.e.j.s.ServletContextHandler@3bbae62c{/sensinact,null,STOPPED} Feb 12, 2024 8:08:09 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application sensinact-rest class org.eclipse.osgitech.rest.util.OptionalResponseFilter Feb 12, 2024 8:08:09 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter Feb 12, 2024 8:08:09 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:09 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:09 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. Feb 12, 2024 8:08:09 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. INFO o.e.j.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@6a170322{/sensinact,null,AVAILABLE} Feb 12, 2024 8:08:10 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:10 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. Feb 12, 2024 8:08:10 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. Feb 12, 2024 8:08:10 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter Feb 12, 2024 8:08:10 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:10 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. Feb 12, 2024 8:08:10 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. INFO o.e.j.server.handler.ContextHandler - Stopped o.e.j.s.ServletContextHandler@6a170322{/sensinact,null,STOPPED} Feb 12, 2024 8:08:10 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application sensinact-rest class org.eclipse.osgitech.rest.util.OptionalResponseFilter Feb 12, 2024 8:08:10 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter Feb 12, 2024 8:08:10 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:10 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:10 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. Feb 12, 2024 8:08:10 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. INFO o.e.j.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@3fe251e4{/sensinact,null,AVAILABLE} Feb 12, 2024 8:08:10 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:10 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. Feb 12, 2024 8:08:10 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. Feb 12, 2024 8:08:12 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter Feb 12, 2024 8:08:12 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:12 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. Feb 12, 2024 8:08:12 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. INFO o.e.j.server.handler.ContextHandler - Stopped o.e.j.s.ServletContextHandler@3fe251e4{/sensinact,null,STOPPED} Feb 12, 2024 8:08:12 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application sensinact-rest class org.eclipse.osgitech.rest.util.OptionalResponseFilter Feb 12, 2024 8:08:12 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter Feb 12, 2024 8:08:12 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:12 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:12 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. Feb 12, 2024 8:08:12 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. INFO o.e.j.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@2f918f24{/sensinact,null,AVAILABLE} Feb 12, 2024 8:08:12 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:12 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. Feb 12, 2024 8:08:12 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. Feb 12, 2024 8:08:12 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter Feb 12, 2024 8:08:12 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:12 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. Feb 12, 2024 8:08:12 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. INFO o.e.j.server.handler.ContextHandler - Stopped o.e.j.s.ServletContextHandler@2f918f24{/sensinact,null,STOPPED} Feb 12, 2024 8:08:12 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application sensinact-rest class org.eclipse.osgitech.rest.util.OptionalResponseFilter Feb 12, 2024 8:08:12 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter Feb 12, 2024 8:08:12 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:12 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:12 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. Feb 12, 2024 8:08:12 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. INFO o.e.j.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@356ac4c0{/sensinact,null,AVAILABLE} Feb 12, 2024 8:08:12 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:12 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. Feb 12, 2024 8:08:12 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. Feb 12, 2024 8:08:13 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter Feb 12, 2024 8:08:13 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:13 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. Feb 12, 2024 8:08:13 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. INFO o.e.j.server.handler.ContextHandler - Stopped o.e.j.s.ServletContextHandler@356ac4c0{/sensinact,null,STOPPED} Feb 12, 2024 8:08:13 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application sensinact-rest class org.eclipse.osgitech.rest.util.OptionalResponseFilter Feb 12, 2024 8:08:13 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter Feb 12, 2024 8:08:13 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:14 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:14 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. Feb 12, 2024 8:08:14 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. INFO o.e.j.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@bd1ddad{/sensinact,null,AVAILABLE} Feb 12, 2024 8:08:14 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:14 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. Feb 12, 2024 8:08:14 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. Feb 12, 2024 8:08:14 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter Feb 12, 2024 8:08:14 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:14 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. Feb 12, 2024 8:08:14 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. INFO o.e.j.server.handler.ContextHandler - Stopped o.e.j.s.ServletContextHandler@bd1ddad{/sensinact,null,STOPPED} Feb 12, 2024 8:08:14 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application sensinact-rest class org.eclipse.osgitech.rest.util.OptionalResponseFilter Feb 12, 2024 8:08:14 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter Feb 12, 2024 8:08:14 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:14 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:14 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. Feb 12, 2024 8:08:14 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. INFO o.e.j.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@227b578d{/sensinact,null,AVAILABLE} Feb 12, 2024 8:08:14 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:14 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. Feb 12, 2024 8:08:14 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. Feb 12, 2024 8:08:15 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter Feb 12, 2024 8:08:15 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:15 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. Feb 12, 2024 8:08:15 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. INFO o.e.j.server.handler.ContextHandler - Stopped o.e.j.s.ServletContextHandler@227b578d{/sensinact,null,STOPPED} Feb 12, 2024 8:08:15 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application sensinact-rest class org.eclipse.osgitech.rest.util.OptionalResponseFilter Feb 12, 2024 8:08:15 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter Feb 12, 2024 8:08:15 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:15 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:15 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. Feb 12, 2024 8:08:15 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. INFO o.e.j.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@2a6a92e4{/sensinact,null,AVAILABLE} Feb 12, 2024 8:08:15 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:15 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. Feb 12, 2024 8:08:15 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. Feb 12, 2024 8:08:16 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter Feb 12, 2024 8:08:16 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:16 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. Feb 12, 2024 8:08:16 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. INFO o.e.j.server.handler.ContextHandler - Stopped o.e.j.s.ServletContextHandler@2a6a92e4{/sensinact,null,STOPPED} Feb 12, 2024 8:08:16 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application sensinact-rest class org.eclipse.osgitech.rest.util.OptionalResponseFilter Feb 12, 2024 8:08:16 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter Feb 12, 2024 8:08:16 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:16 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:16 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. Feb 12, 2024 8:08:16 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. INFO o.e.j.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@2d5d26c7{/sensinact,null,AVAILABLE} Feb 12, 2024 8:08:16 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:16 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. Feb 12, 2024 8:08:16 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. Feb 12, 2024 8:08:17 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter Feb 12, 2024 8:08:17 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:17 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. Feb 12, 2024 8:08:17 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. INFO o.e.j.server.handler.ContextHandler - Stopped o.e.j.s.ServletContextHandler@2d5d26c7{/sensinact,null,STOPPED} Feb 12, 2024 8:08:17 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application sensinact-rest class org.eclipse.osgitech.rest.util.OptionalResponseFilter Feb 12, 2024 8:08:17 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter Feb 12, 2024 8:08:17 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:17 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:17 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. Feb 12, 2024 8:08:17 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. INFO o.e.j.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@55a87e6e{/sensinact,null,AVAILABLE} Feb 12, 2024 8:08:17 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:17 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. Feb 12, 2024 8:08:17 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. Feb 12, 2024 8:08:18 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter Feb 12, 2024 8:08:18 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:18 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. Feb 12, 2024 8:08:18 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. INFO o.e.j.server.handler.ContextHandler - Stopped o.e.j.s.ServletContextHandler@55a87e6e{/sensinact,null,STOPPED} Feb 12, 2024 8:08:18 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application sensinact-rest class org.eclipse.osgitech.rest.util.OptionalResponseFilter Feb 12, 2024 8:08:18 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter Feb 12, 2024 8:08:18 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:18 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:18 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. Feb 12, 2024 8:08:18 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. INFO o.e.j.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@1d12eb82{/sensinact,null,AVAILABLE} Feb 12, 2024 8:08:18 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:18 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. Feb 12, 2024 8:08:18 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. Feb 12, 2024 8:08:19 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter Feb 12, 2024 8:08:19 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:19 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. Feb 12, 2024 8:08:19 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. INFO o.e.j.server.handler.ContextHandler - Stopped o.e.j.s.ServletContextHandler@1d12eb82{/sensinact,null,STOPPED} Feb 12, 2024 8:08:19 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application sensinact-rest class org.eclipse.osgitech.rest.util.OptionalResponseFilter Feb 12, 2024 8:08:19 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter Feb 12, 2024 8:08:19 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:19 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:19 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. Feb 12, 2024 8:08:19 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. INFO o.e.j.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@68384824{/sensinact,null,AVAILABLE} Feb 12, 2024 8:08:19 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:19 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. Feb 12, 2024 8:08:19 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. Feb 12, 2024 8:08:19 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter Feb 12, 2024 8:08:19 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:19 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. Feb 12, 2024 8:08:19 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. INFO o.e.j.server.handler.ContextHandler - Stopped o.e.j.s.ServletContextHandler@68384824{/sensinact,null,STOPPED} Feb 12, 2024 8:08:20 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application sensinact-rest class org.eclipse.osgitech.rest.util.OptionalResponseFilter Feb 12, 2024 8:08:20 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter Feb 12, 2024 8:08:20 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:20 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:20 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. Feb 12, 2024 8:08:20 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. INFO o.e.j.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@a81bd7c{/sensinact,null,AVAILABLE} Feb 12, 2024 8:08:20 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:20 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. Feb 12, 2024 8:08:20 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. Feb 12, 2024 8:08:21 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter Feb 12, 2024 8:08:21 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:21 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. Feb 12, 2024 8:08:21 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. INFO o.e.j.server.handler.ContextHandler - Stopped o.e.j.s.ServletContextHandler@a81bd7c{/sensinact,null,STOPPED} Feb 12, 2024 8:08:21 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application sensinact-rest class org.eclipse.osgitech.rest.util.OptionalResponseFilter Feb 12, 2024 8:08:21 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter Feb 12, 2024 8:08:21 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:21 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:21 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. Feb 12, 2024 8:08:21 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. INFO o.e.j.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@2d030ce{/sensinact,null,AVAILABLE} Feb 12, 2024 8:08:21 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:21 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. Feb 12, 2024 8:08:21 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. Feb 12, 2024 8:08:21 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter Feb 12, 2024 8:08:21 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:21 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. Feb 12, 2024 8:08:21 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. INFO o.e.j.server.handler.ContextHandler - Stopped o.e.j.s.ServletContextHandler@2d030ce{/sensinact,null,STOPPED} Feb 12, 2024 8:08:21 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application sensinact-rest class org.eclipse.osgitech.rest.util.OptionalResponseFilter Feb 12, 2024 8:08:21 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter Feb 12, 2024 8:08:21 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:21 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:21 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. Feb 12, 2024 8:08:21 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. INFO o.e.j.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@17d15fc3{/sensinact,null,AVAILABLE} Feb 12, 2024 8:08:21 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:21 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. Feb 12, 2024 8:08:21 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. Feb 12, 2024 8:08:23 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter Feb 12, 2024 8:08:23 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:23 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. Feb 12, 2024 8:08:23 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. INFO o.e.j.server.handler.ContextHandler - Stopped o.e.j.s.ServletContextHandler@17d15fc3{/sensinact,null,STOPPED} Feb 12, 2024 8:08:23 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application sensinact-rest class org.eclipse.osgitech.rest.util.OptionalResponseFilter Feb 12, 2024 8:08:23 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter Feb 12, 2024 8:08:23 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:23 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:23 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. Feb 12, 2024 8:08:23 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. INFO o.e.j.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@79a95c33{/sensinact,null,AVAILABLE} Feb 12, 2024 8:08:23 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:23 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. Feb 12, 2024 8:08:23 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. Feb 12, 2024 8:08:23 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter Feb 12, 2024 8:08:23 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:23 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. Feb 12, 2024 8:08:23 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. INFO o.e.j.server.handler.ContextHandler - Stopped o.e.j.s.ServletContextHandler@79a95c33{/sensinact,null,STOPPED} Feb 12, 2024 8:08:23 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application sensinact-rest class org.eclipse.osgitech.rest.util.OptionalResponseFilter Feb 12, 2024 8:08:23 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter Feb 12, 2024 8:08:23 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:23 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:23 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. Feb 12, 2024 8:08:23 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. INFO o.e.j.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@7d0f6d30{/sensinact,null,AVAILABLE} Feb 12, 2024 8:08:23 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:23 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. Feb 12, 2024 8:08:23 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. Feb 12, 2024 8:08:25 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter Feb 12, 2024 8:08:25 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:25 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. Feb 12, 2024 8:08:25 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. INFO o.e.j.server.handler.ContextHandler - Stopped o.e.j.s.ServletContextHandler@7d0f6d30{/sensinact,null,STOPPED} Feb 12, 2024 8:08:25 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application sensinact-rest class org.eclipse.osgitech.rest.util.OptionalResponseFilter Feb 12, 2024 8:08:25 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter Feb 12, 2024 8:08:25 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:25 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:25 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. Feb 12, 2024 8:08:25 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. INFO o.e.j.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@7e7c1361{/sensinact,null,AVAILABLE} Feb 12, 2024 8:08:25 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:25 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. Feb 12, 2024 8:08:25 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. Feb 12, 2024 8:08:25 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter Feb 12, 2024 8:08:25 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:25 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. Feb 12, 2024 8:08:25 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. INFO o.e.j.server.handler.ContextHandler - Stopped o.e.j.s.ServletContextHandler@7e7c1361{/sensinact,null,STOPPED} Feb 12, 2024 8:08:25 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application sensinact-rest class org.eclipse.osgitech.rest.util.OptionalResponseFilter Feb 12, 2024 8:08:25 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter Feb 12, 2024 8:08:25 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:25 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:25 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. Feb 12, 2024 8:08:25 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. INFO o.e.j.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@50a2414b{/sensinact,null,AVAILABLE} Feb 12, 2024 8:08:25 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:25 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. Feb 12, 2024 8:08:25 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. Feb 12, 2024 8:08:27 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter Feb 12, 2024 8:08:27 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:27 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. Feb 12, 2024 8:08:27 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. INFO o.e.j.server.handler.ContextHandler - Stopped o.e.j.s.ServletContextHandler@50a2414b{/sensinact,null,STOPPED} Feb 12, 2024 8:08:27 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application sensinact-rest class org.eclipse.osgitech.rest.util.OptionalResponseFilter Feb 12, 2024 8:08:27 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter Feb 12, 2024 8:08:27 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:27 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:27 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. Feb 12, 2024 8:08:27 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. INFO o.e.j.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@188f0af8{/sensinact,null,AVAILABLE} Feb 12, 2024 8:08:27 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:27 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. Feb 12, 2024 8:08:27 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. Feb 12, 2024 8:08:27 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter Feb 12, 2024 8:08:27 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:27 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. Feb 12, 2024 8:08:27 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. INFO o.e.j.server.handler.ContextHandler - Stopped o.e.j.s.ServletContextHandler@188f0af8{/sensinact,null,STOPPED} Feb 12, 2024 8:08:27 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application sensinact-rest class org.eclipse.osgitech.rest.util.OptionalResponseFilter Feb 12, 2024 8:08:27 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter Feb 12, 2024 8:08:27 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:27 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:27 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. Feb 12, 2024 8:08:27 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. INFO o.e.j.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@737fdff6{/sensinact,null,AVAILABLE} Feb 12, 2024 8:08:27 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:27 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. Feb 12, 2024 8:08:27 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. Feb 12, 2024 8:08:27 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application sensinact-rest class org.eclipse.osgitech.rest.util.OptionalResponseFilter Feb 12, 2024 8:08:27 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter Feb 12, 2024 8:08:27 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:27 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. Feb 12, 2024 8:08:27 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. Feb 12, 2024 8:08:27 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:27 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. Feb 12, 2024 8:08:27 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. Feb 12, 2024 8:08:27 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter Feb 12, 2024 8:08:27 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:27 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. Feb 12, 2024 8:08:27 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. INFO o.e.j.server.handler.ContextHandler - Stopped o.e.j.s.ServletContextHandler@737fdff6{/sensinact,null,STOPPED} Feb 12, 2024 8:08:27 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application sensinact-rest class org.eclipse.osgitech.rest.util.OptionalResponseFilter Feb 12, 2024 8:08:27 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter Feb 12, 2024 8:08:27 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:27 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:27 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. Feb 12, 2024 8:08:27 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. INFO o.e.j.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@1a3582f3{/sensinact,null,AVAILABLE} Feb 12, 2024 8:08:27 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:28 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. Feb 12, 2024 8:08:28 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. Feb 12, 2024 8:08:28 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application sensinact-rest class org.eclipse.osgitech.rest.util.OptionalResponseFilter Feb 12, 2024 8:08:28 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter Feb 12, 2024 8:08:28 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:28 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. Feb 12, 2024 8:08:28 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. Feb 12, 2024 8:08:28 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:28 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. Feb 12, 2024 8:08:28 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. Feb 12, 2024 8:08:28 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter Feb 12, 2024 8:08:28 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:28 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. Feb 12, 2024 8:08:28 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. INFO o.e.j.server.handler.ContextHandler - Stopped o.e.j.s.ServletContextHandler@1a3582f3{/sensinact,null,STOPPED} Feb 12, 2024 8:08:28 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application sensinact-rest class org.eclipse.osgitech.rest.util.OptionalResponseFilter Feb 12, 2024 8:08:28 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter Feb 12, 2024 8:08:28 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:28 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:28 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. Feb 12, 2024 8:08:28 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. INFO o.e.j.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@45976c76{/sensinact,null,AVAILABLE} Feb 12, 2024 8:08:28 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:28 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. Feb 12, 2024 8:08:28 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. Feb 12, 2024 8:08:28 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application sensinact-rest class org.eclipse.osgitech.rest.util.OptionalResponseFilter Feb 12, 2024 8:08:28 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter Feb 12, 2024 8:08:28 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:28 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. Feb 12, 2024 8:08:28 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. Feb 12, 2024 8:08:28 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:28 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. Feb 12, 2024 8:08:28 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. Feb 12, 2024 8:08:28 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter Feb 12, 2024 8:08:28 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:28 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. Feb 12, 2024 8:08:28 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. INFO o.e.j.server.handler.ContextHandler - Stopped o.e.j.s.ServletContextHandler@45976c76{/sensinact,null,STOPPED} Feb 12, 2024 8:08:28 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application sensinact-rest class org.eclipse.osgitech.rest.util.OptionalResponseFilter Feb 12, 2024 8:08:28 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter Feb 12, 2024 8:08:28 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:28 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:28 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. Feb 12, 2024 8:08:28 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. INFO o.e.j.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@28d9b189{/sensinact,null,AVAILABLE} Feb 12, 2024 8:08:28 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:28 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. Feb 12, 2024 8:08:28 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. Feb 12, 2024 8:08:28 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application sensinact-rest class org.eclipse.osgitech.rest.util.OptionalResponseFilter Feb 12, 2024 8:08:28 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter Feb 12, 2024 8:08:28 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:28 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. Feb 12, 2024 8:08:28 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. Feb 12, 2024 8:08:28 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:28 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. Feb 12, 2024 8:08:28 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. Feb 12, 2024 8:08:28 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter Feb 12, 2024 8:08:28 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:28 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. Feb 12, 2024 8:08:28 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. INFO o.e.j.server.handler.ContextHandler - Stopped o.e.j.s.ServletContextHandler@28d9b189{/sensinact,null,STOPPED} Feb 12, 2024 8:08:28 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application sensinact-rest class org.eclipse.osgitech.rest.util.OptionalResponseFilter Feb 12, 2024 8:08:28 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter Feb 12, 2024 8:08:28 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:28 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:28 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. Feb 12, 2024 8:08:28 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. INFO o.e.j.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@28a1ef0a{/sensinact,null,AVAILABLE} Feb 12, 2024 8:08:28 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:28 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. Feb 12, 2024 8:08:28 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. Feb 12, 2024 8:08:28 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application sensinact-rest class org.eclipse.osgitech.rest.util.OptionalResponseFilter Feb 12, 2024 8:08:28 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter Feb 12, 2024 8:08:28 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:28 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. Feb 12, 2024 8:08:28 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. Feb 12, 2024 8:08:28 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:28 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. Feb 12, 2024 8:08:28 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. Feb 12, 2024 8:08:29 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter Feb 12, 2024 8:08:29 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:29 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. Feb 12, 2024 8:08:29 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. INFO o.e.j.server.handler.ContextHandler - Stopped o.e.j.s.ServletContextHandler@28a1ef0a{/sensinact,null,STOPPED} Feb 12, 2024 8:08:29 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application sensinact-rest class org.eclipse.osgitech.rest.util.OptionalResponseFilter Feb 12, 2024 8:08:29 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter Feb 12, 2024 8:08:29 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:29 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:29 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. Feb 12, 2024 8:08:29 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. INFO o.e.j.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@f7e23be{/sensinact,null,AVAILABLE} Feb 12, 2024 8:08:29 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:29 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. Feb 12, 2024 8:08:29 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. Feb 12, 2024 8:08:29 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application sensinact-rest class org.eclipse.osgitech.rest.util.OptionalResponseFilter Feb 12, 2024 8:08:29 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter Feb 12, 2024 8:08:29 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:29 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. Feb 12, 2024 8:08:29 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. Feb 12, 2024 8:08:29 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:29 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. Feb 12, 2024 8:08:29 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. Feb 12, 2024 8:08:30 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter Feb 12, 2024 8:08:30 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:30 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. Feb 12, 2024 8:08:30 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. INFO o.e.j.server.handler.ContextHandler - Stopped o.e.j.s.ServletContextHandler@f7e23be{/sensinact,null,STOPPED} Feb 12, 2024 8:08:30 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application sensinact-rest class org.eclipse.osgitech.rest.util.OptionalResponseFilter Feb 12, 2024 8:08:30 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter Feb 12, 2024 8:08:30 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:30 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:30 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. Feb 12, 2024 8:08:30 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. INFO o.e.j.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@17814729{/sensinact,null,AVAILABLE} Feb 12, 2024 8:08:30 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:30 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. Feb 12, 2024 8:08:30 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. Feb 12, 2024 8:08:30 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application sensinact-rest class org.eclipse.osgitech.rest.util.OptionalResponseFilter Feb 12, 2024 8:08:30 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter Feb 12, 2024 8:08:30 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:30 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. Feb 12, 2024 8:08:30 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. Feb 12, 2024 8:08:30 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:30 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. Feb 12, 2024 8:08:30 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. Feb 12, 2024 8:08:30 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter Feb 12, 2024 8:08:30 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:30 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. Feb 12, 2024 8:08:30 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. INFO o.e.j.server.handler.ContextHandler - Stopped o.e.j.s.ServletContextHandler@17814729{/sensinact,null,STOPPED} Feb 12, 2024 8:08:30 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application sensinact-rest class org.eclipse.osgitech.rest.util.OptionalResponseFilter Feb 12, 2024 8:08:30 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter Feb 12, 2024 8:08:30 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:30 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:30 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. Feb 12, 2024 8:08:30 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. INFO o.e.j.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@76d17a38{/sensinact,null,AVAILABLE} Feb 12, 2024 8:08:30 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:30 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. Feb 12, 2024 8:08:30 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. Feb 12, 2024 8:08:30 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application sensinact-rest class org.eclipse.osgitech.rest.util.OptionalResponseFilter Feb 12, 2024 8:08:30 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter Feb 12, 2024 8:08:30 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:30 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. Feb 12, 2024 8:08:30 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. Feb 12, 2024 8:08:30 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:30 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. Feb 12, 2024 8:08:30 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. Feb 12, 2024 8:08:30 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter Feb 12, 2024 8:08:30 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:30 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. Feb 12, 2024 8:08:30 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. INFO o.e.j.server.handler.ContextHandler - Stopped o.e.j.s.ServletContextHandler@76d17a38{/sensinact,null,STOPPED} Feb 12, 2024 8:08:30 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application sensinact-rest class org.eclipse.osgitech.rest.util.OptionalResponseFilter Feb 12, 2024 8:08:30 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter Feb 12, 2024 8:08:30 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:30 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:30 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. Feb 12, 2024 8:08:30 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. INFO o.e.j.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@441fd15b{/sensinact,null,AVAILABLE} Feb 12, 2024 8:08:30 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:30 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. Feb 12, 2024 8:08:30 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. Feb 12, 2024 8:08:30 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application sensinact-rest class org.eclipse.osgitech.rest.util.OptionalResponseFilter Feb 12, 2024 8:08:30 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter Feb 12, 2024 8:08:30 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:30 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. Feb 12, 2024 8:08:30 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. Feb 12, 2024 8:08:30 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:30 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. Feb 12, 2024 8:08:30 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. Feb 12, 2024 8:08:30 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter Feb 12, 2024 8:08:30 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:30 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. Feb 12, 2024 8:08:30 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. INFO o.e.j.server.handler.ContextHandler - Stopped o.e.j.s.ServletContextHandler@441fd15b{/sensinact,null,STOPPED} Feb 12, 2024 8:08:30 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application sensinact-rest class org.eclipse.osgitech.rest.util.OptionalResponseFilter Feb 12, 2024 8:08:30 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter Feb 12, 2024 8:08:30 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:30 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:30 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. Feb 12, 2024 8:08:30 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. INFO o.e.j.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@7f17ea89{/sensinact,null,AVAILABLE} Feb 12, 2024 8:08:30 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:30 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. Feb 12, 2024 8:08:30 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. Feb 12, 2024 8:08:30 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application sensinact-rest class org.eclipse.osgitech.rest.util.OptionalResponseFilter Feb 12, 2024 8:08:30 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter Feb 12, 2024 8:08:30 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:30 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. Feb 12, 2024 8:08:30 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. Feb 12, 2024 8:08:30 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:30 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. Feb 12, 2024 8:08:30 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. Feb 12, 2024 8:08:31 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter Feb 12, 2024 8:08:31 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:31 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. Feb 12, 2024 8:08:31 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. INFO o.e.j.server.handler.ContextHandler - Stopped o.e.j.s.ServletContextHandler@7f17ea89{/sensinact,null,STOPPED} Feb 12, 2024 8:08:31 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application sensinact-rest class org.eclipse.osgitech.rest.util.OptionalResponseFilter Feb 12, 2024 8:08:31 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter Feb 12, 2024 8:08:31 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:31 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:31 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. Feb 12, 2024 8:08:31 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. INFO o.e.j.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@1fa5722{/sensinact,null,AVAILABLE} Feb 12, 2024 8:08:31 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:31 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. Feb 12, 2024 8:08:31 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. Feb 12, 2024 8:08:31 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application sensinact-rest class org.eclipse.osgitech.rest.util.OptionalResponseFilter Feb 12, 2024 8:08:31 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter Feb 12, 2024 8:08:31 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:31 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. Feb 12, 2024 8:08:31 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. Feb 12, 2024 8:08:31 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:31 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. Feb 12, 2024 8:08:31 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. Feb 12, 2024 8:08:32 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter Feb 12, 2024 8:08:32 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:32 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. Feb 12, 2024 8:08:32 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. INFO o.e.j.server.handler.ContextHandler - Stopped o.e.j.s.ServletContextHandler@1fa5722{/sensinact,null,STOPPED} Feb 12, 2024 8:08:32 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application sensinact-rest class org.eclipse.osgitech.rest.util.OptionalResponseFilter Feb 12, 2024 8:08:32 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter Feb 12, 2024 8:08:32 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:32 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:32 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. Feb 12, 2024 8:08:32 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. INFO o.e.j.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@5f1fa92{/sensinact,null,AVAILABLE} Feb 12, 2024 8:08:32 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:32 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. Feb 12, 2024 8:08:32 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. Feb 12, 2024 8:08:32 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application sensinact-rest class org.eclipse.osgitech.rest.util.OptionalResponseFilter Feb 12, 2024 8:08:32 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter Feb 12, 2024 8:08:32 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:32 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. Feb 12, 2024 8:08:32 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. Feb 12, 2024 8:08:32 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:32 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. Feb 12, 2024 8:08:32 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. Feb 12, 2024 8:08:32 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter Feb 12, 2024 8:08:32 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:32 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. Feb 12, 2024 8:08:32 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. INFO o.e.j.server.handler.ContextHandler - Stopped o.e.j.s.ServletContextHandler@5f1fa92{/sensinact,null,STOPPED} Feb 12, 2024 8:08:32 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application sensinact-rest class org.eclipse.osgitech.rest.util.OptionalResponseFilter Feb 12, 2024 8:08:32 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter Feb 12, 2024 8:08:32 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:32 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:32 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. Feb 12, 2024 8:08:32 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. INFO o.e.j.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@3fe7661e{/sensinact,null,AVAILABLE} Feb 12, 2024 8:08:32 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:32 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. Feb 12, 2024 8:08:32 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. Feb 12, 2024 8:08:32 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application sensinact-rest class org.eclipse.osgitech.rest.util.OptionalResponseFilter Feb 12, 2024 8:08:32 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter Feb 12, 2024 8:08:32 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:32 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. Feb 12, 2024 8:08:32 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. Feb 12, 2024 8:08:32 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:32 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. Feb 12, 2024 8:08:32 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. Feb 12, 2024 8:08:32 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter Feb 12, 2024 8:08:32 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:32 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. Feb 12, 2024 8:08:32 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. INFO o.e.j.server.handler.ContextHandler - Stopped o.e.j.s.ServletContextHandler@3fe7661e{/sensinact,null,STOPPED} Feb 12, 2024 8:08:32 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application sensinact-rest class org.eclipse.osgitech.rest.util.OptionalResponseFilter Feb 12, 2024 8:08:32 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter Feb 12, 2024 8:08:32 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:32 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:32 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. Feb 12, 2024 8:08:32 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. INFO o.e.j.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@23ee7a1b{/sensinact,null,AVAILABLE} Feb 12, 2024 8:08:32 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:32 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. Feb 12, 2024 8:08:32 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. Feb 12, 2024 8:08:32 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application sensinact-rest class org.eclipse.osgitech.rest.util.OptionalResponseFilter Feb 12, 2024 8:08:32 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter Feb 12, 2024 8:08:32 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:32 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. Feb 12, 2024 8:08:32 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. Feb 12, 2024 8:08:32 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:32 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. Feb 12, 2024 8:08:32 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. Feb 12, 2024 8:08:33 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter Feb 12, 2024 8:08:33 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:33 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. Feb 12, 2024 8:08:33 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. INFO o.e.j.server.handler.ContextHandler - Stopped o.e.j.s.ServletContextHandler@23ee7a1b{/sensinact,null,STOPPED} Feb 12, 2024 8:08:33 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application sensinact-rest class org.eclipse.osgitech.rest.util.OptionalResponseFilter Feb 12, 2024 8:08:33 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter Feb 12, 2024 8:08:33 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:33 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:33 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. Feb 12, 2024 8:08:33 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. INFO o.e.j.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@53411e72{/sensinact,null,AVAILABLE} Feb 12, 2024 8:08:33 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:33 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. Feb 12, 2024 8:08:33 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. Feb 12, 2024 8:08:33 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application sensinact-rest class org.eclipse.osgitech.rest.util.OptionalResponseFilter Feb 12, 2024 8:08:33 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter Feb 12, 2024 8:08:33 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:33 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. Feb 12, 2024 8:08:33 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. Feb 12, 2024 8:08:33 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:33 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. Feb 12, 2024 8:08:33 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. Feb 12, 2024 8:08:33 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter Feb 12, 2024 8:08:33 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:08:33 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. Feb 12, 2024 8:08:33 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. INFO o.e.j.server.handler.ContextHandler - Stopped o.e.j.s.ServletContextHandler@53411e72{/sensinact,null,STOPPED} [INFO] No Errors [INFO] [INFO] --- install:3.1.1:install (default-install) @ rest --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/northbound/rest/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/northbound/rest/0.0.2-SNAPSHOT/rest-0.0.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/northbound/rest/target/rest-0.0.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/northbound/rest/0.0.2-SNAPSHOT/rest-0.0.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/northbound/rest/target/rest-0.0.2-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/northbound/rest/0.0.2-SNAPSHOT/rest-0.0.2-SNAPSHOT-tests.jar [INFO] [INFO] --- deploy:3.0.0:deploy (default-deploy) @ rest --- [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/northbound/rest/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/northbound/rest/0.0.2-SNAPSHOT/maven-metadata.xml (1.0 kB at 78 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/rest/0.0.2-SNAPSHOT/rest-0.0.2-20240212.200245-61.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/rest/0.0.2-SNAPSHOT/rest-0.0.2-20240212.200245-61.pom (7.1 kB at 230 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/rest/0.0.2-SNAPSHOT/rest-0.0.2-20240212.200245-61.jar [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/rest/0.0.2-SNAPSHOT/rest-0.0.2-20240212.200245-61-tests.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/rest/0.0.2-SNAPSHOT/rest-0.0.2-20240212.200245-61-tests.jar (40 kB at 824 kB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/rest/0.0.2-SNAPSHOT/rest-0.0.2-20240212.200245-61.jar (23 kB at 467 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/rest/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/rest/maven-metadata.xml (364 B at 8.7 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/rest/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/northbound/rest/0.0.2-SNAPSHOT/maven-metadata.xml (1.0 kB at 31 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/rest/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/rest/maven-metadata.xml (364 B at 9.8 kB/s) [INFO] [INFO] ---------< org.eclipse.sensinact.gateway.northbound:websocket >--------- [INFO] Building SensiNact Northbound WebSocket 0.0.2-SNAPSHOT [35/68] [INFO] from northbound/websocket/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/jakarta/websocket/jakarta.websocket-api/2.1.0/jakarta.websocket-api-2.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/websocket/jakarta.websocket-api/2.1.0/jakarta.websocket-api-2.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/websocket/jakarta.websocket-api/2.1.0/jakarta.websocket-api-2.1.0.pom (4.5 kB at 77 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/jakarta/websocket/jakarta.websocket-all/2.1.0/jakarta.websocket-all-2.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/websocket/jakarta.websocket-all/2.1.0/jakarta.websocket-all-2.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/websocket/jakarta.websocket-all/2.1.0/jakarta.websocket-all-2.1.0.pom (11 kB at 185 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/jakarta/websocket/jakarta.websocket-client-api/2.1.0/jakarta.websocket-client-api-2.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/websocket/jakarta.websocket-client-api/2.1.0/jakarta.websocket-client-api-2.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/websocket/jakarta.websocket-client-api/2.1.0/jakarta.websocket-client-api-2.1.0.pom (4.2 kB at 61 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/jakarta/enterprise/jakarta.enterprise.cdi-api/3.0.0/jakarta.enterprise.cdi-api-3.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/enterprise/jakarta.enterprise.cdi-api/3.0.0/jakarta.enterprise.cdi-api-3.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/enterprise/jakarta.enterprise.cdi-api/3.0.0/jakarta.enterprise.cdi-api-3.0.0.pom (11 kB at 329 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/jakarta/enterprise/jakarta.enterprise.cdi-parent/3.0.0/jakarta.enterprise.cdi-parent-3.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/enterprise/jakarta.enterprise.cdi-parent/3.0.0/jakarta.enterprise.cdi-parent-3.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/enterprise/jakarta.enterprise.cdi-parent/3.0.0/jakarta.enterprise.cdi-parent-3.0.0.pom (913 B at 14 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/jakarta/el/jakarta.el-api/4.0.0/jakarta.el-api-4.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/el/jakarta.el-api/4.0.0/jakarta.el-api-4.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/el/jakarta.el-api/4.0.0/jakarta.el-api-4.0.0.pom (12 kB at 180 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/jakarta/interceptor/jakarta.interceptor-api/2.0.0/jakarta.interceptor-api-2.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/interceptor/jakarta.interceptor-api/2.0.0/jakarta.interceptor-api-2.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/interceptor/jakarta.interceptor-api/2.0.0/jakarta.interceptor-api-2.0.0.pom (12 kB at 269 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/jakarta/inject/jakarta.inject-api/2.0.0/jakarta.inject-api-2.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/inject/jakarta.inject-api/2.0.0/jakarta.inject-api-2.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/inject/jakarta.inject-api/2.0.0/jakarta.inject-api-2.0.0.pom (5.3 kB at 139 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jetty/websocket/websocket-jetty-server/11.0.13/websocket-jetty-server-11.0.13.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-jetty-server/11.0.13/websocket-jetty-server-11.0.13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-jetty-server/11.0.13/websocket-jetty-server-11.0.13.pom (2.8 kB at 64 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jetty/websocket/websocket-parent/11.0.13/websocket-parent-11.0.13.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-parent/11.0.13/websocket-parent-11.0.13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-parent/11.0.13/websocket-parent-11.0.13.pom (1.9 kB at 31 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jetty/websocket/websocket-jetty-api/11.0.13/websocket-jetty-api-11.0.13.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-jetty-api/11.0.13/websocket-jetty-api-11.0.13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-jetty-api/11.0.13/websocket-jetty-api-11.0.13.pom (665 B at 11 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jetty/websocket/websocket-jetty-common/11.0.13/websocket-jetty-common-11.0.13.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-jetty-common/11.0.13/websocket-jetty-common-11.0.13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-jetty-common/11.0.13/websocket-jetty-common-11.0.13.pom (2.1 kB at 32 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jetty/websocket/websocket-core-common/11.0.13/websocket-core-common-11.0.13.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-core-common/11.0.13/websocket-core-common-11.0.13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-core-common/11.0.13/websocket-core-common-11.0.13.pom (1.9 kB at 40 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jetty/websocket/websocket-servlet/11.0.13/websocket-servlet-11.0.13.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-servlet/11.0.13/websocket-servlet-11.0.13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-servlet/11.0.13/websocket-servlet-11.0.13.pom (1.4 kB at 25 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jetty/websocket/websocket-core-server/11.0.13/websocket-core-server-11.0.13.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-core-server/11.0.13/websocket-core-server-11.0.13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-core-server/11.0.13/websocket-core-server-11.0.13.pom (954 B at 17 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jetty/jetty-annotations/11.0.13/jetty-annotations-11.0.13.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-annotations/11.0.13/jetty-annotations-11.0.13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-annotations/11.0.13/jetty-annotations-11.0.13.pom (3.6 kB at 95 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jetty/jetty-plus/11.0.13/jetty-plus-11.0.13.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-plus/11.0.13/jetty-plus-11.0.13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-plus/11.0.13/jetty-plus-11.0.13.pom (2.3 kB at 63 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/jakarta/transaction/jakarta.transaction-api/2.0.0/jakarta.transaction-api-2.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/transaction/jakarta.transaction-api/2.0.0/jakarta.transaction-api-2.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/transaction/jakarta.transaction-api/2.0.0/jakarta.transaction-api-2.0.0.pom (12 kB at 1.3 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jetty/jetty-jndi/11.0.13/jetty-jndi-11.0.13.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-jndi/11.0.13/jetty-jndi-11.0.13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-jndi/11.0.13/jetty-jndi-11.0.13.pom (2.3 kB at 38 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jetty/jetty-webapp/11.0.13/jetty-webapp-11.0.13.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-webapp/11.0.13/jetty-webapp-11.0.13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-webapp/11.0.13/jetty-webapp-11.0.13.pom (3.6 kB at 65 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jetty/jetty-xml/11.0.13/jetty-xml-11.0.13.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-xml/11.0.13/jetty-xml-11.0.13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-xml/11.0.13/jetty-xml-11.0.13.pom (1.9 kB at 42 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/ow2/asm/asm/9.4/asm-9.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.4/asm-9.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.4/asm-9.4.pom (2.4 kB at 1.2 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/ow2/asm/asm-commons/9.4/asm-commons-9.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/9.4/asm-commons-9.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/9.4/asm-commons-9.4.pom (2.8 kB at 398 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/ow2/asm/asm-tree/9.4/asm-tree-9.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.4/asm-tree-9.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.4/asm-tree-9.4.pom (2.6 kB at 432 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jetty/websocket/websocket-jetty-client/11.0.13/websocket-jetty-client-11.0.13.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-jetty-client/11.0.13/websocket-jetty-client-11.0.13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-jetty-client/11.0.13/websocket-jetty-client-11.0.13.pom (2.3 kB at 16 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jetty/websocket/websocket-core-client/11.0.13/websocket-core-client-11.0.13.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-core-client/11.0.13/websocket-core-client-11.0.13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-core-client/11.0.13/websocket-core-client-11.0.13.pom (1.5 kB at 19 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/jakarta/websocket/jakarta.websocket-api/2.1.0/jakarta.websocket-api-2.1.0.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/jakarta/websocket/jakarta.websocket-client-api/2.1.0/jakarta.websocket-client-api-2.1.0.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/jakarta/enterprise/jakarta.enterprise.cdi-api/3.0.0/jakarta.enterprise.cdi-api-3.0.0.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/jakarta/el/jakarta.el-api/4.0.0/jakarta.el-api-4.0.0.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/jakarta/interceptor/jakarta.interceptor-api/2.0.0/jakarta.interceptor-api-2.0.0.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/jakarta/inject/jakarta.inject-api/2.0.0/jakarta.inject-api-2.0.0.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jetty/websocket/websocket-jetty-server/11.0.13/websocket-jetty-server-11.0.13.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jetty/websocket/websocket-jetty-api/11.0.13/websocket-jetty-api-11.0.13.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jetty/websocket/websocket-jetty-common/11.0.13/websocket-jetty-common-11.0.13.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jetty/websocket/websocket-core-common/11.0.13/websocket-core-common-11.0.13.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jetty/websocket/websocket-servlet/11.0.13/websocket-servlet-11.0.13.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jetty/websocket/websocket-core-server/11.0.13/websocket-core-server-11.0.13.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jetty/jetty-annotations/11.0.13/jetty-annotations-11.0.13.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jetty/jetty-plus/11.0.13/jetty-plus-11.0.13.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/jakarta/transaction/jakarta.transaction-api/2.0.0/jakarta.transaction-api-2.0.0.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jetty/jetty-jndi/11.0.13/jetty-jndi-11.0.13.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jetty/jetty-webapp/11.0.13/jetty-webapp-11.0.13.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jetty/jetty-xml/11.0.13/jetty-xml-11.0.13.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/ow2/asm/asm/9.4/asm-9.4.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/ow2/asm/asm-commons/9.4/asm-commons-9.4.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/ow2/asm/asm-tree/9.4/asm-tree-9.4.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jetty/websocket/websocket-jetty-client/11.0.13/websocket-jetty-client-11.0.13.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/eclipse/jetty/websocket/websocket-core-client/11.0.13/websocket-core-client-11.0.13.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/websocket/jakarta.websocket-api/2.1.0/jakarta.websocket-api-2.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/websocket/jakarta.websocket-api/2.1.0/jakarta.websocket-api-2.1.0.jar (24 kB at 487 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/websocket/jakarta.websocket-client-api/2.1.0/jakarta.websocket-client-api-2.1.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/enterprise/jakarta.enterprise.cdi-api/3.0.0/jakarta.enterprise.cdi-api-3.0.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/el/jakarta.el-api/4.0.0/jakarta.el-api-4.0.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/interceptor/jakarta.interceptor-api/2.0.0/jakarta.interceptor-api-2.0.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/inject/jakarta.inject-api/2.0.0/jakarta.inject-api-2.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/enterprise/jakarta.enterprise.cdi-api/3.0.0/jakarta.enterprise.cdi-api-3.0.0.jar (119 kB at 3.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-jetty-server/11.0.13/websocket-jetty-server-11.0.13.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/websocket/jakarta.websocket-client-api/2.1.0/jakarta.websocket-client-api-2.1.0.jar (42 kB at 871 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-jetty-api/11.0.13/websocket-jetty-api-11.0.13.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/interceptor/jakarta.interceptor-api/2.0.0/jakarta.interceptor-api-2.0.0.jar (25 kB at 512 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-jetty-common/11.0.13/websocket-jetty-common-11.0.13.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/el/jakarta.el-api/4.0.0/jakarta.el-api-4.0.0.jar (81 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-core-common/11.0.13/websocket-core-common-11.0.13.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/inject/jakarta.inject-api/2.0.0/jakarta.inject-api-2.0.0.jar (10 kB at 178 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-servlet/11.0.13/websocket-servlet-11.0.13.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-jetty-server/11.0.13/websocket-jetty-server-11.0.13.jar (37 kB at 577 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-core-server/11.0.13/websocket-core-server-11.0.13.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-jetty-common/11.0.13/websocket-jetty-common-11.0.13.jar (45 kB at 637 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-annotations/11.0.13/jetty-annotations-11.0.13.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-jetty-api/11.0.13/websocket-jetty-api-11.0.13.jar (41 kB at 508 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-plus/11.0.13/jetty-plus-11.0.13.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-core-common/11.0.13/websocket-core-common-11.0.13.jar (195 kB at 2.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/transaction/jakarta.transaction-api/2.0.0/jakarta.transaction-api-2.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/transaction/jakarta.transaction-api/2.0.0/jakarta.transaction-api-2.0.0.jar (28 kB at 310 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-jndi/11.0.13/jetty-jndi-11.0.13.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-annotations/11.0.13/jetty-annotations-11.0.13.jar (95 kB at 991 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-webapp/11.0.13/jetty-webapp-11.0.13.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-servlet/11.0.13/websocket-servlet-11.0.13.jar (18 kB at 177 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-xml/11.0.13/jetty-xml-11.0.13.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-plus/11.0.13/jetty-plus-11.0.13.jar (69 kB at 665 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.4/asm-9.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-core-server/11.0.13/websocket-core-server-11.0.13.jar (65 kB at 611 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/9.4/asm-commons-9.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.4/asm-9.4.jar (122 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.4/asm-tree-9.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.4/asm-tree-9.4.jar (53 kB at 470 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-jetty-client/11.0.13/websocket-jetty-client-11.0.13.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/9.4/asm-commons-9.4.jar (73 kB at 650 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-core-client/11.0.13/websocket-core-client-11.0.13.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-jndi/11.0.13/jetty-jndi-11.0.13.jar (48 kB at 417 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-xml/11.0.13/jetty-xml-11.0.13.jar (72 kB at 603 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-jetty-client/11.0.13/websocket-jetty-client-11.0.13.jar (33 kB at 240 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-webapp/11.0.13/jetty-webapp-11.0.13.jar (159 kB at 1.1 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-core-client/11.0.13/websocket-core-client-11.0.13.jar (33 kB at 228 kB/s) [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ websocket --- [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ websocket --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sensinact Deploy/northbound/websocket/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ websocket --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Sensinact Deploy/northbound/websocket/target/classes [INFO] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/websocket/src/main/java/org/eclipse/sensinact/northbound/ws/impl/NotificationSnapshot.java: /home/jenkins/agent/workspace/Sensinact Deploy/northbound/websocket/src/main/java/org/eclipse/sensinact/northbound/ws/impl/NotificationSnapshot.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/websocket/src/main/java/org/eclipse/sensinact/northbound/ws/impl/NotificationSnapshot.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- bnd:7.0.0:bnd-process (default) @ websocket --- [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ websocket --- [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ websocket --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Sensinact Deploy/northbound/websocket/target/test-classes [INFO] [INFO] --- bnd:7.0.0:bnd-process-tests (bnd-process-tests) @ websocket --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ websocket --- [JENKINS] Recording test results [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ websocket --- [INFO] Building jar: /home/jenkins/agent/workspace/Sensinact Deploy/northbound/websocket/target/websocket-0.0.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (test-jar) @ websocket --- [INFO] Building jar: /home/jenkins/agent/workspace/Sensinact Deploy/northbound/websocket/target/websocket-0.0.2-SNAPSHOT-tests.jar [INFO] [INFO] --- bnd-resolver:7.1.0-SNAPSHOT:resolve (resolve-test) @ websocket --- [INFO] Resolving /home/jenkins/agent/workspace/Sensinact Deploy/northbound/websocket/integration-test.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)',com.fasterxml.jackson.core.jackson-annotations;version='[2.16.1,2.16.2)',com.fasterxml.jackson.core.jackson-core;version='[2.16.1,2.16.2)',com.fasterxml.jackson.core.jackson-databind;version='[2.16.1,2.16.2)',com.fasterxml.jackson.datatype.jackson-datatype-jsr310;version='[2.16.1,2.16.2)',io.dropwizard.metrics.core;version='[4.2.19,4.2.20)',jakarta.annotation-api;version='[2.1.1,2.1.2)',jakarta.el-api;version='[4.0.0,4.0.1)',jakarta.enterprise.cdi-api;version='[3.0.0,3.0.1)',jakarta.inject.jakarta.inject-api;version='[2.0.1,2.0.2)',jakarta.interceptor-api;version='[2.0.0,2.0.1)',jakarta.transaction-api;version='[2.0.0,2.0.1)',junit-jupiter-api;version='[5.10.1,5.10.2)',junit-jupiter-engine;version='[5.10.1,5.10.2)',junit-jupiter-params;version='[5.10.1,5.10.2)',junit-platform-commons;version='[1.10.1,1.10.2)',junit-platform-engine;version='[1.10.1,1.10.2)',junit-platform-launcher;version='[1.10.1,1.10.2)',org.antlr.antlr4-runtime;version='[4.12.0,4.12.1)',org.apache.aries.component-dsl.component-dsl;version='[1.2.2,1.2.3)',org.apache.aries.spifly.dynamic.framework.extension;version='[1.3.7,1.3.8)',org.apache.aries.typedevent.bus;version='[0.0.2,0.0.3)',org.apache.felix.cm.json;version='[2.0.0,2.0.1)',org.apache.felix.configadmin;version='[1.9.24,1.9.25)',org.apache.felix.configurator;version='[1.0.18,1.0.19)',org.apache.felix.http.jetty;version='[5.0.4,5.0.5)',org.apache.felix.http.servlet-api;version='[2.1.0,2.1.1)',org.apache.felix.scr;version='[2.2.2,2.2.3)',org.eclipse.emf.common;version='[2.29.0,2.29.1)',org.eclipse.emf.ecore;version='[2.35.0,2.35.1)',org.eclipse.emf.ecore.xmi;version='[2.36.0,2.36.1)',org.eclipse.jetty.alpn.client;version='[11.0.13,11.0.14)',org.eclipse.jetty.client;version='[11.0.13,11.0.14)',org.eclipse.jetty.http;version='[11.0.13,11.0.14)',org.eclipse.jetty.io;version='[11.0.13,11.0.14)',org.eclipse.jetty.jndi;version='[11.0.13,11.0.14)',org.eclipse.jetty.plus;version='[11.0.13,11.0.14)',org.eclipse.jetty.security;version='[11.0.13,11.0.14)',org.eclipse.jetty.server;version='[11.0.13,11.0.14)',org.eclipse.jetty.servlet;version='[11.0.13,11.0.14)',org.eclipse.jetty.servlet-api;version='[5.0.2,5.0.3)',org.eclipse.jetty.util;version='[11.0.13,11.0.14)',org.eclipse.jetty.webapp;version='[11.0.13,11.0.14)',org.eclipse.jetty.websocket.api;version='[11.0.13,11.0.14)',org.eclipse.jetty.websocket.client;version='[11.0.13,11.0.14)',org.eclipse.jetty.websocket.common;version='[11.0.13,11.0.14)',org.eclipse.jetty.websocket.core.client;version='[11.0.13,11.0.14)',org.eclipse.jetty.websocket.core.common;version='[11.0.13,11.0.14)',org.eclipse.jetty.websocket.core.server;version='[11.0.13,11.0.14)',org.eclipse.jetty.websocket.server;version='[11.0.13,11.0.14)',org.eclipse.jetty.websocket.servlet;version='[11.0.13,11.0.14)',org.eclipse.jetty.xml;version='[11.0.13,11.0.14)',org.eclipse.parsson.jakarta.json;version='[1.1.5,1.1.6)',org.eclipse.sensinact.gateway.core.annotation;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.core.api;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.core.emf-api;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.core.geo-json;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.core.impl;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.core.models.metadata;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.core.models.provider;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.northbound.filters.filters.core;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.northbound.filters.ldap;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.northbound.query-handler;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.northbound.security.authentication-api;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.northbound.websocket;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.northbound.websocket-tests;version='[0.0.2,0.0.3)',org.gecko.emf.osgi.component.minimal;version='[6.1.0,6.1.1)',org.objectweb.asm;version='[9.6.0,9.6.1)',org.opentest4j;version='[1.3.0,1.3.1)',org.osgi.service.cm;version='[1.6.1,1.6.2)',org.osgi.service.component;version='[1.5.0,1.5.1)',org.osgi.service.typedevent;version='[1.0.0,1.0.1)',org.osgi.test.common;version='[1.3.0,1.3.1)',org.osgi.test.junit5;version='[1.3.0,1.3.1)',org.osgi.test.junit5.cm;version='[1.3.0,1.3.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)',org.osgi.util.pushstream;version='[1.0.2,1.0.3)',slf4j.api;version='[2.0.11,2.0.12)' [INFO] [INFO] --- bnd-testing:7.0.0:testing (default) @ websocket --- [INFO] Matching glob * [INFO] Testing /home/jenkins/agent/workspace/Sensinact Deploy/northbound/websocket/integration-test.bndrun: Feb 12, 2024 8:09:12 PM org.apache.aries.spifly.BaseActivator log INFO: Registered provider ch.qos.logback.classic.servlet.LogbackServletContainerInitializer of service jakarta.servlet.ServletContainerInitializer in bundle ch.qos.logback.classic Feb 12, 2024 8:09:12 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 [DEBUG] Services updated for configurator: [[org.osgi.service.cm.ConfigurationAdmin]] - null [DEBUG] Starting new configurator [DEBUG] Adding bundle org.apache.felix.framework:7.0.3 (0) : active [DEBUG] Adding bundle ch.qos.logback.classic:1.4.14 (1) : active [DEBUG] Adding bundle ch.qos.logback.core:1.4.14 (2) : active [DEBUG] Adding bundle com.fasterxml.jackson.core.jackson-annotations:2.16.1 (3) : active [DEBUG] Adding bundle com.fasterxml.jackson.core.jackson-core:2.16.1 (4) : active [DEBUG] Adding bundle com.fasterxml.jackson.core.jackson-databind:2.16.1 (5) : active [DEBUG] Adding bundle com.fasterxml.jackson.datatype.jackson-datatype-jsr310:2.16.1 (6) : active [DEBUG] Adding bundle io.dropwizard.metrics.core:4.2.19 (7) : active [DEBUG] Adding bundle jakarta.annotation-api:2.1.1 (8) : active [DEBUG] Adding bundle jakarta.el-api:4.0.0 (9) : active [DEBUG] Adding bundle jakarta.enterprise.cdi-api:3.0.0 (10) : active [DEBUG] Adding bundle jakarta.inject.jakarta.inject-api:2.0.1 (11) : active [DEBUG] Adding bundle jakarta.interceptor-api:2.0.0 (12) : active [DEBUG] Adding bundle jakarta.transaction-api:2.0.0 (13) : active [DEBUG] Adding bundle junit-jupiter-api:5.10.1 (14) : active [DEBUG] Adding bundle junit-jupiter-engine:5.10.1 (15) : active [DEBUG] Adding bundle junit-jupiter-params:5.10.1 (16) : active [DEBUG] Adding bundle junit-platform-commons:1.10.1 (17) : active [DEBUG] Adding bundle junit-platform-engine:1.10.1 (18) : active [DEBUG] Adding bundle junit-platform-launcher:1.10.1 (19) : active [DEBUG] Adding bundle org.antlr.antlr4-runtime:4.12.0 (20) : active [DEBUG] Adding bundle org.apache.aries.component-dsl.component-dsl:1.2.2 (21) : active [DEBUG] Adding bundle org.apache.aries.typedevent.bus:0.0.2.202303140456 (23) : active [DEBUG] Adding bundle org.apache.felix.cm.json:2.0.0 (24) : active [DEBUG] Adding bundle org.apache.felix.configadmin:1.9.24 (25) : active [DEBUG] Adding bundle org.apache.felix.configurator:1.0.18 (26) : starting [DEBUG] Started services listener for configurator. [DEBUG] Adding bundle org.apache.felix.configurator:1.0.18 (26) : active Feb 12, 2024 8:09:12 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 12, 2024 8:09:12 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 [DEBUG] Adding bundle org.apache.felix.http.jetty:5.0.4 (27) : starting [DEBUG] Adding bundle org.apache.felix.http.jetty:5.0.4 (27) : active [DEBUG] Adding bundle org.apache.felix.http.servlet-api:2.1.0 (28) : starting [DEBUG] Adding bundle org.apache.felix.http.servlet-api:2.1.0 (28) : active [DEBUG] Adding bundle org.apache.felix.scr:2.2.2 (29) : starting [DEBUG] Adding bundle org.apache.felix.scr:2.2.2 (29) : active [DEBUG] Adding bundle org.eclipse.emf.common:2.29.0.v20230810-0713 (30) : starting [DEBUG] Adding bundle org.eclipse.emf.ecore:2.35.0.v20230829-0934 (31) : starting [DEBUG] Adding bundle org.eclipse.emf.ecore.xmi:2.36.0.v20231002-1156 (32) : starting [DEBUG] Adding bundle org.eclipse.jetty.alpn.client:11.0.13 (33) : starting [DEBUG] Adding bundle org.eclipse.jetty.alpn.client:11.0.13 (33) : active [DEBUG] Adding bundle org.eclipse.jetty.client:11.0.13 (34) : starting [DEBUG] Adding bundle org.eclipse.jetty.client:11.0.13 (34) : active [DEBUG] Adding bundle org.eclipse.jetty.http:11.0.13 (35) : starting Feb 12, 2024 8:09:13 PM org.apache.aries.spifly.BaseActivator log INFO: Registered provider org.eclipse.jetty.http.Http1FieldPreEncoder of service org.eclipse[DEBU.Gje] Adding bundle org.eclipse.jetty.http:11.0.1t3 (35) : active ty.http.HttpFieldPreEncoder in bundle org.eclipse.jetty.http [DEBUG] Adding bundle org.eclipse.jetty.io:11.0.13 (36) : starting [DEBUG] Adding bundle org.eclipse.jetty.io:11.0.13 (36) : active [DEBUG] Adding bundle org.eclipse.jetty.jndi:11.0.13 (37) : starting [DEBUG] Adding bundle org.eclipse.jetty.jndi:11.0.13 (37) : active [DEBUG] Adding bundle org.eclipse.jetty.plus:11.0.13 (38) : starting Feb 12, 2024 8:09:13 PM org.apache.aries.spifly.BaseActivator log INFO: Registered provider org.eclipse.jetty.plus.webapp.PlusConfiguration of service org.eclipse.jetty.webapp.Configuration in bundle org.eclipse.jetty.plus Feb 12, 2024 8:09:13 PM org.apache.aries.spifly.BaseActivator log INFO: Registered provider org.eclipse.jetty.plus.webapp.EnvConfiguration of service org.eclipse.jetty.webapp.Configuration in bundle org.eclipse.jetty.plus [DEBUG] Adding bundle org.eclipse.jetty.plus:11.0.13 (38) : active [DEBUG] Adding bundle org.eclipse.jetty.security:11.0.13 (39) : starting [DEBUG] Adding bundle org.eclipse.jetty.security:11.0.13 (39) : active [DEBUG] Adding bundle org.eclipse.jetty.server:11.0.13 (40) : starting [DEBUG] Adding bundle org.eclipse.jetty.server:11.0.13 (40) : active [DEBUG] Adding bundle org.eclipse.jetty.servlet:11.0.13 (41) : starting [DEBUG] Adding bundle org.eclipse.jetty.servlet:11.0.13 (41) : active [DEBUG] Adding bundle org.eclipse.jetty.servlet-api:5.0.2 (42) : starting [DEBUG] Adding bundle org.eclipse.jetty.servlet-api:5.0.2 (42) : active [DEBUG] Adding bundle org.eclipse.jetty.util:11.0.13 (43) : starting [DEBUG] Adding bundle org.eclipse.jetty.util:11.0.13 (43) : active [DEBUG] Adding bundle org.eclipse.jetty.webapp:11.0.13 (44) : starting Feb 12, 2024 8:09:13 PM org.apache.aries.spifly.BaseActivator log INFO: Registered provider org.eclipse.jetty.webapp.FragmentConfiguration of service org.eclipse.jetty.webapp.Configuration in bundle org.eclipse.jetty.webapp Feb 12, 2024 8:09:13 PM org.apache.aries.spifly.BaseActivator log INFO: Registered provider org.eclipse.jetty.webapp.JettyWebXmlConfiguration of service org.eclipse.jetty.webapp.Configuration in bundle org.eclipse.jetty.webapp Feb 12, 2024 8:09:13 PM org.apache.aries.spifly.BaseActivator log INFO: Registered provider org.eclipse.jetty.webapp.JaasConfiguration of service org.eclipse.jetty.webapp.Configuration in bundle org.eclipse.jetty.webapp Feb 12, 2024 8:09:13 PM org.apache.aries.spifly.BaseActivator log INFO: Registered provider org.eclipse.jetty.webapp.JaspiConfiguration of service org.eclipse.jetty.webapp.Configuration in bundle org.eclipse.jetty.webapp Feb 12, 2024 8:09:13 PM org.apache.aries.spifly.BaseActivator log INFO: Registered provider org.eclipse.jetty.webapp.JmxConfiguration of service org.eclipse.jetty.webapp.Configuration in bundle org.eclipse.jetty.webapp Feb 12, 2024 8:09:13 PM org.apache.aries.spifly.BaseActivator log INFO: Registered provider org.eclipse.jetty.webapp.JndiConfiguration of service org.eclipse.jetty.webapp.Configuration in bundle org.eclipse.jetty.webapp Feb 12, 2024 8:09:13 PM org.apache.aries.spifly.BaseActivator log INFO: Registered provider org.eclipse.jetty.webapp.JspConfiguration of service org.eclipse.jetty.webapp.Configuration in bundle org.eclipse.jetty.webapp Feb 12, 2024 8:09:13 PM org.apache.aries.spifly.BaseActivator log INFO: Registered provider org.eclipse.jetty.webapp.MetaInfConfiguration of service org.eclipse.jetty.webapp.Configuration in bundle org.eclipse.jetty.webapp Feb 12, 2024 8:09:13 PM org.apache.aries.spifly.BaseActivator log INFO: Registered provider org.eclipse.jetty.webapp.ServletsConfiguration of service org.eclipse.jetty.webapp.Configuration in bundle org.eclipse.jetty.webapp Feb 12, 2024 8:09:13 PM org.apache.aries.spifly.BaseActivator log INFO: Registered provider org.eclipse.jetty.webapp.WebAppConfiguration of service org.eclipse.jetty.webapp.Configuration in bundle org.eclipse.jetty.webapp Feb 12, 2024 8:09:13 PM org.apache.aries.spifly.BaseActivator log INFO: Registered provider org.eclipse.jetty.webapp.WebInfConfiguration of service org.eclipse.jetty.webapp.Configuration in bundle org.eclipse.jetty.webapp Feb 12, 2024 8:09:13 PM org.apache.aries.spifly.BaseActivator log INFO: Registered provider org.eclipse.jetty.webapp.WebXmlConfiguration of service org.eclipse.jetty.webapp.Configuration in bundle org.eclipse.jetty.webapp [DEBUG] Adding bundle org.eclipse.jetty.webapp:11.0.13 (44) : active [DEBUG] Adding bundle org.eclipse.jetty.websocket.api:11.0.13 (45) : starting [DEBUG] Adding bundle org.eclipse.jetty.websocket.api:11.0.13 (45) : active [DEBUG] Adding bundle org.eclipse.jetty.websocket.client:11.0.13 (46) : starting Feb 12, 2024 8:09:13 PM or[g.aDpaEBUG] Adding bundle org.eclipse.jetty.websocket.client:11.0.13 (46) : active che.aries.spifly.BaseActivator log INFO: Registered provider org.eclipse.jetty.websocket.client.config.JettyWebSocketClientConfiguration of service org.eclipse.jetty.webapp.Configuration in bundle org.eclipse.jetty.websocket.client [DEBUG] Adding bundle org.eclipse.jetty.websocket.common:11.0.13 (47) : starting Feb 12, 2024 8:09:13 PM org.apache.aries.spifly.BaseActivator log INFO: Registered[DEBUG] Adding bundle org.eclip provider org.eclipse.jese.jetty.websocket.common:11.0.13 tty.websoc(47) : active ket.common.ExtensionConfigParser of service org.eclipse.jetty.websocket.api.ExtensionConfig$Parser in bundle org.eclipse.jetty.websocket.common [DEBUG] Adding bundle org.eclipse.jetty.websocket.core.client:11.0.13 (48) : starting [DEBUG] Adding bundle org.eclipse.jetty.websocket.core.client:11.0.13 (48) : active [DEBUG] Adding bundle org.eclipse.jetty.websocket.core.common:11.0.13 (49) : starting Feb 12, 2024 8:09:13 PM org.apache.aries.spifly.BaseActivator log INFO: Registered provider org.eclipse.jetty.websocket.core.internal.IdentityExtension of service org.eclipse.jetty.websocket.core.Extension in bundle org.eclipse.jetty.websocket.core.common Feb 12, 2024 8:09:13 PM org.apache.aries.spifly.BaseActivator log INFO: Registered provider org.eclipse.jetty.websocket.core.internal.FragmentExtension of service org.eclipse.jetty.websocket.core.Extension in bundle org.eclipse.jetty.websocket.core.common Feb 12, 2024 8:09:13 PM org.apache.aries.spifly.BaseActivator log INFO: Registered provider org.eclipse.jetty.websocket.core.internal.PerMessageDeflateExtension of service org.eclipse.jetty.websocket.core.Extension in bundle org.eclipse.jetty.websocket.core.common Feb 12, 2024 8:09:13 PM org.apache.aries.spifly.BaseActivator log INFO: Registered provider org.eclipse.jetty.websocket.core.internal.ValidationExtension of service org.eclipse.jetty.websocket.core.Extension in bundle org.eclipse.jetty.websocket.core.common Feb 12, 2024 8:09:13 PM org.apache.aries.spifly.BaseActivator log INFO: Registered provider org.eclipse.jetty.websocket.core.internal.FrameCaptureExtension of service org.eclipse.jetty.web[DEBUG] Adding bundle org.eclisocket.core.pse.Extenjetty.websocket.core.common:11.0.13 (49) sion : active in bundle org.eclipse.jetty.websocket.core.common [DEBUG] Adding bundle org.eclipse.jetty.websocket.core.server:11.0.13 (50) : starting [DEBUG] Adding bundle org.eclipse.jetty.websocket.core.server:11.0.13 (50) : active [DEBUG] Adding bundle org.eclipse.jetty.websocket.server:11.0.13 (51) : starting Feb 12, 2024 8:09:13 PM org.apache.aries.spifly.BaseActivator log INFO: Registered provider org.eclipse.jetty.websocket.server.config.JettyWebSocketServletContainerInitializer of service jakarta.servlet.ServletContainerInitializer in bundle org.eclipse.jetty.websocket.server Feb 12, 2024 8:09:13 PM org.apache.aries.spifly.BaseActivator log INFO: Registered provider o[DEBUG] Addinrg.ecg bundle org.eclipse.jlipseetty.websocket.server:11.0.13 (51) : active .jetty.websocket.server.config.JettyWebSocketConfiguration of service org.eclipse.jetty.webapp.Configuration in bundle org.eclipse.jetty.websocket.server [DEBUG] Adding bundle org.eclipse.jetty.websocket.servlet:11.0.13 (52) : starting [DEBUG] Adding bundle org.eclipse.jetty.websocket.servlet:11.0.13 (52) : active [DEBUG] Adding bundle org.eclipse.jetty.xml:11.0.13 (53) : starting [DEBUG] Adding bundle org.eclipse.jetty.xml:11.0.13 (53) : active [DEBUG] Adding bundle org.eclipse.parsson.jakarta.json:1.1.5 (54) : starting [DEBUG] Adding bundle org.eclipse.parsson.jakarta.json:1.1.5 (54) : active [DEBUG] Adding bundle org.eclipse.sensinact.gateway.core.annotation:0.0.2.202402122002 (55) : starting [DEBUG] Adding bundle org.eclipse.sensinact.gateway.core.annotation:0.0.2.202402122002 (55) : active [DEBUG] Adding bundle org.eclipse.sensinact.gateway.core.api:0.0.2.202402122003 (56) : starting [DEBUG] Adding bundle org.eclipse.sensinact.gateway.core.api:0.0.2.202402122003 (56) : active [DEBUG] Adding bundle org.eclipse.sensinact.gateway.core.emf-api:0.0.2.202402122003 (57) : starting [DEBUG] Adding bundle org.eclipse.sensinact.gateway.core.emf-api:0.0.2.202402122003 (57) : active [DEBUG] Adding bundle org.eclipse.sensinact.gateway.core.geo-json:0.0.2.202402122003 (58) : starting [DEBUG] Adding bundle org.eclipse.sensinact.gateway.core.geo-json:0.0.2.202402122003 (58) : active [DEBUG] Adding bundle org.eclipse.sensinact.gateway.core.impl:0.0.2.202402122003 (59) : starting [DEBUG] Adding bundle org.eclipse.sensinact.gateway.core.impl:0.0.2.202402122003 (59) : active [DEBUG] Adding bundle org.eclipse.sensinact.gateway.core.models.metadata:0.0.2.202402122003 (60) : starting [DEBUG] Adding bundle org.eclipse.sensinact.gateway.core.models.metadata:0.0.2.202402122003 (60) : active [DEBUG] Adding bundle org.eclipse.emf.common:2.29.0.v20230810-0713 (30) : starting [DEBUG] Adding bundle org.eclipse.emf.common:2.29.0.v20230810-0713 (30) : active [DEBUG] Adding bundle org.eclipse.emf.ecore:2.35.0.v20230829-0934 (31) : starting [DEBUG] Adding bundle org.eclipse.emf.ecore:2.35.0.v20230829-0934 (31) : active [DEBUG] Adding bundle org.eclipse.sensinact.gateway.core.models.provider:0.0.2.202402122003 (61) : starting [DEBUG] Adding bundle org.eclipse.sensinact.gateway.core.models.provider:0.0.2.202402122003 (61) : active [DEBUG] Adding bundle org.eclipse.sensinact.gateway.northbound.filters.filters.core:0.0.2.202402122007 (62) : starting [DEBUG] Adding bundle org.eclipse.sensinact.gateway.northbound.filters.filters.core:0.0.2.202402122007 (62) : active [DEBUG] Adding bundle org.eclipse.sensinact.gateway.northbound.filters.ldap:0.0.2.202402122007 (63) : starting [DEBUG] Adding bundle org.eclipse.sensinact.gateway.northbound.filters.ldap:0.0.2.202402122007 (63) : active [DEBUG] Adding bundle org.eclipse.sensinact.gateway.northbound.query-handler:0.0.2.202402122007 (64) : starting [DEBUG] Adding bundle org.eclipse.sensinact.gateway.northbound.query-handler:0.0.2.202402122007 (64) : active [DEBUG] Adding bundle org.eclipse.sensinact.gateway.northbound.security.authentication-api:0.0.2.202402122007 (65) : starting [DEBUG] Adding bundle org.eclipse.sensinact.gateway.northbound.security.authentication-api:0.0.2.202402122007 (65) : active [DEBUG] Adding bundle org.eclipse.sensinact.gateway.northbound.websocket:0.0.2.202402122008 (66) : starting [DEBUG] Adding bundle org.eclipse.sensinact.gateway.northbound.websocket:0.0.2.202402122008 (66) : active [DEBUG] Adding bundle org.gecko.emf.osgi.component.minimal:6.1.0 (68) : starting [DEBUG] Adding bundle org.gecko.emf.osgi.component.minimal:6.1.0 (68) : active [DEBUG] Adding bundle org.eclipse.emf.ecore.xmi:2.36.0.v20231002-1156 (32) : starting [DEBUG] Adding bundle org.eclipse.emf.ecore.xmi:2.36.0.v20231002-1156 (32) : active Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/admin Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/system Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/system/version Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/system/version Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/system/started Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/system/started Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/system/started [DEBUG] Adding bundle org.objectweb.asm:9.6.0 (69) : starting [DEBUG] Adding bundle org.objectweb.asm:9.6.0 (69) : active [DEBUG] Adding bundle org.opentest4j:1.3.0 (70) : starting [DEBUG] Adding bundle org.opentest4j:1.3.0 (70) : active [DEBUG] Adding bundle org.osgi.service.cm:1.6.1.202109301733 (71) : starting [DEBUG] Adding bundle org.osgi.service.cm:1.6.1.202109301733 (71) : active [DEBUG] Adding bundle org.osgi.service.component:1.5.0.202109301733 (72) : starting [DEBUG] Adding bundle org.osgi.service.component:1.5.0.202109301733 (72) : active [DEBUG] Adding bundle org.osgi.service.typedevent:1.0.0.202109301733 (73) : starting [DEBUG] Adding bundle org.osgi.service.typedevent:1.0.0.202109301733 (73) : active [DEBUG] Adding bundle org.osgi.test.common:1.3.0.SNAPSHOT (74) : starting [DEBUG] Adding bundle org.osgi.test.common:1.3.0.SNAPSHOT (74) : active [DEBUG] Adding bundle org.osgi.test.junit5:1.3.0.SNAPSHOT (75) : starting [DEBUG] Adding bundle org.osgi.test.junit5:1.3.0.SNAPSHOT (75) : active [DEBUG] Adding bundle org.osgi.test.junit5.cm:1.3.0.SNAPSHOT (76) : starting [DEBUG] Adding bundle org.osgi.test.junit5.cm:1.3.0.SNAPSHOT (76) : active [DEBUG] Adding bundle org.osgi.util.converter:1.0.9.202202082230 (77) : starting [DEBUG] Adding bundle org.osgi.util.converter:1.0.9.202202082230 (77) : active [DEBUG] Adding bundle org.osgi.util.function:1.1.0.201802012106 (78) : starting [DEBUG] Adding bundle org.osgi.util.function:1.1.0.201802012106 (78) : active [DEBUG] Adding bundle org.osgi.util.promise:1.3.0.202212101352 (79) : starting [DEBUG] Adding bundle org.osgi.util.promise:1.3.0.202212101352 (79) : active [DEBUG] Adding bundle org.osgi.util.pushstream:1.0.2.202109301733 (80) : starting [DEBUG] Adding bundle org.osgi.util.pushstream:1.0.2.202109301733 (80) : active [DEBUG] Adding bundle slf4j.api:2.0.11 (81) : starting [DEBUG] Adding bundle slf4j.api:2.0.11 (81) : active [DEBUG] Adding bundle biz.aQute.tester.junit-platform:7.0.0.202310060912 (82) : starting Feb 12, 2024 8:09:13 PM org.apache.aries.spifly.BaseActivator log INFO: Registered provider aQute.tester.bundle.engine.BundleEngine of service org.junit.platform.engine.TestEngine in bundle biz.aQute.tester.junit-p[DEBUG] Adding bundle biz.aQute.tester.junit-platform:7.0.0.202310060912 (82) : active latform [INFO] No Errors [INFO] [INFO] --- install:3.1.1:install (default-install) @ websocket --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/northbound/websocket/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/northbound/websocket/0.0.2-SNAPSHOT/websocket-0.0.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/northbound/websocket/target/websocket-0.0.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/northbound/websocket/0.0.2-SNAPSHOT/websocket-0.0.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/northbound/websocket/target/websocket-0.0.2-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/northbound/websocket/0.0.2-SNAPSHOT/websocket-0.0.2-SNAPSHOT-tests.jar [INFO] [INFO] --- deploy:3.0.0:deploy (default-deploy) @ websocket --- [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/northbound/websocket/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/northbound/websocket/0.0.2-SNAPSHOT/maven-metadata.xml (1.0 kB at 78 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/websocket/0.0.2-SNAPSHOT/websocket-0.0.2-20240212.200245-61.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/websocket/0.0.2-SNAPSHOT/websocket-0.0.2-20240212.200245-61.pom (7.0 kB at 31 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/websocket/0.0.2-SNAPSHOT/websocket-0.0.2-20240212.200245-61.jar [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/websocket/0.0.2-SNAPSHOT/websocket-0.0.2-20240212.200245-61-tests.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/websocket/0.0.2-SNAPSHOT/websocket-0.0.2-20240212.200245-61-tests.jar (23 kB at 380 kB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/websocket/0.0.2-SNAPSHOT/websocket-0.0.2-20240212.200245-61.jar (28 kB at 454 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/websocket/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/websocket/maven-metadata.xml (369 B at 2.0 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/websocket/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/northbound/websocket/0.0.2-SNAPSHOT/maven-metadata.xml (1.0 kB at 9.9 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/websocket/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/websocket/maven-metadata.xml (369 B at 5.1 kB/s) [INFO] [INFO] --< org.eclipse.sensinact.gateway.northbound.sensorthings:sensorthings >-- [INFO] Building sensorthings 0.0.2-SNAPSHOT [36/68] [INFO] from northbound/sensorthings/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ sensorthings --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ sensorthings --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/northbound/sensorthings/sensorthings/0.0.2-SNAPSHOT/sensorthings-0.0.2-SNAPSHOT.pom [INFO] [INFO] --- deploy:3.0.0:deploy (default-deploy) @ sensorthings --- [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/northbound/sensorthings/sensorthings/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/northbound/sensorthings/sensorthings/0.0.2-SNAPSHOT/maven-metadata.xml (644 B at 4.5 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/sensorthings/sensorthings/0.0.2-SNAPSHOT/sensorthings-0.0.2-20240212.200245-61.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/sensorthings/sensorthings/0.0.2-SNAPSHOT/sensorthings-0.0.2-20240212.200245-61.pom (3.0 kB at 73 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/sensorthings/sensorthings/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/sensorthings/sensorthings/maven-metadata.xml (385 B at 30 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/sensorthings/sensorthings/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/northbound/sensorthings/sensorthings/0.0.2-SNAPSHOT/maven-metadata.xml (644 B at 4.4 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/sensorthings/sensorthings/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/sensorthings/sensorthings/maven-metadata.xml (385 B at 3.5 kB/s) [INFO] [INFO] -----< org.eclipse.sensinact.gateway.northbound.sensorthings:dto >------ [INFO] Building dto 0.0.2-SNAPSHOT [37/68] [INFO] from northbound/sensorthings/dto/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ dto --- [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ dto --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/dto/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ dto --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/dto/target/classes [INFO] [INFO] --- bnd:7.0.0:bnd-process (default) @ dto --- [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ dto --- [INFO] Copying 27 resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ dto --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/dto/target/test-classes [INFO] [INFO] --- bnd:7.0.0:bnd-process-tests (bnd-process-tests) @ dto --- [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/dto/pom.xml [0:0]: The Test-Cases header is empty. No test case classes were found. [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ dto --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.sensinact.sensorthings.sensing.dto.JsonMappingTest [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.498 s - in org.eclipse.sensinact.sensorthings.sensing.dto.JsonMappingTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0 [INFO] [JENKINS] Recording test results [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ dto --- [INFO] Building jar: /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/dto/target/dto-0.0.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (test-jar) @ dto --- [INFO] Building jar: /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/dto/target/dto-0.0.2-SNAPSHOT-tests.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ dto --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/dto/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/northbound/sensorthings/dto/0.0.2-SNAPSHOT/dto-0.0.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/dto/target/dto-0.0.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/northbound/sensorthings/dto/0.0.2-SNAPSHOT/dto-0.0.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/dto/target/dto-0.0.2-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/northbound/sensorthings/dto/0.0.2-SNAPSHOT/dto-0.0.2-SNAPSHOT-tests.jar [INFO] [INFO] --- deploy:3.0.0:deploy (default-deploy) @ dto --- [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/northbound/sensorthings/dto/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/northbound/sensorthings/dto/0.0.2-SNAPSHOT/maven-metadata.xml (1.0 kB at 170 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/sensorthings/dto/0.0.2-SNAPSHOT/dto-0.0.2-20240212.200245-61.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/sensorthings/dto/0.0.2-SNAPSHOT/dto-0.0.2-20240212.200245-61.pom (1.7 kB at 43 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/sensorthings/dto/0.0.2-SNAPSHOT/dto-0.0.2-20240212.200245-61.jar [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/sensorthings/dto/0.0.2-SNAPSHOT/dto-0.0.2-20240212.200245-61-tests.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/sensorthings/dto/0.0.2-SNAPSHOT/dto-0.0.2-20240212.200245-61.jar (14 kB at 208 kB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/sensorthings/dto/0.0.2-SNAPSHOT/dto-0.0.2-20240212.200245-61-tests.jar (67 kB at 978 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/sensorthings/dto/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/sensorthings/dto/maven-metadata.xml (376 B at 8.0 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/sensorthings/dto/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/northbound/sensorthings/dto/0.0.2-SNAPSHOT/maven-metadata.xml (1.0 kB at 26 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/sensorthings/dto/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/sensorthings/dto/maven-metadata.xml (376 B at 13 kB/s) [INFO] [INFO] ----< org.eclipse.sensinact.gateway.northbound.sensorthings:filter >---- [INFO] Building SensiNact Northbound SensorThings :: Filter Parser 0.0.2-SNAPSHOT [38/68] [INFO] from northbound/sensorthings/filter/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/locationtech/spatial4j/spatial4j/0.8/spatial4j-0.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/locationtech/spatial4j/spatial4j/0.8/spatial4j-0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/locationtech/spatial4j/spatial4j/0.8/spatial4j-0.8.pom (16 kB at 2.0 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/locationtech/spatial4j/spatial4j/0.8/spatial4j-0.8.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/locationtech/spatial4j/spatial4j/0.8/spatial4j-0.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/locationtech/spatial4j/spatial4j/0.8/spatial4j-0.8.jar (190 kB at 21 MB/s) [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ filter --- [INFO] [INFO] --- antlr4:4.12.0:antlr4 (antlr) @ filter --- [INFO] ANTLR 4: Processing source directory /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/filter/src/main/antlr4 [INFO] Processing grammar: org/eclipse/sensinact/northbound/filters/sensorthings/antlr/ODataFilter.g4 [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ filter --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/filter/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ filter --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 36 source files to /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/filter/target/classes [INFO] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/filter/src/main/java/org/eclipse/sensinact/northbound/filters/sensorthings/impl/SensorthingsFilterComponent.java: /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/filter/src/main/java/org/eclipse/sensinact/northbound/filters/sensorthings/impl/SensorthingsFilterComponent.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/filter/src/main/java/org/eclipse/sensinact/northbound/filters/sensorthings/impl/SensorthingsFilterComponent.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- bnd:7.0.0:bnd-process (default) @ filter --- [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ filter --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ filter --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/filter/target/test-classes [INFO] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/filter/src/test/java/org/eclipse/sensinact/northbound/filters/sensorthings/OGCParserTest.java: /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/filter/src/test/java/org/eclipse/sensinact/northbound/filters/sensorthings/OGCParserTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/filter/src/test/java/org/eclipse/sensinact/northbound/filters/sensorthings/OGCParserTest.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/filter/src/test/java/org/eclipse/sensinact/northbound/filters/sensorthings/RcUtils.java: /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/filter/src/test/java/org/eclipse/sensinact/northbound/filters/sensorthings/RcUtils.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/filter/src/test/java/org/eclipse/sensinact/northbound/filters/sensorthings/RcUtils.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- bnd:7.0.0:bnd-process-tests (bnd-process-tests) @ filter --- [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/filter/pom.xml [0:0]: The Test-Cases header is empty. No test case classes were found. [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ filter --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.sensinact.northbound.filters.sensorthings.OGCParserTest Polygon coord: [[(lon=0.0,lat=0.0), (lon=50.0,lat=0.0), (lon=50.0,lat=50.0), (lon=0.0,lat=50.0), (lon=0.0,lat=0.0)]] Polygon coord: [[(lon=0.0,lat=0.0), (lon=50.0,lat=0.0), (lon=50.0,lat=50.0), (lon=0.0,lat=50.0), (lon=0.0,lat=0.0)]] [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.044 s - in org.eclipse.sensinact.northbound.filters.sensorthings.OGCParserTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0 [INFO] [JENKINS] Recording test results [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ filter --- [INFO] Building jar: /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/filter/target/filter-0.0.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (test-jar) @ filter --- [INFO] Building jar: /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/filter/target/filter-0.0.2-SNAPSHOT-tests.jar [INFO] [INFO] --- bnd-resolver:7.1.0-SNAPSHOT:resolve (resolve-test) @ filter --- [WARNING] No bndrun files were specified with or found as *.bndrun in the project. This is unexpected. [INFO] [INFO] --- bnd-testing:7.0.0:testing (default) @ filter --- [INFO] Matching glob * [WARNING] No bndrun files were specified with or found as *.bndrun in the project. This is unexpected. [INFO] [INFO] --- install:3.1.1:install (default-install) @ filter --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/filter/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/northbound/sensorthings/filter/0.0.2-SNAPSHOT/filter-0.0.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/filter/target/filter-0.0.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/northbound/sensorthings/filter/0.0.2-SNAPSHOT/filter-0.0.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/filter/target/filter-0.0.2-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/northbound/sensorthings/filter/0.0.2-SNAPSHOT/filter-0.0.2-SNAPSHOT-tests.jar [INFO] [INFO] --- deploy:3.0.0:deploy (default-deploy) @ filter --- [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/northbound/sensorthings/filter/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/northbound/sensorthings/filter/0.0.2-SNAPSHOT/maven-metadata.xml (1.0 kB at 93 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/sensorthings/filter/0.0.2-SNAPSHOT/filter-0.0.2-20240212.200245-61.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/sensorthings/filter/0.0.2-SNAPSHOT/filter-0.0.2-20240212.200245-61.pom (3.9 kB at 95 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/sensorthings/filter/0.0.2-SNAPSHOT/filter-0.0.2-20240212.200245-61.jar [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/sensorthings/filter/0.0.2-SNAPSHOT/filter-0.0.2-20240212.200245-61-tests.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/sensorthings/filter/0.0.2-SNAPSHOT/filter-0.0.2-20240212.200245-61-tests.jar (16 kB at 248 kB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/sensorthings/filter/0.0.2-SNAPSHOT/filter-0.0.2-20240212.200245-61.jar (680 kB at 9.0 MB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/sensorthings/filter/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/sensorthings/filter/maven-metadata.xml (379 B at 8.4 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/sensorthings/filter/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/northbound/sensorthings/filter/0.0.2-SNAPSHOT/maven-metadata.xml (1.0 kB at 17 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/sensorthings/filter/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/sensorthings/filter/maven-metadata.xml (379 B at 12 kB/s) [INFO] [INFO] ---< org.eclipse.sensinact.gateway.northbound.sensorthings:rest.api >--- [INFO] Building rest.api 0.0.2-SNAPSHOT [39/68] [INFO] from northbound/sensorthings/rest.api/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/jakarta/xml/bind/jakarta.xml.bind-api/3.0.1/jakarta.xml.bind-api-3.0.1.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/com/sun/activation/jakarta.activation/2.0.1/jakarta.activation-2.0.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/xml/bind/jakarta.xml.bind-api/3.0.1/jakarta.xml.bind-api-3.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/xml/bind/jakarta.xml.bind-api/3.0.1/jakarta.xml.bind-api-3.0.1.jar (129 kB at 9.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/activation/jakarta.activation/2.0.1/jakarta.activation-2.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/activation/jakarta.activation/2.0.1/jakarta.activation-2.0.1.jar (62 kB at 1.5 MB/s) [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ rest.api --- [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ rest.api --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.api/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ rest.api --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 27 source files to /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.api/target/classes [INFO] [INFO] --- bnd:7.0.0:bnd-process (default) @ rest.api --- [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ rest.api --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.api/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ rest.api --- [INFO] No sources to compile [INFO] [INFO] --- bnd:7.0.0:bnd-process-tests (bnd-process-tests) @ rest.api --- [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.api/pom.xml [0:0]: The JAR is empty: The instructions for the JAR named org.eclipse.sensinact.gateway.northbound.sensorthings.rest.api-tests did not cause any content to be included, this is likely wrong [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.api/pom.xml [0:0]: The Test-Cases header is empty. No test case classes were found. [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ rest.api --- [JENKINS] Recording test results [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ rest.api --- [INFO] Building jar: /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.api/target/rest.api-0.0.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (test-jar) @ rest.api --- [INFO] Building jar: /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.api/target/rest.api-0.0.2-SNAPSHOT-tests.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ rest.api --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.api/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/northbound/sensorthings/rest.api/0.0.2-SNAPSHOT/rest.api-0.0.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.api/target/rest.api-0.0.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/northbound/sensorthings/rest.api/0.0.2-SNAPSHOT/rest.api-0.0.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.api/target/rest.api-0.0.2-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/northbound/sensorthings/rest.api/0.0.2-SNAPSHOT/rest.api-0.0.2-SNAPSHOT-tests.jar [INFO] [INFO] --- deploy:3.0.0:deploy (default-deploy) @ rest.api --- [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/northbound/sensorthings/rest.api/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/northbound/sensorthings/rest.api/0.0.2-SNAPSHOT/maven-metadata.xml (1.0 kB at 93 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/sensorthings/rest.api/0.0.2-SNAPSHOT/rest.api-0.0.2-20240212.200245-61.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/sensorthings/rest.api/0.0.2-SNAPSHOT/rest.api-0.0.2-20240212.200245-61.pom (1.9 kB at 45 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/sensorthings/rest.api/0.0.2-SNAPSHOT/rest.api-0.0.2-20240212.200245-61.jar [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/sensorthings/rest.api/0.0.2-SNAPSHOT/rest.api-0.0.2-20240212.200245-61-tests.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/sensorthings/rest.api/0.0.2-SNAPSHOT/rest.api-0.0.2-20240212.200245-61.jar (39 kB at 681 kB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/sensorthings/rest.api/0.0.2-SNAPSHOT/rest.api-0.0.2-20240212.200245-61-tests.jar (2.8 kB at 49 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/sensorthings/rest.api/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/sensorthings/rest.api/maven-metadata.xml (381 B at 42 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/sensorthings/rest.api/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/northbound/sensorthings/rest.api/0.0.2-SNAPSHOT/maven-metadata.xml (1.0 kB at 35 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/sensorthings/rest.api/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/sensorthings/rest.api/maven-metadata.xml (381 B at 5.7 kB/s) [INFO] [INFO] --< org.eclipse.sensinact.gateway.northbound.sensorthings:rest.gateway >-- [INFO] Building rest.gateway 0.0.2-SNAPSHOT [40/68] [INFO] from northbound/sensorthings/rest.gateway/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ rest.gateway --- [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ rest.gateway --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ rest.gateway --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/target/classes [INFO] [INFO] --- bnd:7.0.0:bnd-process (default) @ rest.gateway --- [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ rest.gateway --- [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ rest.gateway --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/target/test-classes [INFO] [INFO] --- bnd:7.0.0:bnd-process-tests (bnd-process-tests) @ rest.gateway --- [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.Traverser$Traversal cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.AttachContainerCmd cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.AttachContainerCmd cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.cache.RemovalListener cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.cache.RemovalListener cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Maps$1 cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Maps$1 cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.TransformedIterator cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.AbstractMapBasedMultimap$AsMap$AsMapEntries cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.FluentIterable cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.FluentIterable cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.FluentIterable cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.FluentIterable cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.MapMakerInternalMap$WeakKeyStrongValueEntry$Helper cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ForwardingMapEntry cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ForwardingMapEntry cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ForwardingMapEntry cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ForwardingMapEntry cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.AbstractIndexedListIterator cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.AbstractIndexedListIterator cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.AbstractIndexedListIterator cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.HashBiMap cannot find class com.google.j2objc.annotations.RetainedWith [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.HashBiMap cannot find class com.google.j2objc.annotations.Weak [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.HashBiMap cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.HashBiMap cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.HashBiMap cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.HashBiMap cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.hash.LongAddable cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.hash.LongAddable cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.JdkBackedImmutableMultiset cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.JdkBackedImmutableMultiset cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.JdkBackedImmutableMultiset cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.AbstractTransformFuture cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.AbstractTransformFuture cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.AbstractTransformFuture cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.AbstractTransformFuture cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.AbstractFuture cannot find class com.google.j2objc.annotations.ReflectionSupport [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.MapMakerInternalMap$AbstractStrongKeyEntry cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueEntry cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.reflect.TypeVisitor cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.reflect.TypeVisitor cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.TreeRangeSet$RangesByUpperBound$1 cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.AbstractIterator cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.AbstractIterator cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.AbstractIterator cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.ByteSource cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.ByteSource cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.ByteSource cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.StandardTable$Column$Values cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Maps$Values cannot find class com.google.j2objc.annotations.Weak [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.MapMakerInternalMap$AbstractWeakKeyEntry cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ForwardingImmutableSet cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ForwardingImmutableSet cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.SmoothRateLimiter cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.SmoothRateLimiter cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.RateLimiter cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.SearchImagesCmd cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.SearchImagesCmd cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.AbstractFuture$SynchronizedHelper cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.cache.CacheLoader cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.cache.CacheLoader cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.reflect.TypeToken cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.reflect.TypeToken cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.reflect.TypeToken cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.transport.DockerHttpClient$Response cannot find class javax.annotation.Nullable [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.transport.DockerHttpClient$Response cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.AbstractGraph cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.AbstractGraph cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.AbstractGraph cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.AbstractTable cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.AbstractTable cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.AbstractTable cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.AbstractTable cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Maps$ViewCachingAbstractMap cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.StandardNetwork cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.StandardNetwork cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.AbstractNetwork cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.reflect.TypeToken$TypeCollector$ForwardingTypeCollector cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Iterables$6$1 cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Iterables$6$1 cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.UnmodifiableIterator cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.UnmodifiableIterator cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.MutableNetwork cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.MutableNetwork cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.AbstractCatchingFuture cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.AbstractCatchingFuture cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.AbstractCatchingFuture cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.AbstractCatchingFuture cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.Striped cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.Striped cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.MultimapBuilder cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.MultimapBuilder cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.github.dockerjava.core.command.UpdateServiceCmdImpl cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.github.dockerjava.core.command.UpdateServiceCmdImpl cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.AbstractListeningExecutorService cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.AbstractListeningExecutorService cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.AbstractListeningExecutorService cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Iterators$5 cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Equivalence cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Equivalence cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Equivalence cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Equivalence cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.model.EndpointSpec cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.cache.CacheBuilderSpec$RecordStatsParser cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.containers.GenericContainer cannot find class lombok.NonNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ClassToInstanceMap cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ClassToInstanceMap cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ClassToInstanceMap cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ClassToInstanceMap cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.math.BigIntegerMath cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.math.BigIntegerMath cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.reflect.Types$GenericArrayTypeImpl cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableSet$Builder cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.TimeoutFuture cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.TimeoutFuture cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.TimeoutFuture cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.FluentFuture$TrustedFuture cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.PullImageResultCallback cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Stopwatch cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Stopwatch cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.eventbus.ParametricNullness cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.eventbus.ParametricNullness cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.CharMatcher cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.CharMatcher cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.model.PortConfig cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.DirectedGraphConnections$3$2 cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.cache.AbstractCache cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.cache.AbstractCache cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.EndpointPair$Ordered cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.EndpointPair cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.EndpointPair cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Streams$1Splitr cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Streams$1Splitr cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Streams$1Splitr cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.DescendingMultiset cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.DescendingMultiset cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.DescendingMultiset cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.DescendingMultiset cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableRangeSet$AsSet cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableSortedSet cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableSortedSet cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableSet$CachingAsList cannot find class com.google.j2objc.annotations.RetainedWith [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.model.SwarmNodePlatform cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.StandardMutableGraph cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.StandardMutableGraph cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.github.dockerjava.core.command.PruneCmdImpl cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.github.dockerjava.core.command.PruneCmdImpl cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.model.ResourceRequirements cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.Resources cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.Resources cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.Resources cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ForwardingCollection cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ForwardingCollection cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ForwardingCollection cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ForwardingCollection cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.github.dockerjava.core.exec.AbstrDockerCmdExec cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.github.dockerjava.core.exec.AbstrDockerCmdExec cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.github.dockerjava.core.command.RenameContainerCmdImpl cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.StandardMutableValueGraph cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.StandardMutableValueGraph cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.StandardMutableValueGraph cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Maps$4 cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Maps$4 cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ForwardingSet cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ForwardingSet cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.CharSink cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.CharSink cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.FluentFuture cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.FluentFuture cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.AbstractFuture cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.AbstractFuture cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.StandardRowSortedTable$RowSortedMap cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.utility.PathUtils cannot find class lombok.NonNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableList cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableList cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableList cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ForwardingExecutorService cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ForwardingExecutorService cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ForwardingExecutorService cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.HashBiMap$Itr cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.math.DoubleMath cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.math.DoubleMath cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.TransformedIterator cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.TransformedIterator cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ListeningExecutorService cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ListeningExecutorService cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ListeningExecutorService cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.math.BigDecimalMath cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.math.BigDecimalMath cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Sets$3 cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Sets$SetView cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Sets$SetView cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Function cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Function cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Function cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Function cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.DirectedGraphConnections$NodeConnection$Pred cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Streams$LongFunctionWithIndex cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Streams$LongFunctionWithIndex cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.containers.DockerComposeContainer cannot find class lombok.NonNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Iterables cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Iterables cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Iterables cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Iterables cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Range cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Range cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Range cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.FutureCallback cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.FutureCallback cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.FutureCallback cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.RemoveVolumeCmd cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.CompactHashSet cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.CompactHashSet cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.CompactHashSet cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.CompactHashSet cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableSet cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableSet cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableSet cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.reflect.TypeToken$InterfaceSet cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ForwardingSet cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableListMultimap cannot find class com.google.j2objc.annotations.RetainedWith [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableListMultimap cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableListMultimap cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableListMultimap cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.AbstractMultimap cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.model.Device cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.math.ToDoubleRounder cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.math.ToDoubleRounder cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.CreateConfigCmd cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Functions cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Functions cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Functions cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.hash.Murmur3_128HashFunction cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.hash.Murmur3_128HashFunction cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.hash.Murmur3_128HashFunction cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.hash.AbstractHashFunction cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.reflect.ClassPath$ResourceInfo cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.TreeTraverser cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.TreeTraverser cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.hash.Hashing$ConcatenatedHashFunction cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.hash.AbstractCompositeHashFunction cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.hash.AbstractCompositeHashFunction cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.TreeRangeSet$ComplementRangesByLowerBound$1 cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ForwardingList cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ForwardingList cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ForwardingList cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ForwardingList cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Iterators$6 cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Iterators$6 cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Maps$DescendingMap cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Maps$DescendingMap cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Maps$DescendingMap cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ForwardingMap cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.WrappingExecutorService cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.WrappingExecutorService cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.WrappingExecutorService cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Sets$CartesianSet cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Multimaps$CustomSortedSetMultimap cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.AbstractSortedSetMultimap cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.AbstractSortedSetMultimap cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.AbstractSortedSetMultimap cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.UpdateSwarmCmd cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.hash.Fingerprint2011 cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.hash.Fingerprint2011 cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.Graph cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.Graph cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.Graph cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ListenableScheduledFuture cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ListenableScheduledFuture cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.CompactHashMap$KeySetView cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Maps$KeySet cannot find class com.google.j2objc.annotations.Weak [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ForwardingFuture cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ForwardingFuture cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ForwardingFuture cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.LinkedHashMultiset cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.LinkedHashMultiset cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.LinkedHashMultiset cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.LinkedHashMultiset cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Multisets$EntrySet cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.AggregateFutureState$AtomicHelper cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Synchronized$SynchronizedSortedSet cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Maps$MapDifferenceImpl cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Multisets$4$2 cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ThreadFactoryBuilder cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ThreadFactoryBuilder cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ThreadFactoryBuilder cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.LinkedListMultimap$1ValuesImpl$1 cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.LinkedListMultimap$1ValuesImpl$1 cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.TransformedListIterator cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.AbstractMultimap$EntrySet cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.StandardTable$Row$2 cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.InspectExecCmd cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.InspectExecCmd cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ClosingFuture$Peeker cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ClosingFuture$Peeker cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.escape.CharEscaperBuilder cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.escape.CharEscaperBuilder cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.ListSwarmNodesCmd cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Splitter$SplittingIterator cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.AbstractIterator cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.AbstractIterator cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.AbstractIterator cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Optional$1$1 cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.transport.ImmutableRequest$Builder cannot find class org.immutables.value.Generated [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.transport.ImmutableRequest$Builder cannot find class javax.annotation.Nullable [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.transport.ImmutableRequest$Builder cannot find class javax.annotation.concurrent.NotThreadSafe [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Joiner cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Joiner cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Joiner cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.Traverser cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.Traverser cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.containers.wait.strategy.AbstractWaitStrategy cannot find class lombok.NonNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ObjectArrays cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ObjectArrays cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ObjectArrays cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.TreeRangeMap$SubRangeMap$SubRangeMapAsMap$1 cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Maps$UnmodifiableEntrySet cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.Graphs$TransposedNetwork cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.ForwardingNetwork cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.ForwardingNetwork cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Maps$EntryFunction$1 cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.model.BlkioStatsConfig cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.BoundType cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.BoundType cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.hash.AbstractStreamingHasher cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.hash.AbstractStreamingHasher cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.hash.AbstractHasher cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.AbstractGraphBuilder cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.AbstractGraphBuilder cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Suppliers cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Suppliers cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Suppliers cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.PeekingIterator cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.PeekingIterator cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.PeekingIterator cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.TreeBasedTable$1 cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.Partially cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.Partially cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.reflect.ElementTypesAreNonnullByDefault cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.reflect.ElementTypesAreNonnullByDefault cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.MoreObjects$ToStringHelper cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.reflect.TypeResolver$WildcardCapturer cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.ListNetworksCmd cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.escape.package-info cannot find class javax.annotation.ParametersAreNonnullByDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.CollectCollectors cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.CollectCollectors cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.PauseContainerCmd cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.PauseContainerCmd cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.TreeRangeMap$1 cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.ListServicesCmd cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.SequentialExecutor cannot find class com.google.j2objc.annotations.RetainedWith [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.SequentialExecutor cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.SequentialExecutor cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.net.MediaType cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.net.MediaType cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.net.MediaType cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.ByteStreams$ByteArrayDataInputStream cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Iterators$PeekingImpl cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Iterators$PeekingImpl cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Iterators$PeekingImpl cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Maps$NavigableKeySet cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Maps$NavigableKeySet cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Maps$NavigableKeySet cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.escape.UnicodeEscaper cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.escape.UnicodeEscaper cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.escape.UnicodeEscaper cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.hash.PrimitiveSink cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.hash.PrimitiveSink cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.github.dockerjava.core.DockerConfigFile cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.github.dockerjava.core.DockerConfigFile cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.BaseEncoding$StandardBaseEncoding cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.BaseEncoding cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.BaseEncoding cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.net.ParametricNullness cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.net.ParametricNullness cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableMultiset cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableMultiset cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableMultiset cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.AbstractMapBasedMultimap$SortedKeySet cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.AbstractMapBasedMultimap$SortedKeySet cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.AbstractMapBasedMultimap$SortedKeySet cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.primitives.ImmutableIntArray$AsList cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.primitives.Chars cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.primitives.Chars cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Maps$AbstractFilteredMap cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Maps$AbstractFilteredMap cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Maps$AbstractFilteredMap cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.DenseImmutableTable$ImmutableArrayMap$1 cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.LineBuffer cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.LineBuffer cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.hash.HashCode cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.hash.HashCode cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.hash.HashCode cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.RateLimiter cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.RateLimiter cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.CollectSpliterators cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.CollectSpliterators cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.CollectSpliterators cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.math.LinearTransformation cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.math.LinearTransformation cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.primitives.UnsignedLongs cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.primitives.UnsignedLongs cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.CollectionFuture cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.CollectionFuture cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.CollectionFuture cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.CollectionFuture cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.AggregateFutureState cannot find class com.google.j2objc.annotations.ReflectionSupport [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.MutableGraph cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.MutableGraph cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ForwardingSortedMap cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ForwardingSortedMap cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ForwardingSortedMap cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ForwardingSortedMap cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Maps$Values cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ComparatorOrdering cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ComparatorOrdering cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ComparatorOrdering cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ComparatorOrdering cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Synchronized$SynchronizedMultimap cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Synchronized$SynchronizedMultimap cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Synchronized$SynchronizedMultimap cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.math.Quantiles cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.math.Quantiles cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.CompactLinkedHashMap cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.CompactLinkedHashMap cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.CompactLinkedHashMap cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.CompactLinkedHashMap cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.FilteredKeyMultimap$AddRejectingList cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.FilteredKeyMultimap$AddRejectingList cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Maps$FilteredKeyMap cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.AbstractBiMap$1 cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.hash.ImmutableSupplier cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.hash.ImmutableSupplier cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.cache.RemovalNotification cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.cache.RemovalNotification cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.cache.RemovalNotification cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.TempFileCreator cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.TempFileCreator cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.IncidentEdgeSet cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.IncidentEdgeSet cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.IncidentEdgeSet cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.InspectContainerResponse cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.cache.CacheBuilderSpec$KeyStrengthParser cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Synchronized$SynchronizedAsMapEntries cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.package-info cannot find class javax.annotation.ParametersAreNonnullByDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.model.Swarm cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableMapEntrySet cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableMapEntrySet cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableMapEntrySet cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableRangeMap cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableRangeMap cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableRangeMap cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.FileBackedOutputStream cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.FileBackedOutputStream cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.FileBackedOutputStream cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ExecutionSequencer$TaskNonReentrantExecutor cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ForwardingNavigableSet cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ForwardingNavigableSet cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ForwardingNavigableSet cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ForwardingNavigableSet cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.primitives.Booleans cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.primitives.Booleans cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Sets$5 cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.AtomicLongMap cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.AtomicLongMap cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.AtomicLongMap cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.InterruptibleTask cannot find class com.google.j2objc.annotations.ReflectionSupport [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.InterruptibleTask cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.InterruptibleTask cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.InterruptibleTask cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.cache.LocalCache$WriteQueue$1 cannot find class com.google.j2objc.annotations.Weak [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.model.Endpoint cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.AbstractMapBasedMultimap$NavigableKeySet cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.AbstractMapBasedMultimap$NavigableKeySet cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.AbstractMapBasedMultimap$NavigableKeySet cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.CopyArchiveFromContainerCmd cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.CopyArchiveFromContainerCmd cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Synchronized$SynchronizedList cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.LinkedHashMultimap$ValueEntry cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.LinkedHashMultimap$ValueEntry cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.LinkedHashMultimap$ValueEntry cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableEntry cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Multisets$FilteredMultiset cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Multisets$FilteredMultiset cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Multisets$FilteredMultiset cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.AbstractMultiset cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.AbstractListMultimap cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.AbstractListMultimap cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.AbstractListMultimap cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.AbstractListMultimap cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Supplier cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Supplier cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Supplier cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Lists$StringAsImmutableList cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.reflect.Types$ParameterizedTypeImpl cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.BaseEncoding$Base16Encoding cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.StandardTable$RowMap cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.UncaughtExceptionHandlers cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.UncaughtExceptionHandlers cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.DenseImmutableTable cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.DenseImmutableTable cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.DenseImmutableTable cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.CaseFormat cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.CaseFormat cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.AbstractFuture cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.AbstractFuture cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.ListVolumesCmd cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.TopKSelector cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.TopKSelector cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.TopKSelector cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.TopKSelector cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.primitives.Shorts cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.primitives.Shorts cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.AbstractMapBasedMultimap$WrappedCollection cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.AbstractMapBasedMultimap$WrappedCollection cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.AbstractMapBasedMultimap$WrappedCollection cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Streams$MapWithIndexSpliterator cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.OverflowAvoidingLockSupport cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.OverflowAvoidingLockSupport cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.OverflowAvoidingLockSupport cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.AbstractMapBasedMultimap$RandomAccessWrappedList cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.AbstractMapBasedMultimap$RandomAccessWrappedList cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.AbstractMapBasedMultimap$RandomAccessWrappedList cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Utf8 cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Utf8 cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.hash.Hasher cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.hash.Hasher cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.hash.Hasher cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Maps$SortedAsMapView cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Maps$SortedAsMapView cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Maps$SortedAsMapView cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Maps$SortedKeySet cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Maps$SortedKeySet cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Maps$SortedKeySet cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.FilteredEntryMultimap$AsMap$1ValuesImpl cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.MultiEdgesConnecting$1 cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.net.InetAddresses$TeredoInfo cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.CollectCollectors$EnumSetAccumulator cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Multisets$1$1 cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableSortedAsList cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableSortedAsList cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableSortedAsList cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.MapDifference$ValueDifference cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.MapDifference$ValueDifference cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.MapDifference$ValueDifference cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.primitives.Longs cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.primitives.Longs cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.primitives.Longs cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Cut cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Cut cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Cut cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Synchronized cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Synchronized cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Synchronized cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.eventbus.package-info cannot find class javax.annotation.ParametersAreNonnullByDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Synchronized$SynchronizedObject cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Multimaps$Entries cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.escape.ParametricNullness cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.escape.ParametricNullness cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Predicates$ContainsPatternPredicate cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.AbstractMapBasedMultiset$2$1 cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.AbstractMapBasedMultiset$2$1 cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Multisets$AbstractEntry cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.AtomicDouble cannot find class com.google.j2objc.annotations.ReflectionSupport [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.AtomicDouble cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.AtomicDouble cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.cache.ForwardingCache cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.cache.ForwardingCache cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.cache.ForwardingCache cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.MultiEdgesConnecting cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.MultiEdgesConnecting cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.MultiEdgesConnecting cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.cache.LocalCache$HashIterator cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.EmptyImmutableListMultimap cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.EmptyImmutableListMultimap cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.EnumBiMap cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.EnumBiMap cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.EnumBiMap cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.EnumBiMap cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.AbstractBiMap cannot find class com.google.j2objc.annotations.RetainedWith [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.model.Container cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.DirectedGraphConnections$4 cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.TreeRangeSet cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.TreeRangeSet cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.TreeRangeSet cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.cache.CacheBuilderSpec cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.cache.CacheBuilderSpec cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.cache.CacheBuilderSpec cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.Monitor$Guard cannot find class com.google.j2objc.annotations.Weak [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.Monitor$Guard cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.model.SwarmNodeVersion cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.containers.VncRecordingContainer cannot find class lombok.NonNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ClosingFuture$Combiner2$ClosingFunction2 cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ClosingFuture$Combiner2$ClosingFunction2 cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.AbstractIdleService cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.AbstractIdleService cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.model.ResponseItem cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.model.Mount cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ClosingFuture$Combiner3$ClosingFunction3 cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ClosingFuture$Combiner3$ClosingFunction3 cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Predicates cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Predicates cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Predicates cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.primitives.UnsignedLong cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.primitives.UnsignedLong cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.primitives.UnsignedLong cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.AggregateFutureState$SafeAtomicHelper cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Converter cannot find class com.google.j2objc.annotations.RetainedWith [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Converter cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Converter cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Converter cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.escape.Escapers$2 cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Queues cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Queues cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.AbstractTable$Values cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.CountingOutputStream cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.CountingOutputStream cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.AbstractExecutionThreadService cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.AbstractExecutionThreadService cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ExecutionList cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ExecutionList cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ExecutionList cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.ElementTypesAreNonnullByDefault cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.ElementTypesAreNonnullByDefault cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.hash.Funnels$StringCharsetFunnel cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.net.PercentEscaper cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.net.PercentEscaper cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.net.PercentEscaper cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.AbstractUndirectedNetworkConnections cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.AbstractUndirectedNetworkConnections cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.AbstractUndirectedNetworkConnections cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.CharSequenceReader cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.CharSequenceReader cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.CharSequenceReader cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.MapMakerInternalMap$Segment cannot find class com.google.j2objc.annotations.Weak [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.MapMakerInternalMap$Segment cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.AbstractMapBasedMultiset$MapBasedMultisetIterator cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.AbstractMapBasedMultiset$MapBasedMultisetIterator cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.AbstractMapBasedMultiset$MapBasedMultisetIterator cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.InspectTaskCmd cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.html.package-info cannot find class javax.annotation.ParametersAreNonnullByDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.reflect.TypeResolver cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.reflect.TypeResolver cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.AbstractValueGraph cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.AbstractValueGraph cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.AbstractValueGraph cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.AbstractIterator cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Multimaps$AsMap$EntrySet cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Synchronized$SynchronizedTable cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Synchronized$SynchronizedTable cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Synchronized$SynchronizedTable cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Maps$EntrySet cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ClosingFuture$ValueAndCloser cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ClosingFuture$ValueAndCloser cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.SortedMultisetBridge cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.SortedMultisetBridge cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.RecursiveDeleteOption cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.RecursiveDeleteOption cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableSortedMultisetFauxverideShim cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableSortedMultisetFauxverideShim cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.BuildImageCmd cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.BuildImageCmd cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableSortedMultiset cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableSortedMultiset cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableSortedMultiset cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Sets$5$1$1 cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.NaturalOrdering cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.NaturalOrdering cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.NaturalOrdering cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Ordering cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.eventbus.ElementTypesAreNonnullByDefault cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.eventbus.ElementTypesAreNonnullByDefault cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Predicates$OrPredicate cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Predicates$OrPredicate cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Predicates$OrPredicate cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.net.HttpHeaders cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.net.HttpHeaders cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Sets$1$1 cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableAsList cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableAsList cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableAsList cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.StandardTable$Column$KeySet cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.MapMakerInternalMap cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Lists$AbstractListWrapper cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Lists$AbstractListWrapper cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Lists$AbstractListWrapper cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.Traverser$Traversal$1 cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.math.package-info cannot find class javax.annotation.ParametersAreNonnullByDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ArrayTable$3 cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.DirectedGraphConnections$3 cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Multimaps$MapMultimap$1$1 cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Multimaps$MapMultimap$1$1 cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Multisets$3$1 cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.FilteredMultimapValues cannot find class com.google.j2objc.annotations.Weak [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.FilteredMultimapValues cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.FilteredMultimapValues cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.FilteredMultimapValues cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.hash.BloomFilter$Strategy cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.hash.BloomFilter$Strategy cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.Network cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.Network cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.Network cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Functions$SupplierFunction cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Functions$SupplierFunction cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Functions$SupplierFunction cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.Traverser$Traversal$4 cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.model.EventActor cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.CommonMatcher cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.CommonMatcher cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ForwardingFluentFuture cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ForwardingFluentFuture cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ForwardingFluentFuture cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.ByteSource$ByteArrayByteSource cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.ByteSource$ByteArrayByteSource cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.reflect.MutableTypeToInstanceMap$UnmodifiableEntry cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.reflect.MutableTypeToInstanceMap$UnmodifiableEntry cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.FilteredSetMultimap cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.FilteredSetMultimap cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.LinkedHashMultimap$ValueSet$1 cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.LinkedHashMultimap$ValueSet$1 cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.LinkedHashMultimap$ValueSet$1 cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.EndpointPairIterator$Directed cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.EndpointPairIterator cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.EndpointPairIterator cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.CycleDetectingLockFactory$CycleDetectingReentrantReadLock cannot find class com.google.j2objc.annotations.Weak [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Equivalence$Wrapper cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Equivalence$Wrapper cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Equivalence$Wrapper cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ArrayTable$Row cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ArrayTable$ArrayMap cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ArrayTable$ArrayMap cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.LogSwarmObjectCmd cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.LogSwarmObjectCmd cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Tables$TransformedTable cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Tables$TransformedTable cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Tables$TransformedTable cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.AggregateFuture cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.AggregateFuture cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.AggregateFuture cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.AggregateFuture cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Maps$FilteredEntryMap$KeySet cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.AbstractFuture$TrustedFuture cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.AbstractFuture$TrustedFuture cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Iterators cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Iterators cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Iterators cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Iterators cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ArrayTable$Column cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.RangeSet cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.RangeSet cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.RangeSet cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.StopContainerCmd cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.StopContainerCmd cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.AbstractMapBasedMultiset cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.AbstractMapBasedMultiset cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.AbstractMapBasedMultiset cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.AbstractMapBasedMultiset cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Ascii cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Ascii cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.CreateVolumeCmd cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.hash.AbstractByteHasher cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.hash.AbstractByteHasher cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ComputationException cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ComputationException cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ComputationException cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Multiset$Entry cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Multiset$Entry cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Multiset$Entry cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.DirectedGraphConnections$2 cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.hash.BloomFilter cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.hash.BloomFilter cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.hash.BloomFilter cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.hash.BloomFilter cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.EventsCmd cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.PruneCmd cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.PruneCmd cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.AbstractMapEntry cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.AbstractMapEntry cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.AbstractMapEntry cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.AbstractMapEntry cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.ValueGraphBuilder cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.ValueGraphBuilder cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ForwardingBlockingDeque cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ForwardingBlockingDeque cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ForwardingBlockingDeque cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ForwardingDeque cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.TreeRangeMap cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.TreeRangeMap cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.TreeRangeMap cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.hash.Hashing$Crc32cMethodHandles cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.hash.Hashing$Crc32cMethodHandles cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.html.ElementTypesAreNonnullByDefault cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.html.ElementTypesAreNonnullByDefault cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableMultimap$Keys cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.SmallCharMatcher cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.SmallCharMatcher cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.MapMakerInternalMap$WeakKeyStrongValueEntry cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.cache.LocalCache$LocalManualCache cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.AbstractMultiset cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.AbstractMultiset cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.AbstractMultiset cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.FinalizableReferenceQueue$FinalizerLoader cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ComparisonChain$InactiveComparisonChain cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ComparisonChain$InactiveComparisonChain cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ComparisonChain cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.package-info cannot find class javax.annotation.ParametersAreNonnullByDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.hash.ChecksumHashFunction cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.hash.ChecksumHashFunction cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Synchronized$SynchronizedListMultimap cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ClosingFuture$Combiner3$AsyncClosingFunction3 cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ClosingFuture$Combiner3$AsyncClosingFunction3 cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Sets$4$1 cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Collections2$FilteredCollection cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Collections2$FilteredCollection cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Collections2$FilteredCollection cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.TreeRangeMap$SubRangeMap$SubRangeMapAsMap cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Comparators cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Comparators cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Comparators cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableMapKeySet cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableMapKeySet cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableMapKeySet cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.DenseImmutableTable$ImmutableArrayMap cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableMap cannot find class com.google.j2objc.annotations.RetainedWith [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableMap cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableMap cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.ElementOrder cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.ElementOrder cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.ElementOrder cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.CombinedFuture cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.CombinedFuture cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.CombinedFuture cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.FinalizableReferenceQueue$DecoupledLoader cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Sets$1 cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.model.SwarmInfo cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Multimaps$MapMultimap cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Multimaps$MapMultimap cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Multimaps$MapMultimap cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.AbstractMultimap cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.cache.LocalCache$EntryFactory$7 cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Maps$5 cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Maps$5 cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ForwardingSortedSet cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ForwardingSortedSet cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.hash.Funnels cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.hash.Funnels cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.AbstractTable$CellSet cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Platform cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Platform cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Platform cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.cache.LocalCache$WeakAccessWriteEntry cannot find class com.google.j2objc.annotations.Weak [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.cache.LocalCache$WeakAccessWriteEntry cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.cache.LocalCache$EntryFactory$8 cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.TreeMultiset$AvlNode cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.TreeMultiset$AvlNode cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.TreeMultiset$AvlNode cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.reflect.ImmutableTypeToInstanceMap cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.reflect.ImmutableTypeToInstanceMap cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.reflect.ImmutableTypeToInstanceMap cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ForwardingMap cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.CompactHashMap$Itr cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.CompactHashMap$Itr cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.MoreCollectors$ToOptionalState cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.MapMakerInternalMap$HashIterator cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.FilteredKeyMultimap cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.FilteredKeyMultimap cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.FilteredKeyMultimap cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.FilteredKeyMultimap cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.hash.LittleEndianByteArray cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.hash.LittleEndianByteArray cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Multisets$5 cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Multisets$5 cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.InspectNetworkCmd cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.InspectNetworkCmd cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.hash.AbstractCompositeHashFunction$1 cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.hash.AbstractCompositeHashFunction$1 cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.escape.ElementTypesAreNonnullByDefault cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.escape.ElementTypesAreNonnullByDefault cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.PullImageCmd cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.PullImageCmd cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.TreeBasedTable cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.TreeBasedTable cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.TreeBasedTable cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.WrappingScheduledExecutorService cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.WrappingScheduledExecutorService cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.TreeRangeMap$SubRangeMap cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Ticker cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Ticker cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Tables$UnmodifiableTable cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Tables$UnmodifiableTable cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Tables$UnmodifiableTable cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ForwardingTable cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.github.dockerjava.core.command.BuildImageCmdImpl cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Multisets$ImmutableEntry cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Multisets$ImmutableEntry cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Multisets$ImmutableEntry cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.AbstractNavigableMap cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.AbstractNavigableMap cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.AbstractNavigableMap cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.AbstractNavigableMap cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.model.SwarmOrchestration cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.HashBiMap$BiEntry cannot find class com.google.j2objc.annotations.Weak [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.HashBiMap$BiEntry cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.HashBiMap$BiEntry cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.HashBiMap$BiEntry cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Count cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Count cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Count cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.DockerClientDelegate cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.cache.LocalCache$2 cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.RegularImmutableBiMap cannot find class com.google.j2objc.annotations.RetainedWith [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.RegularImmutableBiMap cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.RegularImmutableBiMap cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.RegularImmutableBiMap cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.HashBiMap$KeySet$1 cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.HashBiMap$KeySet$1 cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ForwardingBlockingDeque cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ForwardingBlockingDeque cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ForwardingBlockingDeque cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Verify cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Verify cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Verify cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Sets$DescendingSet cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Sets$DescendingSet cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Sets$DescendingSet cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ClosingFuture$Combiner$1 cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ClosingFuture$Combiner$1 cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.MoreExecutors cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.MoreExecutors cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.MoreExecutors cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.TreeRangeMap$SubRangeMap$SubRangeMapAsMap$3 cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.TempFileCreator$JavaNioCreator$PermissionSupplier cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.TempFileCreator$JavaNioCreator$PermissionSupplier cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ForwardingListIterator cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ForwardingListIterator cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ForwardingListIterator cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.model.VersionPlatform cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Multimaps$UnmodifiableListMultimap cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Multimaps$UnmodifiableListMultimap cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Multimaps$UnmodifiableListMultimap cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ForwardingMultimap cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ForwardingListenableFuture cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ForwardingListenableFuture cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableMap$Builder cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.AbstractBaseGraph$1 cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.GwtFuturesCatchingSpecialization cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.GwtFuturesCatchingSpecialization cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.CharSource cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.CharSource cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.CharSource cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.CharSource cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.cache.LocalCache$EntryFactory$2 cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.RemoveNetworkCmd cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.RemoveNetworkCmd cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Sets cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Sets cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Sets cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.BaseEncoding$4 cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Iterators$11 cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Iterators$11 cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.CharSource$CharSequenceCharSource cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.CharSource$CharSequenceCharSource cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.CharSource$CharSequenceCharSource cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.CommonPattern cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.CommonPattern cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Predicates$IsEqualToPredicate cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.math.MathPreconditions cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.math.MathPreconditions cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.RegularImmutableSet cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.RegularImmutableSet cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.RegularImmutableSet cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.AbstractMapBasedMultimap$KeySet cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.AbstractNetwork cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.AbstractNetwork cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.MapMaker cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.MapMaker cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.MapMaker cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.CharStreams$NullWriter cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.MoreCollectors cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.MoreCollectors cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Multimaps$Keys$1$1 cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Multimaps$Keys$1$1 cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.reflect.TypeParameter cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.reflect.TypeParameter cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.reflect.TypeParameter cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.model.SwarmNodeManagerStatus cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.model.StatsConfig cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.Monitor cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.Monitor cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.Monitor cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.math.IntMath cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.math.IntMath cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.HashBasedTable cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.HashBasedTable cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.HashBasedTable cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.RemoveImageCmd cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.RemoveImageCmd cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.ByteSink cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.ByteSink cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.InspectConfigCmd cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.InspectConfigCmd cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.NullnessCasts cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.NullnessCasts cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.NullnessCasts cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.NullnessCasts cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.AbstractMapBasedMultimap$AsMap$AsMapIterator cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.math.PairedStats cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.math.PairedStats cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.math.PairedStats cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.CollectSpliterators$1WithCharacteristics cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.AbstractMultimap$Values cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.AbstractMapBasedMultimap$WrappedList$WrappedListIterator cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.AbstractMapBasedMultimap$WrappedList$WrappedListIterator cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ClosingFuture$Combiner2$AsyncClosingFunction2 cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ClosingFuture$Combiner2$AsyncClosingFunction2 cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.NullsFirstOrdering cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.NullsFirstOrdering cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.NullsFirstOrdering cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Predicates$ObjectPredicate$3 cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.cache.CacheBuilderSpec$DurationParser cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.TreeMultiset$Aggregate cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.GraphData cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.AbstractBiMap$KeySet cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.HashBiMap$Inverse$InverseKeySet cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Suppliers$SupplierComposition cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Suppliers$SupplierComposition cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Suppliers$SupplierComposition cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.AsyncCallable cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.AsyncCallable cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.reflect.TypeCapture cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.reflect.TypeCapture cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.eventbus.Dispatcher cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.eventbus.Dispatcher cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ServiceManagerBridge cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ServiceManagerBridge cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.MoreObjects cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.MoreObjects cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.MoreObjects cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableSortedMap cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableSortedMap cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableSortedMap cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.reflect.Parameter cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.reflect.Parameter cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.reflect.Parameter cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.DiscreteDomain$LongDomain cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.DiscreteDomain cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.DiscreteDomain cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.FilteredKeySetMultimap cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.FilteredKeySetMultimap cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.FilteredKeySetMultimap cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.FilteredKeySetMultimap cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.hash.LongAdder cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.hash.LongAdder cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.hash.Striped64 cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.ExecCreateCmd cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.ExecCreateCmd cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.EnumMultiset cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.EnumMultiset cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.EnumMultiset cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.EnumMultiset cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.ExtraObjectsMethodsForWeb cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.ExtraObjectsMethodsForWeb cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.FinalizableReference cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.FinalizableReference cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.DiscreteDomain cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.ForwardingNetwork cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.model.TaskDefaults cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.RegularImmutableMap$KeySet cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.IndexedImmutableSet cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.IndexedImmutableSet cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.StandardTable$RowMap$EntrySet cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.Runnables cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.Runnables cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.LittleEndianDataInputStream cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.LittleEndianDataInputStream cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.hash.ElementTypesAreNonnullByDefault cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.hash.ElementTypesAreNonnullByDefault cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.RegularImmutableAsList cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.RegularImmutableAsList cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.RegularImmutableAsList cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.BaseEncoding$Base64Encoding cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Synchronized$SynchronizedCollection cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.reflect.Invokable$MethodInvokable cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.reflect.Invokable$MethodInvokable cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.reflect.Invokable$MethodInvokable cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.escape.Escapers$Builder cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ForwardingObject cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ForwardingObject cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.github.dockerjava.core.command.CreateContainerCmdImpl cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.PushImageCmd cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.PushImageCmd cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Maps$FilteredMapValues cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.TopContainerCmd cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.TopContainerCmd cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.hash.BloomFilterStrategies$2 cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.hash.BloomFilterStrategies$2 cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.hash.BloomFilterStrategies cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.ResizeExecCmd cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.ResizeExecCmd cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.AggregateFutureState$SynchronizedAtomicHelper cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.model.InfoRegistryConfig$IndexConfig cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ParametricNullness cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ParametricNullness cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.github.dockerjava.core.command.UpdateSwarmNodeCmdImpl cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.github.dockerjava.core.command.UpdateSwarmNodeCmdImpl cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.containers.Container cannot find class lombok.NonNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.DirectedGraphConnections$1$1 cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.SimpleTimeLimiter cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.SimpleTimeLimiter cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.SimpleTimeLimiter cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Cut$AboveValue cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.FinalizablePhantomReference cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.FinalizablePhantomReference cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.FinalizablePhantomReference cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.RemoveServiceCmd cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.RemoveServiceCmd cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableSortedMapFauxverideShim cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableSortedMapFauxverideShim cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableMap cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Equivalence$EquivalentToPredicate cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.Futures cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.Futures cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.Futures cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.GwtFluentFutureCatchingSpecialization cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.GwtFluentFutureCatchingSpecialization cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ArrayTable$2 cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.RootFS cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.FilteredEntryMultimap$AsMap$1KeySetImpl cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.RestartContainerCmd cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.RestartContainerCmd cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.LinkedListMultimap$NodeIterator cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.LinkedListMultimap$NodeIterator cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.LinkedListMultimap$NodeIterator cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.HashBiMap$Inverse$InverseKeySet$1 cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.HashBiMap$Inverse$InverseKeySet$1 cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.AbstractService cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.AbstractService cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.reflect.Invokable$ConstructorInvokable cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.reflect.Invokable$ConstructorInvokable cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.reflect.Invokable$ConstructorInvokable cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.RegularImmutableSortedMultiset cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.RegularImmutableSortedMultiset cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.RegularImmutableSortedMultiset cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.FilteredKeyListMultimap cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.FilteredKeyListMultimap cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.FilteredKeyListMultimap cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.FilteredKeyListMultimap cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Suppliers$MemoizingSupplier cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Suppliers$MemoizingSupplier cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Suppliers$MemoizingSupplier cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Collections2$PermutationCollection cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.LoadImageCmd cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.LoadImageCmd cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.CompactHashSet$1 cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.CompactHashSet$1 cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.DenseImmutableTable$Row cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableSetMultimap cannot find class com.google.j2objc.annotations.RetainedWith [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableSetMultimap cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableSetMultimap cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableSetMultimap cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.DirectedMultiNetworkConnections cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.DirectedMultiNetworkConnections cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.DirectedMultiNetworkConnections cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Maps$TransformedEntriesMap cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.containers.VncRecordingContainer$VncRecordingFormat$1 cannot find class lombok.NonNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Maps$ValueDifferenceImpl cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Maps$ValueDifferenceImpl cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Maps$ValueDifferenceImpl cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.model.SwarmNodePluginDescription cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.DirectedGraphConnections$2$1 cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.CombinedFuture$CombinedFutureInterruptibleTask cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.CombinedFuture$CombinedFutureInterruptibleTask cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Sets$2 cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.utility.TestcontainersConfiguration cannot find class lombok.NonNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ClosingFuture$Combiner3$1 cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ClosingFuture$Combiner3$1 cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Maps$11 cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Maps$11 cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.SingletonImmutableTable cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.SingletonImmutableTable cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableTable cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.cache.LocalCache$WriteThroughEntry cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.cache.AbstractLoadingCache cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.cache.AbstractLoadingCache cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.CharSource$CharSequenceCharSource$1 cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.cache.Cache cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.cache.Cache cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.cache.Cache cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.BiMap cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.BiMap cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.BiMap cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.BiMap cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.reflect.Invokable cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.reflect.Invokable cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.reflect.Invokable cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.model.VersionComponent cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueSegment cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.MapMakerInternalMap$WriteThroughEntry cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableMapEntry$NonTerminalImmutableBiMapEntry cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableMapEntry cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableMapEntry cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableEntry cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Predicates$CompositionPredicate cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Predicates$CompositionPredicate cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Predicates$CompositionPredicate cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.ParametricNullness cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.ParametricNullness cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.ListImagesCmd cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.model.Version cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.SingletonImmutableSet cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.SingletonImmutableSet cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.SingletonImmutableSet cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.RegularImmutableBiMap$Inverse cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableBiMap cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableBiMap cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.AbstractMapBasedMultimap$1 cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.AbstractMapBasedMultimap$1 cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.AbstractMapBasedMultimap$Itr cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.ByteProcessor cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.ByteProcessor cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.ByteProcessor cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.cache.RemovalCause cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.cache.RemovalCause cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Suppliers$ExpiringMemoizingSupplier cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Suppliers$ExpiringMemoizingSupplier cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Suppliers$ExpiringMemoizingSupplier cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.GeneralRange cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.GeneralRange cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.GeneralRange cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.GeneralRange cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.model.ServiceModeConfig cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.DirectExecutor cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.DirectExecutor cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ClosingFuture$Combiner5$ClosingFunction5 cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ClosingFuture$Combiner5$ClosingFunction5 cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.escape.Escapers$Builder$1 cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.escape.ArrayBasedCharEscaper cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.escape.ArrayBasedCharEscaper cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.PatternCompiler cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.PatternCompiler cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Platform cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Platform cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.model.ServiceUpdateStatus cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ForwardingListeningExecutorService cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ForwardingListeningExecutorService cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ForwardingListeningExecutorService cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ExecutionSequencer cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ExecutionSequencer cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.cache.package-info cannot find class javax.annotation.ParametersAreNonnullByDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Objects cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Objects cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Objects cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.AbstractMapBasedMultimap$WrappedSortedSet cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.AbstractMapBasedMultimap$WrappedSortedSet cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.AbstractMapBasedMultimap$WrappedSortedSet cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Maps$7 cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Maps$7 cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ImmediateFuture cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ImmediateFuture cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ImmediateFuture cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.CartesianList cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.CartesianList cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.CartesianList cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.AbstractTable$1 cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.AbstractTable$1 cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.ValueGraph cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.ValueGraph cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.ValueGraph cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableMultimap$1 cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.ContainerDiffCmd cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.ContainerDiffCmd cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ElementTypesAreNonnullByDefault cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ElementTypesAreNonnullByDefault cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.AbstractScheduledService cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.AbstractScheduledService cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.TreeTraverser$PostOrderIterator cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.primitives.Chars$CharArrayAsList cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.utility.DockerMachineClient cannot find class lombok.NonNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.AbstractCatchingFuture$CatchingFuture cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.AbstractCatchingFuture$CatchingFuture cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Absent cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Absent cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Absent cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableSet$CachingAsList cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Sets$3$1 cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ForwardingQueue cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ForwardingQueue cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ForwardingQueue cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ForwardingQueue cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.hash.AbstractHashFunction cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.hash.AbstractHashFunction cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Cut$BelowValue cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.reflect.TypeResolver$TypeVariableKey cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.primitives.Primitives cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.primitives.Primitives cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.CreateNetworkCmd cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.CreateNetworkCmd cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Synchronized$SynchronizedSet cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.model.ContainerSpec cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Maps$NavigableAsMapView cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Maps$NavigableAsMapView cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Maps$NavigableAsMapView cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.StandardTable$ColumnMap$ColumnMapValues cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.AbstractService$StateSnapshot cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.FinalizableReferenceQueue cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.FinalizableReferenceQueue cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.escape.CharEscaper cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.escape.CharEscaper cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.escape.CharEscaper cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.model.Info cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.cache.LongAddable cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.cache.LongAddable cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.CreateServiceCmd cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.UpdateContainerCmd cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.UpdateContainerCmd cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.GraphDriver cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.reflect.Types$WildcardTypeImpl cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.cache.LocalCache$1 cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.model.SwarmNodeSpec cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.CreateContainerCmd cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableSetMultimap$EntrySet cannot find class com.google.j2objc.annotations.Weak [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableSetMultimap$EntrySet cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Collections2 cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Collections2 cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Collections2 cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.reflect.Types$TypeVariableImpl cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.AbstractMapBasedMultimap$NavigableAsMap cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.AbstractMapBasedMultimap$NavigableAsMap cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.AbstractMapBasedMultimap$NavigableAsMap cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.TimeoutFuture$Fire cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.escape.ArrayBasedUnicodeEscaper cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.escape.ArrayBasedUnicodeEscaper cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.escape.ArrayBasedUnicodeEscaper cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.AbstractMapBasedMultimap$WrappedList cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.AbstractMapBasedMultimap$WrappedList cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.AbstractMapBasedMultimap$WrappedList cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ClosingFuture$ClosingFunction cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ClosingFuture$ClosingFunction cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.SortedLists$KeyPresentBehavior$1 cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.SortedLists$KeyPresentBehavior$1 cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Hashing cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Hashing cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Hashing cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.AbstractMapBasedMultimap$WrappedCollection$WrappedIterator cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.AbstractMapBasedMultimap$WrappedCollection$WrappedIterator cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableClassToInstanceMap cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableClassToInstanceMap cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableClassToInstanceMap cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.SortedLists$KeyPresentBehavior$5 cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.SortedLists$KeyPresentBehavior$5 cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Synchronized$SynchronizedNavigableSet cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Streams$DoubleFunctionWithIndex cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Streams$DoubleFunctionWithIndex cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Ordering cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Ordering cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.RangeMap cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.RangeMap cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.RangeMap cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.cache.ParametricNullness cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.cache.ParametricNullness cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.reflect.Types$ClassOwnership cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.WaitContainerCmd cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.WaitContainerCmd cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.net.package-info cannot find class javax.annotation.ParametersAreNonnullByDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.MapMakerInternalMap$1 cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Predicates$ObjectPredicate$4 cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.eventbus.EventBus cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.eventbus.EventBus cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.UndirectedMultiNetworkConnections cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.UndirectedMultiNetworkConnections cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.UndirectedMultiNetworkConnections cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.MapMakerInternalMap$StrongKeyStrongValueEntry cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Tables cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Tables cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Tables cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Tables cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Functions$ConstantFunction cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Functions$ConstantFunction cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Functions$ConstantFunction cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.AtomicDoubleArray cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.AtomicDoubleArray cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.github.dockerjava.core.command.InitializeSwarmCmdImpl cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ListenableFuture cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ListenableFuture cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.model.Statistics cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.primitives.Ints$IntArrayAsList cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ForwardingLock cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ForwardingLock cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Predicates$InPredicate cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Predicates$InPredicate cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Predicates$InPredicate cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.EndpointPair cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.containers.PostgreSQLR2DBCDatabaseContainerProvider cannot find class javax.annotation.Nullable [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.containers.PostgreSQLR2DBCDatabaseContainerProvider cannot find class com.google.auto.service.AutoService [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.package-info cannot find class javax.annotation.ParametersAreNonnullByDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ReverseNaturalOrdering cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ReverseNaturalOrdering cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Collections2$PermutationIterator cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.InspectImageCmd cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.InspectImageCmd cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.SingletonImmutableBiMap cannot find class com.google.j2objc.annotations.RetainedWith [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.SingletonImmutableBiMap cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.SingletonImmutableBiMap cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.SingletonImmutableBiMap cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.hash.Crc32cHashFunction cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.hash.Crc32cHashFunction cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.cache.LoadingCache cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.cache.LoadingCache cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.ExecStartCmd cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.ExecStartCmd cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.MutableClassToInstanceMap$1 cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.MutableClassToInstanceMap$1 cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Interners$InternerFunction cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.github.dockerjava.core.util.CertificateUtils cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.github.dockerjava.core.util.CertificateUtils cannot find class edu.umd.cs.findbugs.annotations.SuppressFBWarnings [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Iterators$MergingIterator cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Iterators$MergingIterator cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Multimap cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Multimap cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Multimap cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Multimap cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.AsyncFunction cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.AsyncFunction cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.AsyncFunction cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ForwardingImmutableMap cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ForwardingImmutableMap cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Collections2$OrderedPermutationIterator cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.AbstractMapBasedMultimap$Itr cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.AbstractMapBasedMultimap$Itr cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.LineProcessor cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.LineProcessor cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.LineProcessor cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.DescendingImmutableSortedMultiset cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.DescendingImmutableSortedMultiset cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.DescendingImmutableSortedMultiset cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ClosingFuture$ClosingCallable cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ClosingFuture$ClosingCallable cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Maps$BiMapConverter cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Multisets$MultisetIteratorImpl cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Multisets$MultisetIteratorImpl cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Multisets$MultisetIteratorImpl cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.Files cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.Files cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.Files cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.Files cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Preconditions cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Preconditions cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Preconditions cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.ByteStreams cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.ByteStreams cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.ByteStreams cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.reflect.ParametricNullness cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.reflect.ParametricNullness cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.SaveImageCmd cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.SaveImageCmd cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.TreeMultiset$1 cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.TreeMultiset$1 cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.model.ClusterInfo cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.github.dockerjava.core.command.FrameReader cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.primitives.ImmutableLongArray cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.primitives.ImmutableLongArray cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.primitives.ImmutableLongArray cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.Futures$FutureCombiner$1 cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.AllEqualOrdering cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.AllEqualOrdering cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.AllEqualOrdering cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.Futures$InCompletionOrderFuture cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.primitives.ImmutableLongArray$AsList cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.BaseImmutableMultimap cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.BaseImmutableMultimap cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.AbstractMultimap cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.escape.Platform cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.escape.Platform cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ForwardingCondition cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ForwardingCondition cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.Platform cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.Platform cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.Platform cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.FileWriteMode cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.FileWriteMode cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Synchronized$SynchronizedRandomAccessList cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.containers.ComposeContainer cannot find class lombok.NonNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.CompactHashMap$MapEntry cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.CompactHashMap$MapEntry cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ConcurrentHashMultiset$1 cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.Graphs cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.Graphs cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.Graphs cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ForwardingListMultimap cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ForwardingListMultimap cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ForwardingListMultimap cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ForwardingListMultimap cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.TreeRangeSet$ComplementRangesByLowerBound cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ForwardingConcurrentMap cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ForwardingConcurrentMap cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ForwardingConcurrentMap cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.xml.XmlEscapers cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.xml.XmlEscapers cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Enums cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Enums cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.xml.ParametricNullness cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.xml.ParametricNullness cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.FilteredEntryMultimap$Keys cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Multimaps$Keys cannot find class com.google.j2objc.annotations.Weak [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.CycleDetectingLockFactory cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.CycleDetectingLockFactory cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.CollectSpliterators$FlatMapSpliteratorOfObject cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.CollectSpliterators$FlatMapSpliterator cannot find class com.google.j2objc.annotations.Weak [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.MutableClassToInstanceMap cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.MutableClassToInstanceMap cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.MutableClassToInstanceMap cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.MutableClassToInstanceMap cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Throwables cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Throwables cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Throwables cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.hash.MacHashFunction cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.hash.MacHashFunction cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Multimaps$TransformedEntriesListMultimap cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Multimaps$TransformedEntriesListMultimap cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Multimaps$TransformedEntriesListMultimap cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.WaitContainerResultCallback cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Multisets$1 cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.TreeRangeSet$SubRangeSetRangesByLowerBound$1 cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Multisets$UnmodifiableMultiset cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Multisets$UnmodifiableMultiset cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Multisets$UnmodifiableMultiset cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ForwardingMultiset cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.FilteredKeyMultimap$Entries cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Synchronized$SynchronizedSetMultimap cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.Futures$NonCancellationPropagatingFuture cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.MapRetrievalCache cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.MapRetrievalCache cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.MapRetrievalCache cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.cache.LocalCache$WeakAccessEntry cannot find class com.google.j2objc.annotations.Weak [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.cache.LocalCache$WeakAccessEntry cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.escape.CharEscaperBuilder$CharArrayDecorator cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Streams$FunctionWithIndex cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Streams$FunctionWithIndex cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.github.dockerjava.core.exec.BuildImageCmdExec cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.AbstractNetwork$1$1 cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.ReaderInputStream cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.ReaderInputStream cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.FilteredKeySetMultimap$EntrySet cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.InspectVolumeCmd cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.reflect.ClassPath$LocationInfo cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.NetworkBuilder cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.NetworkBuilder cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.StatsCmd cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.StatsCmd cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.model.Driver cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.containers.ComposeDelegate cannot find class lombok.NonNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.LinkedListMultimap$ValueForKeyIterator cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.LinkedListMultimap$ValueForKeyIterator cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.LinkedListMultimap$ValueForKeyIterator cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.hash.LongAddables cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.hash.LongAddables cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.cache.LocalCache$StrongWriteEntry cannot find class com.google.j2objc.annotations.Weak [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.cache.LocalCache$StrongWriteEntry cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.AbstractTransformFuture$TransformFuture cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.AbstractTransformFuture$TransformFuture cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Defaults cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Defaults cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Defaults cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.IgnoreJRERequirement cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.IgnoreJRERequirement cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Sets$UnmodifiableNavigableSet cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Sets$UnmodifiableNavigableSet cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Sets$UnmodifiableNavigableSet cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.ListSecretsCmd cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ClosingFuture$Combiner5$AsyncClosingFunction5 cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ClosingFuture$Combiner5$AsyncClosingFunction5 cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.cache.LocalCache$AccessQueue cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ForwardingBlockingQueue cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ForwardingBlockingQueue cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ForwardingBlockingQueue cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.StandardMutableNetwork cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.StandardMutableNetwork cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.TreeMultiset$2 cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.CompactHashMap$EntrySetView cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Predicates$InstanceOfPredicate cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Predicates$InstanceOfPredicate cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Predicates$InstanceOfPredicate cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ClosingFuture$Combiner5$1 cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ClosingFuture$Combiner5$1 cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Predicates$AndPredicate cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Predicates$AndPredicate cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Predicates$AndPredicate cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.Traverser$Traversal$2 cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.InspectContainerCmd cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.InspectContainerCmd cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Streams cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Streams cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.CombinedFuture$CallableInterruptibleTask cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.CombinedFuture$CallableInterruptibleTask cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.hash.SipHashFunction cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.hash.SipHashFunction cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.hash.SipHashFunction cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.model.ResponseItem$AuxDetail cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.AbstractMapBasedMultiset$2 cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.ConnectToNetworkCmd cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.ConnectToNetworkCmd cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.DenseImmutableTable$Column cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.StandardRowSortedTable cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.StandardRowSortedTable cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.StandardTable cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.MapMakerInternalMap$StrongKeyStrongValueEntry$Helper cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.InspectImageResponse cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.model.ContainerPort cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.MoreObjects$ToStringHelper$ValueHolder cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.model.ContainerNetwork cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Lists$OnePlusArrayList cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Lists$OnePlusArrayList cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.Closer$SuppressingSuppressor cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.html.ParametricNullness cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.html.ParametricNullness cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.math.Stats cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.math.Stats cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.math.Stats cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableEnumMap cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableEnumMap cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableEnumMap cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ExplicitOrdering cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ExplicitOrdering cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ExplicitOrdering cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableBiMapFauxverideShim cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableBiMapFauxverideShim cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.primitives.Bytes$ByteArrayAsList cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.FilteredEntryMultimap cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.FilteredEntryMultimap cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.FilteredEntryMultimap cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.FilteredEntryMultimap cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ClosingFuture$2 cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ClosingFuture$2 cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.StandardValueGraph cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.StandardValueGraph cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.StandardValueGraph cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.cache.LocalCache$LoadingValueReference cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.RegularContiguousSet$2 cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.AbstractSequentialIterator cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.AbstractSequentialIterator cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ForwardingMap cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ForwardingMap cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.eventbus.Subscriber cannot find class com.google.j2objc.annotations.Weak [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.eventbus.Subscriber cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.eventbus.Subscriber cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.eventbus.Subscriber cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ClosingFuture$CloseableList cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ClosingFuture$CloseableList cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ClosingFuture$CloseableList cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Converter$FunctionBasedConverter cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.cache.LocalCache$Segment cannot find class com.google.j2objc.annotations.Weak [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.cache.LocalCache$Segment cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Maps$EntryFunction$2 cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.MinMaxPriorityQueue$QueueIterator cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.Closeables cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.Closeables cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.Closeables cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ListeningScheduledExecutorService cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ListeningScheduledExecutorService cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Maps$AsMapView cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.primitives.Doubles$DoubleArrayAsList cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.MinMaxPriorityQueue$Heap cannot find class com.google.j2objc.annotations.Weak [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.MinMaxPriorityQueue$Heap cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.model.ResourceSpecs cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.eventbus.SubscriberRegistry cannot find class com.google.j2objc.annotations.Weak [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.eventbus.SubscriberRegistry cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.eventbus.SubscriberRegistry cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.GraphConstants cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.GraphConstants cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.ForwardingGraph cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.ForwardingGraph cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.RemoveSecretCmd cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.RemoveSecretCmd cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.ImmutableNetwork cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.ImmutableNetwork cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.package-info cannot find class javax.annotation.ParametersAreNonnullByDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.LineReader cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.LineReader cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.LineReader cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableBiMap cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.RenameContainerCmd cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.RenameContainerCmd cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.model.EventType cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableMultimap$Values cannot find class com.google.j2objc.annotations.Weak [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableMultimap$Values cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableCollection cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableCollection cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.EmptyImmutableSetMultimap cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.EmptyImmutableSetMultimap cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.cache.ElementTypesAreNonnullByDefault cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.cache.ElementTypesAreNonnullByDefault cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.AbstractSetMultimap cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.AbstractSetMultimap cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.AbstractSetMultimap cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.AbstractSetMultimap cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.model.SecretSpec cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.escape.ArrayBasedCharEscaper cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.package-info cannot find class javax.annotation.ParametersAreNonnullByDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ForwardingNavigableMap cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ForwardingNavigableMap cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ForwardingNavigableMap cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ForwardingNavigableMap cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.AbstractDirectedNetworkConnections cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.AbstractDirectedNetworkConnections cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.reflect.Types$ClassOwnership$2 cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.model.ResponseItem$ProgressDetail cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.ByteArrayDataInput cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.ByteArrayDataInput cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.ByteArrayDataInput cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Multisets$4$1 cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.hash.Murmur3_32HashFunction cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.hash.Murmur3_32HashFunction cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.hash.Murmur3_32HashFunction cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Maps$KeySet cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Sets$FilteredSet cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.EnumHashBiMap cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.EnumHashBiMap cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.EnumHashBiMap cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.EnumHashBiMap cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.LittleEndianDataOutputStream cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.LittleEndianDataOutputStream cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ArrayTable cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ArrayTable cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ArrayTable cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.hash.FarmHashFingerprint64 cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.hash.FarmHashFingerprint64 cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Functions$ForMapWithDefault cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Functions$ForMapWithDefault cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Functions$ForMapWithDefault cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Iterators$10 cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Iterators$10 cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.hash.BloomFilterStrategies$1 cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.hash.BloomFilterStrategies$1 cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.reflect.MutableTypeToInstanceMap cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.reflect.MutableTypeToInstanceMap cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.reflect.MutableTypeToInstanceMap cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.reflect.MutableTypeToInstanceMap cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.github.dockerjava.core.command.PullImageResultCallback cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.SingletonImmutableList cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.SingletonImmutableList cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableEntry cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.TreeRangeMap$SubRangeMap$1$1 cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.HashBiMap$Inverse cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.HashBiMap$Inverse cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.HashBiMap$Inverse cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Lists$TransformingRandomAccessList cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Lists$TransformingRandomAccessList cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.SequentialExecutor$QueueWorker cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.MapMakerInternalMap$WeakKeyWeakValueSegment cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.model.SwarmDispatcherConfig cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.FinalizableSoftReference cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.FinalizableSoftReference cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.FinalizableSoftReference cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.LogContainerCmd cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.LogContainerCmd cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableMapValues cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableMapValues cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableMapValues cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.LinkedListMultimap cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.LinkedListMultimap cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.LinkedListMultimap cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.LinkedListMultimap cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.InspectServiceCmd cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.InspectServiceCmd cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.SortedIterables cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.SortedIterables cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.cache.LocalCache$WeakWriteEntry cannot find class com.google.j2objc.annotations.Weak [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.cache.LocalCache$WeakWriteEntry cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.cache.Weigher cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.cache.Weigher cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.primitives.IntsMethodsForWeb cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.primitives.IntsMethodsForWeb cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.reflect.package-info cannot find class javax.annotation.ParametersAreNonnullByDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Maps$UnmodifiableBiMap cannot find class com.google.j2objc.annotations.RetainedWith [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Maps$UnmodifiableBiMap cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Maps$UnmodifiableBiMap cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Maps$UnmodifiableBiMap cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.cache.LocalCache$EntryFactory$1 cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.MoreFiles cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.MoreFiles cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.MoreFiles cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.xml.ElementTypesAreNonnullByDefault cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.xml.ElementTypesAreNonnullByDefault cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.FilteredEntryMultimap$ValuePredicate cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.FilteredEntryMultimap$ValuePredicate cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Iterators$ConcatenatedIterator cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Iterators$ConcatenatedIterator cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Iterators$ConcatenatedIterator cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Maps$10 cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Maps$10 cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.escape.Escaper cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.escape.Escaper cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.eventbus.DeadEvent cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.eventbus.DeadEvent cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Strings cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Strings cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Strings cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.StandardTable$Row cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.UnmodifiableSortedMultiset cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.UnmodifiableSortedMultiset cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.UnmodifiableSortedMultiset cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.UnmodifiableSortedMultiset cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Multimaps$TransformedEntriesMultimap cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Multimaps$TransformedEntriesMultimap cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Multimaps$TransformedEntriesMultimap cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ForwardingImmutableList cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ForwardingImmutableList cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Functions$FunctionForMapNoDefault cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Functions$FunctionForMapNoDefault cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Functions$FunctionForMapNoDefault cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Maps$FilteredEntryNavigableMap cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Maps$FilteredEntryNavigableMap cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Maps$FilteredEntryNavigableMap cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.hash.AbstractNonStreamingHashFunction cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.hash.AbstractNonStreamingHashFunction cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Functions$FunctionComposition cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Functions$FunctionComposition cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Functions$FunctionComposition cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.primitives.UnsignedInts cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.primitives.UnsignedInts cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.reflect.IgnoreJRERequirement cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.reflect.IgnoreJRERequirement cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Iterators$9 cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Iterators$9 cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.model.LocalNodeState cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.RegularContiguousSet cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.RegularContiguousSet cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.RegularContiguousSet cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.ElementTypesAreNonnullByDefault cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.ElementTypesAreNonnullByDefault cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.Uninterruptibles cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.Uninterruptibles cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.Uninterruptibles cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.reflect.Types$TypeVariableInvocationHandler cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.ListTasksCmd cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableEnumSet cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableEnumSet cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableEnumSet cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.RegularImmutableMultiset cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.RegularImmutableMultiset cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.RegularImmutableMultiset cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Functions$PredicateFunction cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Functions$PredicateFunction cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Functions$PredicateFunction cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ArrayTable$ColumnMap cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.SortedSetMultimap cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.SortedSetMultimap cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.SortedSetMultimap cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.SortedSetMultimap cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Lists$ReverseList cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Lists$ReverseList cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.UpdateSwarmNodeCmd cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.UpdateSwarmNodeCmd cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ConsumingQueueIterator cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ConsumingQueueIterator cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ConsumingQueueIterator cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.CycleDetectingLockFactory$CycleDetectingReentrantWriteLock cannot find class com.google.j2objc.annotations.Weak [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.cache.LocalCache$ManualSerializationProxy cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Multimaps$CustomSetMultimap cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Multimaps$CustomSetMultimap cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Joiner$1 cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.MapDifference cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.MapDifference cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.MapDifference cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.TreeRangeSet$SubRangeSetRangesByLowerBound$2 cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.MapMakerInternalMap$StrongKeyDummyValueEntry$Helper cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.cache.LocalCache$LoadingSerializationProxy cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.DirectedGraphConnections$NodeConnection$Succ cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.StandardTable$Column$EntrySetIterator cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Tables$AbstractCell cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.hash.AbstractHasher cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.hash.AbstractHasher cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.internal.Finalizer cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.SortedLists$KeyPresentBehavior cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.SortedLists$KeyPresentBehavior cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Iterators$8 cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Iterators$8 cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableMapEntry cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.AbstractRangeSet cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.AbstractRangeSet cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.AbstractRangeSet cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ReverseOrdering cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ReverseOrdering cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ReverseOrdering cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ReverseOrdering cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.Callables cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.Callables cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.Callables cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ForwardingIterator cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ForwardingIterator cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ForwardingIterator cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.model.ServicePlacement cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.ElementTypesAreNonnullByDefault cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.ElementTypesAreNonnullByDefault cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Synchronized$SynchronizedQueue cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.InsecureRecursiveDeleteException cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.InsecureRecursiveDeleteException cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.InsecureRecursiveDeleteException cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Streams$IntFunctionWithIndex cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Streams$IntFunctionWithIndex cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.DirectedGraphConnections$3$1 cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.containers.JdbcDatabaseContainer cannot find class lombok.NonNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.KillContainerCmd cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.KillContainerCmd cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.model.SwarmRaftConfig cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.model.SwarmNodeResources cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.github.dockerjava.core.command.SaveImagesCmdImpl cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.net.InternetDomainName cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.net.InternetDomainName cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.net.InternetDomainName cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.LinkedHashMultimap cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.LinkedHashMultimap cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.LinkedHashMultimap cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.LinkedHashMultimap cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.MapIteratorCache$1 cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Multisets cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Multisets cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Multisets cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Multisets cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.RegularImmutableTable cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.RegularImmutableTable cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.RegularImmutableTable cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Ordering$ArbitraryOrdering cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.SortedMultisets$NavigableElementSet cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.SortedMultisets$NavigableElementSet cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.SortedMultisets$NavigableElementSet cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.SortedMultisets$ElementSet cannot find class com.google.j2objc.annotations.Weak [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.EdgesConnecting cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.EdgesConnecting cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.EdgesConnecting cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.ImmutableValueGraph cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.ImmutableValueGraph cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.ImmutableValueGraph cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.Internal cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.Internal cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ForwardingSortedMultiset cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ForwardingSortedMultiset cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ForwardingSortedMultiset cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ForwardingSortedMultiset cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.BaseGraph cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.BaseGraph cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.TreeRangeSet$SubRangeSetRangesByLowerBound cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.RegularContiguousSet$1 cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.TreeBasedTable$TreeRow cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.primitives.Floats$FloatArrayAsList cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.primitives.package-info cannot find class javax.annotation.ParametersAreNonnullByDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.net.ElementTypesAreNonnullByDefault cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.net.ElementTypesAreNonnullByDefault cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.model.ContainerConfig cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Maps$FilteredEntryBiMap cannot find class com.google.j2objc.annotations.RetainedWith [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Maps$FilteredEntryBiMap cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Maps$FilteredEntryBiMap cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Maps$FilteredEntryBiMap cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.github.dockerjava.core.command.InspectSwarmNodeCmdImpl cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.math.PairedStatsAccumulator cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.math.PairedStatsAccumulator cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.escape.Escapers$1 cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.TrustedListenableFutureTask$TrustedFutureInterruptibleTask cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.TrustedListenableFutureTask$TrustedFutureInterruptibleTask cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.cache.ForwardingLoadingCache cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.cache.ForwardingLoadingCache cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.TreeMultiset$Aggregate$1 cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.EmptyContiguousSet cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.EmptyContiguousSet cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.EmptyContiguousSet cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.cache.CacheBuilder cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.cache.CacheBuilder cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.cache.CacheBuilder cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.hash.Funnels$SequentialFunnel cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.CommitCmd cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.CommitCmd cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.AbstractBaseGraph cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.AbstractBaseGraph cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ServiceManager cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ServiceManager cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.FilteredEntryMultimap$AsMap$1EntrySetImpl$1 cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Maps$9 cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Maps$9 cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.CopyFileFromContainerCmd cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.CopyFileFromContainerCmd cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ParametricNullness cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ParametricNullness cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Iterators$7 cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Iterators$7 cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.TreeRangeSet$ComplementRangesByLowerBound$2 cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.model.InfoRegistryConfig cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.AbstractBiMap$EntrySet cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ListenerCallQueue cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ListenerCallQueue cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.github.dockerjava.core.command.UpdateContainerCmdImpl cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.github.dockerjava.core.command.UpdateContainerCmdImpl cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.html.HtmlEscapers cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.html.HtmlEscapers cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableSortedSetFauxverideShim cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableSortedSetFauxverideShim cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.ByteArrayDataOutput cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.ByteArrayDataOutput cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.BaseEncoding$Alphabet cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.reflect.ClassPath cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.reflect.ClassPath cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.reflect.ClassPath cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.NetworkConnections cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.NetworkConnections cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.NetworkConnections cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableCollection cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Joiner$3 cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ForwardingDeque cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ForwardingDeque cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ForwardingDeque cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Maps cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Maps cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Maps cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Maps cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.FilteredMultimap cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.FilteredMultimap cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.UndirectedNetworkConnections cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.UndirectedNetworkConnections cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.AbstractSortedSetMultimap cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Splitter cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Splitter cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.SortedIterable cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.SortedIterable cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ArrayTable$ArrayMap$1 cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ArrayTable$ArrayMap$1 cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.model.SwarmNode cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Interners cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Interners cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.RemoveConfigCmd cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.RemoveConfigCmd cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.DescendingImmutableSortedSet cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.DescendingImmutableSortedSet cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.DescendingImmutableSortedSet cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.images.RemoteDockerImage cannot find class lombok.NonNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.model.SwarmNodeEngineDescription cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.math.ParametricNullness cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.math.ParametricNullness cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.SortedLists$KeyPresentBehavior$3 cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.SortedLists$KeyPresentBehavior$3 cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ContiguousSet cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ContiguousSet cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableSortedSet cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.CompactHashMap cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.CompactHashMap cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.CompactHashMap cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.CompactHashMap cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.github.dockerjava.core.command.PushImageResultCallback cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.model.Service cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.CollectSpliterators$FlatMapSpliteratorOfLong cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.CompactHashing cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.CompactHashing cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.CompactHashing cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.FunctionalEquivalence cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.FunctionalEquivalence cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.FunctionalEquivalence cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.DiscreteDomain$IntegerDomain cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.MapMakerInternalMap$InternalEntryHelper cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.hash.HashFunction cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.hash.HashFunction cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.hash.HashFunction cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.primitives.Booleans$BooleanArrayAsList cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Suppliers$SupplierFunctionImpl cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableMapEntry$NonTerminalImmutableMapEntry cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.hash.Striped64 cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.hash.Striped64 cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.CompoundOrdering cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.CompoundOrdering cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.CompoundOrdering cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.CompoundOrdering cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.DisconnectFromNetworkCmd cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.DisconnectFromNetworkCmd cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.RegularImmutableSortedSet cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.RegularImmutableSortedSet cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.RegularImmutableSortedSet cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.TrustedListenableFutureTask cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.TrustedListenableFutureTask cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.TrustedListenableFutureTask cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.TrustedListenableFutureTask cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.NullnessCasts cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.NullnessCasts cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.NullnessCasts cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.NullnessCasts cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.primitives.Bytes cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.primitives.Bytes cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.JdkBackedImmutableMap cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.JdkBackedImmutableMap cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.JdkBackedImmutableMap cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.reflect.TypeToken$TypeCollector cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableMultimap$Builder cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.eventbus.SubscriberExceptionHandler cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.eventbus.SubscriberExceptionHandler cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.cache.RemovalListeners cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.cache.RemovalListeners cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.AbstractBiMap cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.AbstractBiMap cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.AbstractBiMap cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.AbstractBiMap cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.model.PeerNode cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.hash.IgnoreJRERequirement cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.hash.IgnoreJRERequirement cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.NullsLastOrdering cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.NullsLastOrdering cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.NullsLastOrdering cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.PairwiseEquivalence cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.PairwiseEquivalence cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.PairwiseEquivalence cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.UndirectedGraphConnections cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.UndirectedGraphConnections cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.UndirectedGraphConnections cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.AuthCmd cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.TempFileCreator$JavaNioCreator cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.TempFileCreator$JavaNioCreator cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Maps$TransformedEntriesSortedMap cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Maps$TransformedEntriesSortedMap cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Maps$TransformedEntriesSortedMap cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.eventbus.Subscribe cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.eventbus.Subscribe cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.model.UpdateContainerResponse cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.CollectSpliterators$FlatMapSpliterator$Factory cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Table cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Table cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Table cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Table cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Maps$2 cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Maps$2 cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ListenableFutureTask cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ListenableFutureTask cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ListenableFutureTask cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.ParametricNullness cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.ParametricNullness cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ArrayListMultimap cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ArrayListMultimap cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ArrayListMultimap cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ArrayListMultimap cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.LinkedHashMultimap$1 cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.FinalizableWeakReference cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.FinalizableWeakReference cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.FinalizableWeakReference cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ForwardingSetMultimap cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ForwardingSetMultimap cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ForwardingSetMultimap cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ForwardingSetMultimap cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableRangeSet$AsSet$2 cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.math.StatsAccumulator cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.math.StatsAccumulator cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Synchronized$SynchronizedMultiset cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Synchronized$SynchronizedMultiset cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Synchronized$SynchronizedMultiset cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Multimaps$UnmodifiableSetMultimap cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Multimaps$UnmodifiableSetMultimap cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Multimaps$UnmodifiableSetMultimap cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.CompactHashMap$3 cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.CompactHashMap$3 cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.cache.CacheBuilderSpec$ValueParser cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ListMultimap cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ListMultimap cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ListMultimap cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ListMultimap cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.primitives.ParseRequest cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.primitives.ParseRequest cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.hash.Java8Compatibility cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.hash.Java8Compatibility cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.reflect.Types cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.reflect.Types cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.reflect.Types cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.model.StatisticNetworksConfig cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.model.SwarmSpec cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.AbstractMapBasedMultimap$WrappedSet cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.AbstractMapBasedMultimap$WrappedSet cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Synchronized$SynchronizedBiMap cannot find class com.google.j2objc.annotations.RetainedWith [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Synchronized$SynchronizedBiMap cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Synchronized$SynchronizedBiMap cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Synchronized$SynchronizedBiMap cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.primitives.Doubles cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.primitives.Doubles cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.primitives.Doubles cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.MapMakerInternalMap$WeakValueReferenceImpl cannot find class com.google.j2objc.annotations.Weak [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.primitives.Shorts$ShortArrayAsList cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Multimaps$UnmodifiableSortedSetMultimap cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Multimaps$UnmodifiableSortedSetMultimap cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Multimaps$UnmodifiableSortedSetMultimap cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.eventbus.AsyncEventBus cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.eventbus.AsyncEventBus cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Predicates$NotPredicate cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Predicates$NotPredicate cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Predicates$NotPredicate cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.FilteredEntrySetMultimap cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.FilteredEntrySetMultimap cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.FilteredEntrySetMultimap cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.FilteredEntrySetMultimap cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Interner cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Interner cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.HashBiMap$Inverse$1$InverseEntry cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.HashBiMap$Inverse$1$InverseEntry cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.AbstractMapBasedMultiset$1 cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.AbstractMapBasedMultiset$1 cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.AbstractMapBasedMultiset$1 cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Synchronized$SynchronizedAsMap cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.DirectedGraphConnections$2$2 cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.CollectionFuture$Present cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.CollectionFuture$Present cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.reflect.Types$ClassOwnership$1 cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Predicates$SubtypeOfPredicate cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.math.ElementTypesAreNonnullByDefault cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.math.ElementTypesAreNonnullByDefault cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.github.dockerjava.core.DefaultDockerClientConfig cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.github.dockerjava.core.DefaultDockerClientConfig cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.GwtTransient cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.GwtTransient cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.CaseFormat$StringConverter cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.LinkedListMultimap$Node cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.LinkedListMultimap$Node cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.LinkedListMultimap$Node cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.DirectedGraphConnections cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.DirectedGraphConnections cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.DirectedGraphConnections cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.Java8Compatibility cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.Java8Compatibility cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.InspectSwarmNodeCmd cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.InspectSwarmNodeCmd cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Lists$TransformingSequentialList$1 cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Lists$TransformingSequentialList$1 cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.MapMakerInternalMap$WeakKeyDummyValueEntry$Helper cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.github.dockerjava.core.command.RemoveSwarmNodeCmdImpl cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.github.dockerjava.core.command.RemoveSwarmNodeCmdImpl cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.hash.ParametricNullness cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.hash.ParametricNullness cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.cache.LocalCache$EntryFactory$4 cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.HashBiMap$KeySet cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.containers.VncRecordingContainer$VncRecordingFormat$2 cannot find class lombok.NonNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Maps$12 cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Maps$12 cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Synchronized$SynchronizedSortedSetMultimap cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Multisets$2$1 cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.AbstractTransformFuture$AsyncTransformFuture cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.AbstractTransformFuture$AsyncTransformFuture cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.model.UpdateConfig cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.hash.BloomFilterStrategies cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.RegularImmutableTable$CellSet cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.TreeMultimap cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.TreeMultimap cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.TreeMultimap cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.TreeMultimap cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.model.EndpointVirtualIP cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.reflect.TypeToken$TypeCollector$1 cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.model.SwarmNodeDescription cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Streams$TemporaryPair cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Streams$TemporaryPair cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.RegularImmutableMap cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.RegularImmutableMap cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.RegularImmutableMap cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.MultiReader cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.MultiReader cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.MultiReader cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.CollectSpliterators$1Splitr cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.CollectSpliterators$1Splitr cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.CollectSpliterators$1Splitr cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.cache.LocalCache$EntryFactory$5 cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.CreateImageCmd cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.CreateImageCmd cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.AbstractSortedMultiset cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.AbstractSortedMultiset cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.AbstractSortedMultiset cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.AbstractSortedMultiset cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.AbstractBiMap$Inverse cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.AbstractBiMap$Inverse cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.JdkPattern cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.JdkPattern cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.CollectCollectors$EnumMapAccumulator cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.cache.LocalCache$StrongAccessEntry cannot find class com.google.j2objc.annotations.Weak [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.cache.LocalCache$StrongAccessEntry cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ClosingFuture cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ClosingFuture cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ClosingFuture cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Sets$PowerSet cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.CollectSpliterators$1 cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Maps$EntryTransformer cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Maps$EntryTransformer cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.github.dockerjava.core.DockerClientImpl cannot find class javax.annotation.Nullable [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.github.dockerjava.core.DockerClientImpl cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.LinkedListMultimap$1KeySetImpl cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.SortedMultisets$ElementSet cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.SortedMultisets$ElementSet cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Multisets$ElementSet cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Synchronized$SynchronizedMap cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.TreeMultiset$Reference cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.primitives.ElementTypesAreNonnullByDefault cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.primitives.ElementTypesAreNonnullByDefault cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.Traverser$Traversal$3 cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ClosingFuture$Combiner4$ClosingFunction4 cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ClosingFuture$Combiner4$ClosingFunction4 cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Maps$3 cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Maps$3 cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.math.LinearTransformation$RegularLinearTransformation cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ForwardingSortedSetMultimap cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ForwardingSortedSetMultimap cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ForwardingSortedSetMultimap cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ForwardingSortedSetMultimap cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.utility.ClasspathScanner cannot find class org.jetbrains.annotations.VisibleForTesting [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.model.Volume cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableMultiset$EntrySet cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.primitives.UnsignedBytes cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.primitives.UnsignedBytes cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.model.SwarmCAConfig cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.cache.LocalCache$StrongEntry cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.model.LogConfig$LoggingType cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Present cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Present cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Present cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.model.ThrottlingDataConfig cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.FuturesGetChecked cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.FuturesGetChecked cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.FuturesGetChecked cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.FuturesGetChecked cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.AbstractScheduledService$CustomScheduler$ReschedulableCallable cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Table$Cell cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Table$Cell cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Table$Cell cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Suppliers$NonSerializableMemoizingSupplier cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Suppliers$NonSerializableMemoizingSupplier cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Suppliers$NonSerializableMemoizingSupplier cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.hash.MessageDigestHashFunction cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.hash.MessageDigestHashFunction cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.github.dockerjava.core.command.SearchImagesCmdImpl cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.JoinSwarmCmd cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableMultimap$EntryCollection cannot find class com.google.j2objc.annotations.Weak [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableMultimap$EntryCollection cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.eventbus.SubscriberRegistry$MethodIdentifier cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.hash.Hashing cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.hash.Hashing cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Predicates$ObjectPredicate$1 cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.Service cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.Service cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.cache.LocalCache$WeakEntry cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ClosingFuture$Combiner2$1 cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ClosingFuture$Combiner2$1 cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.AggregateFutureState cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.AggregateFutureState cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.AggregateFutureState cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.LeaveSwarmCmd cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.eventbus.SubscriberExceptionContext cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.eventbus.SubscriberExceptionContext cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.SetMultimap cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.SetMultimap cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.SetMultimap cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.SetMultimap cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.SettableFuture cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.SettableFuture cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.SettableFuture cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.cache.LocalCache$WriteQueue$2 cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.cache.Striped64 cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.cache.Striped64 cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.cache.Striped64 cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.PredecessorsFunction cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.PredecessorsFunction cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.TreeRangeSet$AsRanges cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.TreeMultiset$Aggregate$2 cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.UncheckedTimeoutException cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.UncheckedTimeoutException cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.UncheckedTimeoutException cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.math.DoubleUtils cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.math.DoubleUtils cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ClosingFuture$Combiner$CombiningCallable cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ClosingFuture$Combiner$CombiningCallable cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.hash.package-info cannot find class javax.annotation.ParametersAreNonnullByDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.StandardTable$ColumnKeyIterator cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.RowSortedTable cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.RowSortedTable cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableSet$RegularSetBuilderImpl cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.model.SwarmNodeStatus cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Sets$2$1 cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.StandardTable$Column cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableMultimap cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableMultimap cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableMultimap cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.model.ResourceVersion cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableMap$MapViewOfValuesAsSingletonSets cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.model.ServiceSpec cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.AbstractMapBasedMultimap$WrappedNavigableSet cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.AbstractMapBasedMultimap$WrappedNavigableSet cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.AbstractMapBasedMultimap$WrappedNavigableSet cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.UncheckedExecutionException cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.UncheckedExecutionException cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.UncheckedExecutionException cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.primitives.ImmutableIntArray cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.primitives.ImmutableIntArray cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.primitives.ImmutableIntArray cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.VerifyException cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.VerifyException cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.VerifyException cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.MutableValueGraph cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.MutableValueGraph cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.MutableValueGraph cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ForwardingTable cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ForwardingTable cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ForwardingTable cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.LexicographicalOrdering cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.LexicographicalOrdering cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.LexicographicalOrdering cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.primitives.UnsignedInteger cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.primitives.UnsignedInteger cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.primitives.UnsignedInteger cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.DirectedNetworkConnections cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.DirectedNetworkConnections cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.CountingInputStream cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.CountingInputStream cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.HashBiMap$1$MapEntry cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.HashBiMap$1$MapEntry cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.cache.CacheBuilderSpec$ValueStrengthParser cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.model.CpuStatsConfig cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.cache.LongAdder cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.cache.LongAdder cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.Graphs$TransposedValueGraph cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.ForwardingValueGraph cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.ForwardingValueGraph cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.math.LongMath cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.math.LongMath cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.model.CpuUsageConfig cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.AbstractMapBasedMultimap$2 cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.AbstractMapBasedMultimap$2 cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Maps$FilteredEntrySortedMap cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Maps$FilteredEntrySortedMap cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Maps$FilteredEntrySortedMap cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Maps$FilteredEntryMap$EntrySet$1$1 cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Maps$FilteredEntryMap$EntrySet$1$1 cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ConcurrentHashMultiset cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ConcurrentHashMultiset cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ConcurrentHashMultiset cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.AbstractFuture$Cancellation cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.reflect.TypeToken$ClassSet cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.net.InetAddresses cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.net.InetAddresses cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.net.InetAddresses cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.FakeTimeLimiter cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.FakeTimeLimiter cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.FakeTimeLimiter cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.cache.CacheStats cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.cache.CacheStats cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.cache.CacheStats cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.SortedMultiset cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.SortedMultiset cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.SortedMultiset cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.SortedMultiset cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.CollectPreconditions cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.CollectPreconditions cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.CollectSpliterators$FlatMapSpliteratorOfInt cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.TreeMultiset cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.TreeMultiset cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.TreeMultiset cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.TreeMultiset cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.cache.LocalCache$ValueReference cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.model.AuthResponse cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.model.AuthResponse cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.FilteredKeyMultimap$AddRejectingSet cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.FilteredKeyMultimap$AddRejectingSet cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.CharStreams cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.CharStreams cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.CharStreams cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.AbstractMapBasedMultimap$KeySet$1 cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.AbstractMapBasedMultimap$KeySet$1 cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.AbstractMapBasedMultimap$KeySet$1 cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.StartContainerCmd cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.StartContainerCmd cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ClosingFuture$AsyncClosingFunction cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ClosingFuture$AsyncClosingFunction cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Java8Compatibility cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Java8Compatibility cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ExecutionSequencer$ThreadConfinedTaskQueue cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.escape.ArrayBasedEscaperMap cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.escape.ArrayBasedEscaperMap cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.JdkBackedImmutableSet cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.JdkBackedImmutableSet cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.JdkBackedImmutableSet cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.reflect.TypeToken$TypeCollector$2 cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableMultiset$1 cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.TableCollectors cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.TableCollectors cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.TableCollectors cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ForwardingImmutableCollection cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ForwardingImmutableCollection cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.reflect.TypeToken$TypeSet cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.xml.package-info cannot find class javax.annotation.ParametersAreNonnullByDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.Flushables cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.Flushables cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Maps$UnmodifiableNavigableMap cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Maps$UnmodifiableNavigableMap cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Maps$UnmodifiableNavigableMap cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.EndpointPair$Unordered cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.github.dockerjava.core.command.ListTasksCmdImpl cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.model.HostConfig cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.hash.HashingInputStream cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.hash.HashingInputStream cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.FinalizableReferenceQueue$SystemLoader cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.hash.HashingOutputStream cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.hash.HashingOutputStream cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Multisets$4 cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.github.dockerjava.core.command.WaitContainerResultCallback cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.GraphBuilder cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.GraphBuilder cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Iterators$1 cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Iterators$1 cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ForwardingSortedSet cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ForwardingSortedSet cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.net.UrlEscapers cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.net.UrlEscapers cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableMultisetGwtSerializationDependencies cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableMultisetGwtSerializationDependencies cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Predicates$ObjectPredicate$2 cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.Atomics cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.Atomics cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.Atomics cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableMultiset$ElementSet cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.InspectContainerResponse$Mount cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.ForwardingValueGraph cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.UpdateServiceCmd cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.UpdateServiceCmd cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.AbstractIterator cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.AppendableWriter cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.AppendableWriter cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.AppendableWriter cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Suppliers$ThreadSafeSupplier cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Suppliers$ThreadSafeSupplier cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.cache.LocalCache$AccessQueue$2 cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Optional cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Optional cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Optional cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.reflect.AbstractInvocationHandler cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.reflect.AbstractInvocationHandler cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.reflect.AbstractInvocationHandler cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.model.ExternalCA cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.AbstractMapBasedMultimap$SortedAsMap cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.AbstractMapBasedMultimap$SortedAsMap cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.AbstractMapBasedMultimap$SortedAsMap cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Collections2$OrderedPermutationCollection cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ByFunctionOrdering cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ByFunctionOrdering cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ByFunctionOrdering cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ByFunctionOrdering cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Sets$5$1 cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.LinkedListMultimap$DistinctKeyIterator cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.LinkedListMultimap$DistinctKeyIterator cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.LinkedListMultimap$DistinctKeyIterator cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.escape.Escapers cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.escape.Escapers cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.escape.Escapers cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.EndpointPairIterator cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.StandardSystemProperty cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.StandardSystemProperty cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.StandardSystemProperty cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableTable$Builder cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.reflect.TypeToInstanceMap cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.reflect.TypeToInstanceMap cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.reflect.TypeToInstanceMap cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.reflect.TypeToInstanceMap cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.cache.ReferenceEntry cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.cache.ReferenceEntry cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.cache.ReferenceEntry cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.AbstractSortedKeySortedSetMultimap cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.AbstractSortedKeySortedSetMultimap cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.JdkFutureAdapters cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.JdkFutureAdapters cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.GraphConnections cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.GraphConnections cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.GraphConnections cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.PushImageCmd$1 cannot find class javax.annotation.Nullable [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableRangeSet cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableRangeSet cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableRangeSet cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.MultiInputStream cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.MultiInputStream cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.MultiInputStream cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.primitives.DoublesMethodsForWeb cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.primitives.DoublesMethodsForWeb cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.TimeLimiter cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.TimeLimiter cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.TimeLimiter cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.FluentFuture$TrustedFuture cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Synchronized$SynchronizedSortedMap cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Multisets$3 cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.cache.LocalCache$StrongAccessWriteEntry cannot find class com.google.j2objc.annotations.Weak [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.cache.LocalCache$StrongAccessWriteEntry cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.transport.DockerHttpClient$Request cannot find class org.immutables.value.Value$Immutable [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.transport.DockerHttpClient$Request cannot find class javax.annotation.Nullable [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.transport.DockerHttpClient$Request cannot find class org.immutables.value.Value$Default [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.transport.DockerHttpClient$Request cannot find class org.immutables.value.Value$Style [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.StandardTable$ColumnKeySet cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.net.HostAndPort cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.net.HostAndPort cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.net.HostAndPort cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.TagImageCmd cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.TagImageCmd cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Lists$ReverseList$1 cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Lists$ReverseList$1 cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.CollectSpliterators$FlatMapSpliteratorOfDouble cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.github.dockerjava.core.command.LoadImageCmdImpl cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.primitives.ShortsMethodsForWeb cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.primitives.ShortsMethodsForWeb cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.ImmutableGraph cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.ImmutableGraph cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Sets$SetView cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.EndpointPairIterator$Undirected cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.AbstractFuture$Listener cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Suppliers$SupplierOfInstance cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Suppliers$SupplierOfInstance cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Suppliers$SupplierOfInstance cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.InspectExecResponse cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.StandardTable$ColumnMap$ColumnMapEntrySet cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.UnmodifiableListIterator cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.UnmodifiableListIterator cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.UnmodifiableListIterator cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.reflect.Reflection cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.reflect.Reflection cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.github.dockerjava.core.command.JoinSwarmCmdImpl cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.SortedLists$KeyPresentBehavior$4 cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.SortedLists$KeyPresentBehavior$4 cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ClosingFuture$Combiner4$AsyncClosingFunction4 cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ClosingFuture$Combiner4$AsyncClosingFunction4 cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.primitives.Ints cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.primitives.Ints cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.primitives.Ints cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Predicate cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Predicate cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Predicate cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Predicate cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.EvictingQueue cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.EvictingQueue cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Lists cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Lists cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Lists cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Lists cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.HashMultimap cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.HashMultimap cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.HashMultimap cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.HashMultimap cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Maps$6 cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Maps$6 cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.AbstractFuture$Waiter cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.transport.ImmutableRequest cannot find class javax.annotation.concurrent.Immutable [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.transport.ImmutableRequest cannot find class org.immutables.value.Generated [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.transport.ImmutableRequest cannot find class javax.annotation.Nullable [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.transport.ImmutableRequest cannot find class javax.annotation.ParametersAreNonnullByDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.transport.ImmutableRequest cannot find class edu.umd.cs.findbugs.annotations.SuppressFBWarnings [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.PatternFilenameFilter cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.PatternFilenameFilter cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.model.MemoryStatsConfig cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.TreeMultiset$3 cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.model.SwarmJoinTokens cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.cache.LocalCache$NullEntry cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.primitives.SignedBytes cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.primitives.SignedBytes cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.cache.LocalCache$EntryFactory$3 cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.ResizeContainerCmd cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.ResizeContainerCmd cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Serialization cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Serialization cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.primitives.ImmutableDoubleArray$AsList cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.cache.LocalCache cannot find class com.google.j2objc.annotations.RetainedWith [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.cache.LocalCache cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.FilteredEntryMultimap$AsMap cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.cache.LongAddables cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.cache.LongAddables cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.UnpauseContainerCmd cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.UnpauseContainerCmd cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.LinkedHashMultimap$ValueSet cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.LinkedHashMultimap$ValueSet cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.LinkedHashMultimap$ValueSet cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Synchronized$SynchronizedAsMapValues cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ArrayTable$RowMap cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.primitives.ImmutableDoubleArray cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.primitives.ImmutableDoubleArray cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.primitives.ImmutableDoubleArray cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.RemoveSwarmNodeCmd cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.RemoveSwarmNodeCmd cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.primitives.Longs$LongArrayAsList cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.AbstractMultimap cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueEntry$Helper cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ClosingFuture$1 cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.DockerClient cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.containers.ComposeServiceWaitStrategyTarget cannot find class lombok.NonNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.cache.LocalCache$AccessQueue$1 cannot find class com.google.j2objc.annotations.Weak [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ClosingFuture$DeferredCloser cannot find class com.google.j2objc.annotations.RetainedWith [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ClosingFuture$DeferredCloser cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ClosingFuture$DeferredCloser cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Multimaps$AsMap cannot find class com.google.j2objc.annotations.Weak [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Multimaps$AsMap cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.TransformedListIterator cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.TransformedListIterator cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.CycleDetectingLockFactory$LockGraphNode cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.primitives.Floats cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.primitives.Floats cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.primitives.Floats cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Multiset cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Multiset cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Multiset cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Multiset cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.eventbus.AllowConcurrentEvents cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.eventbus.AllowConcurrentEvents cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.HashMultiset cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.HashMultiset cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.HashMultiset cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.HashMultiset cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.hash.BloomFilterStrategies$LockFreeBitArray cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Charsets cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Charsets cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.StandardTable$CellIterator cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.AbstractFuture$UnsafeAtomicHelper cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.model.ContainerMount cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.CollectSpliterators$FlatMapSpliterator cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.SaveImagesCmd cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ExecutionList$RunnableExecutorPair cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Converter$ConverterComposition cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.CollectSpliterators$FlatMapSpliteratorOfPrimitive cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Multimaps cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Multimaps cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Multimaps cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.AbstractMapBasedMultimap cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.AbstractMapBasedMultimap cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.AbstractMapBasedMultimap cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.AbstractMapBasedMultimap cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.CompactLinkedHashSet cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.CompactLinkedHashSet cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.CompactLinkedHashSet cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.CompactLinkedHashSet cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.StandardTable cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.StandardTable cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Sets$SubSet cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.SortedMultisets cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.SortedMultisets cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.SortedMultisets cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.TreeRangeSet$SubRangeSet cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.SortedLists cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.SortedLists cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.SortedLists cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Maps$TransformedEntriesNavigableMap cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Maps$TransformedEntriesNavigableMap cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Maps$TransformedEntriesNavigableMap cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ComparisonChain cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ComparisonChain cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.MinMaxPriorityQueue cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.MinMaxPriorityQueue cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.MinMaxPriorityQueue cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.cache.LocalCache$EntryFactory cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.AbstractFuture$AtomicHelper cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Maps$FilteredEntrySortedMap$SortedKeySet cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Maps$FilteredEntrySortedMap$SortedKeySet cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Maps$FilteredEntrySortedMap$SortedKeySet cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.images.ImageData$ImageDataBuilder cannot find class lombok.NonNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.MapMakerInternalMap$WeakValueReference cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.model.AuthConfig cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.StandardTable$ColumnMap cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.SimpleTimeLimiter$1 cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.model.PidsStatsConfig cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Tables$ImmutableCell cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Tables$ImmutableCell cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.primitives.ParametricNullness cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.primitives.ParametricNullness cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Converter$ReverseConverter cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.SuccessorsFunction cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.SuccessorsFunction cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.images.ImageData cannot find class lombok.NonNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ConcurrentHashMultiset$2 cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableTable cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableTable cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Multimaps$UnmodifiableMultimap cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Multimaps$UnmodifiableMultimap cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Multimaps$UnmodifiableMultimap cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.ParametricNullness cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.ParametricNullness cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.AbstractFuture$SafeAtomicHelper cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.net.HostSpecifier cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.net.HostSpecifier cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.net.HostSpecifier cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Streams$1OptionalState cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.IgnoreJRERequirement cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.IgnoreJRERequirement cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ForwardingMultiset cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ForwardingMultiset cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ForwardingMultiset cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.MapIteratorCache cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.MapIteratorCache cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.MapIteratorCache cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.model.SwarmVersion cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Lists$TwoPlusArrayList cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Lists$TwoPlusArrayList cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.SparseImmutableTable cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.SparseImmutableTable cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.TreeRangeMap$AsMapOfRanges cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.cache.LocalCache$WriteQueue cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.JdkBackedImmutableBiMap cannot find class com.google.j2objc.annotations.RetainedWith [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.JdkBackedImmutableBiMap cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.JdkBackedImmutableBiMap cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.JdkBackedImmutableBiMap cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ForwardingNavigableMap$StandardDescendingMap$1 cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.CompactHashMap$1 cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.CompactHashMap$1 cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Iterators$ArrayItr cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Iterators$ArrayItr cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Synchronized$SynchronizedEntry cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Sets$4 cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.SortedMapDifference cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.SortedMapDifference cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.model.NetworkAttachmentConfig cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.ListContainersCmd cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableRangeSet$AsSet$1 cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.DirectedGraphConnections$1 cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.graph.AbstractDirectedNetworkConnections$1 cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.SortedLists$KeyPresentBehavior$2 cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.SortedLists$KeyPresentBehavior$2 cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Multisets$2 cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ComparisonChain$1 cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ComparisonChain$1 cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Synchronized$SynchronizedNavigableMap cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.hash.Funnel cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.hash.Funnel cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.hash.Funnel cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.MapMakerInternalMap$StrongKeyStrongValueSegment cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.Closer cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.Closer cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.Closer cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.io.Closer cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.InitializeSwarmCmd cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ClosingFuture$Combiner4$1 cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ClosingFuture$Combiner4$1 cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.StandardTable$Column$EntrySet cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.UsingToStringOrdering cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.UsingToStringOrdering cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.InspectContainerResponse$ContainerState cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.RegularImmutableList cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.RegularImmutableList cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.TreeRangeSet$RangesByUpperBound cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.model.ServiceRestartPolicy cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.MapMakerInternalMap$WeakKeyWeakValueEntry$Helper cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ArrayTable$ArrayMap cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Multimaps$CustomMultimap cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Multimaps$CustomMultimap cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ExecutionError cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ExecutionError cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ExecutionError cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.TreeRangeSet$RangesByUpperBound$2 cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.AbstractSequentialIterator cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.NullnessCasts cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.NullnessCasts cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.NullnessCasts cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.NullnessCasts cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Iterators$2 cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Iterators$2 cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.primitives.FloatsMethodsForWeb cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.primitives.FloatsMethodsForWeb cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ImmediateFuture$ImmediateCancelledFuture cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Functions$IdentityFunction cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.base.Enums$StringConverter cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.model.ResponseItem$ErrorDetail cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.AbstractMapBasedMultimap$AsMap cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.RemoveContainerCmd cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.RemoveContainerCmd cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.command.CreateSecretCmd cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Sets$5$1$1$1 cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ForwardingMultimap cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ForwardingMultimap cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ForwardingMultimap cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Sets$FilteredSortedSet cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Sets$FilteredSortedSet cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Sets$FilteredSortedSet cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ElementTypesAreNonnullByDefault cannot find class javax.annotation.meta.TypeQualifierDefault [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.util.concurrent.ElementTypesAreNonnullByDefault cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.model.TaskSpec cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for com.github.dockerjava.api.model.Event cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.math.LinearTransformation$VerticalLinearTransformation cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Tables$TransposeTable cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Tables$TransposeTable cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Tables$TransposeTable cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.cache.LocalCache$EntryFactory$6 cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Sets$FilteredNavigableSet cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Sets$FilteredNavigableSet cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Sets$FilteredNavigableSet cannot find class javax.annotation.meta.TypeQualifierNickname [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.github.dockerjava.core.command.LeaveSwarmCmdImpl cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Synchronized$SynchronizedDeque cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ImmutableList$ReverseImmutableList cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.github.dockerjava.core.command.LogSwarmObjectImpl cannot find class javax.annotation.Nonnull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.Multimaps$Keys cannot find class javax.annotation.CheckForNull [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/tests.bnd [0:0]: While traversing the type tree for org.testcontainers.shaded.com.google.common.collect.ConcurrentHashMultiset$3 cannot find class javax.annotation.CheckForNull [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ rest.gateway --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] [INFO] Results: [INFO] [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [JENKINS] Recording test results [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ rest.gateway --- [INFO] Building jar: /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/target/rest.gateway-0.0.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (test-jar) @ rest.gateway --- [INFO] Building jar: /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/target/rest.gateway-0.0.2-SNAPSHOT-tests.jar [INFO] [INFO] --- bnd-resolver:7.1.0-SNAPSHOT:resolve (resolve-test) @ rest.gateway --- [INFO] Resolving /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/integration-test.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)',com.fasterxml.jackson.core.jackson-annotations;version='[2.16.1,2.16.2)',com.fasterxml.jackson.core.jackson-core;version='[2.16.1,2.16.2)',com.fasterxml.jackson.core.jackson-databind;version='[2.16.1,2.16.2)',com.fasterxml.jackson.datatype.jackson-datatype-jsr310;version='[2.16.1,2.16.2)',com.fasterxml.jackson.jakarta.rs.jackson-jakarta-rs-base;version='[2.16.1,2.16.2)',com.fasterxml.jackson.jakarta.rs.jackson-jakarta-rs-json-provider;version='[2.16.1,2.16.2)',com.sun.jna;version='[5.12.1,5.12.2)',io.dropwizard.metrics.core;version='[4.2.19,4.2.20)',jakarta.activation-api;version='[2.1.0,2.1.1)',jakarta.annotation-api;version='[2.1.1,2.1.2)',jakarta.inject.jakarta.inject-api;version='[2.0.1,2.0.2)',jakarta.validation.jakarta.validation-api;version='[3.0.2,3.0.3)',jakarta.ws.rs-api;version='[3.1.0,3.1.1)',jakarta.xml.bind-api;version='[4.0.0,4.0.1)',javassist;version='[3.29.2,3.29.3)',jul.to.slf4j;version='[2.0.11,2.0.12)',junit-jupiter-api;version='[5.10.1,5.10.2)',junit-jupiter-engine;version='[5.10.1,5.10.2)',junit-jupiter-params;version='[5.10.1,5.10.2)',junit-platform-commons;version='[1.10.1,1.10.2)',junit-platform-engine;version='[1.10.1,1.10.2)',junit-platform-launcher;version='[1.10.1,1.10.2)',org.antlr.antlr4-runtime;version='[4.12.0,4.12.1)',org.apache.aries.component-dsl.component-dsl;version='[1.2.2,1.2.3)',org.apache.aries.spifly.dynamic.framework.extension;version='[1.3.7,1.3.8)',org.apache.aries.typedevent.bus;version='[0.0.2,0.0.3)',org.apache.commons.commons-compress;version='[1.24.0,1.24.1)',org.apache.felix.cm.json;version='[2.0.0,2.0.1)',org.apache.felix.configadmin;version='[1.9.24,1.9.25)',org.apache.felix.configurator;version='[1.0.18,1.0.19)',org.apache.felix.http.jetty;version='[5.0.4,5.0.5)',org.apache.felix.http.servlet-api;version='[2.1.0,2.1.1)',org.apache.felix.scr;version='[2.2.2,2.2.3)',org.apache.servicemix.bundles.junit;version='[4.13.2,4.13.3)',org.eclipse.emf.common;version='[2.29.0,2.29.1)',org.eclipse.emf.ecore;version='[2.35.0,2.35.1)',org.eclipse.emf.ecore.xmi;version='[2.36.0,2.36.1)',org.eclipse.jetty.http;version='[11.0.13,11.0.14)',org.eclipse.jetty.io;version='[11.0.13,11.0.14)',org.eclipse.jetty.security;version='[11.0.13,11.0.14)',org.eclipse.jetty.server;version='[11.0.13,11.0.14)',org.eclipse.jetty.util;version='[11.0.13,11.0.14)',org.eclipse.osgitech.rest;version='[1.2.2,1.2.3)',org.eclipse.osgitech.rest.jetty;version='[1.2.2,1.2.3)',org.eclipse.osgitech.rest.sse;version='[1.2.2,1.2.3)',org.eclipse.parsson.jakarta.json;version='[1.1.5,1.1.6)',org.eclipse.sensinact.gateway.core.annotation;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.core.api;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.core.emf-api;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.core.geo-json;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.core.impl;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.core.models.metadata;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.core.models.provider;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.northbound.filters.filters.core;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.northbound.sensorthings.dto;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.northbound.sensorthings.filter;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.northbound.sensorthings.rest.api;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.northbound.sensorthings.rest.gateway;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.northbound.sensorthings.rest.gateway-tests;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.southbound.history.history-api;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.southbound.history.timescale-provider;version='[0.0.2,0.0.3)',org.gecko.emf.osgi.component.minimal;version='[6.1.0,6.1.1)',org.glassfish.hk2.api;version='[3.0.5,3.0.6)',org.glassfish.hk2.external.aopalliance-repackaged;version='[3.0.4,3.0.5)',org.glassfish.hk2.locator;version='[3.0.4,3.0.5)',org.glassfish.hk2.osgi-resource-locator;version='[1.0.3,1.0.4)',org.glassfish.hk2.utils;version='[3.0.4,3.0.5)',org.glassfish.jersey.containers.jersey-container-servlet;version='[3.1.3,3.1.4)',org.glassfish.jersey.containers.jersey-container-servlet-core;version='[3.1.3,3.1.4)',org.glassfish.jersey.core.jersey-client;version='[3.1.3,3.1.4)',org.glassfish.jersey.core.jersey-common;version='[3.1.3,3.1.4)',org.glassfish.jersey.core.jersey-server;version='[3.1.3,3.1.4)',org.glassfish.jersey.inject.jersey-hk2;version='[3.1.3,3.1.4)',org.glassfish.jersey.media.jersey-media-jaxb;version='[3.1.3,3.1.4)',org.glassfish.jersey.media.jersey-media-sse;version='[3.1.3,3.1.4)',org.locationtech.spatial4j;version='[0.8.0,0.8.1)',org.objectweb.asm;version='[9.6.0,9.6.1)',org.opentest4j;version='[1.3.0,1.3.1)',org.osgi.service.cm;version='[1.6.1,1.6.2)',org.osgi.service.component;version='[1.5.0,1.5.1)',org.osgi.service.jakartars;version='[2.0.0,2.0.1)',org.osgi.service.typedevent;version='[1.0.0,1.0.1)',org.osgi.test.common;version='[1.3.0,1.3.1)',org.osgi.test.junit5;version='[1.3.0,1.3.1)',org.osgi.test.junit5.cm;version='[1.3.0,1.3.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)',org.osgi.util.pushstream;version='[1.0.2,1.0.3)',org.postgresql.jdbc;version='[42.5.1,42.5.2)',slf4j.api;version='[2.0.11,2.0.12)',tx-control-provider-jdbc-local;version='[1.0.1,1.0.2)',tx-control-service-local;version='[1.0.1,1.0.2)' [INFO] [INFO] --- bnd-testing:7.0.0:testing (default) @ rest.gateway --- [INFO] Matching glob * [INFO] Testing /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/integration-test.bndrun: Feb 12, 2024 8:10:16 PM org.apache.aries.spifly.BaseActivator log INFO: Registered provider ch.qos.logback.classic.servlet.LogbackServletContainerInitializer of service jakarta.servlet.ServletContainerInitializer in bundle ch.qos.logback.classic Feb 12, 2024 8:10:16 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 [DEBUG] Services updated for configurator: [[org.osgi.service.cm.ConfigurationAdmin]] - null [DEBUG] Starting new configurator [DEBUG] Adding bundle org.apache.felix.framework:7.0.3 (0) : active [DEBUG] Adding bundle ch.qos.logback.classic:1.4.14 (1) : active [DEBUG] Adding bundle ch.qos.logback.core:1.4.14 (2) : active [DEBUG] Adding bundle com.fasterxml.jackson.core.jackson-annotations:2.16.1 (3) : active [DEBUG] Adding bundle com.fasterxml.jackson.core.jackson-core:2.16.1 (4) : active [DEBUG] Adding bundle com.fasterxml.jackson.core.jackson-databind:2.16.1 (5) : active [DEBUG] Adding bundle com.fasterxml.jackson.datatype.jackson-datatype-jsr310:2.16.1 (6) : active [DEBUG] Adding bundle com.fasterxml.jackson.jakarta.rs.jackson-jakarta-rs-base:2.16.1 (7) : active [DEBUG] Adding bundle com.fasterxml.jackson.jakarta.rs.jackson-jakarta-rs-json-provider:2.16.1 (8) : active [DEBUG] Adding bundle com.sun.jna:5.12.1 (9) : starting [DEBUG] Adding bundle io.dropwizard.metrics.core:4.2.19 (10) : active [DEBUG] Adding bundle jakarta.activation-api:2.1.0 (11) : active [DEBUG] Adding bundle jakarta.annotation-api:2.1.1 (12) : active [DEBUG] Adding bundle jakarta.inject.jakarta.inject-api:2.0.1 (13) : active [DEBUG] Adding bundle jakarta.validation.jakarta.validation-api:3.0.2 (14) : active [DEBUG] Adding bundle jakarta.ws.rs-api:3.1.0 (15) : active [DEBUG] Adding bundle jakarta.xml.bind-api:4.0.0 (16) : active [DEBUG] Adding bundle javassist:3.29.2.GA (17) : active [DEBUG] Adding bundle jul.to.slf4j:2.0.11 (18) : active [DEBUG] Adding bundle junit-jupiter-api:5.10.1 (19) : active [DEBUG] Adding bundle junit-jupiter-engine:5.10.1 (20) : active [DEBUG] Adding bundle junit-jupiter-params:5.10.1 (21) : active [DEBUG] Adding bundle junit-platform-commons:1.10.1 (22) : active [DEBUG] Adding bundle junit-platform-engine:1.10.1 (23) : active [DEBUG] Adding bundle junit-platform-launcher:1.10.1 (24) : active [DEBUG] Adding bundle org.antlr.antlr4-runtime:4.12.0 (25) : active [DEBUG] Adding bundle org.apache.aries.component-dsl.component-dsl:1.2.2 (26) : active [DEBUG] Adding bundle org.apache.aries.typedevent.bus:0.0.2.202303140456 (28) : active [DEBUG] Adding bundle org.apache.commons.commons-compress:1.24.0 (29) : active [DEBUG] Adding bundle org.apache.felix.cm.json:2.0.0 (30) : active [DEBUG] Adding bundle org.apache.felix.configadmin:1.9.24 (31) : active [DEBUG] Adding bundle org.apache.felix.configurator:1.0.18 (32) : starting [DEBUG] Started services listener for configurator. [DEBUG] Adding bundle org.apache.felix.configurator:1.0.18 (32) : active Feb 12, 2024 8:10:17 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 12, 2024 8:10:17 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 [DEBUG] Adding bundle org.apache.felix.http.jetty:5.0.4 (33) : starting INFO org.eclipse.jetty.server.Server - jetty-11.0.13; built: 2022-12-07T20:47:15.149Z; git: a04bd1ccf844cf9bebc12129335d7493111cbff6; jvm 17.0.9+9 INFO o.e.j.s.s.DefaultSessionIdManager - Session workerName=node0 INFO o.e.j.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@79d743e6{/,null,AVAILABLE} INFO org.eclipse.jetty.server.Server - Started Server@29629fbb{STARTING}[11.0.13,sto=0] @1617ms INFO o.e.jetty.server.AbstractConnector - Started ServerConnector@5cb042da{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 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] [DEBUG] Adding bundle org.apache.felix.http.jetty:5.0.4 (33) : active [DEBUG] Adding bundle org.apache.felix.http.servlet-api:2.1.0 (34) : starting [DEBUG] Adding bundle org.apache.felix.http.servlet-api:2.1.0 (34) : active [DEBUG] Adding bundle org.apache.felix.scr:2.2.2 (35) : starting [DEBUG] Adding bundle org.apache.felix.scr:2.2.2 (35) : active [DEBUG] Adding bundle org.apache.servicemix.bundles.junit:4.13.2.1 (36) : starting [DEBUG] Adding bundle org.apache.servicemix.bundles.junit:4.13.2.1 (36) : active [DEBUG] Adding bundle org.eclipse.emf.common:2.29.0.v20230810-0713 (37) : starting [DEBUG] Adding bundle org.eclipse.emf.ecore:2.35.0.v20230829-0934 (38) : starting [DEBUG] Adding bundle org.eclipse.emf.ecore.xmi:2.36.0.v20231002-1156 (39) : starting Feb 12, 2024 8:10:17 PM org.apache.aries.spifly.BaseActivator log INFO: Registered pr[Dovider org.EBeclUG] Adding bundle org.eclipse.jettipse.jettyy.http:11.0.13 (40) : starting .http.Http1FieldPreEncoder of service org.eclipse.jetty.http.HttpFieldPreEncoder in bundle org.eclipse.jetty.http [DEBUG] Adding bundle org.eclipse.jetty.http:11.0.13 (40) : active [DEBUG] Adding bundle org.eclipse.jetty.io:11.0.13 (41) : starting [DEBUG] Adding bundle org.eclipse.jetty.io:11.0.13 (41) : active [DEBUG] Adding bundle org.eclipse.jetty.security:11.0.13 (42) : starting [DEBUG] Adding bundle org.eclipse.jetty.security:11.0.13 (42) : active [DEBUG] Adding bundle org.eclipse.jetty.server:11.0.13 (43) : starting [DEBUG] Adding bundle org.eclipse.jetty.server:11.0.13 (43) : active [DEBUG] Adding bundle org.eclipse.jetty.util:11.0.13 (44) : starting [DEBUG] Adding bundle org.eclipse.jetty.util:11.0.13 (44) : active Feb 12, 2024 8:10:17 PM org.apache.aries.spifly.BaseActivator log INFO: Registered provider org.eclipse.osgitech.rest.p[DEBUG] Adding bundle orovider.jakartars.Runtrg.eclipse.osgitech.rest:1.2.2 (45) : starting imeDelegateService of service jakarta.ws.rs.ext.RuntimeDelegate in bundle org.eclipse.osgitech.rest [DEBUG] Adding bundle org.glassfish.hk2.osgi-resource-locator:1.0.3 (68) : starting [DEBUG] Adding bundle org.glassfish.hk2.osgi-resource-locator:1.0.3 (68) : active [DEBUG] Adding bundle org.glassfish.jersey.core.jersey-client:3.1.3 (72) : starting [DEBUG] Adding bundle org.glassfish.jersey.core.jersey-client:3.1.3 (72) : active [DEBUG] Adding bundle org.glassfish.jersey.core.jersey-common:3.1.3 (73) : starting [DEBUG] Adding bundle org.glassfish.jersey.core.jersey-common:3.1.3 (73) : active [DEBUG] Adding bundle org.glassfish.jersey.inject.jersey-hk2:3.1.3 (75) : starting [DEBUG] Adding bundle org.glassfish.jersey.inject.jersey-hk2:3.1.3 (75) : active Feb 12, 2024 8:10:17 PM org.eclipse.osgitech.rest.runtime.common.JerseyBundleTracker updateCondition INFO: Registered Jersey runtime condition [DEBUG] Adding bundle org.eclipse.osgitech.rest:1.2.2 (45) : active [DEBUG] Adding bundle org.eclipse.osgitech.rest.jetty:1.2.2 (46) : starting [DEBUG] Adding bundle org.eclipse.osgitech.rest.jetty:1.2.2 (46) : active [DEBUG] Adding bundle org.eclipse.parsson.jakarta.json:1.1.5 (48) : starting [DEBUG] Adding bundle org.eclipse.parsson.jakarta.json:1.1.5 (48) : active [DEBUG] Adding bundle org.eclipse.sensinact.gateway.core.annotation:0.0.2.202402122002 (49) : starting [DEBUG] Adding bundle org.eclipse.sensinact.gateway.core.annotation:0.0.2.202402122002 (49) : active [DEBUG] Adding bundle org.eclipse.sensinact.gateway.core.api:0.0.2.202402122003 (50) : starting [DEBUG] Adding bundle org.eclipse.sensinact.gateway.core.api:0.0.2.202402122003 (50) : active [DEBUG] Adding bundle org.eclipse.sensinact.gateway.core.emf-api:0.0.2.202402122003 (51) : starting [DEBUG] Adding bundle org.eclipse.sensinact.gateway.core.emf-api:0.0.2.202402122003 (51) : active [DEBUG] Adding bundle org.eclipse.sensinact.gateway.core.geo-json:0.0.2.202402122003 (52) : starting [DEBUG] Adding bundle org.eclipse.sensinact.gateway.core.geo-json:0.0.2.202402122003 (52) : active [DEBUG] Adding bundle org.eclipse.sensinact.gateway.core.impl:0.0.2.202402122003 (53) : starting [DEBUG] Adding bundle org.eclipse.sensinact.gateway.core.impl:0.0.2.202402122003 (53) : active [DEBUG] Adding bundle org.eclipse.sensinact.gateway.core.models.metadata:0.0.2.202402122003 (54) : starting [DEBUG] Adding bundle org.eclipse.emf.common:2.29.0.v20230810-0713 (37) : starting [DEBUG] Adding bundle org.eclipse.emf.common:2.29.0.v20230810-0713 (37) : active [DEBUG] Adding bundle org.eclipse.emf.ecore:2.35.0.v20230829-0934 (38) : starting [DEBUG] Adding bundle org.eclipse.emf.ecore:2.35.0.v20230829-0934 (38) : active [DEBUG] Adding bundle org.eclipse.sensinact.gateway.core.models.metadata:0.0.2.202402122003 (54) : active [DEBUG] Adding bundle org.eclipse.sensinact.gateway.core.models.provider:0.0.2.202402122003 (55) : starting [DEBUG] Adding bundle org.eclipse.sensinact.gateway.core.models.provider:0.0.2.202402122003 (55) : active [DEBUG] Adding bundle org.eclipse.sensinact.gateway.northbound.filters.filters.core:0.0.2.202402122007 (56) : starting [DEBUG] Adding bundle org.eclipse.sensinact.gateway.northbound.filters.filters.core:0.0.2.202402122007 (56) : active [DEBUG] Adding bundle org.eclipse.sensinact.gateway.northbound.sensorthings.dto:0.0.2.202402122009 (57) : starting [DEBUG] Adding bundle org.eclipse.sensinact.gateway.northbound.sensorthings.dto:0.0.2.202402122009 (57) : active [DEBUG] Adding bundle org.eclipse.sensinact.gateway.northbound.sensorthings.filter:0.0.2.202402122009 (58) : starting [DEBUG] Adding bundle org.eclipse.sensinact.gateway.northbound.sensorthings.filter:0.0.2.202402122009 (58) : active [DEBUG] Adding bundle org.eclipse.sensinact.gateway.northbound.sensorthings.rest.api:0.0.2.202402122009 (59) : starting [DEBUG] Adding bundle org.eclipse.sensinact.gateway.northbound.sensorthings.rest.api:0.0.2.202402122009 (59) : active [DEBUG] Adding bundle org.eclipse.sensinact.gateway.northbound.sensorthings.rest.gateway:0.0.2.202402122009 (60) : starting [DEBUG] Adding bundle org.eclipse.sensinact.gateway.northbound.sensorthings.rest.gateway:0.0.2.202402122009 (60) : active [DEBUG] Adding bundle org.eclipse.sensinact.gateway.southbound.history.history-api:0.0.2.202402122006 (62) : starting [DEBUG] Adding bundle org.eclipse.sensinact.gateway.southbound.history.history-api:0.0.2.202402122006 (62) : active [DEBUG] Adding bundle org.eclipse.sensinact.gateway.southbound.history.timescale-provider:0.0.2.202402122006 (63) : starting [DEBUG] Adding bundle org.eclipse.sensinact.gateway.southbound.history.timescale-provider:0.0.2.202402122006 (63) : active [DEBUG] Adding bundle org.gecko.emf.osgi.component.minimal:6.1.0 (64) : starting [DEBUG] Adding bundle org.eclipse.emf.ecore.xmi:2.36.0.v20231002-1156 (39) : starting [DEBUG] Adding bundle org.eclipse.emf.ecore.xmi:2.36.0.v20231002-1156 (39) : active Feb 12, 2024 8:10:18 PM org.eclipse.osgitech.rest.jetty.JettyServerRunnable run INFO: Started Jersey server at port 8185 successfully try http://localhost:8185 Feb 12, 2024 8:10:18 PM org.eclipse.osgitech.rest.jetty.JettyServerRunnable$1 lifeCycleStINFO org.eclipse.jetty.server.Server - jetty-11.0.13; built: 2022-12-07T20:47:15.149Z; git: a04bd1ccf844cf9bebarc12129335d7493111cbff6; jvm 17ting INFO:.0.9+9 lifeCycleStarting INFO o.e.jetty.server.AbstractConnector - Started ServerConnector@6c046081{HTTP/1.1, (http/1.1)}{0.0.0.0:8185} INFO org.eclipse.jetty.server.Server - Started Server@75b57d6f{STARTING}[11.0.13,sto=0] @2239ms Feb 12, 2024 8:10:18 PM org.eclipse.osgitech.rest.jetty.JettyServerRunnable$1 lifeCycleStarted INFO: lifeCycleStarted Feb 12, 2024 8:10:18 PM org.eclipse.osgitech.rest.jetty.JettyBackedWhiteboardComponent startServer INFO: Started Jakartars whiteboard server for port: 8185 and context: / WARN o.e.j.server.handler.ContextHandler - Empty contextPath Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/admin Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/system Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/system/version Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/system/version Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/system/started Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/system/started Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/system/started [DEBUG] Adding bundle org.gecko.emf.osgi.component.minimal:6.1.0 (64) : active [DEBUG] Adding bundle org.glassfish.hk2.api:3.0.5 (65) : starting [DEBUG] Adding bundle org.glassfish.hk2.api:3.0.5 (65) : active [DEBUG] Adding bundle org.glassfish.hk2.external.aopalliance-repackaged:3.0.4 (66) : starting [DEBUG] Adding bundle org.glassfish.hk2.external.aopalliance-repackaged:3.0.4 (66) : active [DEBUG] Adding bundle org.glassfish.hk2.locator:3.0.4 (67) : starting [DEBUG] Adding bundle org.glassfish.hk2.locator:3.0.4 (67) : active [DEBUG] Adding bundle org.glassfish.hk2.utils:3.0.4 (69) : starting [DEBUG] Adding bundle org.glassfish.hk2.utils:3.0.4 (69) : active [DEBUG] Adding bundle org.glassfish.jersey.containers.jersey-container-servlet:3.1.3 (70) : starting [DEBUG] Adding bundle org.glassfish.jersey.containers.jersey-container-servlet:3.1.3 (70) : active [DEBUG] Adding bundle org.glassfish.jersey.containers.jersey-container-servlet-core:3.1.3 (71) : starting [DEBUG] Adding bundle org.glassfish.jersey.containers.jersey-container-servlet-core:3.1.3 (71) : active [DEBUG] Adding bundle org.glassfish.jersey.core.jersey-server:3.1.3 (74) : starting [DEBUG] Adding bundle org.glassfish.jersey.core.jersey-server:3.1.3 (74) : active [DEBUG] Adding bundle org.glassfish.jersey.media.jersey-media-jaxb:3.1.3 (76) : starting [DEBUG] Adding bundle org.glassfish.jersey.media.jersey-media-jaxb:3.1.3 (76) : active Feb 12, 2024 8:10:18 PM org.apache.aries.spifly.BaseActivator log INFO: Registered pro[DEBUG] Adding bundle org.glassfish.jersey.media.jersey-media-sse:3.1.3 (77) : stavrider oting rg.eclipse.osgitech.rest.sse.SseSourceBuilderService of service jakarta.ws.rs.sse.SseEventSource$Builder[DEBUG] Adding bund in bundlele org.glassfish.jersey.media.jersey-media-sse:3.1.3 (77) : active org.glassfish.jersey.media.jersey-media-sse [DEBUG] Adding bundle org.locationtech.spatial4j:0.8.0 (78) : starting [DEBUG] Adding bundle org.locationtech.spatial4j:0.8.0 (78) : active [DEBUG] Adding bundle org.objectweb.asm:9.6.0 (79) : starting [DEBUG] Adding bundle org.objectweb.asm:9.6.0 (79) : active [DEBUG] Adding bundle org.opentest4j:1.3.0 (80) : starting [DEBUG] Adding bundle org.opentest4j:1.3.0 (80) : active [DEBUG] Adding bundle org.osgi.service.cm:1.6.1.202109301733 (81) : starting [DEBUG] Adding bundle org.osgi.service.cm:1.6.1.202109301733 (81) : active [DEBUG] Adding bundle org.osgi.service.component:1.5.0.202109301733 (82) : starting [DEBUG] Adding bundle org.osgi.service.component:1.5.0.202109301733 (82) : active [DEBUG] Adding bundle org.osgi.service.jakartars:2.0.0.202212101352 (83) : starting [DEBUG] Adding bundle org.osgi.service.jakartars:2.0.0.202212101352 (83) : active [DEBUG] Adding bundle org.osgi.service.typedevent:1.0.0.202109301733 (84) : starting [DEBUG] Adding bundle org.osgi.service.typedevent:1.0.0.202109301733 (84) : active [DEBUG] Adding bundle org.osgi.test.common:1.3.0.SNAPSHOT (85) : starting [DEBUG] Adding bundle org.osgi.test.common:1.3.0.SNAPSHOT (85) : active [DEBUG] Adding bundle org.osgi.test.junit5:1.3.0.SNAPSHOT (86) : starting [DEBUG] Adding bundle org.osgi.test.junit5:1.3.0.SNAPSHOT (86) : active [DEBUG] Adding bundle org.osgi.test.junit5.cm:1.3.0.SNAPSHOT (87) : starting [DEBUG] Adding bundle org.osgi.test.junit5.cm:1.3.0.SNAPSHOT (87) : active [DEBUG] Adding bundle org.osgi.util.converter:1.0.9.202202082230 (88) : starting [DEBUG] Adding bundle org.osgi.util.converter:1.0.9.202202082230 (88) : active [DEBUG] Adding bundle org.osgi.util.function:1.1.0.201802012106 (89) : starting [DEBUG] Adding bundle org.osgi.util.function:1.1.0.201802012106 (89) : active [DEBUG] Adding bundle org.osgi.util.promise:1.3.0.202212101352 (90) : starting [DEBUG] Adding bundle org.osgi.util.promise:1.3.0.202212101352 (90) : active [DEBUG] Adding bundle org.osgi.util.pushstream:1.0.2.202109301733 (91) : starting [DEBUG] Adding bundle org.osgi.util.pushstream:1.0.2.202109301733 (91) : active [DEBUG] Adding bundle org.postgresql.jdbc:42.5.1 (92) : starting [DEBUG] Adding bundle org.postgresql.jdbc:42.5.1 (92) : active [DEBUG] Adding bundle slf4j.api:2.0.11 (93) : starting [DEBUG] Adding bundle slf4j.api:2.0.11 (93) : active [DEBUG] Adding bundle tx-control-provider-jdbc-local:1.0.1 (94) : starting [DEBUG] Adding bundle tx-control-provider-jdbc-local:1.0.1 (94) : active [DEBUG] Adding bundle tx-control-service-local:1.0.1 (95) : starting INFO o.a.a.t.c.s.local.impl.Activator - Registering a new Local TransactionControl service with properties {service.vendor=Apache Aries, service.description=The Apache Aries Transaction Control Service for Local Transactions, osgi.local.enabled=true} [DEBUG] Adding bundle tx-control-service-local:1.0.1 (95) : active Feb 12, 2024 8:10:18 PM org.apache.aries.spifly.BaseActivator log INFO: Registered provider aQute.tester.b[uDndEBUG] Adding bundle biz.aQute.tester.junit-platform:7.0.0.202310060912 (96) : starting le.engine.BundleEngine of service org.junit.platform.engine.TestEngine in bundle biz.aQute.tester.junit-platform [DEBUG] Adding bundle biz.aQute.tester.junit-platform:7.0.0.202310060912 (96) : active Feb 12, 2024 8:10:18 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:10:18 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:10:18 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. Feb 12, 2024 8:10:18 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. INFO o.e.j.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@11aedfe9{/,null,AVAILABLE} Feb 12, 2024 8:10:19 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application sensorthings class org.eclipse.osgitech.rest.util.OptionalResponseFilter Feb 12, 2024 8:10:19 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:10:19 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. Feb 12, 2024 8:10:19 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. Feb 12, 2024 8:10:19 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Return type, org.eclipse.sensinact.sensorthings.sensing.dto.ResultList, of method, public default org.eclipse.sensinact.sensorthings.sensing.dto.ResultList org.eclipse.sensinact.sensorthings.sensing.rest.SensorsAccess.getSensorDatastreamsRef(java.lang.String), is not resolvable to a concrete type. WARNING: Return type, org.eclipse.sensinact.sensorthings.sensing.dto.ResultList, of method, public default org.eclipse.sensinact.sensorthings.sensing.dto.ResultList org.eclipse.sensinact.sensorthings.sensing.rest.FeaturesOfInterestAccess.getFeatureOfInterestObservationsRef(java.lang.String), is not resolvable to a concrete type. WARNING: Return type, org.eclipse.sensinact.sensorthings.sensing.dto.ResultList, of method, public default org.eclipse.sensinact.sensorthings.sensing.dto.ResultList org.eclipse.sensinact.sensorthings.sensing.rest.ObservedPropertiesAccess.getObservedPropertyDatastreamsRef(java.lang.String), is not resolvable to a concrete type. WARNING: Return type, org.eclipse.sensinact.sensorthings.sensing.dto.ResultList, of method, public default org.eclipse.sensinact.sensorthings.sensing.dto.ResultList org.eclipse.sensinact.sensorthings.sensing.rest.ThingsAccess.getThingHistoricalLocationsRef(java.lang.String), is not resolvable to a concrete type. WARNING: Return type, org.eclipse.sensinact.sensorthings.sensing.dto.ResultList, of method, public default org.eclipse.sensinact.sensorthings.sensing.dto.ResultList org.eclipse.sensinact.sensorthings.sensing.rest.ThingsAccess.getThingLocationsRef(java.lang.String), is not resolvable to a concrete type. WARNING: Return type, org.eclipse.sensinact.sensorthings.sensing.dto.ResultList, of method, public default org.eclipse.sensinact.sensorthings.sensing.dto.ResultList org.eclipse.sensinact.sensorthings.sensing.rest.ThingsAccess.getThingDatastreamsRef(java.lang.String), is not resolvable to a concrete type. WARNING: Return type, org.eclipse.sensinact.sensorthings.sensing.dto.ResultList, of method, public default org.eclipse.sensinact.sensorthings.sensing.dto.ResultList org.eclipse.sensinact.sensorthings.sensing.rest.DatastreamsAccess.getDatastreamObservationsRef(java.lang.String), is not resolvable to a concrete type. WARNING: Return type, org.eclipse.sensinact.sensorthings.sensing.dto.ResultList, of method, public default org.eclipse.sensinact.sensorthings.sensing.dto.ResultList org.eclipse.sensinact.sensorthings.sensing.rest.HistoricalLocationsAccess.getHistoricalLocationLocationsRef(java.lang.String), is not resolvable to a concrete type. WARNING: Return type, org.eclipse.sensinact.sensorthings.sensing.dto.ResultList, of method, public default org.eclipse.sensinact.sensorthings.sensing.dto.ResultList org.eclipse.sensinact.sensorthings.sensing.rest.LocationsAccess.getLocationThingsRef(java.lang.String), is not resolvable to a concrete type. WARNING: Return type, org.eclipse.sensinact.sensorthings.sensing.dto.ResultList, of method, public default org.eclipse.sensinact.sensorthings.sensing.dto.ResultList org.eclipse.sensinact.sensorthings.sensing.rest.LocationsAccess.getLocationHistoricalLocationsRef(java.lang.String), is not resolvable to a concrete type. [DEBUG] Adding bundle com.sun.jna:5.12.1 (9) : starting [DEBUG] Adding bundle com.sun.jna:5.12.1 (9) : active INFO o.t.d.DockerMachineClientProviderStrategy - docker-machine executable was not found on PATH ([/opt/tools/apache-maven/latest/bin, /opt/tools/java/temurin/jdk-17/latest/bin, /opt/tools/java/temurin/jdk-17/latest/bin, /opt/java/openjdk/bin, /usr/local/sbin, /usr/local/bin, /usr/sbin, /usr/bin, /sbin, /bin]) ERROR o.t.d.DockerClientProviderStrategy - Could not find a valid Docker environment. Please check configuration. Attempted configurations were: UnixSocketClientProviderStrategy: failed with exception InvalidConfigurationException (Could not find unix domain socket). Root cause NoSuchFileException (/var/run/docker.sock) DockerDesktopClientProviderStrategy: failed with exception NullPointerException (Cannot invoke "java.nio.file.Path.toString()" because the return value of "org.testcontainers.dockerclient.DockerDesktopClientProviderStrategy.getSocketPath()" is null)As no valid configuration was found, execution cannot continue. See https://java.testcontainers.org/on_failure.html for more details. [INFO] No Errors [INFO] [INFO] --- install:3.1.1:install (default-install) @ rest.gateway --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/northbound/sensorthings/rest.gateway/0.0.2-SNAPSHOT/rest.gateway-0.0.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/target/rest.gateway-0.0.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/northbound/sensorthings/rest.gateway/0.0.2-SNAPSHOT/rest.gateway-0.0.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/target/rest.gateway-0.0.2-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/northbound/sensorthings/rest.gateway/0.0.2-SNAPSHOT/rest.gateway-0.0.2-SNAPSHOT-tests.jar [INFO] [INFO] --- deploy:3.0.0:deploy (default-deploy) @ rest.gateway --- [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/northbound/sensorthings/rest.gateway/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/northbound/sensorthings/rest.gateway/0.0.2-SNAPSHOT/maven-metadata.xml (1.0 kB at 40 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/sensorthings/rest.gateway/0.0.2-SNAPSHOT/rest.gateway-0.0.2-20240212.200245-61.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/sensorthings/rest.gateway/0.0.2-SNAPSHOT/rest.gateway-0.0.2-20240212.200245-61.pom (6.8 kB at 220 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/sensorthings/rest.gateway/0.0.2-SNAPSHOT/rest.gateway-0.0.2-20240212.200245-61.jar [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/sensorthings/rest.gateway/0.0.2-SNAPSHOT/rest.gateway-0.0.2-20240212.200245-61-tests.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/sensorthings/rest.gateway/0.0.2-SNAPSHOT/rest.gateway-0.0.2-20240212.200245-61.jar (55 kB at 820 kB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/sensorthings/rest.gateway/0.0.2-SNAPSHOT/rest.gateway-0.0.2-20240212.200245-61-tests.jar (20 MB at 30 MB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/sensorthings/rest.gateway/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/sensorthings/rest.gateway/maven-metadata.xml (385 B at 11 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/sensorthings/rest.gateway/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/northbound/sensorthings/rest.gateway/0.0.2-SNAPSHOT/maven-metadata.xml (1.0 kB at 9.3 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/sensorthings/rest.gateway/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/sensorthings/rest.gateway/maven-metadata.xml (385 B at 8.8 kB/s) [INFO] [INFO] -----< org.eclipse.sensinact.gateway.northbound.sensorthings:mqtt >----- [INFO] Building Sensorthings MQTT 0.0.2-SNAPSHOT [41/68] [INFO] from northbound/sensorthings/mqtt/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/io/moquette/moquette-broker/0.16/moquette-broker-0.16.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/moquette/moquette-broker/0.16/moquette-broker-0.16.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/moquette/moquette-broker/0.16/moquette-broker-0.16.pom (8.2 kB at 42 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/io/moquette/moquette-parent/0.16/moquette-parent-0.16.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/moquette/moquette-parent/0.16/moquette-parent-0.16.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/moquette/moquette-parent/0.16/moquette-parent-0.16.pom (9.0 kB at 118 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/slf4j/slf4j-reload4j/1.7.36/slf4j-reload4j-1.7.36.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-reload4j/1.7.36/slf4j-reload4j-1.7.36.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-reload4j/1.7.36/slf4j-reload4j-1.7.36.pom (1.2 kB at 128 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/ch/qos/reload4j/reload4j/1.2.19/reload4j-1.2.19.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/reload4j/reload4j/1.2.19/reload4j-1.2.19.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/reload4j/reload4j/1.2.19/reload4j-1.2.19.pom (16 kB at 119 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/io/netty/netty-common/4.1.77.Final/netty-common-4.1.77.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-common/4.1.77.Final/netty-common-4.1.77.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-common/4.1.77.Final/netty-common-4.1.77.Final.pom (13 kB at 93 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/io/netty/netty-parent/4.1.77.Final/netty-parent-4.1.77.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-parent/4.1.77.Final/netty-parent-4.1.77.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-parent/4.1.77.Final/netty-parent-4.1.77.Final.pom (75 kB at 570 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/io/netty/netty-buffer/4.1.77.Final/netty-buffer-4.1.77.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-buffer/4.1.77.Final/netty-buffer-4.1.77.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-buffer/4.1.77.Final/netty-buffer-4.1.77.Final.pom (1.6 kB at 18 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/io/netty/netty-transport/4.1.77.Final/netty-transport-4.1.77.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport/4.1.77.Final/netty-transport-4.1.77.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport/4.1.77.Final/netty-transport-4.1.77.Final.pom (1.9 kB at 22 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/io/netty/netty-resolver/4.1.77.Final/netty-resolver-4.1.77.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-resolver/4.1.77.Final/netty-resolver-4.1.77.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-resolver/4.1.77.Final/netty-resolver-4.1.77.Final.pom (1.6 kB at 18 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/io/netty/netty-handler/4.1.77.Final/netty-handler-4.1.77.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-handler/4.1.77.Final/netty-handler-4.1.77.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-handler/4.1.77.Final/netty-handler-4.1.77.Final.pom (3.7 kB at 22 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/io/netty/netty-codec/4.1.77.Final/netty-codec-4.1.77.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec/4.1.77.Final/netty-codec-4.1.77.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec/4.1.77.Final/netty-codec-4.1.77.Final.pom (4.4 kB at 122 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/io/netty/netty-codec-http/4.1.77.Final/netty-codec-http-4.1.77.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-http/4.1.77.Final/netty-codec-http-4.1.77.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-http/4.1.77.Final/netty-codec-http-4.1.77.Final.pom (3.3 kB at 35 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/io/netty/netty-codec-mqtt/4.1.77.Final/netty-codec-mqtt-4.1.77.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-mqtt/4.1.77.Final/netty-codec-mqtt-4.1.77.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-mqtt/4.1.77.Final/netty-codec-mqtt-4.1.77.Final.pom (2.1 kB at 998 B/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/io/netty/netty-transport-native-epoll/4.1.77.Final/netty-transport-native-epoll-4.1.77.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-native-epoll/4.1.77.Final/netty-transport-native-epoll-4.1.77.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-native-epoll/4.1.77.Final/netty-transport-native-epoll-4.1.77.Final.pom (19 kB at 404 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/io/netty/netty-transport-native-unix-common/4.1.77.Final/netty-transport-native-unix-common-4.1.77.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-native-unix-common/4.1.77.Final/netty-transport-native-unix-common-4.1.77.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-native-unix-common/4.1.77.Final/netty-transport-native-unix-common-4.1.77.Final.pom (26 kB at 955 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/io/netty/netty-transport-classes-epoll/4.1.77.Final/netty-transport-classes-epoll-4.1.77.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-classes-epoll/4.1.77.Final/netty-transport-classes-epoll-4.1.77.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-classes-epoll/4.1.77.Final/netty-transport-classes-epoll-4.1.77.Final.pom (2.1 kB at 27 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/com/h2database/h2-mvstore/2.1.212/h2-mvstore-2.1.212.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/h2database/h2-mvstore/2.1.212/h2-mvstore-2.1.212.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/h2database/h2-mvstore/2.1.212/h2-mvstore-2.1.212.pom (1.1 kB at 19 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/commons-codec/commons-codec/1.15/commons-codec-1.15.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.15/commons-codec-1.15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.15/commons-codec-1.15.pom (15 kB at 1.3 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/io/moquette/moquette-broker/0.16/moquette-broker-0.16.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/slf4j/slf4j-reload4j/1.7.36/slf4j-reload4j-1.7.36.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/ch/qos/reload4j/reload4j/1.2.19/reload4j-1.2.19.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/io/netty/netty-common/4.1.77.Final/netty-common-4.1.77.Final.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/io/netty/netty-buffer/4.1.77.Final/netty-buffer-4.1.77.Final.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/io/netty/netty-transport/4.1.77.Final/netty-transport-4.1.77.Final.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/io/netty/netty-resolver/4.1.77.Final/netty-resolver-4.1.77.Final.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/io/netty/netty-handler/4.1.77.Final/netty-handler-4.1.77.Final.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/io/netty/netty-codec/4.1.77.Final/netty-codec-4.1.77.Final.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/io/netty/netty-codec-http/4.1.77.Final/netty-codec-http-4.1.77.Final.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/io/netty/netty-codec-mqtt/4.1.77.Final/netty-codec-mqtt-4.1.77.Final.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/io/netty/netty-transport-native-epoll/4.1.77.Final/netty-transport-native-epoll-4.1.77.Final-linux-x86_64.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/io/netty/netty-transport-native-unix-common/4.1.77.Final/netty-transport-native-unix-common-4.1.77.Final.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/io/netty/netty-transport-classes-epoll/4.1.77.Final/netty-transport-classes-epoll-4.1.77.Final.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/com/h2database/h2-mvstore/2.1.212/h2-mvstore-2.1.212.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/commons-codec/commons-codec/1.15/commons-codec-1.15.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/moquette/moquette-broker/0.16/moquette-broker-0.16.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/moquette/moquette-broker/0.16/moquette-broker-0.16.jar (208 kB at 3.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-reload4j/1.7.36/slf4j-reload4j-1.7.36.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/reload4j/reload4j/1.2.19/reload4j-1.2.19.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-common/4.1.77.Final/netty-common-4.1.77.Final.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-buffer/4.1.77.Final/netty-buffer-4.1.77.Final.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport/4.1.77.Final/netty-transport-4.1.77.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-reload4j/1.7.36/slf4j-reload4j-1.7.36.jar (9.8 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-resolver/4.1.77.Final/netty-resolver-4.1.77.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport/4.1.77.Final/netty-transport-4.1.77.Final.jar (481 kB at 6.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-handler/4.1.77.Final/netty-handler-4.1.77.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-resolver/4.1.77.Final/netty-resolver-4.1.77.Final.jar (38 kB at 478 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec/4.1.77.Final/netty-codec-4.1.77.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/reload4j/reload4j/1.2.19/reload4j-1.2.19.jar (334 kB at 4.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-http/4.1.77.Final/netty-codec-http-4.1.77.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-common/4.1.77.Final/netty-common-4.1.77.Final.jar (653 kB at 7.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-mqtt/4.1.77.Final/netty-codec-mqtt-4.1.77.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-buffer/4.1.77.Final/netty-buffer-4.1.77.Final.jar (304 kB at 3.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-native-epoll/4.1.77.Final/netty-transport-native-epoll-4.1.77.Final-linux-x86_64.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-handler/4.1.77.Final/netty-handler-4.1.77.Final.jar (528 kB at 4.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-native-unix-common/4.1.77.Final/netty-transport-native-unix-common-4.1.77.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-http/4.1.77.Final/netty-codec-http-4.1.77.Final.jar (639 kB at 4.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-classes-epoll/4.1.77.Final/netty-transport-classes-epoll-4.1.77.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec/4.1.77.Final/netty-codec-4.1.77.Final.jar (337 kB at 2.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/h2database/h2-mvstore/2.1.212/h2-mvstore-2.1.212.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-native-epoll/4.1.77.Final/netty-transport-native-epoll-4.1.77.Final-linux-x86_64.jar (38 kB at 256 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.15/commons-codec-1.15.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-mqtt/4.1.77.Final/netty-codec-mqtt-4.1.77.Final.jar (100 kB at 677 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.15/commons-codec-1.15.jar (354 kB at 2.3 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-native-unix-common/4.1.77.Final/netty-transport-native-unix-common-4.1.77.Final.jar (43 kB at 230 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-classes-epoll/4.1.77.Final/netty-transport-classes-epoll-4.1.77.Final.jar (140 kB at 720 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/h2database/h2-mvstore/2.1.212/h2-mvstore-2.1.212.jar (332 kB at 1.5 MB/s) [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ mqtt --- [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ mqtt --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/mqtt/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ mqtt --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 24 source files to /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/mqtt/target/classes [INFO] [INFO] --- bnd:7.0.0:bnd-process (default) @ mqtt --- [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ mqtt --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ mqtt --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/mqtt/target/test-classes [INFO] [INFO] --- bnd:7.0.0:bnd-process-tests (bnd-process-tests) @ mqtt --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ mqtt --- [JENKINS] Recording test results [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ mqtt --- [INFO] Building jar: /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/mqtt/target/mqtt-0.0.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (test-jar) @ mqtt --- [INFO] Building jar: /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/mqtt/target/mqtt-0.0.2-SNAPSHOT-tests.jar [INFO] [INFO] --- bnd-resolver:7.1.0-SNAPSHOT:resolve (resolve-test) @ mqtt --- [INFO] Resolving /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/mqtt/integration-test.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)',com.fasterxml.jackson.core.jackson-annotations;version='[2.16.1,2.16.2)',com.fasterxml.jackson.core.jackson-core;version='[2.16.1,2.16.2)',com.fasterxml.jackson.core.jackson-databind;version='[2.16.1,2.16.2)',com.fasterxml.jackson.datatype.jackson-datatype-jsr310;version='[2.16.1,2.16.2)',io.dropwizard.metrics.core;version='[4.2.19,4.2.20)',io.netty.buffer;version='[4.1.77,4.1.78)',io.netty.codec;version='[4.1.77,4.1.78)',io.netty.codec-http;version='[4.1.77,4.1.78)',io.netty.codec-mqtt;version='[4.1.77,4.1.78)',io.netty.common;version='[4.1.77,4.1.78)',io.netty.handler;version='[4.1.77,4.1.78)',io.netty.resolver;version='[4.1.77,4.1.78)',io.netty.transport;version='[4.1.77,4.1.78)',io.netty.transport-classes-epoll;version='[4.1.77,4.1.78)',io.netty.transport-native-unix-common;version='[4.1.77,4.1.78)',jul.to.slf4j;version='[2.0.11,2.0.12)',junit-jupiter-api;version='[5.10.1,5.10.2)',junit-jupiter-engine;version='[5.10.1,5.10.2)',junit-jupiter-params;version='[5.10.1,5.10.2)',junit-platform-commons;version='[1.10.1,1.10.2)',junit-platform-engine;version='[1.10.1,1.10.2)',junit-platform-launcher;version='[1.10.1,1.10.2)',org.apache.aries.component-dsl.component-dsl;version='[1.2.2,1.2.3)',org.apache.aries.spifly.dynamic.framework.extension;version='[1.3.7,1.3.8)',org.apache.aries.typedevent.bus;version='[0.0.2,0.0.3)',org.apache.felix.configadmin;version='[1.9.24,1.9.25)',org.apache.felix.scr;version='[2.2.2,2.2.3)',org.eclipse.emf.common;version='[2.29.0,2.29.1)',org.eclipse.emf.ecore;version='[2.35.0,2.35.1)',org.eclipse.emf.ecore.xmi;version='[2.36.0,2.36.1)',org.eclipse.paho.client.mqttv3;version='[1.2.5,1.2.6)',org.eclipse.sensinact.gateway.core.annotation;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.core.api;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.core.emf-api;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.core.geo-json;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.core.impl;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.core.models.metadata;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.core.models.provider;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.northbound.sensorthings.dto;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.northbound.sensorthings.mqtt;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.northbound.sensorthings.mqtt-tests;version='[0.0.2,0.0.3)',org.gecko.emf.osgi.component.minimal;version='[6.1.0,6.1.1)',org.opentest4j;version='[1.3.0,1.3.1)',org.osgi.service.cm;version='[1.6.1,1.6.2)',org.osgi.service.component;version='[1.5.0,1.5.1)',org.osgi.service.typedevent;version='[1.0.0,1.0.1)',org.osgi.test.common;version='[1.3.0,1.3.1)',org.osgi.test.junit5;version='[1.3.0,1.3.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)',org.osgi.util.pushstream;version='[1.0.2,1.0.3)',slf4j.api;version='[2.0.11,2.0.12)' [INFO] [INFO] --- bnd-testing:7.0.0:testing (default) @ mqtt --- [INFO] Matching glob * [INFO] Testing /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/mqtt/integration-test.bndrun: Feb 12, 2024 8:10:34 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 Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/admin Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/system Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/system/version Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/system/version Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/system/started Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/system/started Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/system/started Feb 12, 2024 8:10:35 PM org.apache.aries.spifly.BaseActivator log INFO: Registered provider aQute.tester.bundle.engine.BundleEngine of service org.junit.platform.engine.TestEngine in bundle biz.aQute.tester.junit-platform INFO io.moquette.broker.Server - Configuring message interceptors... INFO i.m.interception.BrokerInterceptor - Initializing broker interceptor. InterceptorIds=[Eclipse sensiNact Sensorthings subscription listener] INFO i.m.interception.BrokerInterceptor - Adding MQTT message interceptor. InterceptorId=Eclipse sensiNact Sensorthings subscription listener, handledMessageTypes=[class io.moquette.interception.messages.InterceptConnectMessage, class io.moquette.interception.messages.InterceptDisconnectMessage, class io.moquette.interception.messages.InterceptConnectionLostMessage, class io.moquette.interception.messages.InterceptPublishMessage, class io.moquette.interception.messages.InterceptSubscribeMessage, class io.moquette.interception.messages.InterceptUnsubscribeMessage, class io.moquette.interception.messages.InterceptAcknowledgedMessage] INFO io.moquette.broker.Server - Using default SSL context creator INFO io.moquette.broker.Server - An io.moquette.broker.security.AcceptAllAuthenticator authenticator instance will be used INFO io.moquette.broker.Server - Authorizator policy io.moquette.broker.security.PermitAllAuthorizatorPolicy instance will be used INFO i.m.b.s.CTrieSubscriptionDirectory - Initializing CTrie INFO i.m.b.s.CTrieSubscriptionDirectory - Initializing subscriptions store... INFO io.moquette.broker.NewNettyAcceptor - Netty is using NIO INFO io.moquette.broker.NewNettyAcceptor - Server bound to host=0.0.0.0, port=13579, protocol=TCP MQTT INFO io.moquette.broker.NewNettyAcceptor - Property websocket_port has been setted to disabled. Websocket MQTT will be disabled INFO io.moquette.broker.Server - Moquette integration has been started successfully in 141 ms INFO i.m.broker.metrics.MQTTMessageLogger - C->B CONNECT INFO i.m.broker.metrics.MQTTMessageLogger - C->B SUBSCRIBE to topics [MqttTopicSubscription[topicFilter=v1.1/Datastreams, option=SubscriptionOption[qos=AT_MOST_ONCE, noLocal=false, retainAsPublished=false, retainHandling=SEND_AT_SUBSCRIBE]]] INFO i.m.broker.metrics.MQTTMessageLogger - C<-B SUBACK packetID <1>, grantedQoses [0] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO i.m.broker.metrics.MQTTMessageLogger - C->B DISCONNECT INFO i.m.broker.metrics.MQTTMessageLogger - Channel Inactive INFO i.m.broker.metrics.MQTTMessageLogger - C->B CONNECT INFO i.m.broker.metrics.MQTTMessageLogger - C->B SUBSCRIBE to topics [MqttTopicSubscription[topicFilter=v1.1/Datastreams(foo~bar~fizzbuzz)/name, option=SubscriptionOption[qos=AT_MOST_ONCE, noLocal=false, retainAsPublished=false, retainHandling=SEND_AT_SUBSCRIBE]]] INFO i.m.broker.metrics.MQTTMessageLogger - C<-B SUBACK packetID <1>, grantedQoses [0] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz)/name, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz)/name, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz)/name, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO i.m.broker.metrics.MQTTMessageLogger - C->B DISCONNECT INFO i.m.broker.metrics.MQTTMessageLogger - Channel Inactive INFO i.m.broker.metrics.MQTTMessageLogger - C->B CONNECT INFO i.m.broker.metrics.MQTTMessageLogger - C->B SUBSCRIBE to topics [MqttTopicSubscription[topicFilter=v1.1/Datastreams(foo~bar~fizzbuzz), option=SubscriptionOption[qos=AT_MOST_ONCE, noLocal=false, retainAsPublished=false, retainHandling=SEND_AT_SUBSCRIBE]]] INFO i.m.broker.metrics.MQTTMessageLogger - C<-B SUBACK packetID <1>, grantedQoses [0] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz), qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz)/name, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz), qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz)/name, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz), qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz)/name, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO i.m.broker.metrics.MQTTMessageLogger - C->B DISCONNECT INFO i.m.broker.metrics.MQTTMessageLogger - Channel Inactive INFO i.m.broker.metrics.MQTTMessageLogger - C->B CONNECT INFO i.m.broker.metrics.MQTTMessageLogger - C->B SUBSCRIBE to topics [MqttTopicSubscription[topicFilter=v1.1/Datastreams(foo~bar~fizzbuzz)?$select=@iot.id,name, option=SubscriptionOption[qos=AT_MOST_ONCE, noLocal=false, retainAsPublished=false, retainHandling=SEND_AT_SUBSCRIBE]]] INFO i.m.broker.metrics.MQTTMessageLogger - C<-B SUBACK packetID <1>, grantedQoses [0] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz), qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz)/name, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz)?$select=@iot.id,name, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz), qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz)/name, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz)?$select=@iot.id,name, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz), qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz)/name, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz)?$select=@iot.id,name, qos=AT_MOST_ONCE INFO i.m.broker.metrics.MQTTMessageLogger - C->B DISCONNECT INFO i.m.broker.metrics.MQTTMessageLogger - Channel Inactive INFO i.m.broker.metrics.MQTTMessageLogger - C->B CONNECT INFO i.m.broker.metrics.MQTTMessageLogger - C->B SUBSCRIBE to topics [MqttTopicSubscription[topicFilter=v1.1/FeaturesOfInterest(bar), option=SubscriptionOption[qos=AT_MOST_ONCE, noLocal=false, retainAsPublished=false, retainHandling=SEND_AT_SUBSCRIBE]]] INFO i.m.broker.metrics.MQTTMessageLogger - C<-B SUBACK packetID <1>, grantedQoses [0] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE WARN o.e.s.g.n.s.mqtt.SensorthingsMapper - An error occurred executing mapper DatastreamMapper org.eclipse.sensinact.gateway.northbount.sensorthings.mqtt.NotFoundException: ID not found: 'foo~bar~fizzbuzz' at org.eclipse.sensinact.gateway.northbount.sensorthings.mqtt.SensorthingsMapper.lambda$getResource$1(SensorthingsMapper.java:168) at org.osgi.util.promise.DeferredPromiseImpl$Map.accept(DeferredPromiseImpl.java:500) at org.osgi.util.promise.DeferredPromiseImpl.result(DeferredPromiseImpl.java:151) at org.osgi.util.promise.DeferredPromiseImpl$Map.run(DeferredPromiseImpl.java:492) 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) WARN o.e.s.g.n.s.mqtt.SensorthingsMapper - An error occurred executing mapper DatastreamMapper org.eclipse.sensinact.gateway.northbount.sensorthings.mqtt.NotFoundException: ID not found: 'foo~bar~fizzbuzz' at org.eclipse.sensinact.gateway.northbount.sensorthings.mqtt.SensorthingsMapper.lambda$getResource$1(SensorthingsMapper.java:168) at org.osgi.util.promise.DeferredPromiseImpl$Map.accept(DeferredPromiseImpl.java:500) at org.osgi.util.promise.DeferredPromiseImpl.result(DeferredPromiseImpl.java:151) at org.osgi.util.promise.DeferredPromiseImpl$Map.run(DeferredPromiseImpl.java:492) 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 io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE WARN o.e.s.g.n.s.mqtt.SensorthingsMapper - An error occurred executing mapper DatastreamMapper org.eclipse.sensinact.gateway.northbount.sensorthings.mqtt.NotFoundException: ID not found: 'foo~bar~fizzbuzz' at org.eclipse.sensinact.gateway.northbount.sensorthings.mqtt.SensorthingsMapper.lambda$getResource$1(SensorthingsMapper.java:168) at org.osgi.util.promise.DeferredPromiseImpl$Map.accept(DeferredPromiseImpl.java:500) at org.osgi.util.promise.DeferredPromiseImpl.result(DeferredPromiseImpl.java:151) at org.osgi.util.promise.DeferredPromiseImpl$Map.run(DeferredPromiseImpl.java:492) 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 io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/FeaturesOfInterest(bar), qos=AT_MOST_ONCE INFO i.m.broker.metrics.MQTTMessageLogger - C->B DISCONNECT INFO i.m.broker.metrics.MQTTMessageLogger - Channel Inactive INFO i.m.broker.metrics.MQTTMessageLogger - C->B CONNECT INFO i.m.broker.metrics.MQTTMessageLogger - C->B SUBSCRIBE to topics [MqttTopicSubscription[topicFilter=v1.1/FeaturesOfInterest(bar)?$select=@iot.id,name, option=SubscriptionOption[qos=AT_MOST_ONCE, noLocal=false, retainAsPublished=false, retainHandling=SEND_AT_SUBSCRIBE]]] INFO i.m.broker.metrics.MQTTMessageLogger - C<-B SUBACK packetID <1>, grantedQoses [0] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE WARN o.e.s.g.n.s.mqtt.SensorthingsMapper - An error occurred executing mapper DatastreamMapper org.eclipse.sensinact.gateway.northbount.sensorthings.mqtt.NotFoundException: ID not found: 'foo~bar~fizzbuzz' at org.eclipse.sensinact.gateway.northbount.sensorthings.mqtt.SensorthingsMapper.lambda$getResource$1(SensorthingsMapper.java:168) at org.osgi.util.promise.DeferredPromiseImpl$Map.accept(DeferredPromiseImpl.java:500) at org.osgi.util.promise.DeferredPromiseImpl.result(DeferredPromiseImpl.java:151) at org.osgi.util.promise.DeferredPromiseImpl$Map.run(DeferredPromiseImpl.java:492) 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) WARN o.e.s.g.n.s.mqtt.SensorthingsMapper - An error occurred executing mapper DatastreamMapper org.eclipse.sensinact.gateway.northbount.sensorthings.mqtt.NotFoundException: ID not found: 'foo~bar~fizzbuzz' at org.eclipse.sensinact.gateway.northbount.sensorthings.mqtt.SensorthingsMapper.lambda$getResource$1(SensorthingsMapper.java:168) at org.osgi.util.promise.DeferredPromiseImpl$Map.accept(DeferredPromiseImpl.java:500) at org.osgi.util.promise.DeferredPromiseImpl.result(DeferredPromiseImpl.java:151) at org.osgi.util.promise.DeferredPromiseImpl$Map.run(DeferredPromiseImpl.java:492) 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 io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE WARN o.e.s.g.n.s.mqtt.SensorthingsMapper - An error occurred executing mapper DatastreamMapper org.eclipse.sensinact.gateway.northbount.sensorthings.mqtt.NotFoundException: ID not found: 'foo~bar~fizzbuzz' at org.eclipse.sensinact.gateway.northbount.sensorthings.mqtt.SensorthingsMapper.lambda$getResource$1(SensorthingsMapper.java:168) at org.osgi.util.promise.DeferredPromiseImpl$Map.accept(DeferredPromiseImpl.java:500) at org.osgi.util.promise.DeferredPromiseImpl.result(DeferredPromiseImpl.java:151) at org.osgi.util.promise.DeferredPromiseImpl$Map.run(DeferredPromiseImpl.java:492) 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 io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/FeaturesOfInterest(bar)?$select=@iot.id,name, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/FeaturesOfInterest(bar), qos=AT_MOST_ONCE INFO i.m.broker.metrics.MQTTMessageLogger - C->B DISCONNECT INFO i.m.broker.metrics.MQTTMessageLogger - Channel Inactive INFO i.m.broker.metrics.MQTTMessageLogger - C->B CONNECT INFO i.m.broker.metrics.MQTTMessageLogger - C->B SUBSCRIBE to topics [MqttTopicSubscription[topicFilter=v1.1/FeaturesOfInterest(bar)/name, option=SubscriptionOption[qos=AT_MOST_ONCE, noLocal=false, retainAsPublished=false, retainHandling=SEND_AT_SUBSCRIBE]]] INFO i.m.broker.metrics.MQTTMessageLogger - C<-B SUBACK packetID <1>, grantedQoses [0] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/FeaturesOfInterest(bar)/name, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/FeaturesOfInterest(bar)?$select=@iot.id,name, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/FeaturesOfInterest(bar), qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/FeaturesOfInterest(bar)/name, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/FeaturesOfInterest(bar)?$select=@iot.id,name, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/FeaturesOfInterest(bar), qos=AT_MOST_ONCE INFO i.m.broker.metrics.MQTTMessageLogger - C->B DISCONNECT INFO i.m.broker.metrics.MQTTMessageLogger - Channel Inactive INFO i.m.broker.metrics.MQTTMessageLogger - C->B CONNECT INFO i.m.broker.metrics.MQTTMessageLogger - C->B SUBSCRIBE to topics [MqttTopicSubscription[topicFilter=v1.1/FeaturesOfInterest, option=SubscriptionOption[qos=AT_MOST_ONCE, noLocal=false, retainAsPublished=false, retainHandling=SEND_AT_SUBSCRIBE]]] INFO i.m.broker.metrics.MQTTMessageLogger - C<-B SUBACK packetID <1>, grantedQoses [0] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE WARN o.e.s.g.n.s.mqtt.SensorthingsMapper - An error occurred executing mapper DatastreamMapper org.eclipse.sensinact.gateway.northbount.sensorthings.mqtt.NotFoundException: ID not found: 'foo~bar~fizzbuzz' at org.eclipse.sensinact.gateway.northbount.sensorthings.mqtt.SensorthingsMapper.lambda$getResource$1(SensorthingsMapper.java:168) at org.osgi.util.promise.DeferredPromiseImpl$Map.accept(DeferredPromiseImpl.java:500) at org.osgi.util.promise.DeferredPromiseImpl.result(DeferredPromiseImpl.java:151) at org.osgi.util.promise.DeferredPromiseImpl$Map.run(DeferredPromiseImpl.java:492) 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 io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/FeaturesOfInterest, qos=AT_MOST_ONCE WARN o.e.s.g.n.s.mqtt.SensorthingsMapper - An error occurred executing mapper DatastreamMapper org.eclipse.sensinact.gateway.northbount.sensorthings.mqtt.NotFoundException: ID not found: 'foo~bar~fizzbuzz' at org.eclipse.sensinact.gateway.northbount.sensorthings.mqtt.SensorthingsMapper.lambda$getResource$1(SensorthingsMapper.java:168) at org.osgi.util.promise.DeferredPromiseImpl$Map.accept(DeferredPromiseImpl.java:500) at org.osgi.util.promise.DeferredPromiseImpl.result(DeferredPromiseImpl.java:151) at org.osgi.util.promise.DeferredPromiseImpl$Map.run(DeferredPromiseImpl.java:492) 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 io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE WARN o.e.s.g.n.s.mqtt.SensorthingsMapper - An error occurred executing mapper DatastreamMapper org.eclipse.sensinact.gateway.northbount.sensorthings.mqtt.NotFoundException: ID not found: 'foo~bar~fizzbuzz' at org.eclipse.sensinact.gateway.northbount.sensorthings.mqtt.SensorthingsMapper.lambda$getResource$1(SensorthingsMapper.java:168) at org.osgi.util.promise.DeferredPromiseImpl$Map.accept(DeferredPromiseImpl.java:500) at org.osgi.util.promise.DeferredPromiseImpl.result(DeferredPromiseImpl.java:151) at org.osgi.util.promise.DeferredPromiseImpl$Map.run(DeferredPromiseImpl.java:492) 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 i.m.broker.metrics.MQTTMessageLogger - C->B DISCONNECT INFO i.m.broker.metrics.MQTTMessageLogger - Channel Inactive INFO i.m.broker.metrics.MQTTMessageLogger - C->B CONNECT INFO i.m.broker.metrics.MQTTMessageLogger - C->B SUBSCRIBE to topics [MqttTopicSubscription[topicFilter=v1.1/HistoricalLocations(bar), option=SubscriptionOption[qos=AT_MOST_ONCE, noLocal=false, retainAsPublished=false, retainHandling=SEND_AT_SUBSCRIBE]]] INFO i.m.broker.metrics.MQTTMessageLogger - C<-B SUBACK packetID <1>, grantedQoses [0] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE WARN o.e.s.g.n.s.mqtt.SensorthingsMapper - An error occurred executing mapper DatastreamMapper org.eclipse.sensinact.gateway.northbount.sensorthings.mqtt.NotFoundException: ID not found: 'foo~bar~fizzbuzz' at org.eclipse.sensinact.gateway.northbount.sensorthings.mqtt.SensorthingsMapper.lambda$getResource$1(SensorthingsMapper.java:168) at org.osgi.util.promise.DeferredPromiseImpl$Map.accept(DeferredPromiseImpl.java:500) at org.osgi.util.promise.DeferredPromiseImpl.result(DeferredPromiseImpl.java:151) at org.osgi.util.promise.DeferredPromiseImpl$Map.run(DeferredPromiseImpl.java:492) 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 io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/FeaturesOfInterest, qos=AT_MOST_ONCE WARN o.e.s.g.n.s.mqtt.SensorthingsMapper - An error occurred executing mapper DatastreamMapper org.eclipse.sensinact.gateway.northbount.sensorthings.mqtt.NotFoundException: ID not found: 'foo~bar~fizzbuzz' at org.eclipse.sensinact.gateway.northbount.sensorthings.mqtt.SensorthingsMapper.lambda$getResource$1(SensorthingsMapper.java:168) at org.osgi.util.promise.DeferredPromiseImpl$Map.accept(DeferredPromiseImpl.java:500) at org.osgi.util.promise.DeferredPromiseImpl.result(DeferredPromiseImpl.java:151) at org.osgi.util.promise.DeferredPromiseImpl$Map.run(DeferredPromiseImpl.java:492) 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 io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE WARN o.e.s.g.n.s.mqtt.SensorthingsMapper - An error occurred executing mapper DatastreamMapper org.eclipse.sensinact.gateway.northbount.sensorthings.mqtt.NotFoundException: ID not found: 'foo~bar~fizzbuzz' at org.eclipse.sensinact.gateway.northbount.sensorthings.mqtt.SensorthingsMapper.lambda$getResource$1(SensorthingsMapper.java:168) at org.osgi.util.promise.DeferredPromiseImpl$Map.accept(DeferredPromiseImpl.java:500) at org.osgi.util.promise.DeferredPromiseImpl.result(DeferredPromiseImpl.java:151) at org.osgi.util.promise.DeferredPromiseImpl$Map.run(DeferredPromiseImpl.java:492) 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 io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/FeaturesOfInterest(bar)/name, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/FeaturesOfInterest, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/HistoricalLocations(bar), qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/FeaturesOfInterest(bar)?$select=@iot.id,name, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/FeaturesOfInterest(bar), qos=AT_MOST_ONCE INFO i.m.broker.metrics.MQTTMessageLogger - C->B DISCONNECT INFO i.m.broker.metrics.MQTTMessageLogger - Channel Inactive INFO i.m.broker.metrics.MQTTMessageLogger - C->B CONNECT INFO i.m.broker.metrics.MQTTMessageLogger - C->B SUBSCRIBE to topics [MqttTopicSubscription[topicFilter=v1.1/HistoricalLocations, option=SubscriptionOption[qos=AT_MOST_ONCE, noLocal=false, retainAsPublished=false, retainHandling=SEND_AT_SUBSCRIBE]]] INFO i.m.broker.metrics.MQTTMessageLogger - C<-B SUBACK packetID <1>, grantedQoses [0] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE WARN o.e.s.g.n.s.mqtt.SensorthingsMapper - An error occurred executing mapper DatastreamMapper org.eclipse.sensinact.gateway.northbount.sensorthings.mqtt.NotFoundException: ID not found: 'foo~bar~fizzbuzz' at org.eclipse.sensinact.gateway.northbount.sensorthings.mqtt.SensorthingsMapper.lambda$getResource$1(SensorthingsMapper.java:168) at org.osgi.util.promise.DeferredPromiseImpl$Map.accept(DeferredPromiseImpl.java:500) at org.osgi.util.promise.DeferredPromiseImpl.result(DeferredPromiseImpl.java:151) at org.osgi.util.promise.DeferredPromiseImpl$Map.run(DeferredPromiseImpl.java:492) 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 io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/FeaturesOfInterest, qos=AT_MOST_ONCE WARN o.e.s.g.n.s.mqtt.SensorthingsMapper - An error occurred executing mapper DatastreamMapper org.eclipse.sensinact.gateway.northbount.sensorthings.mqtt.NotFoundException: ID not found: 'foo~bar~fizzbuzz' at org.eclipse.sensinact.gateway.northbount.sensorthings.mqtt.SensorthingsMapper.lambda$getResource$1(SensorthingsMapper.java:168) at org.osgi.util.promise.DeferredPromiseImpl$Map.accept(DeferredPromiseImpl.java:500) at org.osgi.util.promise.DeferredPromiseImpl.result(DeferredPromiseImpl.java:151) at org.osgi.util.promise.DeferredPromiseImpl$Map.run(DeferredPromiseImpl.java:492) 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 io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/HistoricalLocations, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE WARN o.e.s.g.n.s.mqtt.SensorthingsMapper - An error occurred executing mapper DatastreamMapper org.eclipse.sensinact.gateway.northbount.sensorthings.mqtt.NotFoundException: ID not found: 'foo~bar~fizzbuzz' at org.eclipse.sensinact.gateway.northbount.sensorthings.mqtt.SensorthingsMapper.lambda$getResource$1(SensorthingsMapper.java:168) at org.osgi.util.promise.DeferredPromiseImpl$Map.accept(DeferredPromiseImpl.java:500) at org.osgi.util.promise.DeferredPromiseImpl.result(DeferredPromiseImpl.java:151) at org.osgi.util.promise.DeferredPromiseImpl$Map.run(DeferredPromiseImpl.java:492) 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 i.m.broker.metrics.MQTTMessageLogger - C->B DISCONNECT INFO i.m.broker.metrics.MQTTMessageLogger - Channel Inactive INFO i.m.broker.metrics.MQTTMessageLogger - C->B CONNECT INFO i.m.broker.metrics.MQTTMessageLogger - C->B SUBSCRIBE to topics [MqttTopicSubscription[topicFilter=v1.1/HistoricalLocations(bar)?$select=@iot.id,time, option=SubscriptionOption[qos=AT_MOST_ONCE, noLocal=false, retainAsPublished=false, retainHandling=SEND_AT_SUBSCRIBE]]] INFO i.m.broker.metrics.MQTTMessageLogger - C<-B SUBACK packetID <1>, grantedQoses [0] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE WARN o.e.s.g.n.s.mqtt.SensorthingsMapper - An error occurred executing mapper DatastreamMapper org.eclipse.sensinact.gateway.northbount.sensorthings.mqtt.NotFoundException: ID not found: 'foo~bar~fizzbuzz' at org.eclipse.sensinact.gateway.northbount.sensorthings.mqtt.SensorthingsMapper.lambda$getResource$1(SensorthingsMapper.java:168) at org.osgi.util.promise.DeferredPromiseImpl$Map.accept(DeferredPromiseImpl.java:500) at org.osgi.util.promise.DeferredPromiseImpl.result(DeferredPromiseImpl.java:151) at org.osgi.util.promise.DeferredPromiseImpl$Map.run(DeferredPromiseImpl.java:492) 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 io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/FeaturesOfInterest, qos=AT_MOST_ONCE WARN o.e.s.g.n.s.mqtt.SensorthingsMapper - An error occurred executing mapper DatastreamMapper org.eclipse.sensinact.gateway.northbount.sensorthings.mqtt.NotFoundException: ID not found: 'foo~bar~fizzbuzz' at org.eclipse.sensinact.gateway.northbount.sensorthings.mqtt.SensorthingsMapper.lambda$getResource$1(SensorthingsMapper.java:168) at org.osgi.util.promise.DeferredPromiseImpl$Map.accept(DeferredPromiseImpl.java:500) at org.osgi.util.promise.DeferredPromiseImpl.result(DeferredPromiseImpl.java:151) at org.osgi.util.promise.DeferredPromiseImpl$Map.run(DeferredPromiseImpl.java:492) 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 io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/HistoricalLocations, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE WARN o.e.s.g.n.s.mqtt.SensorthingsMapper - An error occurred executing mapper DatastreamMapper org.eclipse.sensinact.gateway.northbount.sensorthings.mqtt.NotFoundException: ID not found: 'foo~bar~fizzbuzz' at org.eclipse.sensinact.gateway.northbount.sensorthings.mqtt.SensorthingsMapper.lambda$getResource$1(SensorthingsMapper.java:168) at org.osgi.util.promise.DeferredPromiseImpl$Map.accept(DeferredPromiseImpl.java:500) at org.osgi.util.promise.DeferredPromiseImpl.result(DeferredPromiseImpl.java:151) at org.osgi.util.promise.DeferredPromiseImpl$Map.run(DeferredPromiseImpl.java:492) 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 io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/FeaturesOfInterest(bar)/name, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/FeaturesOfInterest, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/HistoricalLocations(bar), qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/HistoricalLocations, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/HistoricalLocations(bar)?$select=@iot.id,time, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/FeaturesOfInterest(bar)?$select=@iot.id,name, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/FeaturesOfInterest(bar), qos=AT_MOST_ONCE INFO i.m.broker.metrics.MQTTMessageLogger - C->B DISCONNECT INFO i.m.broker.metrics.MQTTMessageLogger - Channel Inactive INFO i.m.broker.metrics.MQTTMessageLogger - C->B CONNECT INFO i.m.broker.metrics.MQTTMessageLogger - C->B SUBSCRIBE to topics [MqttTopicSubscription[topicFilter=v1.1/Locations(bar)?$select=@iot.id,location, option=SubscriptionOption[qos=AT_MOST_ONCE, noLocal=false, retainAsPublished=false, retainHandling=SEND_AT_SUBSCRIBE]]] INFO i.m.broker.metrics.MQTTMessageLogger - C<-B SUBACK packetID <1>, grantedQoses [0] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE WARN o.e.s.g.n.s.mqtt.SensorthingsMapper - An error occurred executing mapper DatastreamMapper org.eclipse.sensinact.gateway.northbount.sensorthings.mqtt.NotFoundException: ID not found: 'foo~bar~fizzbuzz' at org.eclipse.sensinact.gateway.northbount.sensorthings.mqtt.SensorthingsMapper.lambda$getResource$1(SensorthingsMapper.java:168) at org.osgi.util.promise.DeferredPromiseImpl$Map.accept(DeferredPromiseImpl.java:500) at org.osgi.util.promise.DeferredPromiseImpl.result(DeferredPromiseImpl.java:151) at org.osgi.util.promise.DeferredPromiseImpl$Map.run(DeferredPromiseImpl.java:492) 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 io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/FeaturesOfInterest, qos=AT_MOST_ONCE WARN o.e.s.g.n.s.mqtt.SensorthingsMapper - An error occurred executing mapper DatastreamMapper org.eclipse.sensinact.gateway.northbount.sensorthings.mqtt.NotFoundException: ID not found: 'foo~bar~fizzbuzz' at org.eclipse.sensinact.gateway.northbount.sensorthings.mqtt.SensorthingsMapper.lambda$getResource$1(SensorthingsMapper.java:168) at org.osgi.util.promise.DeferredPromiseImpl$Map.accept(DeferredPromiseImpl.java:500) at org.osgi.util.promise.DeferredPromiseImpl.result(DeferredPromiseImpl.java:151) at org.osgi.util.promise.DeferredPromiseImpl$Map.run(DeferredPromiseImpl.java:492) 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 io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/HistoricalLocations, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE WARN o.e.s.g.n.s.mqtt.SensorthingsMapper - An error occurred executing mapper DatastreamMapper org.eclipse.sensinact.gateway.northbount.sensorthings.mqtt.NotFoundException: ID not found: 'foo~bar~fizzbuzz' at org.eclipse.sensinact.gateway.northbount.sensorthings.mqtt.SensorthingsMapper.lambda$getResource$1(SensorthingsMapper.java:168) at org.osgi.util.promise.DeferredPromiseImpl$Map.accept(DeferredPromiseImpl.java:500) at org.osgi.util.promise.DeferredPromiseImpl.result(DeferredPromiseImpl.java:151) at org.osgi.util.promise.DeferredPromiseImpl$Map.run(DeferredPromiseImpl.java:492) 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 io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/FeaturesOfInterest(bar)/name, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/FeaturesOfInterest, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/HistoricalLocations(bar), qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/HistoricalLocations, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/HistoricalLocations(bar)?$select=@iot.id,time, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Locations(bar)?$select=@iot.id,location, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/FeaturesOfInterest(bar)?$select=@iot.id,name, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/FeaturesOfInterest(bar), qos=AT_MOST_ONCE INFO i.m.broker.metrics.MQTTMessageLogger - C->B DISCONNECT INFO i.m.broker.metrics.MQTTMessageLogger - Channel Inactive INFO i.m.broker.metrics.MQTTMessageLogger - C->B CONNECT INFO i.m.broker.metrics.MQTTMessageLogger - C->B SUBSCRIBE to topics [MqttTopicSubscription[topicFilter=v1.1/Locations(bar), option=SubscriptionOption[qos=AT_MOST_ONCE, noLocal=false, retainAsPublished=false, retainHandling=SEND_AT_SUBSCRIBE]]] INFO i.m.broker.metrics.MQTTMessageLogger - C<-B SUBACK packetID <1>, grantedQoses [0] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE WARN o.e.s.g.n.s.mqtt.SensorthingsMapper - An error occurred executing mapper DatastreamMapper org.eclipse.sensinact.gateway.northbount.sensorthings.mqtt.NotFoundException: ID not found: 'foo~bar~fizzbuzz' at org.eclipse.sensinact.gateway.northbount.sensorthings.mqtt.SensorthingsMapper.lambda$getResource$1(SensorthingsMapper.java:168) at org.osgi.util.promise.DeferredPromiseImpl$Map.accept(DeferredPromiseImpl.java:500) at org.osgi.util.promise.DeferredPromiseImpl.result(DeferredPromiseImpl.java:151) at org.osgi.util.promise.DeferredPromiseImpl$Map.run(DeferredPromiseImpl.java:492) 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) WARN o.e.s.g.n.s.mqtt.SensorthingsMapper - An error occurred executing mapper DatastreamMapper org.eclipse.sensinact.gateway.northbount.sensorthings.mqtt.NotFoundException: ID not found: 'foo~bar~fizzbuzz' at org.eclipse.sensinact.gateway.northbount.sensorthings.mqtt.SensorthingsMapper.lambda$getResource$1(SensorthingsMapper.java:168) at org.osgi.util.promise.DeferredPromiseImpl$Map.accept(DeferredPromiseImpl.java:500) at org.osgi.util.promise.DeferredPromiseImpl.result(DeferredPromiseImpl.java:151) at org.osgi.util.promise.DeferredPromiseImpl$Map.run(DeferredPromiseImpl.java:492) 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 io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/FeaturesOfInterest, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/HistoricalLocations, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE WARN o.e.s.g.n.s.mqtt.SensorthingsMapper - An error occurred executing mapper DatastreamMapper org.eclipse.sensinact.gateway.northbount.sensorthings.mqtt.NotFoundException: ID not found: 'foo~bar~fizzbuzz' at org.eclipse.sensinact.gateway.northbount.sensorthings.mqtt.SensorthingsMapper.lambda$getResource$1(SensorthingsMapper.java:168) at org.osgi.util.promise.DeferredPromiseImpl$Map.accept(DeferredPromiseImpl.java:500) at org.osgi.util.promise.DeferredPromiseImpl.result(DeferredPromiseImpl.java:151) at org.osgi.util.promise.DeferredPromiseImpl$Map.run(DeferredPromiseImpl.java:492) 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 io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/HistoricalLocations(bar), qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Locations(bar), qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/FeaturesOfInterest(bar), qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/FeaturesOfInterest(bar)/name, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/FeaturesOfInterest, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/HistoricalLocations, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/HistoricalLocations(bar)?$select=@iot.id,time, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Locations(bar)?$select=@iot.id,location, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/FeaturesOfInterest(bar)?$select=@iot.id,name, qos=AT_MOST_ONCE INFO i.m.broker.metrics.MQTTMessageLogger - C->B DISCONNECT INFO i.m.broker.metrics.MQTTMessageLogger - Channel Inactive INFO i.m.broker.metrics.MQTTMessageLogger - C->B CONNECT INFO i.m.broker.metrics.MQTTMessageLogger - C->B SUBSCRIBE to topics [MqttTopicSubscription[topicFilter=v1.1/Locations, option=SubscriptionOption[qos=AT_MOST_ONCE, noLocal=false, retainAsPublished=false, retainHandling=SEND_AT_SUBSCRIBE]]] INFO i.m.broker.metrics.MQTTMessageLogger - C<-B SUBACK packetID <1>, grantedQoses [0] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE WARN o.e.s.g.n.s.mqtt.SensorthingsMapper - An error occurred executing mapper DatastreamMapper org.eclipse.sensinact.gateway.northbount.sensorthings.mqtt.NotFoundException: ID not found: 'foo~bar~fizzbuzz' at org.eclipse.sensinact.gateway.northbount.sensorthings.mqtt.SensorthingsMapper.lambda$getResource$1(SensorthingsMapper.java:168) at org.osgi.util.promise.DeferredPromiseImpl$Map.accept(DeferredPromiseImpl.java:500) at org.osgi.util.promise.DeferredPromiseImpl.result(DeferredPromiseImpl.java:151) at org.osgi.util.promise.DeferredPromiseImpl$Map.run(DeferredPromiseImpl.java:492) 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) WARN o.e.s.g.n.s.mqtt.SensorthingsMapper - An error occurred executing mapper DatastreamMapper org.eclipse.sensinact.gateway.northbount.sensorthings.mqtt.NotFoundException: ID not found: 'foo~bar~fizzbuzz' at org.eclipse.sensinact.gateway.northbount.sensorthings.mqtt.SensorthingsMapper.lambda$getResource$1(SensorthingsMapper.java:168) at org.osgi.util.promise.DeferredPromiseImpl$Map.accept(DeferredPromiseImpl.java:500) at org.osgi.util.promise.DeferredPromiseImpl.result(DeferredPromiseImpl.java:151) at org.osgi.util.promise.DeferredPromiseImpl$Map.run(DeferredPromiseImpl.java:492) 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 io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/FeaturesOfInterest, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/HistoricalLocations, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE WARN o.e.s.g.n.s.mqtt.SensorthingsMapper - An error occurred executing mapper DatastreamMapper org.eclipse.sensinact.gateway.northbount.sensorthings.mqtt.NotFoundException: ID not found: 'foo~bar~fizzbuzz' at org.eclipse.sensinact.gateway.northbount.sensorthings.mqtt.SensorthingsMapper.lambda$getResource$1(SensorthingsMapper.java:168) at org.osgi.util.promise.DeferredPromiseImpl$Map.accept(DeferredPromiseImpl.java:500) at org.osgi.util.promise.DeferredPromiseImpl.result(DeferredPromiseImpl.java:151) at org.osgi.util.promise.DeferredPromiseImpl$Map.run(DeferredPromiseImpl.java:492) 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 io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Locations, qos=AT_MOST_ONCE INFO i.m.broker.metrics.MQTTMessageLogger - C->B DISCONNECT INFO i.m.broker.metrics.MQTTMessageLogger - Channel Inactive INFO i.m.broker.metrics.MQTTMessageLogger - C->B CONNECT INFO i.m.broker.metrics.MQTTMessageLogger - C->B SUBSCRIBE to topics [MqttTopicSubscription[topicFilter=v1.1/Locations(bar)/name, option=SubscriptionOption[qos=AT_MOST_ONCE, noLocal=false, retainAsPublished=false, retainHandling=SEND_AT_SUBSCRIBE]]] INFO i.m.broker.metrics.MQTTMessageLogger - C<-B SUBACK packetID <1>, grantedQoses [0] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/HistoricalLocations(bar), qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Locations(bar), qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/FeaturesOfInterest(bar), qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/FeaturesOfInterest(bar)/name, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/FeaturesOfInterest, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/HistoricalLocations, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/HistoricalLocations(bar)?$select=@iot.id,time, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Locations(bar)/name, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Locations(bar)?$select=@iot.id,location, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/FeaturesOfInterest(bar)?$select=@iot.id,name, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Locations, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/HistoricalLocations(bar), qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Locations(bar), qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/FeaturesOfInterest(bar), qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/FeaturesOfInterest(bar)/name, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/FeaturesOfInterest, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/HistoricalLocations, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/HistoricalLocations(bar)?$select=@iot.id,time, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Locations(bar)/name, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Locations(bar)?$select=@iot.id,location, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/FeaturesOfInterest(bar)?$select=@iot.id,name, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Locations, qos=AT_MOST_ONCE INFO i.m.broker.metrics.MQTTMessageLogger - C->B DISCONNECT INFO i.m.broker.metrics.MQTTMessageLogger - Channel Inactive INFO i.m.broker.metrics.MQTTMessageLogger - C->B CONNECT INFO i.m.broker.metrics.MQTTMessageLogger - C->B SUBSCRIBE to topics [MqttTopicSubscription[topicFilter=v1.1/Observations, option=SubscriptionOption[qos=AT_MOST_ONCE, noLocal=false, retainAsPublished=false, retainHandling=SEND_AT_SUBSCRIBE]]] INFO i.m.broker.metrics.MQTTMessageLogger - C<-B SUBACK packetID <1>, grantedQoses [0] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE INFO i.m.broker.metrics.MQTTMessageLogger - C->B DISCONNECT INFO i.m.broker.metrics.MQTTMessageLogger - Channel Inactive INFO i.m.broker.metrics.MQTTMessageLogger - C->B CONNECT INFO i.m.broker.metrics.MQTTMessageLogger - C->B SUBSCRIBE to topics [MqttTopicSubscription[topicFilter=v1.1/Observations(foo~bar~fizzbuzz)?$select=@iot.id,result, option=SubscriptionOption[qos=AT_MOST_ONCE, noLocal=false, retainAsPublished=false, retainHandling=SEND_AT_SUBSCRIBE]]] INFO i.m.broker.metrics.MQTTMessageLogger - C<-B SUBACK packetID <1>, grantedQoses [0] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz), qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz)/name, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz)?$select=@iot.id,name, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz), qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz)/name, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz)?$select=@iot.id,name, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations(foo~bar~fizzbuzz)?$select=@iot.id,result, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE INFO i.m.broker.metrics.MQTTMessageLogger - C->B DISCONNECT INFO i.m.broker.metrics.MQTTMessageLogger - Channel Inactive INFO i.m.broker.metrics.MQTTMessageLogger - C->B CONNECT INFO i.m.broker.metrics.MQTTMessageLogger - C->B SUBSCRIBE to topics [MqttTopicSubscription[topicFilter=v1.1/Observations(foo~bar~fizzbuzz), option=SubscriptionOption[qos=AT_MOST_ONCE, noLocal=false, retainAsPublished=false, retainHandling=SEND_AT_SUBSCRIBE]]] INFO i.m.broker.metrics.MQTTMessageLogger - C<-B SUBACK packetID <1>, grantedQoses [0] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz), qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz)/name, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz)?$select=@iot.id,name, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz), qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz)/name, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz)?$select=@iot.id,name, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations(foo~bar~fizzbuzz), qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations(foo~bar~fizzbuzz)?$select=@iot.id,result, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE INFO i.m.broker.metrics.MQTTMessageLogger - C->B DISCONNECT INFO i.m.broker.metrics.MQTTMessageLogger - Channel Inactive INFO i.m.broker.metrics.MQTTMessageLogger - C->B CONNECT INFO i.m.broker.metrics.MQTTMessageLogger - C->B SUBSCRIBE to topics [MqttTopicSubscription[topicFilter=v1.1/Observations(foo~bar~fizzbuzz)/phenomenonTime, option=SubscriptionOption[qos=AT_MOST_ONCE, noLocal=false, retainAsPublished=false, retainHandling=SEND_AT_SUBSCRIBE]]] INFO i.m.broker.metrics.MQTTMessageLogger - C<-B SUBACK packetID <1>, grantedQoses [0] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz), qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz)/name, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz)?$select=@iot.id,name, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz), qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz)/name, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz)?$select=@iot.id,name, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations(foo~bar~fizzbuzz)/phenomenonTime, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations(foo~bar~fizzbuzz), qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations(foo~bar~fizzbuzz)?$select=@iot.id,result, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz), qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz)/name, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz)?$select=@iot.id,name, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations(foo~bar~fizzbuzz)/phenomenonTime, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations(foo~bar~fizzbuzz), qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations(foo~bar~fizzbuzz)?$select=@iot.id,result, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE INFO i.m.broker.metrics.MQTTMessageLogger - C->B DISCONNECT INFO i.m.broker.metrics.MQTTMessageLogger - Channel Inactive INFO i.m.broker.metrics.MQTTMessageLogger - C->B CONNECT INFO i.m.broker.metrics.MQTTMessageLogger - C->B SUBSCRIBE to topics [MqttTopicSubscription[topicFilter=v1.1/ObservedProperties(foo~bar~fizzbuzz)?$select=@iot.id,name, option=SubscriptionOption[qos=AT_MOST_ONCE, noLocal=false, retainAsPublished=false, retainHandling=SEND_AT_SUBSCRIBE]]] INFO i.m.broker.metrics.MQTTMessageLogger - C<-B SUBACK packetID <1>, grantedQoses [0] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz), qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz)/name, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties(foo~bar~fizzbuzz)?$select=@iot.id,name, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz)?$select=@iot.id,name, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz), qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz)/name, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties(foo~bar~fizzbuzz)?$select=@iot.id,name, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz)?$select=@iot.id,name, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations(foo~bar~fizzbuzz)/phenomenonTime, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations(foo~bar~fizzbuzz), qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations(foo~bar~fizzbuzz)?$select=@iot.id,result, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE INFO i.m.broker.metrics.MQTTMessageLogger - C->B DISCONNECT INFO i.m.broker.metrics.MQTTMessageLogger - Channel Inactive INFO i.m.broker.metrics.MQTTMessageLogger - C->B CONNECT INFO i.m.broker.metrics.MQTTMessageLogger - C->B SUBSCRIBE to topics [MqttTopicSubscription[topicFilter=v1.1/ObservedProperties(foo~bar~fizzbuzz)/name, option=SubscriptionOption[qos=AT_MOST_ONCE, noLocal=false, retainAsPublished=false, retainHandling=SEND_AT_SUBSCRIBE]]] INFO i.m.broker.metrics.MQTTMessageLogger - C<-B SUBACK packetID <1>, grantedQoses [0] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz), qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz)/name, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties(foo~bar~fizzbuzz)/name, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties(foo~bar~fizzbuzz)?$select=@iot.id,name, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz)?$select=@iot.id,name, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz), qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz)/name, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties(foo~bar~fizzbuzz)/name, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties(foo~bar~fizzbuzz)?$select=@iot.id,name, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz)?$select=@iot.id,name, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations(foo~bar~fizzbuzz)/phenomenonTime, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations(foo~bar~fizzbuzz), qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations(foo~bar~fizzbuzz)?$select=@iot.id,result, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz), qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz)/name, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties(foo~bar~fizzbuzz)/name, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties(foo~bar~fizzbuzz)?$select=@iot.id,name, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz)?$select=@iot.id,name, qos=AT_MOST_ONCE INFO i.m.broker.metrics.MQTTMessageLogger - C->B DISCONNECT INFO i.m.broker.metrics.MQTTMessageLogger - Channel Inactive INFO i.m.broker.metrics.MQTTMessageLogger - C->B CONNECT INFO i.m.broker.metrics.MQTTMessageLogger - C->B SUBSCRIBE to topics [MqttTopicSubscription[topicFilter=v1.1/ObservedProperties(foo~bar~fizzbuzz), option=SubscriptionOption[qos=AT_MOST_ONCE, noLocal=false, retainAsPublished=false, retainHandling=SEND_AT_SUBSCRIBE]]] INFO i.m.broker.metrics.MQTTMessageLogger - C<-B SUBACK packetID <1>, grantedQoses [0] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz), qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz)/name, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties(foo~bar~fizzbuzz)/name, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties(foo~bar~fizzbuzz)?$select=@iot.id,name, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz)?$select=@iot.id,name, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties(foo~bar~fizzbuzz), qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz), qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz)/name, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties(foo~bar~fizzbuzz)/name, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties(foo~bar~fizzbuzz)?$select=@iot.id,name, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz)?$select=@iot.id,name, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties(foo~bar~fizzbuzz), qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations(foo~bar~fizzbuzz)/phenomenonTime, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations(foo~bar~fizzbuzz), qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations(foo~bar~fizzbuzz)?$select=@iot.id,result, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE INFO i.m.broker.metrics.MQTTMessageLogger - C->B DISCONNECT INFO i.m.broker.metrics.MQTTMessageLogger - Channel Inactive INFO i.m.broker.metrics.MQTTMessageLogger - C->B CONNECT INFO i.m.broker.metrics.MQTTMessageLogger - C->B SUBSCRIBE to topics [MqttTopicSubscription[topicFilter=v1.1/ObservedProperties, option=SubscriptionOption[qos=AT_MOST_ONCE, noLocal=false, retainAsPublished=false, retainHandling=SEND_AT_SUBSCRIBE]]] INFO i.m.broker.metrics.MQTTMessageLogger - C<-B SUBACK packetID <1>, grantedQoses [0] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE INFO i.m.broker.metrics.MQTTMessageLogger - C->B DISCONNECT INFO i.m.broker.metrics.MQTTMessageLogger - Channel Inactive INFO i.m.broker.metrics.MQTTMessageLogger - C->B CONNECT INFO i.m.broker.metrics.MQTTMessageLogger - C->B SUBSCRIBE to topics [MqttTopicSubscription[topicFilter=v1.1/Sensors(foo~bar~fizzbuzz)?$select=@iot.id,name, option=SubscriptionOption[qos=AT_MOST_ONCE, noLocal=false, retainAsPublished=false, retainHandling=SEND_AT_SUBSCRIBE]]] INFO i.m.broker.metrics.MQTTMessageLogger - C<-B SUBACK packetID <1>, grantedQoses [0] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz), qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz)/name, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties(foo~bar~fizzbuzz)/name, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties(foo~bar~fizzbuzz)?$select=@iot.id,name, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors(foo~bar~fizzbuzz)?$select=@iot.id,name, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz)?$select=@iot.id,name, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties(foo~bar~fizzbuzz), qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz), qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz)/name, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties(foo~bar~fizzbuzz)/name, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties(foo~bar~fizzbuzz)?$select=@iot.id,name, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors(foo~bar~fizzbuzz)?$select=@iot.id,name, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz)?$select=@iot.id,name, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties(foo~bar~fizzbuzz), qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations(foo~bar~fizzbuzz)/phenomenonTime, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations(foo~bar~fizzbuzz), qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations(foo~bar~fizzbuzz)?$select=@iot.id,result, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE INFO i.m.broker.metrics.MQTTMessageLogger - C->B DISCONNECT INFO i.m.broker.metrics.MQTTMessageLogger - Channel Inactive INFO i.m.broker.metrics.MQTTMessageLogger - C->B CONNECT INFO i.m.broker.metrics.MQTTMessageLogger - C->B SUBSCRIBE to topics [MqttTopicSubscription[topicFilter=v1.1/Sensors, option=SubscriptionOption[qos=AT_MOST_ONCE, noLocal=false, retainAsPublished=false, retainHandling=SEND_AT_SUBSCRIBE]]] INFO i.m.broker.metrics.MQTTMessageLogger - C<-B SUBACK packetID <1>, grantedQoses [0] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE INFO i.m.broker.metrics.MQTTMessageLogger - C->B DISCONNECT INFO i.m.broker.metrics.MQTTMessageLogger - Channel Inactive INFO i.m.broker.metrics.MQTTMessageLogger - C->B CONNECT INFO i.m.broker.metrics.MQTTMessageLogger - C->B SUBSCRIBE to topics [MqttTopicSubscription[topicFilter=v1.1/Sensors(foo~bar~fizzbuzz)/name, option=SubscriptionOption[qos=AT_MOST_ONCE, noLocal=false, retainAsPublished=false, retainHandling=SEND_AT_SUBSCRIBE]]] INFO i.m.broker.metrics.MQTTMessageLogger - C<-B SUBACK packetID <1>, grantedQoses [0] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz), qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties(foo~bar~fizzbuzz)/name, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors(foo~bar~fizzbuzz)?$select=@iot.id,name, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors(foo~bar~fizzbuzz)/name, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties(foo~bar~fizzbuzz), qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz)/name, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties(foo~bar~fizzbuzz)?$select=@iot.id,name, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz)?$select=@iot.id,name, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz), qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties(foo~bar~fizzbuzz)/name, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors(foo~bar~fizzbuzz)?$select=@iot.id,name, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors(foo~bar~fizzbuzz)/name, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties(foo~bar~fizzbuzz), qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz)/name, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties(foo~bar~fizzbuzz)?$select=@iot.id,name, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz)?$select=@iot.id,name, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations(foo~bar~fizzbuzz), qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations(foo~bar~fizzbuzz)/phenomenonTime, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations(foo~bar~fizzbuzz)?$select=@iot.id,result, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz), qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties(foo~bar~fizzbuzz)/name, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors(foo~bar~fizzbuzz)?$select=@iot.id,name, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors(foo~bar~fizzbuzz)/name, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties(foo~bar~fizzbuzz), qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz)/name, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties(foo~bar~fizzbuzz)?$select=@iot.id,name, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz)?$select=@iot.id,name, qos=AT_MOST_ONCE INFO i.m.broker.metrics.MQTTMessageLogger - C->B DISCONNECT INFO i.m.broker.metrics.MQTTMessageLogger - Channel Inactive INFO i.m.broker.metrics.MQTTMessageLogger - C->B CONNECT INFO i.m.broker.metrics.MQTTMessageLogger - C->B SUBSCRIBE to topics [MqttTopicSubscription[topicFilter=v1.1/Sensors(foo~bar~fizzbuzz), option=SubscriptionOption[qos=AT_MOST_ONCE, noLocal=false, retainAsPublished=false, retainHandling=SEND_AT_SUBSCRIBE]]] INFO i.m.broker.metrics.MQTTMessageLogger - C<-B SUBACK packetID <1>, grantedQoses [0] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors(foo~bar~fizzbuzz), qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz), qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties(foo~bar~fizzbuzz)/name, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors(foo~bar~fizzbuzz)?$select=@iot.id,name, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors(foo~bar~fizzbuzz)/name, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties(foo~bar~fizzbuzz), qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz)/name, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties(foo~bar~fizzbuzz)?$select=@iot.id,name, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz)?$select=@iot.id,name, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors(foo~bar~fizzbuzz), qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz), qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties(foo~bar~fizzbuzz)/name, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors(foo~bar~fizzbuzz)?$select=@iot.id,name, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors(foo~bar~fizzbuzz)/name, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties(foo~bar~fizzbuzz), qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz)/name, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties(foo~bar~fizzbuzz)?$select=@iot.id,name, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz)?$select=@iot.id,name, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations(foo~bar~fizzbuzz), qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations(foo~bar~fizzbuzz)/phenomenonTime, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations(foo~bar~fizzbuzz)?$select=@iot.id,result, qos=AT_MOST_ONCE INFO i.m.broker.metrics.MQTTMessageLogger - C->B DISCONNECT INFO i.m.broker.metrics.MQTTMessageLogger - Channel Inactive INFO i.m.broker.metrics.MQTTMessageLogger - C->B CONNECT INFO i.m.broker.metrics.MQTTMessageLogger - C->B SUBSCRIBE to topics [MqttTopicSubscription[topicFilter=v1.1/Things, option=SubscriptionOption[qos=AT_MOST_ONCE, noLocal=false, retainAsPublished=false, retainHandling=SEND_AT_SUBSCRIBE]]] INFO i.m.broker.metrics.MQTTMessageLogger - C<-B SUBACK packetID <1>, grantedQoses [0] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Things, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Things, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE INFO i.m.broker.metrics.MQTTMessageLogger - C->B DISCONNECT INFO i.m.broker.metrics.MQTTMessageLogger - Channel Inactive INFO i.m.broker.metrics.MQTTMessageLogger - C->B CONNECT INFO i.m.broker.metrics.MQTTMessageLogger - C->B SUBSCRIBE to topics [MqttTopicSubscription[topicFilter=v1.1/Things(foo)/name, option=SubscriptionOption[qos=AT_MOST_ONCE, noLocal=false, retainAsPublished=false, retainHandling=SEND_AT_SUBSCRIBE]]] INFO i.m.broker.metrics.MQTTMessageLogger - C<-B SUBACK packetID <1>, grantedQoses [0] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Things, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Things, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Things, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors(foo~bar~fizzbuzz), qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz), qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties(foo~bar~fizzbuzz)/name, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors(foo~bar~fizzbuzz)?$select=@iot.id,name, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors(foo~bar~fizzbuzz)/name, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties(foo~bar~fizzbuzz), qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz)/name, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties(foo~bar~fizzbuzz)?$select=@iot.id,name, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz)?$select=@iot.id,name, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors(foo~bar~fizzbuzz), qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz), qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties(foo~bar~fizzbuzz)/name, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors(foo~bar~fizzbuzz)?$select=@iot.id,name, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors(foo~bar~fizzbuzz)/name, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties(foo~bar~fizzbuzz), qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz)/name, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties(foo~bar~fizzbuzz)?$select=@iot.id,name, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz)?$select=@iot.id,name, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Things(foo)/name, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Things, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations(foo~bar~fizzbuzz), qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations(foo~bar~fizzbuzz)/phenomenonTime, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations(foo~bar~fizzbuzz)?$select=@iot.id,result, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Things(foo)/name, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Things, qos=AT_MOST_ONCE INFO i.m.broker.metrics.MQTTMessageLogger - C->B DISCONNECT INFO i.m.broker.metrics.MQTTMessageLogger - Channel Inactive INFO i.m.broker.metrics.MQTTMessageLogger - C->B CONNECT INFO i.m.broker.metrics.MQTTMessageLogger - C->B SUBSCRIBE to topics [MqttTopicSubscription[topicFilter=v1.1/Things(foo)?$select=@iot.id,name, option=SubscriptionOption[qos=AT_MOST_ONCE, noLocal=false, retainAsPublished=false, retainHandling=SEND_AT_SUBSCRIBE]]] INFO i.m.broker.metrics.MQTTMessageLogger - C<-B SUBACK packetID <1>, grantedQoses [0] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Things(foo)?$select=@iot.id,name, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Things, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Things(foo)/name, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Things(foo)?$select=@iot.id,name, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Things, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors(foo~bar~fizzbuzz), qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz), qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties(foo~bar~fizzbuzz)/name, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors(foo~bar~fizzbuzz)?$select=@iot.id,name, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors(foo~bar~fizzbuzz)/name, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties(foo~bar~fizzbuzz), qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz)/name, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties(foo~bar~fizzbuzz)?$select=@iot.id,name, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz)?$select=@iot.id,name, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors(foo~bar~fizzbuzz), qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz), qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties(foo~bar~fizzbuzz)/name, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors(foo~bar~fizzbuzz)?$select=@iot.id,name, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors(foo~bar~fizzbuzz)/name, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties(foo~bar~fizzbuzz), qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz)/name, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties(foo~bar~fizzbuzz)?$select=@iot.id,name, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams(foo~bar~fizzbuzz)?$select=@iot.id,name, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations(foo~bar~fizzbuzz), qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations(foo~bar~fizzbuzz)/phenomenonTime, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations(foo~bar~fizzbuzz)?$select=@iot.id,result, qos=AT_MOST_ONCE INFO i.m.broker.metrics.MQTTMessageLogger - C->B DISCONNECT INFO i.m.broker.metrics.MQTTMessageLogger - Channel Inactive INFO i.m.broker.metrics.MQTTMessageLogger - C->B CONNECT INFO i.m.broker.metrics.MQTTMessageLogger - C->B SUBSCRIBE to topics [MqttTopicSubscription[topicFilter=v1.1/Things(foo), option=SubscriptionOption[qos=AT_MOST_ONCE, noLocal=false, retainAsPublished=false, retainHandling=SEND_AT_SUBSCRIBE]]] INFO i.m.broker.metrics.MQTTMessageLogger - C<-B SUBACK packetID <1>, grantedQoses [0] INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Things, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Things, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Things(foo), qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Things(foo)?$select=@iot.id,name, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Things, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Sensors, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Datastreams, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/ObservedProperties, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Things(foo)/name, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Things(foo), qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Things(foo)?$select=@iot.id,name, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Things, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE INFO io.moquette.broker.PostOffice - Sending internal PUBLISH message Topic=v1.1/Observations, qos=AT_MOST_ONCE INFO i.m.broker.metrics.MQTTMessageLogger - C->B DISCONNECT INFO i.m.broker.metrics.MQTTMessageLogger - Channel Inactive [INFO] No Errors [INFO] [INFO] --- install:3.1.1:install (default-install) @ mqtt --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/mqtt/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/northbound/sensorthings/mqtt/0.0.2-SNAPSHOT/mqtt-0.0.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/mqtt/target/mqtt-0.0.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/northbound/sensorthings/mqtt/0.0.2-SNAPSHOT/mqtt-0.0.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/mqtt/target/mqtt-0.0.2-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/northbound/sensorthings/mqtt/0.0.2-SNAPSHOT/mqtt-0.0.2-SNAPSHOT-tests.jar [INFO] [INFO] --- deploy:3.0.0:deploy (default-deploy) @ mqtt --- [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/northbound/sensorthings/mqtt/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/northbound/sensorthings/mqtt/0.0.2-SNAPSHOT/maven-metadata.xml (1.0 kB at 34 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/sensorthings/mqtt/0.0.2-SNAPSHOT/mqtt-0.0.2-20240212.200245-50.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/sensorthings/mqtt/0.0.2-SNAPSHOT/mqtt-0.0.2-20240212.200245-50.pom (2.9 kB at 78 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/sensorthings/mqtt/0.0.2-SNAPSHOT/mqtt-0.0.2-20240212.200245-50.jar [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/sensorthings/mqtt/0.0.2-SNAPSHOT/mqtt-0.0.2-20240212.200245-50-tests.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/sensorthings/mqtt/0.0.2-SNAPSHOT/mqtt-0.0.2-20240212.200245-50.jar (263 kB at 4.6 MB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/sensorthings/mqtt/0.0.2-SNAPSHOT/mqtt-0.0.2-20240212.200245-50-tests.jar (31 kB at 317 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/sensorthings/mqtt/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/sensorthings/mqtt/maven-metadata.xml (377 B at 13 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/sensorthings/mqtt/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/northbound/sensorthings/mqtt/0.0.2-SNAPSHOT/maven-metadata.xml (1.0 kB at 7.8 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/sensorthings/mqtt/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/sensorthings/mqtt/maven-metadata.xml (377 B at 8.0 kB/s) [INFO] [INFO] --< org.eclipse.sensinact.gateway.northbound.security:openid-connect >-- [INFO] Building SensiNact Northbound Open Id Connect authentication validator 0.0.2-SNAPSHOT [42/68] [INFO] from northbound/security/openid-connect/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ openid-connect --- [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ openid-connect --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sensinact Deploy/northbound/security/openid-connect/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ openid-connect --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Sensinact Deploy/northbound/security/openid-connect/target/classes [INFO] [INFO] --- bnd:7.0.0:bnd-process (default) @ openid-connect --- [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ openid-connect --- [INFO] Copying 3 resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ openid-connect --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Sensinact Deploy/northbound/security/openid-connect/target/test-classes [INFO] [INFO] --- bnd:7.0.0:bnd-process-tests (bnd-process-tests) @ openid-connect --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ openid-connect --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.sensinact.gateway.northbound.security.oidc.KeyResolverTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.716 s - in org.eclipse.sensinact.gateway.northbound.security.oidc.KeyResolverTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [JENKINS] Recording test results [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ openid-connect --- [INFO] Building jar: /home/jenkins/agent/workspace/Sensinact Deploy/northbound/security/openid-connect/target/openid-connect-0.0.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (test-jar) @ openid-connect --- [INFO] Building jar: /home/jenkins/agent/workspace/Sensinact Deploy/northbound/security/openid-connect/target/openid-connect-0.0.2-SNAPSHOT-tests.jar [INFO] [INFO] --- bnd-resolver:7.1.0-SNAPSHOT:resolve (resolve-test) @ openid-connect --- [INFO] Resolving /home/jenkins/agent/workspace/Sensinact Deploy/northbound/security/openid-connect/integration-test.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)',com.fasterxml.jackson.core.jackson-annotations;version='[2.16.1,2.16.2)',com.fasterxml.jackson.core.jackson-core;version='[2.16.1,2.16.2)',com.fasterxml.jackson.core.jackson-databind;version='[2.16.1,2.16.2)',io.jsonwebtoken.jjwt-api;version='[0.11.5,0.11.6)',io.jsonwebtoken.jjwt-impl;version='[0.11.5,0.11.6)',io.jsonwebtoken.jjwt-jackson;version='[0.11.5,0.11.6)',junit-jupiter-api;version='[5.10.1,5.10.2)',junit-jupiter-engine;version='[5.10.1,5.10.2)',junit-jupiter-params;version='[5.10.1,5.10.2)',junit-platform-commons;version='[1.10.1,1.10.2)',junit-platform-engine;version='[1.10.1,1.10.2)',junit-platform-launcher;version='[1.10.1,1.10.2)',net.bytebuddy.byte-buddy;version='[1.14.11,1.14.12)',net.bytebuddy.byte-buddy-agent;version='[1.14.11,1.14.12)',org.apache.aries.spifly.dynamic.framework.extension;version='[1.3.7,1.3.8)',org.apache.felix.configadmin;version='[1.9.24,1.9.25)',org.apache.felix.scr;version='[2.2.2,2.2.3)',org.eclipse.jetty.alpn.client;version='[11.0.13,11.0.14)',org.eclipse.jetty.client;version='[11.0.13,11.0.14)',org.eclipse.jetty.http;version='[11.0.13,11.0.14)',org.eclipse.jetty.io;version='[11.0.13,11.0.14)',org.eclipse.jetty.util;version='[11.0.13,11.0.14)',org.eclipse.sensinact.gateway.core.annotation;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.core.api;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.core.geo-json;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.northbound.security.authentication-api;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.northbound.security.openid-connect;version='[0.0.2,0.0.3)',org.eclipse.sensinact.gateway.northbound.security.openid-connect-tests;version='[0.0.2,0.0.3)',org.mockito.junit-jupiter;version='[5.10.0,5.10.1)',org.mockito.mockito-core;version='[5.10.0,5.10.1)',org.objenesis;version='[3.3.0,3.3.1)',org.opentest4j;version='[1.3.0,1.3.1)',org.osgi.service.cm;version='[1.6.1,1.6.2)',org.osgi.service.component;version='[1.5.0,1.5.1)',org.osgi.test.common;version='[1.3.0,1.3.1)',org.osgi.test.junit5;version='[1.3.0,1.3.1)',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] --- bnd-testing:7.0.0:testing (default) @ openid-connect --- [INFO] Matching glob * [INFO] Testing /home/jenkins/agent/workspace/Sensinact Deploy/northbound/security/openid-connect/integration-test.bndrun: Feb 12, 2024 8:11:39 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 12, 2024 8:11:40 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.eclipse.jetty.http Feb 12, 2024 8:11:40 PM org.apache.aries.spifly.BaseActivator log INFO: Registered provider aQute.tester.bundle.engine.BundleEngine of service org.junit.platform.engine.TestEngine in bundle biz.aQute.tester.junit-platform INFO o.e.s.g.n.s.oidc.OIDCTokenValidator - Starting OIDC validation for http://127.0.0.1:43969/discovery INFO o.e.s.g.n.s.oidc.OIDCTokenValidator - Starting OIDC validation for http://127.0.0.1:42399/discovery INFO o.e.s.g.n.s.oidc.OIDCTokenValidator - Starting OIDC validation for http://127.0.0.1:45569/discovery INFO o.e.s.g.n.s.oidc.OIDCTokenValidator - Starting OIDC validation for http://127.0.0.1:34765/discovery INFO o.e.s.g.n.s.oidc.OIDCTokenValidator - Starting OIDC validation for http://127.0.0.1:42985/discovery INFO o.e.s.g.n.s.oidc.OIDCTokenValidator - Starting OIDC validation for http://127.0.0.1:44627/discovery INFO o.e.s.g.n.s.oidc.OIDCTokenValidator - Starting OIDC validation for http://127.0.0.1:41463/discovery INFO o.e.s.g.n.s.oidc.OIDCTokenValidator - Starting OIDC validation for http://127.0.0.1:35551/discovery INFO o.e.s.g.n.s.oidc.OIDCTokenValidator - Starting OIDC validation for http://127.0.0.1:40595/discovery INFO o.e.s.g.n.s.oidc.OIDCTokenValidator - Starting OIDC validation for http://127.0.0.1:40845/discovery INFO o.e.s.g.n.s.oidc.OIDCTokenValidator - Starting OIDC validation for http://127.0.0.1:44203/discovery INFO o.e.s.g.n.s.oidc.OIDCTokenValidator - Starting OIDC validation for http://127.0.0.1:39591/discovery [INFO] No Errors [INFO] [INFO] --- install:3.1.1:install (default-install) @ openid-connect --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/northbound/security/openid-connect/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/northbound/security/openid-connect/0.0.2-SNAPSHOT/openid-connect-0.0.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/northbound/security/openid-connect/target/openid-connect-0.0.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/northbound/security/openid-connect/0.0.2-SNAPSHOT/openid-connect-0.0.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/northbound/security/openid-connect/target/openid-connect-0.0.2-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/northbound/security/openid-connect/0.0.2-SNAPSHOT/openid-connect-0.0.2-SNAPSHOT-tests.jar [INFO] [INFO] --- deploy:3.0.0:deploy (default-deploy) @ openid-connect --- [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/northbound/security/openid-connect/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/northbound/security/openid-connect/0.0.2-SNAPSHOT/maven-metadata.xml (1.0 kB at 57 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/security/openid-connect/0.0.2-SNAPSHOT/openid-connect-0.0.2-20240212.200245-59.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/security/openid-connect/0.0.2-SNAPSHOT/openid-connect-0.0.2-20240212.200245-59.pom (2.9 kB at 74 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/security/openid-connect/0.0.2-SNAPSHOT/openid-connect-0.0.2-20240212.200245-59.jar [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/security/openid-connect/0.0.2-SNAPSHOT/openid-connect-0.0.2-20240212.200245-59-tests.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/security/openid-connect/0.0.2-SNAPSHOT/openid-connect-0.0.2-20240212.200245-59-tests.jar (17 kB at 435 kB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/security/openid-connect/0.0.2-SNAPSHOT/openid-connect-0.0.2-20240212.200245-59.jar (21 kB at 403 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/security/openid-connect/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/security/openid-connect/maven-metadata.xml (383 B at 9.6 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/security/openid-connect/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/northbound/security/openid-connect/0.0.2-SNAPSHOT/maven-metadata.xml (1.0 kB at 12 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/security/openid-connect/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/northbound/security/openid-connect/maven-metadata.xml (383 B at 5.5 kB/s) [INFO] [INFO] ----------< org.eclipse.sensinact.gateway.examples:examples >----------- [INFO] Building Prototype examples 0.0.2-SNAPSHOT [43/68] [INFO] from examples/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ examples --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ examples --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/examples/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/examples/examples/0.0.2-SNAPSHOT/examples-0.0.2-SNAPSHOT.pom [INFO] [INFO] --- deploy:3.0.0:deploy (default-deploy) @ examples --- [INFO] Skipping artifact deployment [INFO] [INFO] ---------< org.eclipse.sensinact.gateway.examples:pull-based >---------- [INFO] Building Example pull-based 0.0.2-SNAPSHOT [44/68] [INFO] from examples/pull-based/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ pull-based --- [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ pull-based --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sensinact Deploy/examples/pull-based/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ pull-based --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Sensinact Deploy/examples/pull-based/target/classes [INFO] [INFO] --- bnd:7.0.0:bnd-process (default) @ pull-based --- [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ pull-based --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sensinact Deploy/examples/pull-based/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ pull-based --- [INFO] No sources to compile [INFO] [INFO] --- bnd:7.0.0:bnd-process-tests (bnd-process-tests) @ pull-based --- [INFO] skip project as configured [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ pull-based --- [INFO] No tests to run. [JENKINS] Recording test results [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ pull-based --- [INFO] Building jar: /home/jenkins/agent/workspace/Sensinact Deploy/examples/pull-based/target/pull-based-0.0.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (test-jar) @ pull-based --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ pull-based --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/examples/pull-based/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/examples/pull-based/0.0.2-SNAPSHOT/pull-based-0.0.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/examples/pull-based/target/pull-based-0.0.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/examples/pull-based/0.0.2-SNAPSHOT/pull-based-0.0.2-SNAPSHOT.jar [INFO] [INFO] --- deploy:3.0.0:deploy (default-deploy) @ pull-based --- [INFO] Skipping artifact deployment [INFO] [INFO] ---------< org.eclipse.sensinact.gateway.examples:push-based >---------- [INFO] Building Example push-based 0.0.2-SNAPSHOT [45/68] [INFO] from examples/push-based/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ push-based --- [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ push-based --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sensinact Deploy/examples/push-based/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ push-based --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Sensinact Deploy/examples/push-based/target/classes [INFO] [INFO] --- bnd:7.0.0:bnd-process (default) @ push-based --- [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/examples/push-based/pom.xml [2:76]: Invalid property key: `"push"`: << "push" them to sensiNact. These are best for periodic or "pushed" sensor>> [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ push-based --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sensinact Deploy/examples/push-based/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ push-based --- [INFO] No sources to compile [INFO] [INFO] --- bnd:7.0.0:bnd-process-tests (bnd-process-tests) @ push-based --- [INFO] skip project as configured [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ push-based --- [INFO] No tests to run. [JENKINS] Recording test results [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ push-based --- [INFO] Building jar: /home/jenkins/agent/workspace/Sensinact Deploy/examples/push-based/target/push-based-0.0.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (test-jar) @ push-based --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ push-based --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/examples/push-based/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/examples/push-based/0.0.2-SNAPSHOT/push-based-0.0.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/examples/push-based/target/push-based-0.0.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/examples/push-based/0.0.2-SNAPSHOT/push-based-0.0.2-SNAPSHOT.jar [INFO] [INFO] --- deploy:3.0.0:deploy (default-deploy) @ push-based --- [INFO] Skipping artifact deployment [INFO] [INFO] ---------< org.eclipse.sensinact.gateway.examples:reflective >---------- [INFO] Building Example reflective 0.0.2-SNAPSHOT [46/68] [INFO] from examples/reflective/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ reflective --- [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ reflective --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sensinact Deploy/examples/reflective/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ reflective --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Sensinact Deploy/examples/reflective/target/classes [INFO] [INFO] --- bnd:7.0.0:bnd-process (default) @ reflective --- [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ reflective --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sensinact Deploy/examples/reflective/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ reflective --- [INFO] No sources to compile [INFO] [INFO] --- bnd:7.0.0:bnd-process-tests (bnd-process-tests) @ reflective --- [INFO] skip project as configured [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ reflective --- [INFO] No tests to run. [JENKINS] Recording test results [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ reflective --- [INFO] Building jar: /home/jenkins/agent/workspace/Sensinact Deploy/examples/reflective/target/reflective-0.0.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (test-jar) @ reflective --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ reflective --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/examples/reflective/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/examples/reflective/0.0.2-SNAPSHOT/reflective-0.0.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/examples/reflective/target/reflective-0.0.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/examples/reflective/0.0.2-SNAPSHOT/reflective-0.0.2-SNAPSHOT.jar [INFO] [INFO] --- deploy:3.0.0:deploy (default-deploy) @ reflective --- [INFO] Skipping artifact deployment [INFO] [INFO] ---------< org.eclipse.sensinact.gateway.examples:model-based >--------- [INFO] Building Example model-based 0.0.2-SNAPSHOT [47/68] [INFO] from examples/model-based/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ model-based --- [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ model-based --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ model-based --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Sensinact Deploy/examples/model-based/target/classes [INFO] [INFO] --- bnd:7.0.0:bnd-process (default) @ model-based --- [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ model-based --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sensinact Deploy/examples/model-based/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ model-based --- [INFO] No sources to compile [INFO] [INFO] --- bnd:7.0.0:bnd-process-tests (bnd-process-tests) @ model-based --- [INFO] skip project as configured [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ model-based --- [INFO] No tests to run. [JENKINS] Recording test results [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ model-based --- [INFO] Building jar: /home/jenkins/agent/workspace/Sensinact Deploy/examples/model-based/target/model-based-0.0.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (test-jar) @ model-based --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ model-based --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/examples/model-based/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/examples/model-based/0.0.2-SNAPSHOT/model-based-0.0.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/examples/model-based/target/model-based-0.0.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/examples/model-based/0.0.2-SNAPSHOT/model-based-0.0.2-SNAPSHOT.jar [INFO] [INFO] --- deploy:3.0.0:deploy (default-deploy) @ model-based --- [INFO] Skipping artifact deployment [INFO] [INFO] -----------< org.eclipse.sensinact.gateway.examples:action >------------ [INFO] Building Example action 0.0.2-SNAPSHOT [48/68] [INFO] from examples/action/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ action --- [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ action --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sensinact Deploy/examples/action/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ action --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Sensinact Deploy/examples/action/target/classes [INFO] [INFO] --- bnd:7.0.0:bnd-process (default) @ action --- [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ action --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sensinact Deploy/examples/action/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ action --- [INFO] No sources to compile [INFO] [INFO] --- bnd:7.0.0:bnd-process-tests (bnd-process-tests) @ action --- [INFO] skip project as configured [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ action --- [INFO] No tests to run. [JENKINS] Recording test results [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ action --- [INFO] Building jar: /home/jenkins/agent/workspace/Sensinact Deploy/examples/action/target/action-0.0.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (test-jar) @ action --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ action --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/examples/action/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/examples/action/0.0.2-SNAPSHOT/action-0.0.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/examples/action/target/action-0.0.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/examples/action/0.0.2-SNAPSHOT/action-0.0.2-SNAPSHOT.jar [INFO] [INFO] --- deploy:3.0.0:deploy (default-deploy) @ action --- [INFO] Skipping artifact deployment [INFO] [INFO] ----------< org.eclipse.sensinact.gateway.examples:writable >----------- [INFO] Building Example writable 0.0.2-SNAPSHOT [49/68] [INFO] from examples/writable/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ writable --- [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ writable --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sensinact Deploy/examples/writable/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ writable --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Sensinact Deploy/examples/writable/target/classes [INFO] [INFO] --- bnd:7.0.0:bnd-process (default) @ writable --- [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ writable --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sensinact Deploy/examples/writable/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ writable --- [INFO] No sources to compile [INFO] [INFO] --- bnd:7.0.0:bnd-process-tests (bnd-process-tests) @ writable --- [INFO] skip project as configured [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ writable --- [INFO] No tests to run. [JENKINS] Recording test results [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ writable --- [INFO] Building jar: /home/jenkins/agent/workspace/Sensinact Deploy/examples/writable/target/writable-0.0.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (test-jar) @ writable --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ writable --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/examples/writable/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/examples/writable/0.0.2-SNAPSHOT/writable-0.0.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/examples/writable/target/writable-0.0.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/examples/writable/0.0.2-SNAPSHOT/writable-0.0.2-SNAPSHOT.jar [INFO] [INFO] --- deploy:3.0.0:deploy (default-deploy) @ writable --- [INFO] Skipping artifact deployment [INFO] [INFO] -----------< org.eclipse.sensinact.gateway.examples:generic >----------- [INFO] Building Example generic 0.0.2-SNAPSHOT [50/68] [INFO] from examples/generic/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ generic --- [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ generic --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sensinact Deploy/examples/generic/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ generic --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Sensinact Deploy/examples/generic/target/classes [INFO] [INFO] --- bnd:7.0.0:bnd-process (default) @ generic --- [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ generic --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sensinact Deploy/examples/generic/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ generic --- [INFO] No sources to compile [INFO] [INFO] --- bnd:7.0.0:bnd-process-tests (bnd-process-tests) @ generic --- [INFO] skip project as configured [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ generic --- [INFO] No tests to run. [JENKINS] Recording test results [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ generic --- [INFO] Building jar: /home/jenkins/agent/workspace/Sensinact Deploy/examples/generic/target/generic-0.0.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (test-jar) @ generic --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ generic --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/examples/generic/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/examples/generic/0.0.2-SNAPSHOT/generic-0.0.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/examples/generic/target/generic-0.0.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/examples/generic/0.0.2-SNAPSHOT/generic-0.0.2-SNAPSHOT.jar [INFO] [INFO] --- deploy:3.0.0:deploy (default-deploy) @ generic --- [INFO] Skipping artifact deployment [INFO] [INFO] --------< org.eclipse.sensinact.gateway.examples:notification >--------- [INFO] Building Example notification 0.0.2-SNAPSHOT [51/68] [INFO] from examples/notification/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ notification --- [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ notification --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sensinact Deploy/examples/notification/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ notification --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Sensinact Deploy/examples/notification/target/classes [INFO] [INFO] --- bnd:7.0.0:bnd-process (default) @ notification --- [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/examples/notification/pom.xml [3:107]: No value specified for key: notifications.. An empty value should be specified as 'notifications.:' or 'notifications.=': << notifications. Bundle-SymbolicName: org.eclipse.sensinact.gateway.examples.notification>> [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ notification --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sensinact Deploy/examples/notification/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ notification --- [INFO] No sources to compile [INFO] [INFO] --- bnd:7.0.0:bnd-process-tests (bnd-process-tests) @ notification --- [INFO] skip project as configured [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ notification --- [INFO] No tests to run. [JENKINS] Recording test results [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ notification --- [INFO] Building jar: /home/jenkins/agent/workspace/Sensinact Deploy/examples/notification/target/notification-0.0.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (test-jar) @ notification --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ notification --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/examples/notification/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/examples/notification/0.0.2-SNAPSHOT/notification-0.0.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/examples/notification/target/notification-0.0.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/examples/notification/0.0.2-SNAPSHOT/notification-0.0.2-SNAPSHOT.jar [INFO] [INFO] --- deploy:3.0.0:deploy (default-deploy) @ notification --- [INFO] Skipping artifact deployment [INFO] [INFO] ------------< org.eclipse.sensinact.gateway:sensinact-bom >------------- [INFO] Building Eclipse sensiNact Bill of Materials 0.0.2-SNAPSHOT [52/68] [INFO] from sensinact-bom/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ sensinact-bom --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ sensinact-bom --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/sensinact-bom/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/sensinact-bom/0.0.2-SNAPSHOT/sensinact-bom-0.0.2-SNAPSHOT.pom [INFO] [INFO] --- deploy:3.0.0:deploy (default-deploy) @ sensinact-bom --- [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/sensinact-bom/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/sensinact-bom/0.0.2-SNAPSHOT/maven-metadata.xml (621 B at 207 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/sensinact-bom/0.0.2-SNAPSHOT/sensinact-bom-0.0.2-20240212.200245-59.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/sensinact-bom/0.0.2-SNAPSHOT/sensinact-bom-0.0.2-20240212.200245-59.pom (2.1 kB at 49 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/sensinact-bom/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/sensinact-bom/maven-metadata.xml (362 B at 8.4 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/sensinact-bom/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/sensinact-bom/0.0.2-SNAPSHOT/maven-metadata.xml (621 B at 13 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/sensinact-bom/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/sensinact-bom/maven-metadata.xml (362 B at 6.0 kB/s) [INFO] [INFO] ------< org.eclipse.sensinact.gateway.distribution:distribution >------- [INFO] Building Eclipse sensiNact Distribution 0.0.2-SNAPSHOT [53/68] [INFO] from distribution/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ distribution --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ distribution --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/distribution/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/distribution/distribution/0.0.2-SNAPSHOT/distribution-0.0.2-SNAPSHOT.pom [INFO] [INFO] --- deploy:3.0.0:deploy (default-deploy) @ distribution --- [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/distribution/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/distribution/0.0.2-SNAPSHOT/maven-metadata.xml (633 B at 633 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/distribution/0.0.2-SNAPSHOT/distribution-0.0.2-20240212.200245-59.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/distribution/0.0.2-SNAPSHOT/distribution-0.0.2-20240212.200245-59.pom (2.6 kB at 38 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/distribution/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/distribution/maven-metadata.xml (374 B at 23 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/distribution/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/distribution/0.0.2-SNAPSHOT/maven-metadata.xml (633 B at 11 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/distribution/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/distribution/maven-metadata.xml (374 B at 5.8 kB/s) [INFO] [INFO] -------< org.eclipse.sensinact.gateway.distribution:test-utils >-------- [INFO] Building Eclipse sensiNact Feature Launcher Test Utilities 0.0.2-SNAPSHOT [54/68] [INFO] from distribution/test-utils/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ test-utils --- [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ test-utils --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sensinact Deploy/distribution/test-utils/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ test-utils --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/test-utils/target/classes [INFO] [INFO] --- bnd:7.0.0:bnd-process (default) @ test-utils --- [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ test-utils --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sensinact Deploy/distribution/test-utils/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ test-utils --- [INFO] No sources to compile [INFO] [INFO] --- bnd:7.0.0:bnd-process-tests (bnd-process-tests) @ test-utils --- [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/distribution/test-utils/pom.xml [0:0]: The JAR is empty: The instructions for the JAR named org.eclipse.sensinact.gateway.distribution.test-utils-tests did not cause any content to be included, this is likely wrong [WARNING] /home/jenkins/agent/workspace/Sensinact Deploy/distribution/test-utils/pom.xml [0:0]: The Test-Cases header is empty. No test case classes were found. [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ test-utils --- [JENKINS] Recording test results [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ test-utils --- [INFO] Building jar: /home/jenkins/agent/workspace/Sensinact Deploy/distribution/test-utils/target/test-utils-0.0.2-SNAPSHOT.jar [INFO] [INFO] --- jar:3.3.0:test-jar (test-jar) @ test-utils --- [INFO] Building jar: /home/jenkins/agent/workspace/Sensinact Deploy/distribution/test-utils/target/test-utils-0.0.2-SNAPSHOT-tests.jar [INFO] [INFO] --- bnd-resolver:7.1.0-SNAPSHOT:resolve (resolve-test) @ test-utils --- [WARNING] No bndrun files were specified with or found as *.bndrun in the project. This is unexpected. [INFO] [INFO] --- surefire:2.22.2:test (integration-test) @ test-utils --- [JENKINS] Recording test results [INFO] [INFO] --- install:3.1.1:install (default-install) @ test-utils --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/distribution/test-utils/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/distribution/test-utils/0.0.2-SNAPSHOT/test-utils-0.0.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/distribution/test-utils/target/test-utils-0.0.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/distribution/test-utils/0.0.2-SNAPSHOT/test-utils-0.0.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/distribution/test-utils/target/test-utils-0.0.2-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/distribution/test-utils/0.0.2-SNAPSHOT/test-utils-0.0.2-SNAPSHOT-tests.jar [INFO] [INFO] --- deploy:3.0.0:deploy (default-deploy) @ test-utils --- [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/test-utils/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/test-utils/0.0.2-SNAPSHOT/maven-metadata.xml (1.0 kB at 1.0 MB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/test-utils/0.0.2-SNAPSHOT/test-utils-0.0.2-20240212.200245-59.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/test-utils/0.0.2-SNAPSHOT/test-utils-0.0.2-20240212.200245-59.pom (1.9 kB at 31 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/test-utils/0.0.2-SNAPSHOT/test-utils-0.0.2-20240212.200245-59.jar [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/test-utils/0.0.2-SNAPSHOT/test-utils-0.0.2-20240212.200245-59-tests.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/test-utils/0.0.2-SNAPSHOT/test-utils-0.0.2-20240212.200245-59-tests.jar (2.7 kB at 74 kB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/test-utils/0.0.2-SNAPSHOT/test-utils-0.0.2-20240212.200245-59.jar (8.3 kB at 208 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/test-utils/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/test-utils/maven-metadata.xml (372 B at 9.3 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/test-utils/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/test-utils/0.0.2-SNAPSHOT/maven-metadata.xml (1.0 kB at 23 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/test-utils/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/test-utils/maven-metadata.xml (372 B at 7.0 kB/s) [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 152 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 679 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.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 225 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 4.8 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: 2.092 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-test2858666145668352263/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-test2858666145668352263/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-test2131167629195597105/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-test2131167629195597105/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.226 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.013 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 749 kB/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 443 kB/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 873 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 451 kB/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 633 kB/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 638 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 916 kB/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 355 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 14 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/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.jar (245 kB at 82 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/org/eclipse/aether/aether-api/1.0.2.v20150114/aether-api-1.0.2.v20150114.jar (136 kB at 19 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.bnd.util/6.4.0/biz.aQute.bnd.util-6.4.0.jar (429 kB at 39 MB/s) [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 50 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 35 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 42 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 47 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 796 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 376 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 2.6 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 1.6 MB/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 1.2 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 3.1 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 761 kB/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 131 kB/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 323 kB/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 114 kB/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 340 kB/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 1.8 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 70 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 1.8 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 378 kB/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 181 kB/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 435 kB/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 322 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 1.7 MB/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 2.4 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 1.1 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 490 kB/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 75 kB/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 1.3 MB/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 1.6 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 315 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 1.7 MB/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 388 kB/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 309 kB/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 221 kB/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 174 kB/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 293 kB/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 339 kB/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 186 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 585 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 2.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 962 kB/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 3.0 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 686 kB/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 9.2 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 at 2.5 MB/s) [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 1.7 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 14 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 2.0 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 9.1 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 1.4 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 3.3 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 8.2 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 9.6 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 14 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 414 kB/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 1.9 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 1.0 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 177 kB/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 917 kB/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 580 kB/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 189 kB/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 460 kB/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 499 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 at 2.8 MB/s) [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 443 kB/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 507 kB/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 6.3 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 22 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 9.1 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 357 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 3.5 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 145 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 147 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 14 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 23 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 24 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 1.4 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 18 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 5.3 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 1.2 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 336 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 3.4 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 758 kB/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 2.3 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 8.0 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 1.9 MB/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 126 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 454 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 317 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 15 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 572 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 91 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 98 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 911 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.2 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 380 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 306 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 376 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 315 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 444 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 1.0 MB/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 158 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 171 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 539 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 1.1 MB/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 1.2 MB/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 190 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 411 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 141 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 238 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.7 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 241 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 101 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 413 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 141 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 6.9 MB/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 131 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 3.2 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 362 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 200 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 172 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 318 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 169 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 234 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 682 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 716 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 865 kB/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 264 kB/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 5.1 MB/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 5.0 MB/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 4.6 MB/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 142 kB/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 2.0 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 1.8 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 18 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 3.1 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/reporting/maven-reporting-api/3.1.0/maven-reporting-api-3.1.0.jar (11 kB at 1.5 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-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.jar (30 kB at 5.0 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-settings-builder/3.1.0/maven-settings-builder-3.1.0.jar (41 kB at 3.5 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/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar (18 kB at 1.4 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/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.jar (47 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-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-core/3.1.0/maven-core-3.1.0.jar (563 kB at 33 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/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.jar (60 kB at 3.5 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/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.jar (159 kB at 8.9 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] 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 645 kB/s) [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 617 kB/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-decoration-model/1.11.1/doxia-decoration-model-1.11.1.jar (60 kB at 2.8 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/doxia/doxia-core/1.11.1/doxia-core-1.11.1.jar (218 kB at 9.5 MB/s) [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 2.2 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] 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/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.jar (61 kB at 2.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/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.jar (47 kB at 1.6 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/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar (145 kB at 4.7 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 4.5 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 6.8 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/commons-codec/commons-codec/1.11/commons-codec-1.11.jar (335 kB at 9.3 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 1.7 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/httpclient/4.5.13/httpclient-4.5.13.jar (780 kB at 21 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 419 kB/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/org/apache/maven/doxia/doxia-module-xhtml/1.11.1/doxia-module-xhtml-1.11.1.jar (17 kB at 446 kB/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-xhtml5/1.11.1/doxia-module-xhtml5-1.11.1.jar (18 kB at 446 kB/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/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.jar (12 kB at 298 kB/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/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.jar (328 kB at 7.5 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/apache/velocity/velocity/1.7/velocity-1.7.jar (450 kB at 10.0 MB/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 176 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/commons-lang/commons-lang/2.4/commons-lang-2.4.jar (262 kB at 5.6 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-chain/commons-chain/1.1/commons-chain-1.1.jar (90 kB at 1.8 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/org/apache/commons/commons-text/1.3/commons-text-1.3.jar (183 kB at 3.7 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/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar (347 kB at 7.1 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/com/google/collections/google-collections/1.0/google-collections-1.0.jar (640 kB at 13 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/dom4j/dom4j/1.1/dom4j-1.1.jar (457 kB at 8.6 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/org/tukaani/xz/1.8/xz-1.8.jar (109 kB at 2.0 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/apache/commons/commons-compress/1.20/commons-compress-1.20.jar (632 kB at 11 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/oro/oro/2.0.8/oro-2.0.8.jar (65 kB at 1.2 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/org/codehaus/plexus/plexus-archiver/4.2.2/plexus-archiver-4.2.2.jar (194 kB at 3.3 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/commons-digester/commons-digester/1.8/commons-digester-1.8.jar (144 kB at 2.4 MB/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-component-annotations/2.1.1/plexus-component-annotations-2.1.1.jar (4.1 kB at 65 kB/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/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.jar (76 kB at 1.2 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/eclipse/aether/aether-util/1.1.0/aether-util-1.1.0.jar (150 kB at 2.1 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-common-artifact-filters/3.2.0/maven-common-artifact-filters-3.2.0.jar (61 kB at 852 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 1.6 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/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.jar (197 kB at 1.9 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/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar (45 kB at 381 kB/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/org/apache/maven/maven-artifact/2.0.5/maven-artifact-2.0.5.jar (85 kB at 718 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/org/apache/maven/shared/maven-dependency-tree/3.1.0/maven-dependency-tree-3.1.0.jar (103 kB at 769 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/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar (5.8 kB at 42 kB/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/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.jar (33 kB at 236 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 32 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/org/apache/maven/shared/maven-dependency-analyzer/1.12.0/maven-dependency-analyzer-1.12.0.jar (37 kB at 242 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/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar (357 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/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.jar (291 kB at 1.9 MB/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/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar (26 kB at 163 kB/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/org/apache/maven/shared/maven-artifact-transfer/0.13.1/maven-artifact-transfer-0.13.1.jar (159 kB at 983 kB/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/commons-logging/commons-logging/1.2/commons-logging-1.2.jar (62 kB at 379 kB/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/com/google/guava/guava/10.0.1/guava-10.0.1.jar (1.5 MB at 9.0 MB/s) [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 1.5 MB/s) [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 512 kB/s) [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 4.4 MB/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 3.3 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 3.0 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 1.1 MB/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 11 MB/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 61 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 767 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 896 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 22 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 49 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 3.7 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 2.7 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 22 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 15 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 3.9 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 3.5 MB/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 12, 2024 8:12:19 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 12, 2024 8:12:19 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 20:12:19.567 [main] INFO org.eclipse.sensinact.gateway.launcher.ConfigurationManager -- Eclipse sensiNact is watching for changes in configuration file src/it/resources/config/configuration.json 20:12:19.580 [main] INFO org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Feature installation for features [] requested using repositories [repository] and feature directories [features] 20:12:19.581 [main] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- The following bundles [] are no longer required and will be removed. 20:12:19.582 [main] INFO org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Feature update complete. 20:12:19.683 [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] 20:12:19.683 [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. 20:12:19.683 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Loading feature model test-feature 20:12:19.689 [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 20:12:19.689 [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] 20:12:19.689 [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 20:12:19.700 [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 20:12:19.700 [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] 20:12:19.700 [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 20:12:19.704 [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 20:12:19.704 [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] 20:12:19.704 [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 20:12:19.707 [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 20:12:19.707 [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] 20:12:19.707 [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 20:12:19.709 [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 20:12:19.710 [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] 20:12:19.710 [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 12, 2024 8:12:19 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 12, 2024 8:12:19 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 20:12:19.818 [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} 20:12:19.818 [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} 20:12:19.843 [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} 20:12:19.846 [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} 20:12:19.846 [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} 20:12:19.846 [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} 20:12:19.895 [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} 20:12:19.902 [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} 20:12:19.907 [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} 20:12:19.916 [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} 20:12:19.917 [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} 20:12:19.918 [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) 20:12:19.918 [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} 20:12:19.919 [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} 20:12:19.948 [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} 20:12:19.949 [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} 20:12:19.950 [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} 20:12:19.950 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING Server@66ffef6e{STOPPED}[11.0.13,sto=0] 20:12:19.954 [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} 20:12:19.956 [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 20:12:19.983 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting Server@66ffef6e{STARTING}[11.0.13,sto=0] 20:12:19.983 [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] 20:12:19.986 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@5a824453{reserved=0/2,pending=0} 20:12:19.986 [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} 20:12:19.986 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ReservedThreadExecutor@5a824453{reserved=0/2,pending=0} 20:12:19.996 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1428ms ReservedThreadExecutor@5a824453{reserved=0/2,pending=0} 20:12:19.999 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp542980811-26,5,Configuration Admin Service] 20:12:19.999 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp542980811-27,5,Configuration Admin Service] 20:12:19.999 [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}] 20:12:19.999 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp542980811-28,5,Configuration Admin Service] 20:12:19.999 [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}] 20:12:19.999 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp542980811-29,5,Configuration Admin Service] 20:12:19.999 [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}] 20:12:20.000 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp542980811-30,5,Configuration Admin Service] 20:12:20.000 [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}] 20:12:20.000 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp542980811-31,5,Configuration Admin Service] 20:12:20.000 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp542980811-32,5,Configuration Admin Service] 20:12:20.000 [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}] 20:12:20.000 [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}] 20:12:20.000 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp542980811-33,5,Configuration Admin Service] 20:12:20.000 [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}] 20:12:20.000 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1432ms QueuedThreadPool[qtp542980811]@205d3acb{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@5a824453{reserved=0/2,pending=0}] 20:12:20.000 [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}] 20:12:20.001 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING AttributeContainerMap@66d28811{size=0} 20:12:20.001 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1433ms AttributeContainerMap@66d28811{size=0} 20:12:20.001 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING HashLoginService@170ef232[OSGi HTTP Service Realm] 20:12:20.001 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING UserStore@2d1cc58d[users.count=0] 20:12:20.001 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1433ms UserStore@2d1cc58d[users.count=0] 20:12:20.001 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1433ms HashLoginService@170ef232[OSGi HTTP Service Realm] 20:12:20.001 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ContextHandlerCollection@6c4663da{STOPPED} 20:12:20.001 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting ContextHandlerCollection@6c4663da{STARTING} 20:12:20.001 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING o.e.j.s.ServletContextHandler@1178ae9f{/,null,STOPPED} 20:12:20.002 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.DecoratedObjectFactory -- Adding Decorator: org.eclipse.jetty.util.DeprecationWarning@f4ec524 20:12:20.046 [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] 20:12:20.063 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting o.e.j.s.ServletContextHandler@1178ae9f{/,null,STARTING} 20:12:20.063 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING SymlinkAllowedResourceAliasChecker@1a111e86{base=null,protected=[]} 20:12:20.064 [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} 20:12:20.064 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1496ms SymlinkAllowedResourceAliasChecker@1a111e86{base=null,protected=[]} 20:12:20.064 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING org.eclipse.jetty.server.session.SessionHandler1239354881==dftMaxIdleSec=0 20:12:20.067 [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} 20:12:20.069 [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} 20:12:20.071 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING DefaultSessionIdManager@139c30cc{STOPPED}[worker=null] 20:12:20.072 [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} 20:12:20.075 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO org.eclipse.jetty.server.session.DefaultSessionIdManager -- Session workerName=node0 20:12:20.075 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING HouseKeeper@5b545d3c{STOPPED}[interval=600000, ownscheduler=false] 20:12:20.077 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ScheduledExecutorScheduler@9eca31a{STOPPED} 20:12:20.077 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1509ms ScheduledExecutorScheduler@9eca31a{STARTED} 20:12:20.078 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.session.HouseKeeper -- node0 using own scheduler for scavenging 20:12:20.078 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.session.HouseKeeper -- node0 scavenging every 600000ms 20:12:20.080 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1512ms HouseKeeper@5b545d3c{STARTED}[interval=600000, ownscheduler=true] 20:12:20.080 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1512ms DefaultSessionIdManager@139c30cc{STARTED}[worker=node0] 20:12:20.080 [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} 20:12:20.081 [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} 20:12:20.081 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ScheduledExecutorScheduler@4de8272e{STOPPED} 20:12:20.081 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1513ms ScheduledExecutorScheduler@4de8272e{STARTED} 20:12:20.081 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting org.eclipse.jetty.server.session.SessionHandler1239354881==dftMaxIdleSec=0 20:12:20.081 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ServletHandler@2fde7378{STOPPED} 20:12:20.090 [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] 20:12:20.093 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.http.pathmap.ServletPathSpec -- Creating ServletPathSpec[/*] (group: PREFIX_GLOB, prefix: "", suffix: "null") 20:12:20.093 [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] 20:12:20.094 [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}}} 20:12:20.094 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.servlet.ServletHandler -- Adding Default404Servlet to ServletHandler@2fde7378{STARTING} 20:12:20.094 [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} 20:12:20.095 [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} 20:12:20.095 [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] 20:12:20.095 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.http.pathmap.ServletPathSpec -- Creating ServletPathSpec[/*] (group: PREFIX_GLOB, prefix: "", suffix: "null") 20:12:20.095 [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] 20:12:20.095 [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] 20:12:20.095 [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] 20:12:20.095 [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}}} 20:12:20.095 [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] 20:12:20.095 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.http.pathmap.ServletPathSpec -- Creating ServletPathSpec[/*] (group: PREFIX_GLOB, prefix: "", suffix: "null") 20:12:20.095 [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] 20:12:20.095 [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] 20:12:20.095 [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] 20:12:20.095 [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}}} 20:12:20.096 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting ServletHandler@2fde7378{STARTING} 20:12:20.096 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1528ms ServletHandler@2fde7378{STARTED} 20:12:20.096 [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] 20:12:20.096 [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] 20:12:20.096 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1528ms org.eclipse.jetty.server.session.NullSessionDataStore@1eac4313[passivating=false,graceSec=3600] 20:12:20.096 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1528ms org.eclipse.jetty.server.session.DefaultSessionCache@ab630c2[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] 20:12:20.096 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1528ms org.eclipse.jetty.server.session.SessionHandler1239354881==dftMaxIdleSec=0 20:12:20.098 [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} 20:12:20.099 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1531ms 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} 20:12:20.100 [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 20:12:20.100 [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} 20:12:20.100 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1532ms 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} 20:12:20.100 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO org.eclipse.jetty.server.handler.ContextHandler -- Started o.e.j.s.ServletContextHandler@1178ae9f{/,null,AVAILABLE} 20:12:20.101 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1532ms o.e.j.s.ServletContextHandler@1178ae9f{/,null,AVAILABLE} 20:12:20.101 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1533ms ContextHandlerCollection@6c4663da{STARTED} 20:12:20.101 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ErrorHandler@b14370c{STOPPED} 20:12:20.101 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting ErrorHandler@b14370c{STARTING} 20:12:20.101 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1533ms ErrorHandler@b14370c{STARTED} 20:12:20.101 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO org.eclipse.jetty.server.Server -- Started Server@66ffef6e{STARTING}[11.0.13,sto=0] @1533ms 20:12:20.101 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1533ms Server@66ffef6e{STARTED}[11.0.13,sto=0] 20:12:20.101 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.session.HouseKeeper -- node0 scavenging every 600000ms 20:12:20.111 [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} 20:12:20.150 [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} 20:12:20.151 [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} 20:12:20.162 [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} 20:12:20.162 [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} 20:12:20.163 [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} 20:12:20.163 [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} 20:12:20.163 [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} 20:12:20.164 [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] 20:12:20.167 [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} 20:12:20.167 [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} 20:12:20.167 [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} 20:12:20.174 [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} 20:12:20.176 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ScheduledExecutorScheduler@772280ce{STOPPED} 20:12:20.176 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1608ms ScheduledExecutorScheduler@772280ce{STARTED} 20:12:20.176 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING HttpConnectionFactory@5a9ed43d[HTTP/1.1] 20:12:20.176 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1608ms HttpConnectionFactory@5a9ed43d[HTTP/1.1] 20:12:20.176 [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} 20:12:20.182 [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-12T20:12:20.182511019Z added {SelectorProducer@40462a2b,POJO} 20:12:20.182 [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-12T20:12:20.182834713Z added {QueuedThreadPool[qtp542980811]@205d3acb{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@5a824453{reserved=0/2,pending=0}],UNMANAGED} 20:12:20.182 [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-12T20:12:20.183032473Z created 20:12:20.183 [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-12T20:12:20.1832134Z,MANAGED} 20:12:20.183 [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} 20:12:20.183 [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 20:12:20.183 [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-12T20:12:20.183554396Z 20:12:20.183 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1615ms 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-12T20:12:20.183679051Z 20:12:20.185 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue org.eclipse.jetty.io.ManagedSelector$$Lambda$205/0x00007f0dec1b29a0@2cffc089 startThread=0 20:12:20.185 [qtp542980811-26] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.io.ManagedSelector$$Lambda$205/0x00007f0dec1b29a0@2cffc089 in QueuedThreadPool[qtp542980811]@205d3acb{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@5a824453{reserved=0/2,pending=0}] 20:12:20.185 [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-12T20:12:20.186005739Z tryProduce false 20:12:20.186 [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 20:12:20.187 [qtp542980811-26] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 20:12:20.187 [qtp542980811-26] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$Start@36fb1b2a 20:12:20.187 [qtp542980811-26] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:12:20.187 [qtp542980811-26] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@405bce3d waiting with 0 keys 20:12:20.187 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1619ms ManagedSelector@2e962273{STARTED} id=0 keys=0 selected=0 updates=0 20:12:20.187 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1619ms SelectorManager@ServerConnector@503fbbb6{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 20:12:20.188 [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} 20:12:20.188 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue acceptor-0@66a751b6 startThread=0 20:12:20.188 [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} 20:12:20.188 [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}] 20:12:20.189 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1620ms ServerConnector@503fbbb6{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 20:12:20.190 [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] 20:12:20.220 [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} 20:12:20.242 [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] 20:12:20.242 [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] 20:12:20.242 [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] 20:12:20.242 [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} 20:12:20.242 [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} 20:12:20.242 [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 20:12:20.242 [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}] 20:12:20.243 [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 20:12:20.243 [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 20:12:20.243 [qtp542980811-26] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@405bce3d woken with none selected 20:12:20.243 [qtp542980811-26] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@405bce3d woken up from select, 0/0/0 selected 20:12:20.243 [qtp542980811-26] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@405bce3d processing 0 keys, 1 updates 20:12:20.243 [qtp542980811-26] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 20:12:20.243 [qtp542980811-26] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$CloseConnections@11232948 20:12:20.244 [qtp542980811-26] DEBUG org.eclipse.jetty.io.ManagedSelector -- Closing 0 connections on ManagedSelector@2e962273{STOPPING} id=0 keys=0 selected=0 updates=0 20:12:20.244 [qtp542980811-26] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:12:20.244 [qtp542980811-26] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@405bce3d waiting with 0 keys 20:12:20.244 [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 20:12:20.244 [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 20:12:20.244 [qtp542980811-26] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@405bce3d woken with none selected 20:12:20.244 [qtp542980811-26] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@405bce3d woken up from select, 0/0/0 selected 20:12:20.244 [qtp542980811-26] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@405bce3d processing 0 keys, 1 updates 20:12:20.244 [qtp542980811-26] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 20:12:20.244 [qtp542980811-26] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$StopSelector@6b723ae2 20:12:20.246 [qtp542980811-26] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:12:20.246 [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-12T20:12:20.246789623Z 20:12:20.246 [qtp542980811-26] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.io.ManagedSelector$$Lambda$205/0x00007f0dec1b29a0@2cffc089 in QueuedThreadPool[qtp542980811]@205d3acb{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@5a824453{reserved=0/2,pending=0}] 20:12:20.246 [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-12T20:12:20.246958157Z 20:12:20.247 [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 20:12:20.247 [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} 20:12:20.247 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING HttpConnectionFactory@5a9ed43d[HTTP/1.1] 20:12:20.247 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED HttpConnectionFactory@5a9ed43d[HTTP/1.1] 20:12:20.247 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ScheduledExecutorScheduler@772280ce{STARTED} 20:12:20.247 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ScheduledExecutorScheduler@772280ce{STOPPED} 20:12:20.247 [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} 20:12:20.247 [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} 20:12:20.247 [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] 20:12:20.247 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING DefaultSessionIdManager@139c30cc{STARTED}[worker=node0] 20:12:20.247 [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] 20:12:20.247 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.session.HouseKeeper -- node0 stopped scavenging 20:12:20.247 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ScheduledExecutorScheduler@9eca31a{STARTED} 20:12:20.248 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ScheduledExecutorScheduler@9eca31a{STOPPED} 20:12:20.248 [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] 20:12:20.248 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED DefaultSessionIdManager@139c30cc{STOPPED}[worker=node0] 20:12:20.248 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ErrorHandler@b14370c{STARTED} 20:12:20.248 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- stopping ErrorHandler@b14370c{STOPPING} 20:12:20.248 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ErrorHandler@b14370c{STOPPED} 20:12:20.248 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ContextHandlerCollection@6c4663da{STARTED} 20:12:20.248 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- stopping ContextHandlerCollection@6c4663da{STOPPING} 20:12:20.248 [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} 20:12:20.248 [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} 20:12:20.248 [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 20:12:20.248 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.session.DefaultSessionCache -- Shutdown sessions, invalidating = false 20:12:20.248 [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] 20:12:20.248 [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] 20:12:20.248 [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] 20:12:20.248 [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] 20:12:20.248 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ScheduledExecutorScheduler@4de8272e{STARTED} 20:12:20.248 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ScheduledExecutorScheduler@4de8272e{STOPPED} 20:12:20.248 [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 20:12:20.248 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ServletHandler@2fde7378{STARTED} 20:12:20.248 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- stopping ServletHandler@2fde7378{STOPPING} 20:12:20.249 [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} 20:12:20.249 [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} 20:12:20.249 [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} 20:12:20.249 [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} 20:12:20.251 [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] 20:12:20.251 [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") 20:12:20.251 [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] 20:12:20.251 [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}}} 20:12:20.252 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ServletHandler@2fde7378{STOPPED} 20:12:20.252 [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 20:12:20.252 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING SymlinkAllowedResourceAliasChecker@1a111e86{base=null,protected=[]} 20:12:20.252 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED SymlinkAllowedResourceAliasChecker@1a111e86{base=null,protected=[]} 20:12:20.252 [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} 20:12:20.252 [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} 20:12:20.253 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ContextHandlerCollection@6c4663da{STOPPED} 20:12:20.253 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING HashLoginService@170ef232[OSGi HTTP Service Realm] 20:12:20.253 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING UserStore@2d1cc58d[users.count=0] 20:12:20.253 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED UserStore@2d1cc58d[users.count=0] 20:12:20.253 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED HashLoginService@170ef232[OSGi HTTP Service Realm] 20:12:20.253 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING AttributeContainerMap@66d28811{size=0} 20:12:20.253 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED AttributeContainerMap@66d28811{size=0} 20:12:20.253 [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}] 20:12:20.253 [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}] 20:12:20.253 [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} 20:12:20.255 [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} 20:12:20.255 [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 20:12:20.255 [qtp542980811-28] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$146/0x00007f0dec163208@7265c21f in QueuedThreadPool[qtp542980811]@205d3acb{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:12:20.255 [qtp542980811-29] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$146/0x00007f0dec163208@7265c21f in QueuedThreadPool[qtp542980811]@205d3acb{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:12:20.255 [qtp542980811-30] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$146/0x00007f0dec163208@7265c21f in QueuedThreadPool[qtp542980811]@205d3acb{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:12:20.255 [qtp542980811-28] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$146/0x00007f0dec163208@7265c21f in QueuedThreadPool[qtp542980811]@205d3acb{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:12:20.255 [qtp542980811-29] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$146/0x00007f0dec163208@7265c21f in QueuedThreadPool[qtp542980811]@205d3acb{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:12:20.255 [qtp542980811-31] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$146/0x00007f0dec163208@7265c21f in QueuedThreadPool[qtp542980811]@205d3acb{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:12:20.255 [qtp542980811-32] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$146/0x00007f0dec163208@7265c21f in QueuedThreadPool[qtp542980811]@205d3acb{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:12:20.255 [qtp542980811-30] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$146/0x00007f0dec163208@7265c21f in QueuedThreadPool[qtp542980811]@205d3acb{STOPPING,8<=0<=200,i=9,r=-1,q=0}[NO_TRY] 20:12:20.255 [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] 20:12:20.255 [qtp542980811-33] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$146/0x00007f0dec163208@7265c21f in QueuedThreadPool[qtp542980811]@205d3acb{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:12:20.255 [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] 20:12:20.255 [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] 20:12:20.255 [qtp542980811-31] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$146/0x00007f0dec163208@7265c21f in QueuedThreadPool[qtp542980811]@205d3acb{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:12:20.255 [qtp542980811-33] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$146/0x00007f0dec163208@7265c21f in QueuedThreadPool[qtp542980811]@205d3acb{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:12:20.255 [qtp542980811-27] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$146/0x00007f0dec163208@7265c21f in QueuedThreadPool[qtp542980811]@205d3acb{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:12:20.255 [qtp542980811-32] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$146/0x00007f0dec163208@7265c21f in QueuedThreadPool[qtp542980811]@205d3acb{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:12:20.255 [qtp542980811-26] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$146/0x00007f0dec163208@7265c21f in QueuedThreadPool[qtp542980811]@205d3acb{STOPPING,8<=0<=200,i=9,r=-1,q=0}[NO_TRY] 20:12:20.256 [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] 20:12:20.256 [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] 20:12:20.256 [qtp542980811-27] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$146/0x00007f0dec163208@7265c21f in QueuedThreadPool[qtp542980811]@205d3acb{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:12:20.256 [qtp542980811-26] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$146/0x00007f0dec163208@7265c21f in QueuedThreadPool[qtp542980811]@205d3acb{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:12:20.256 [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] 20:12:20.256 [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] 20:12:20.256 [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] 20:12:20.256 [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 20:12:20.256 [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] 20:12:20.256 [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] 20:12:20.256 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.apache.felix.http -- Stopped Jetty 20:12:20.256 [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} 20:12:20.256 [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} 20:12:20.256 [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} 20:12:20.256 [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} 20:12:20.256 [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} 20:12:20.256 [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} 20:12:20.257 [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} 20:12:20.257 [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} 20:12:20.257 [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} 20:12:20.257 [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} 20:12:20.257 [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} 20:12:20.257 [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) 20:12:20.257 [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} 20:12:20.257 [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} 20:12:20.257 [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} 20:12:20.257 [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} 20:12:20.258 [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} 20:12:20.258 [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] 20:12:20.258 [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} 20:12:20.258 [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 20:12:20.258 [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] 20:12:20.258 [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] 20:12:20.258 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@7d2267eb{reserved=0/2,pending=0} 20:12:20.258 [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} 20:12:20.258 [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} 20:12:20.258 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1690ms ReservedThreadExecutor@7d2267eb{reserved=0/2,pending=0} 20:12:20.258 [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] 20:12:20.259 [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] 20:12:20.259 [qtp80013494-37] 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}] 20:12:20.259 [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] 20:12:20.259 [qtp80013494-38] 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}] 20:12:20.259 [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] 20:12:20.259 [qtp80013494-39] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp80013494]@4c4e8b6{STARTING,8<=4<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7d2267eb{reserved=0/2,pending=0}] 20:12:20.259 [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] 20:12:20.259 [qtp80013494-40] 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}] 20:12:20.259 [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] 20:12:20.259 [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] 20:12:20.259 [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}] 20:12:20.259 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp80013494-44,5,Configuration Admin Service] 20:12:20.259 [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}] 20:12:20.259 [qtp80013494-43] 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}] 20:12:20.259 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1691ms QueuedThreadPool[qtp80013494]@4c4e8b6{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@7d2267eb{reserved=0/2,pending=0}] 20:12:20.259 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING AttributeContainerMap@7f841efb{size=0} 20:12:20.259 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1691ms AttributeContainerMap@7f841efb{size=0} 20:12:20.259 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING HashLoginService@5ca6c8e5[OSGi HTTP Service Realm] 20:12:20.259 [qtp80013494-44] 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}] 20:12:20.260 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING UserStore@23a589ed[users.count=0] 20:12:20.260 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1692ms UserStore@23a589ed[users.count=0] 20:12:20.260 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1692ms HashLoginService@5ca6c8e5[OSGi HTTP Service Realm] 20:12:20.260 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ContextHandlerCollection@7e8da832{STOPPED} 20:12:20.260 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting ContextHandlerCollection@7e8da832{STARTING} 20:12:20.260 [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} 20:12:20.260 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.DecoratedObjectFactory -- Adding Decorator: org.eclipse.jetty.util.DeprecationWarning@22814221 20:12:20.260 [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} 20:12:20.260 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING SymlinkAllowedResourceAliasChecker@16823630{base=null,protected=[]} 20:12:20.260 [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} 20:12:20.260 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1692ms SymlinkAllowedResourceAliasChecker@16823630{base=null,protected=[]} 20:12:20.260 [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 20:12:20.260 [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} 20:12:20.260 [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} 20:12:20.260 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING DefaultSessionIdManager@3fe53f10{STOPPED}[worker=null] 20:12:20.260 [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} 20:12:20.260 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.session.DefaultSessionIdManager -- Session workerName=node0 20:12:20.260 [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] 20:12:20.260 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ScheduledExecutorScheduler@5616b640{STOPPED} 20:12:20.261 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1692ms ScheduledExecutorScheduler@5616b640{STARTED} 20:12:20.261 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.session.HouseKeeper -- node0 using own scheduler for scavenging 20:12:20.261 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.session.HouseKeeper -- node0 scavenging every 660000ms 20:12:20.261 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1693ms HouseKeeper@fb87dfa{STARTED}[interval=660000, ownscheduler=true] 20:12:20.261 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1693ms DefaultSessionIdManager@3fe53f10{STARTED}[worker=node0] 20:12:20.261 [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} 20:12:20.261 [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} 20:12:20.261 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ScheduledExecutorScheduler@38840d0b{STOPPED} 20:12:20.261 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1693ms ScheduledExecutorScheduler@38840d0b{STARTED} 20:12:20.261 [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 20:12:20.261 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ServletHandler@3250993a{STOPPED} 20:12:20.261 [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] 20:12:20.261 [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") 20:12:20.261 [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] 20:12:20.262 [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}}} 20:12:20.262 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.servlet.ServletHandler -- Adding Default404Servlet to ServletHandler@3250993a{STARTING} 20:12:20.262 [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} 20:12:20.262 [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} 20:12:20.262 [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] 20:12:20.262 [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") 20:12:20.262 [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] 20:12:20.262 [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] 20:12:20.262 [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] 20:12:20.262 [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}}} 20:12:20.262 [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] 20:12:20.262 [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") 20:12:20.262 [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] 20:12:20.262 [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] 20:12:20.262 [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] 20:12:20.262 [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}}} 20:12:20.262 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting ServletHandler@3250993a{STARTING} 20:12:20.263 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1694ms ServletHandler@3250993a{STARTED} 20:12:20.263 [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] 20:12:20.263 [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] 20:12:20.263 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1695ms org.eclipse.jetty.server.session.NullSessionDataStore@175de790[passivating=false,graceSec=3600] 20:12:20.263 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1695ms org.eclipse.jetty.server.session.DefaultSessionCache@1c18ade0[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] 20:12:20.263 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1695ms org.eclipse.jetty.server.session.SessionHandler2033787493==dftMaxIdleSec=0 20:12:20.263 [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} 20:12:20.263 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1695ms 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} 20:12:20.263 [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 20:12:20.263 [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} 20:12:20.263 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1695ms 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} 20:12:20.263 [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} 20:12:20.263 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1695ms o.e.j.s.ServletContextHandler@7c8938a4{/,null,AVAILABLE} 20:12:20.263 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1695ms ContextHandlerCollection@7e8da832{STARTED} 20:12:20.263 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ErrorHandler@4d385e23{STOPPED} 20:12:20.263 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting ErrorHandler@4d385e23{STARTING} 20:12:20.263 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1695ms ErrorHandler@4d385e23{STARTED} 20:12:20.263 [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] @1695ms 20:12:20.263 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1695ms Server@659b7320{STARTED}[11.0.13,sto=0] 20:12:20.263 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.session.HouseKeeper -- node0 scavenging every 600000ms 20:12:20.264 [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} 20:12:20.264 [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} 20:12:20.264 [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} 20:12:20.264 [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} 20:12:20.264 [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} 20:12:20.264 [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} 20:12:20.264 [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} 20:12:20.264 [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} 20:12:20.264 [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] 20:12:20.265 [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} 20:12:20.265 [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} 20:12:20.265 [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} 20:12:20.265 [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} 20:12:20.265 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ScheduledExecutorScheduler@3858d2e{STOPPED} 20:12:20.265 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1697ms ScheduledExecutorScheduler@3858d2e{STARTED} 20:12:20.265 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING HttpConnectionFactory@22d176e8[HTTP/1.1] 20:12:20.265 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1697ms HttpConnectionFactory@22d176e8[HTTP/1.1] 20:12:20.265 [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} 20:12:20.266 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Feature update complete. 20:12:20.265 [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-12T20:12:20.34154253Z added {SelectorProducer@62a71547,POJO} 20:12:20.341 [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-12T20:12:20.341802679Z added {QueuedThreadPool[qtp80013494]@4c4e8b6{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@7d2267eb{reserved=0/2,pending=0}],UNMANAGED} 20:12:20.341 [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-12T20:12:20.341921689Z created 20:12:20.341 [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-12T20:12:20.342023481Z,MANAGED} 20:12:20.342 [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} 20:12:20.342 [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 20:12:20.342 [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-12T20:12:20.342231633Z 20:12:20.342 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1774ms 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-12T20:12:20.342317166Z 20:12:20.342 [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/0x00007f0dec1b29a0@57f6123e startThread=0 20:12:20.342 [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 20:12:20.342 [qtp80013494-37] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.io.ManagedSelector$$Lambda$205/0x00007f0dec1b29a0@57f6123e in QueuedThreadPool[qtp80013494]@4c4e8b6{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@7d2267eb{reserved=0/2,pending=0}] 20:12:20.342 [qtp80013494-37] 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-12T20:12:20.342618166Z tryProduce false 20:12:20.342 [qtp80013494-37] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 20:12:20.342 [qtp80013494-37] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$Start@2290de40 20:12:20.342 [qtp80013494-37] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:12:20.342 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1774ms ManagedSelector@15db0d46{STARTED} id=0 keys=0 selected=0 updates=0 20:12:20.342 [qtp80013494-37] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@71f3373b waiting with 0 keys 20:12:20.342 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1774ms SelectorManager@ServerConnector@76d694c{HTTP/1.1, (http/1.1)}{0.0.0.0:8081} 20:12:20.342 [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} 20:12:20.342 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue acceptor-0@7847fa78 startThread=0 20:12:20.342 [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} 20:12:20.342 [qtp80013494-38] 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}] 20:12:20.343 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1774ms ServerConnector@76d694c{HTTP/1.1, (http/1.1)}{0.0.0.0:8081} 20:12:20.343 [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] 20:12:20.345 [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} ____________________________ Welcome to Apache Felix Gogo g! 20:12:21.067 [qtp80013494-38-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@25785313[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8081 remote=/127.0.0.1:33338]] on ManagedSelector@15db0d46{STARTED} id=0 keys=0 selected=0 updates=0 20:12:21.068 [qtp80013494-38-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 20:12:21.068 [qtp80013494-37] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@71f3373b woken with none selected 20:12:21.068 [qtp80013494-37] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@71f3373b woken up from select, 0/0/0 selected 20:12:21.069 [qtp80013494-37] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@71f3373b processing 0 keys, 1 updates 20:12:21.069 [qtp80013494-37] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 20:12:21.069 [qtp80013494-37] DEBUG org.eclipse.jetty.io.ManagedSelector -- update Accept@25785313[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8081 remote=/127.0.0.1:33338]] 20:12:21.070 [qtp80013494-37] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue Accept@25785313[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8081 remote=/127.0.0.1:33338]] startThread=0 20:12:21.070 [qtp80013494-37] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:12:21.070 [qtp80013494-37] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@71f3373b waiting with 1 keys 20:12:21.070 [qtp80013494-39] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run Accept@25785313[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8081 remote=/127.0.0.1:33338]] in QueuedThreadPool[qtp80013494]@4c4e8b6{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@7d2267eb{reserved=0/2,pending=0}] 20:12:21.082 [qtp80013494-39] DEBUG org.eclipse.jetty.io.IdleTimeout -- Setting idle timeout 0 -> 60000 on SocketChannelEndPoint@cef80ff[{l=/127.0.0.1:8081,r=/127.0.0.1:33338,OPEN,fill=-,flush=-,to=3/60000}{io=0/0,kio=0,kro=0}]->[] 20:12:21.082 [qtp80013494-39] DEBUG org.eclipse.jetty.io.IdleTimeout -- SocketChannelEndPoint@cef80ff[{l=/127.0.0.1:8081,r=/127.0.0.1:33338,OPEN,fill=-,flush=-,to=3/60000}{io=0/0,kio=0,kro=0}]->[] idle timeout check, elapsed: 3 ms, remaining: 59997 ms 20:12:21.167 [qtp80013494-39] DEBUG org.eclipse.jetty.server.HttpChannel -- new HttpChannelOverHttp@2b7ce6f{s=HttpChannelState@4e7172a5{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@cef80ff[{l=/127.0.0.1:8081,r=/127.0.0.1:33338,OPEN,fill=-,flush=-,to=88/60000}{io=0/0,kio=0,kro=0}]->[],null,HttpChannelState@4e7172a5{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 20:12:21.243 [qtp80013494-39] DEBUG org.eclipse.jetty.server.HttpConnection -- New HTTP Connection HttpConnection@2a6d7adb::SocketChannelEndPoint@cef80ff[{l=/127.0.0.1:8081,r=/127.0.0.1:33338,OPEN,fill=-,flush=-,to=164/60000}{io=0/0,kio=0,kro=0}]->[] 20:12:21.244 [qtp80013494-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=true org.eclipse.jetty.io.ManagedSelector$$Lambda$218/0x00007f0dec221230@1801723f on ManagedSelector@15db0d46{STARTED} id=0 keys=1 selected=0 updates=0 20:12:21.245 [qtp80013494-39] DEBUG org.eclipse.jetty.io.AbstractEndPoint -- onOpen SocketChannelEndPoint@cef80ff[{l=/127.0.0.1:8081,r=/127.0.0.1:33338,OPEN,fill=-,flush=-,to=166/60000}{io=0/0,kio=0,kro=0}]->[HttpConnection@2a6d7adb[p=HttpParser{s=START,0 of -1},g=HttpGenerator@10f289cf{s=START}]=>HttpChannelOverHttp@2b7ce6f{s=HttpChannelState@4e7172a5{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}] 20:12:21.245 [qtp80013494-39] DEBUG org.eclipse.jetty.io.AbstractConnection -- onOpen HttpConnection@2a6d7adb::SocketChannelEndPoint@cef80ff[{l=/127.0.0.1:8081,r=/127.0.0.1:33338,OPEN,fill=-,flush=-,to=166/60000}{io=0/0,kio=0,kro=0}]->[HttpConnection@2a6d7adb[p=HttpParser{s=START,0 of -1},g=HttpGenerator@10f289cf{s=START}]=>HttpChannelOverHttp@2b7ce6f{s=HttpChannelState@4e7172a5{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}] 20:12:21.245 [qtp80013494-39] DEBUG org.eclipse.jetty.io.AbstractConnection -- fillInterested HttpConnection@2a6d7adb::SocketChannelEndPoint@cef80ff[{l=/127.0.0.1:8081,r=/127.0.0.1:33338,OPEN,fill=-,flush=-,to=166/60000}{io=0/0,kio=0,kro=0}]->[HttpConnection@2a6d7adb[p=HttpParser{s=START,0 of -1},g=HttpGenerator@10f289cf{s=START}]=>HttpChannelOverHttp@2b7ce6f{s=HttpChannelState@4e7172a5{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}] 20:12:21.245 [qtp80013494-39] DEBUG org.eclipse.jetty.io.FillInterest -- interested FillInterest@9891e38{ReadCallback@3905ce5e{HttpConnection@2a6d7adb::SocketChannelEndPoint@cef80ff[{l=/127.0.0.1:8081,r=/127.0.0.1:33338,OPEN,fill=FI,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}]->[HttpConnection@2a6d7adb[p=HttpParser{s=START,0 of -1},g=HttpGenerator@10f289cf{s=START}]=>HttpChannelOverHttp@2b7ce6f{s=HttpChannelState@4e7172a5{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}]}} 20:12:21.245 [qtp80013494-39] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- changeInterests p=false 0->1 for SocketChannelEndPoint@cef80ff[{l=/127.0.0.1:8081,r=/127.0.0.1:33338,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=0}]->[HttpConnection@2a6d7adb[p=HttpParser{s=START,0 of -1},g=HttpGenerator@10f289cf{s=START}]=>HttpChannelOverHttp@2b7ce6f{s=HttpChannelState@4e7172a5{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}] 20:12:21.245 [qtp80013494-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$212/0x00007f0dec212368@2a06d3cb on ManagedSelector@15db0d46{STARTED} id=0 keys=1 selected=0 updates=1 20:12:21.245 [qtp80013494-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@15db0d46{STARTED} id=0 keys=1 selected=0 updates=2 20:12:21.245 [qtp80013494-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Created SocketChannelEndPoint@cef80ff[{l=/127.0.0.1:8081,r=/127.0.0.1:33338,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=0}]->[HttpConnection@2a6d7adb[p=HttpParser{s=START,0 of -1},g=HttpGenerator@10f289cf{s=START}]=>HttpChannelOverHttp@2b7ce6f{s=HttpChannelState@4e7172a5{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}] 20:12:21.246 [qtp80013494-37] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@71f3373b woken with none selected 20:12:21.246 [qtp80013494-37] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@71f3373b woken up from select, 0/0/1 selected 20:12:21.246 [qtp80013494-39] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran Accept@25785313[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8081 remote=/127.0.0.1:33338]] in QueuedThreadPool[qtp80013494]@4c4e8b6{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@7d2267eb{reserved=0/2,pending=0}] 20:12:21.246 [qtp80013494-37] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@71f3373b processing 0 keys, 2 updates 20:12:21.246 [qtp80013494-37] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 2 20:12:21.246 [qtp80013494-37] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$$Lambda$218/0x00007f0dec221230@1801723f 20:12:21.246 [qtp80013494-37] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$212/0x00007f0dec212368@2a06d3cb 20:12:21.246 [qtp80013494-37] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- Key interests updated 0 -> 1 on SocketChannelEndPoint@cef80ff[{l=/127.0.0.1:8081,r=/127.0.0.1:33338,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=0}]->[HttpConnection@2a6d7adb[p=HttpParser{s=START,0 of -1},g=HttpGenerator@10f289cf{s=START}]=>HttpChannelOverHttp@2b7ce6f{s=HttpChannelState@4e7172a5{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}] 20:12:21.246 [qtp80013494-37] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:12:21.246 [qtp80013494-37] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@71f3373b waiting with 1 keys 20:12:21.246 [qtp80013494-37] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@71f3373b woken up from select, 1/1/1 selected 20:12:21.246 [qtp80013494-37] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@71f3373b processing 1 keys, 0 updates 20:12:21.246 [qtp80013494-37] 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:33338], selector=sun.nio.ch.EPollSelectorImpl@71f3373b, interestOps=1, readyOps=1 SocketChannelEndPoint@cef80ff[{l=/127.0.0.1:8081,r=/127.0.0.1:33338,OPEN,fill=FI,flush=-,to=1/60000}{io=1/1,kio=1,kro=1}]->[HttpConnection@2a6d7adb[p=HttpParser{s=START,0 of -1},g=HttpGenerator@10f289cf{s=START}]=>HttpChannelOverHttp@2b7ce6f{s=HttpChannelState@4e7172a5{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}] 20:12:21.247 [qtp80013494-37] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- onSelected 1->0 r=true w=false for SocketChannelEndPoint@cef80ff[{l=/127.0.0.1:8081,r=/127.0.0.1:33338,OPEN,fill=FI,flush=-,to=1/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@2a6d7adb[p=HttpParser{s=START,0 of -1},g=HttpGenerator@10f289cf{s=START}]=>HttpChannelOverHttp@2b7ce6f{s=HttpChannelState@4e7172a5{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}] 20:12:21.247 [qtp80013494-37] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- task SocketChannelEndPoint@cef80ff[{l=/127.0.0.1:8081,r=/127.0.0.1:33338,OPEN,fill=FI,flush=-,to=1/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@2a6d7adb[p=HttpParser{s=START,0 of -1},g=HttpGenerator@10f289cf{s=START}]=>HttpChannelOverHttp@2b7ce6f{s=HttpChannelState@4e7172a5{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 20:12:21.247 [qtp80013494-37] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@7d2267eb{reserved=0/2,pending=0} tryExecute org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy$$Lambda$204/0x00007f0dec1b2338@2eb57934 20:12:21.247 [qtp80013494-37] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@7d2267eb{reserved=0/2,pending=1} startReservedThread p=1 20:12:21.247 [qtp80013494-37] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue ReservedThread@35b19203{PENDING,thread=null} startThread=0 20:12:21.247 [qtp80013494-40] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run ReservedThread@35b19203{PENDING,thread=null} in QueuedThreadPool[qtp80013494]@4c4e8b6{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@7d2267eb{reserved=0/2,pending=1}] 20:12:21.248 [qtp80013494-40] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@35b19203{PENDING,thread=Thread[qtp80013494-40,5,Configuration Admin Service]} was=PENDING next=RESERVED size=0+1 capacity=2 20:12:21.248 [qtp80013494-40] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@35b19203{RESERVED,thread=Thread[qtp80013494-40,5,Configuration Admin Service]} waiting ReservedThreadExecutor@7d2267eb{reserved=1/2,pending=0} 20:12:21.248 [qtp80013494-37] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- ss=PRODUCE_EXECUTE_CONSUME t=SocketChannelEndPoint@cef80ff[{l=/127.0.0.1:8081,r=/127.0.0.1:33338,OPEN,fill=FI,flush=-,to=2/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@2a6d7adb[p=HttpParser{s=START,0 of -1},g=HttpGenerator@10f289cf{s=START}]=>HttpChannelOverHttp@2b7ce6f{s=HttpChannelState@4e7172a5{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-12T20:12:21.248171055Z 20:12:21.248 [qtp80013494-37] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue SocketChannelEndPoint@cef80ff[{l=/127.0.0.1:8081,r=/127.0.0.1:33338,OPEN,fill=FI,flush=-,to=2/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@2a6d7adb[p=HttpParser{s=START,0 of -1},g=HttpGenerator@10f289cf{s=START}]=>HttpChannelOverHttp@2b7ce6f{s=HttpChannelState@4e7172a5{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 20:12:21.248 [qtp80013494-37] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 0 20:12:21.248 [qtp80013494-37] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:12:21.248 [qtp80013494-41] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run SocketChannelEndPoint@cef80ff[{l=/127.0.0.1:8081,r=/127.0.0.1:33338,OPEN,fill=FI,flush=-,to=2/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@2a6d7adb[p=HttpParser{s=START,0 of -1},g=HttpGenerator@10f289cf{s=START}]=>HttpChannelOverHttp@2b7ce6f{s=HttpChannelState@4e7172a5{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}] 20:12:21.248 [qtp80013494-37] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- Key interests updated 1 -> 0 on SocketChannelEndPoint@cef80ff[{l=/127.0.0.1:8081,r=/127.0.0.1:33338,OPEN,fill=FI,flush=-,to=3/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@2a6d7adb[p=HttpParser{s=START,0 of -1},g=HttpGenerator@10f289cf{s=START}]=>HttpChannelOverHttp@2b7ce6f{s=HttpChannelState@4e7172a5{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}] 20:12:21.248 [qtp80013494-37] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@71f3373b waiting with 1 keys 20:12:21.248 [qtp80013494-41] DEBUG org.eclipse.jetty.io.FillInterest -- fillable FillInterest@9891e38{ReadCallback@3905ce5e{HttpConnection@2a6d7adb::SocketChannelEndPoint@cef80ff[{l=/127.0.0.1:8081,r=/127.0.0.1:33338,OPEN,fill=FI,flush=-,to=3/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@2a6d7adb[p=HttpParser{s=START,0 of -1},g=HttpGenerator@10f289cf{s=START}]=>HttpChannelOverHttp@2b7ce6f{s=HttpChannelState@4e7172a5{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}]}} 20:12:21.248 [qtp80013494-41] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@2a6d7adb::SocketChannelEndPoint@cef80ff[{l=/127.0.0.1:8081,r=/127.0.0.1:33338,OPEN,fill=-,flush=-,to=3/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@2a6d7adb[p=HttpParser{s=START,0 of -1},g=HttpGenerator@10f289cf{s=START}]=>HttpChannelOverHttp@2b7ce6f{s=HttpChannelState@4e7172a5{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@4e7172a5{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 20:12:21.249 [qtp80013494-41] DEBUG org.eclipse.jetty.util.Pool -- RetainedBucket@101781c7[inUse=0,size=1,max=-1,closed=false]{capacity=8192,inuse=0(0%)} returning new reserved entry MonoEntry@52e80e70{PENDING,pooled=null} 20:12:21.252 [qtp80013494-41] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- filled 205 DirectByteBuffer@4f9e9d3e[p=0,l=205,c=8192,r=205]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 20:12:21.252 [qtp80013494-41] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@2a6d7adb::SocketChannelEndPoint@cef80ff[{l=/127.0.0.1:8081,r=/127.0.0.1:33338,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@2a6d7adb[p=HttpParser{s=START,0 of -1},g=HttpGenerator@10f289cf{s=START}]=>HttpChannelOverHttp@2b7ce6f{s=HttpChannelState@4e7172a5{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@73d0139f{DirectByteBuffer@4f9e9d3e[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} 20:12:21.252 [qtp80013494-41] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@2a6d7adb::SocketChannelEndPoint@cef80ff[{l=/127.0.0.1:8081,r=/127.0.0.1:33338,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@2a6d7adb[p=HttpParser{s=START,0 of -1},g=HttpGenerator@10f289cf{s=START}]=>HttpChannelOverHttp@2b7ce6f{s=HttpChannelState@4e7172a5{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@73d0139f{DirectByteBuffer@4f9e9d3e[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} 20:12:21.252 [qtp80013494-41] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=START DirectByteBuffer@4f9e9d3e[p=0,l=205,c=8192,r=205]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 20:12:21.252 [qtp80013494-41] DEBUG org.eclipse.jetty.http.HttpParser -- START --> SPACE1 20:12:21.255 [qtp80013494-41] DEBUG org.eclipse.jetty.http.HttpParser -- SPACE1 --> URI 20:12:21.255 [qtp80013494-41] DEBUG org.eclipse.jetty.http.HttpParser -- URI --> SPACE2 20:12:21.255 [qtp80013494-41] DEBUG org.eclipse.jetty.http.HttpParser -- SPACE2 --> REQUEST_VERSION 20:12:21.255 [qtp80013494-41] DEBUG org.eclipse.jetty.http.HttpParser -- REQUEST_VERSION --> HEADER 20:12:21.256 [qtp80013494-41] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Connection --> IN_VALUE 20:12:21.256 [qtp80013494-41] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Connection --> FIELD 20:12:21.256 [qtp80013494-41] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Content-Length: 0 --> IN_VALUE 20:12:21.256 [qtp80013494-41] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Content-Length: 0 --> FIELD 20:12:21.256 [qtp80013494-41] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Host --> VALUE 20:12:21.256 [qtp80013494-41] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Host --> IN_VALUE 20:12:21.256 [qtp80013494-41] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Host --> FIELD 20:12:21.257 [qtp80013494-41] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:HTTP2-Settings --> VALUE 20:12:21.257 [qtp80013494-41] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:HTTP2-Settings --> IN_VALUE 20:12:21.257 [qtp80013494-41] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:HTTP2-Settings --> FIELD 20:12:21.257 [qtp80013494-41] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Upgrade --> VALUE 20:12:21.257 [qtp80013494-41] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Upgrade --> IN_VALUE 20:12:21.257 [qtp80013494-41] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Upgrade --> FIELD 20:12:21.257 [qtp80013494-41] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:User-Agent --> VALUE 20:12:21.257 [qtp80013494-41] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:User-Agent --> IN_VALUE 20:12:21.257 [qtp80013494-41] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:User-Agent --> FIELD 20:12:21.257 [qtp80013494-41] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER --> CONTENT 20:12:21.259 [qtp80013494-41] DEBUG org.eclipse.jetty.server.HttpInput -- reopen HttpInput@406478157 cs=HttpChannelState@4e7172a5{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@398a84e1 eof=false 20:12:21.264 [qtp80013494-41] DEBUG org.eclipse.jetty.server.BlockingContentProducer -- reopening org.eclipse.jetty.server.BlockingContentProducer@398a84e1 20:12:21.264 [qtp80013494-41] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- reopening AsyncContentProducer@6ab18118[r=null,t=null,i=null,error=false,c=HttpChannelOverHttp@2b7ce6f{s=HttpChannelState@4e7172a5{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}] 20:12:21.264 [qtp80013494-41] DEBUG org.eclipse.jetty.server.HttpChannel -- REQUEST for / on HttpChannelOverHttp@2b7ce6f{s=HttpChannelState@4e7172a5{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 20:12:21.265 [qtp80013494-41] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- upgrade HttpChannelOverHttp@2b7ce6f{s=HttpChannelState@4e7172a5{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 20:12:21.266 [qtp80013494-41] 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} 20:12:21.266 [qtp80013494-41] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@2a6d7adb::SocketChannelEndPoint@cef80ff[{l=/127.0.0.1:8081,r=/127.0.0.1:33338,OPEN,fill=-,flush=-,to=14/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@2a6d7adb[p=HttpParser{s=CONTENT,0 of 0},g=HttpGenerator@10f289cf{s=START}]=>HttpChannelOverHttp@2b7ce6f{s=HttpChannelState@4e7172a5{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} 20:12:21.266 [qtp80013494-41] DEBUG org.eclipse.jetty.server.HttpConnection -- releaseRequestBuffer HttpConnection@2a6d7adb::SocketChannelEndPoint@cef80ff[{l=/127.0.0.1:8081,r=/127.0.0.1:33338,OPEN,fill=-,flush=-,to=14/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@2a6d7adb[p=HttpParser{s=CONTENT,0 of 0},g=HttpGenerator@10f289cf{s=START}]=>HttpChannelOverHttp@2b7ce6f{s=HttpChannelState@4e7172a5{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}] 20:12:21.266 [qtp80013494-41] DEBUG org.eclipse.jetty.server.HttpChannel -- handle http://localhost:8081/ HttpChannelOverHttp@2b7ce6f{s=HttpChannelState@4e7172a5{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} 20:12:21.266 [qtp80013494-41] DEBUG org.eclipse.jetty.server.HttpChannelState -- handling HttpChannelState@4e7172a5{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 20:12:21.267 [qtp80013494-41] DEBUG org.eclipse.jetty.server.HttpChannel -- action DISPATCH HttpChannelOverHttp@2b7ce6f{s=HttpChannelState@4e7172a5{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} 20:12:21.268 [qtp80013494-41] DEBUG org.eclipse.jetty.server.Server -- REQUEST GET / ?null on HttpChannelOverHttp@2b7ce6f{s=HttpChannelState@4e7172a5{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} 20:12:21.268 [qtp80013494-41] DEBUG org.eclipse.jetty.server.handler.ContextHandler -- scope null||/ @ o.e.j.s.ServletContextHandler@7c8938a4{/,null,AVAILABLE} 20:12:21.268 [qtp80013494-41] DEBUG org.eclipse.jetty.server.handler.ContextHandler -- context=||/ @ o.e.j.s.ServletContextHandler@7c8938a4{/,null,AVAILABLE} 20:12:21.269 [qtp80013494-41] DEBUG org.eclipse.jetty.server.session.SessionHandler -- Entering scope org.eclipse.jetty.server.session.SessionHandler2033787493==dftMaxIdleSec=0, dispatch=REQUEST asyncstarted=false 20:12:21.269 [qtp80013494-41] DEBUG org.eclipse.jetty.server.session.SessionHandler -- sessionHandler=org.eclipse.jetty.server.session.SessionHandler2033787493==dftMaxIdleSec=0 session=null 20:12:21.270 [qtp80013494-41] 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} 20:12:21.275 [qtp80013494-41] DEBUG org.eclipse.jetty.servlet.ServletHandler -- chain=null 20:12:21.278 [qtp80013494-41] DEBUG org.eclipse.jetty.server.HttpChannelState -- sendError HttpChannelState@4e7172a5{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 20:12:21.279 [qtp80013494-41] 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 20:12:21.279 [qtp80013494-41] DEBUG org.eclipse.jetty.server.Server -- handled=true async=false committed=true on HttpChannelOverHttp@2b7ce6f{s=HttpChannelState@4e7172a5{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} 20:12:21.279 [qtp80013494-41] DEBUG org.eclipse.jetty.server.HttpChannelState -- unhandle HttpChannelState@4e7172a5{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=true i=true al=0} 20:12:21.279 [qtp80013494-41] DEBUG org.eclipse.jetty.server.HttpChannelState -- nextAction(false) SEND_ERROR HttpChannelState@4e7172a5{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=false al=0} 20:12:21.279 [qtp80013494-41] DEBUG org.eclipse.jetty.server.HttpChannel -- action SEND_ERROR HttpChannelOverHttp@2b7ce6f{s=HttpChannelState@4e7172a5{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} 20:12:21.280 [qtp80013494-41] DEBUG org.eclipse.jetty.server.HttpInput -- consumeAll HttpInput@406478157 cs=HttpChannelState@4e7172a5{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@398a84e1 eof=false 20:12:21.280 [qtp80013494-41] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- failing all content with org.eclipse.jetty.util.StaticException: Unconsumed content HttpChannelOverHttp@2b7ce6f{s=HttpChannelState@4e7172a5{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} 20:12:21.280 [qtp80013494-41] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- produceContent has no content, parsing and filling 20:12:21.280 [qtp80013494-41] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@2a6d7adb::SocketChannelEndPoint@cef80ff[{l=/127.0.0.1:8081,r=/127.0.0.1:33338,OPEN,fill=-,flush=-,to=28/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@2a6d7adb[p=HttpParser{s=CONTENT,0 of 0},g=HttpGenerator@10f289cf{s=START}]=>HttpChannelOverHttp@2b7ce6f{s=HttpChannelState@4e7172a5{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 20:12:21.280 [qtp80013494-41] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=CONTENT HeapByteBuffer@4b4795c7[p=0,l=0,c=0,r=0]={<<<>>>} 20:12:21.280 [qtp80013494-41] DEBUG org.eclipse.jetty.http.HttpParser -- CONTENT --> CONTENT_END 20:12:21.280 [qtp80013494-41] DEBUG org.eclipse.jetty.server.HttpChannel -- onContentComplete HttpChannelOverHttp@2b7ce6f{s=HttpChannelState@4e7172a5{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} 20:12:21.280 [qtp80013494-41] DEBUG org.eclipse.jetty.http.HttpParser -- CONTENT_END --> END 20:12:21.280 [qtp80013494-41] DEBUG org.eclipse.jetty.server.HttpChannel -- onRequestComplete HttpChannelOverHttp@2b7ce6f{s=HttpChannelState@4e7172a5{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} 20:12:21.280 [qtp80013494-41] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- received EOF, content = null 20:12:21.280 [qtp80013494-41] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@2a6d7adb::SocketChannelEndPoint@cef80ff[{l=/127.0.0.1:8081,r=/127.0.0.1:33338,OPEN,fill=-,flush=-,to=28/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@2a6d7adb[p=HttpParser{s=END,0 of 0},g=HttpGenerator@10f289cf{s=START}]=>HttpChannelOverHttp@2b7ce6f{s=HttpChannelState@4e7172a5{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} 20:12:21.280 [qtp80013494-41] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- produceContent produced EofContent 20:12:21.280 [qtp80013494-41] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- failed all content, EOF = true 20:12:21.280 [qtp80013494-41] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- failed all content of http channel EOF=true AsyncContentProducer@6ab18118[r=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],t=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],i=null,error=false,c=HttpChannelOverHttp@2b7ce6f{s=HttpChannelState@4e7172a5{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}] 20:12:21.281 [qtp80013494-41] DEBUG org.eclipse.jetty.server.HttpInput -- isFinished=true HttpInput@406478157 cs=HttpChannelState@4e7172a5{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@398a84e1 eof=true 20:12:21.281 [qtp80013494-41] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- isError = false AsyncContentProducer@6ab18118[r=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],t=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],i=null,error=false,c=HttpChannelOverHttp@2b7ce6f{s=HttpChannelState@4e7172a5{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}] 20:12:21.281 [qtp80013494-41] DEBUG org.eclipse.jetty.server.HttpInput -- isError=false HttpInput@406478157 cs=HttpChannelState@4e7172a5{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@398a84e1 eof=true 20:12:21.285 [qtp80013494-41] DEBUG org.eclipse.jetty.server.HttpChannelState -- completing HttpChannelState@4e7172a5{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=false al=0} 20:12:21.285 [qtp80013494-41] DEBUG org.eclipse.jetty.server.HttpChannel -- sendResponse info=null content=DirectByteBuffer@5d4c4fad[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@28e5cc28 20:12:21.285 [qtp80013494-41] DEBUG org.eclipse.jetty.server.HttpChannel -- COMMIT for / on HttpChannelOverHttp@2b7ce6f{s=HttpChannelState@4e7172a5{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 20:12:21.287 [qtp80013494-41] DEBUG org.eclipse.jetty.server.HttpConnection -- generate: NEED_HEADER for SendCallback@5397e3a1[PROCESSING][i=HTTP/1.1{s=404,h=2,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@3020203] (null,[p=0,l=427,c=32768,r=427],true)@START 20:12:21.288 [qtp80013494-41] DEBUG org.eclipse.jetty.http.HttpGenerator -- generateHeaders HTTP/1.1{s=404,h=2,cl=-1} last=true content=DirectByteBuffer@5d4c4fad[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} 20:12:21.288 [qtp80013494-41] DEBUG org.eclipse.jetty.http.HttpGenerator -- Cache-Control: must-revalidate,no-cache,no-store Content-Type: text/html;charset=iso-8859-1 20:12:21.288 [qtp80013494-41] DEBUG org.eclipse.jetty.http.HttpGenerator -- CONTENT_LENGTH 20:12:21.288 [qtp80013494-41] DEBUG org.eclipse.jetty.server.HttpConnection -- generate: FLUSH for SendCallback@5397e3a1[PROCESSING][i=HTTP/1.1{s=404,h=2,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@3020203] ([p=0,l=141,c=16384,r=141],[p=0,l=427,c=32768,r=427],true)@COMPLETING 20:12:21.288 [qtp80013494-41] DEBUG org.eclipse.jetty.io.WriteFlusher -- write: WriteFlusher@31af4c0e{IDLE}->null [DirectByteBuffer@5f9e90b8[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@5d4c4fad[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}] 20:12:21.288 [qtp80013494-41] DEBUG org.eclipse.jetty.io.WriteFlusher -- update WriteFlusher@31af4c0e{WRITING}->null:IDLE-->WRITING 20:12:21.289 [qtp80013494-41] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- flushed 568 SocketChannelEndPoint@cef80ff[{l=/127.0.0.1:8081,r=/127.0.0.1:33338,OPEN,fill=-,flush=W,to=37/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@2a6d7adb[p=HttpParser{s=END,0 of 0},g=HttpGenerator@10f289cf{s=COMPLETING}]=>HttpChannelOverHttp@2b7ce6f{s=HttpChannelState@4e7172a5{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}] 20:12:21.289 [qtp80013494-41] DEBUG org.eclipse.jetty.io.WriteFlusher -- Flushed=true written=568 remaining=0 WriteFlusher@31af4c0e{WRITING}->null 20:12:21.289 [qtp80013494-41] DEBUG org.eclipse.jetty.io.WriteFlusher -- update WriteFlusher@31af4c0e{IDLE}->null:WRITING-->IDLE 20:12:21.289 [qtp80013494-41] DEBUG org.eclipse.jetty.server.HttpConnection -- generate: DONE for SendCallback@5397e3a1[PROCESSING][i=HTTP/1.1{s=404,h=2,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@3020203] ([p=141,l=141,c=16384,r=0],[p=427,l=427,c=32768,r=0],true)@END 20:12:21.290 [qtp80013494-41] DEBUG org.eclipse.jetty.server.HttpChannelState -- completed HttpChannelState@4e7172a5{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 20:12:21.290 [qtp80013494-41] DEBUG org.eclipse.jetty.server.HttpChannelState -- unhandle HttpChannelState@4e7172a5{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 20:12:21.290 [qtp80013494-41] DEBUG org.eclipse.jetty.server.HttpChannelState -- nextAction(false) TERMINATED HttpChannelState@4e7172a5{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 20:12:21.290 [qtp80013494-41] DEBUG org.eclipse.jetty.server.HttpChannel -- action TERMINATED HttpChannelOverHttp@2b7ce6f{s=HttpChannelState@4e7172a5{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} 20:12:21.290 [qtp80013494-41] DEBUG org.eclipse.jetty.server.HttpChannel -- onCompleted for / written=427 20:12:21.290 [qtp80013494-41] DEBUG org.eclipse.jetty.server.HttpInput -- consumeAll HttpInput@406478157 cs=HttpChannelState@4e7172a5{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@398a84e1 eof=true 20:12:21.290 [qtp80013494-41] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- failing all content with org.eclipse.jetty.util.StaticException: Unconsumed content HttpChannelOverHttp@2b7ce6f{s=HttpChannelState@4e7172a5{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} 20:12:21.290 [qtp80013494-41] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- failed all content of http channel EOF=true AsyncContentProducer@6ab18118[r=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],t=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],i=null,error=false,c=HttpChannelOverHttp@2b7ce6f{s=HttpChannelState@4e7172a5{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}] 20:12:21.290 [qtp80013494-41] DEBUG org.eclipse.jetty.server.HttpInput -- isFinished=true HttpInput@406478157 cs=HttpChannelState@4e7172a5{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@398a84e1 eof=true 20:12:21.290 [qtp80013494-41] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- isError = false AsyncContentProducer@6ab18118[r=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],t=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],i=null,error=false,c=HttpChannelOverHttp@2b7ce6f{s=HttpChannelState@4e7172a5{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}] 20:12:21.290 [qtp80013494-41] DEBUG org.eclipse.jetty.server.HttpInput -- isError=false HttpInput@406478157 cs=HttpChannelState@4e7172a5{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@398a84e1 eof=true 20:12:21.291 [qtp80013494-41] DEBUG org.eclipse.jetty.server.HttpChannelState -- recycle HttpChannelState@4e7172a5{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 20:12:21.291 [qtp80013494-41] DEBUG org.eclipse.jetty.server.HttpInput -- recycle HttpInput@406478157 cs=HttpChannelState@4e7172a5{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@398a84e1 eof=true 20:12:21.291 [qtp80013494-41] DEBUG org.eclipse.jetty.server.BlockingContentProducer -- recycling org.eclipse.jetty.server.BlockingContentProducer@398a84e1 20:12:21.291 [qtp80013494-41] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- recycling AsyncContentProducer@6ab18118[r=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],t=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],i=null,error=false,c=HttpChannelOverHttp@2b7ce6f{s=HttpChannelState@4e7172a5{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=32}] 20:12:21.292 [qtp80013494-41] DEBUG org.eclipse.jetty.http.HttpParser -- reset HttpParser{s=END,0 of 0} 20:12:21.292 [qtp80013494-41] DEBUG org.eclipse.jetty.http.HttpParser -- END --> START 20:12:21.292 [qtp80013494-41] DEBUG org.eclipse.jetty.server.HttpChannel -- !handle TERMINATED HttpChannelOverHttp@2b7ce6f{s=HttpChannelState@4e7172a5{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} 20:12:21.292 [qtp80013494-41] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- filled 0 DirectByteBuffer@4f9e9d3e[p=0,l=0,c=8192,r=0]={<<<>>>GET / HTT...\x00\x00\x00\x00\x00\x00\x00} 20:12:21.292 [qtp80013494-41] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- filled 0 DirectByteBuffer@4f9e9d3e[p=0,l=0,c=8192,r=0]={<<<>>>GET / HTT...\x00\x00\x00\x00\x00\x00\x00} 20:12:21.292 [qtp80013494-41] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@2a6d7adb::SocketChannelEndPoint@cef80ff[{l=/127.0.0.1:8081,r=/127.0.0.1:33338,OPEN,fill=-,flush=-,to=3/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@2a6d7adb[p=HttpParser{s=START,0 of -1},g=HttpGenerator@10f289cf{s=START}]=>HttpChannelOverHttp@2b7ce6f{s=HttpChannelState@4e7172a5{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@73d0139f{DirectByteBuffer@4f9e9d3e[p=0,l=0,c=8192,r=0]={<<<>>>GET / HTT...\x00\x00\x00\x00\x00\x00\x00},r=1} 20:12:21.292 [qtp80013494-41] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@2a6d7adb::SocketChannelEndPoint@cef80ff[{l=/127.0.0.1:8081,r=/127.0.0.1:33338,OPEN,fill=-,flush=-,to=3/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@2a6d7adb[p=HttpParser{s=START,0 of -1},g=HttpGenerator@10f289cf{s=START}]=>HttpChannelOverHttp@2b7ce6f{s=HttpChannelState@4e7172a5{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@73d0139f{DirectByteBuffer@4f9e9d3e[p=0,l=0,c=8192,r=0]={<<<>>>GET / HTT...\x00\x00\x00\x00\x00\x00\x00},r=1} 20:12:21.292 [qtp80013494-41] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=START DirectByteBuffer@4f9e9d3e[p=0,l=0,c=8192,r=0]={<<<>>>GET / HTT...\x00\x00\x00\x00\x00\x00\x00} 20:12:21.292 [qtp80013494-41] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@2a6d7adb::SocketChannelEndPoint@cef80ff[{l=/127.0.0.1:8081,r=/127.0.0.1:33338,OPEN,fill=-,flush=-,to=3/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@2a6d7adb[p=HttpParser{s=START,0 of -1},g=HttpGenerator@10f289cf{s=START}]=>HttpChannelOverHttp@2b7ce6f{s=HttpChannelState@4e7172a5{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} 20:12:21.292 [qtp80013494-41] DEBUG org.eclipse.jetty.server.HttpConnection -- releaseRequestBuffer HttpConnection@2a6d7adb::SocketChannelEndPoint@cef80ff[{l=/127.0.0.1:8081,r=/127.0.0.1:33338,OPEN,fill=-,flush=-,to=3/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@2a6d7adb[p=HttpParser{s=START,0 of -1},g=HttpGenerator@10f289cf{s=START}]=>HttpChannelOverHttp@2b7ce6f{s=HttpChannelState@4e7172a5{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}] 20:12:21.292 [qtp80013494-41] DEBUG org.eclipse.jetty.io.AbstractConnection -- fillInterested HttpConnection@2a6d7adb::SocketChannelEndPoint@cef80ff[{l=/127.0.0.1:8081,r=/127.0.0.1:33338,OPEN,fill=-,flush=-,to=3/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@2a6d7adb[p=HttpParser{s=START,0 of -1},g=HttpGenerator@10f289cf{s=START}]=>HttpChannelOverHttp@2b7ce6f{s=HttpChannelState@4e7172a5{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}] 20:12:21.293 [qtp80013494-41] DEBUG org.eclipse.jetty.io.FillInterest -- interested FillInterest@9891e38{ReadCallback@3905ce5e{HttpConnection@2a6d7adb::SocketChannelEndPoint@cef80ff[{l=/127.0.0.1:8081,r=/127.0.0.1:33338,OPEN,fill=FI,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@2a6d7adb[p=HttpParser{s=START,0 of -1},g=HttpGenerator@10f289cf{s=START}]=>HttpChannelOverHttp@2b7ce6f{s=HttpChannelState@4e7172a5{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}]}} 20:12:21.293 [qtp80013494-41] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- changeInterests p=false 0->1 for SocketChannelEndPoint@cef80ff[{l=/127.0.0.1:8081,r=/127.0.0.1:33338,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}]->[HttpConnection@2a6d7adb[p=HttpParser{s=START,0 of -1},g=HttpGenerator@10f289cf{s=START}]=>HttpChannelOverHttp@2b7ce6f{s=HttpChannelState@4e7172a5{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}] 20:12:21.293 [qtp80013494-41] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$212/0x00007f0dec212368@2a06d3cb on ManagedSelector@15db0d46{STARTED} id=0 keys=1 selected=0 updates=0 20:12:21.293 [qtp80013494-41] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@15db0d46{STARTED} id=0 keys=1 selected=0 updates=1 20:12:21.293 [qtp80013494-37] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@71f3373b woken with none selected 20:12:21.293 [qtp80013494-41] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@2a6d7adb::SocketChannelEndPoint@cef80ff[{l=/127.0.0.1:8081,r=/127.0.0.1:33338,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}]->[HttpConnection@2a6d7adb[p=HttpParser{s=START,0 of -1},g=HttpGenerator@10f289cf{s=START}]=>HttpChannelOverHttp@2b7ce6f{s=HttpChannelState@4e7172a5{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@4e7172a5{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 20:12:21.293 [qtp80013494-37] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@71f3373b woken up from select, 0/0/1 selected 20:12:21.293 [qtp80013494-37] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@71f3373b processing 0 keys, 1 updates 20:12:21.293 [qtp80013494-37] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 20:12:21.293 [qtp80013494-37] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$212/0x00007f0dec212368@2a06d3cb 20:12:21.293 [qtp80013494-41] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran SocketChannelEndPoint@cef80ff[{l=/127.0.0.1:8081,r=/127.0.0.1:33338,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}]->[HttpConnection@2a6d7adb[p=HttpParser{s=START,0 of -1},g=HttpGenerator@10f289cf{s=START}]=>HttpChannelOverHttp@2b7ce6f{s=HttpChannelState@4e7172a5{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}] 20:12:21.293 [qtp80013494-37] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- Key interests updated 0 -> 1 on SocketChannelEndPoint@cef80ff[{l=/127.0.0.1:8081,r=/127.0.0.1:33338,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=1}]->[HttpConnection@2a6d7adb[p=HttpParser{s=START,0 of -1},g=HttpGenerator@10f289cf{s=START}]=>HttpChannelOverHttp@2b7ce6f{s=HttpChannelState@4e7172a5{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}] 20:12:21.293 [qtp80013494-37] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:12:21.293 [qtp80013494-37] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@71f3373b 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.203 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 410 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-20240212.200245-59.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-20240212.200245-59.pom (6.7 kB at 231 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-20240212.200245-59.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-20240212.200245-59-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-20240212.200245-59-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-20240212.200245-59.jar (26 kB at 761 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-20240212.200245-59-tests.jar (56 kB at 1.4 MB/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-20240212.200245-59-export.jar (3.5 MB at 19 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 4.1 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 17 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 3.7 kB/s) [INFO] [INFO] ----< org.eclipse.sensinact.gateway.distribution.features:features >---- [INFO] Building Eclipse sensiNact Features 0.0.2-SNAPSHOT [56/68] [INFO] from distribution/features/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ features --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ features --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/distribution/features/features/0.0.2-SNAPSHOT/features-0.0.2-SNAPSHOT.pom [INFO] [INFO] --- deploy:3.0.0:deploy (default-deploy) @ features --- [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/features/features/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/features/features/0.0.2-SNAPSHOT/maven-metadata.xml (638 B at 13 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/features/0.0.2-SNAPSHOT/features-0.0.2-20240212.200245-59.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/features/0.0.2-SNAPSHOT/features-0.0.2-20240212.200245-59.pom (7.2 kB at 151 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/features/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/features/maven-metadata.xml (379 B at 5.2 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/features/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/features/features/0.0.2-SNAPSHOT/maven-metadata.xml (638 B at 9.7 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/features/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/features/maven-metadata.xml (379 B at 2.1 kB/s) [INFO] [INFO] --< org.eclipse.sensinact.gateway.distribution.features:gogo-shell-feature >-- [INFO] Building Eclipse sensiNact Gogo Shell Feature 0.0.2-SNAPSHOT [57/68] [INFO] from distribution/features/gogo-shell-feature/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/plugins/maven-antrun-plugin/3.1.0/maven-antrun-plugin-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-antrun-plugin/3.1.0/maven-antrun-plugin-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-antrun-plugin/3.1.0/maven-antrun-plugin-3.1.0.pom (9.1 kB at 910 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/plugins/maven-antrun-plugin/3.1.0/maven-antrun-plugin-3.1.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-antrun-plugin/3.1.0/maven-antrun-plugin-3.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-antrun-plugin/3.1.0/maven-antrun-plugin-3.1.0.jar (41 kB at 2.4 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/mojo/build-helper-maven-plugin/3.3.0/build-helper-maven-plugin-3.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/build-helper-maven-plugin/3.3.0/build-helper-maven-plugin-3.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/build-helper-maven-plugin/3.3.0/build-helper-maven-plugin-3.3.0.pom (7.4 kB at 529 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/mojo/mojo-parent/65/mojo-parent-65.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/65/mojo-parent-65.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/65/mojo-parent-65.pom (35 kB at 17 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/junit/junit-bom/5.8.1/junit-bom-5.8.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.8.1/junit-bom-5.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.8.1/junit-bom-5.8.1.pom (5.6 kB at 804 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/mojo/build-helper-maven-plugin/3.3.0/build-helper-maven-plugin-3.3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/build-helper-maven-plugin/3.3.0/build-helper-maven-plugin-3.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/build-helper-maven-plugin/3.3.0/build-helper-maven-plugin-3.3.0.jar (68 kB at 7.6 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.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 22 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.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 322 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.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 3.5 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-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-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.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] 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] 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] 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 68 MB/s) [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ gogo-shell-feature --- [INFO] [INFO] --- compiler:3.10.1:testCompile (default) @ gogo-shell-feature --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/gogo-shell-feature/target/test-classes [INFO] [INFO] --- dependency:3.3.0:copy-dependencies (create-feature-repo) @ gogo-shell-feature --- [INFO] Installing /home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.gogo.shell/1.1.4/org.apache.felix.gogo.shell-1.1.4.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/gogo-shell-feature/target/repository/org/apache/felix/org.apache.felix.gogo.shell/1.1.4/org.apache.felix.gogo.shell-1.1.4.jar [INFO] Installing /home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.gogo.runtime/1.1.4/org.apache.felix.gogo.runtime-1.1.4.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/gogo-shell-feature/target/repository/org/apache/felix/org.apache.felix.gogo.runtime/1.1.4/org.apache.felix.gogo.runtime-1.1.4.jar [INFO] Installing /home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.gogo.command/1.1.2/org.apache.felix.gogo.command-1.1.2.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/gogo-shell-feature/target/repository/org/apache/felix/org.apache.felix.gogo.command/1.1.2/org.apache.felix.gogo.command-1.1.2.jar [INFO] [INFO] --- antrun:3.1.0:run (create-repository-zip) @ gogo-shell-feature --- [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/ant/ant/1.10.12/ant-1.10.12.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.10.12/ant-1.10.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.10.12/ant-1.10.12.pom (17 kB at 1.7 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/ant/ant-parent/1.10.12/ant-parent-1.10.12.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-parent/1.10.12/ant-parent-1.10.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-parent/1.10.12/ant-parent-1.10.12.pom (6.5 kB at 593 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/ant/ant-launcher/1.10.12/ant-launcher-1.10.12.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.10.12/ant-launcher-1.10.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.10.12/ant-launcher-1.10.12.pom (3.2 kB at 452 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/ant/ant/1.10.12/ant-1.10.12.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/ant/ant-launcher/1.10.12/ant-launcher-1.10.12.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.10.12/ant-1.10.12.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.10.12/ant-1.10.12.jar (2.3 MB at 87 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.10.12/ant-launcher-1.10.12.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.10.12/ant-launcher-1.10.12.jar (19 kB at 2.1 MB/s) [INFO] Executing tasks [INFO] [zip] Building zip: /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/gogo-shell-feature/target/repository.zip [INFO] Executed tasks [INFO] [INFO] --- build-helper:3.3.0:attach-artifact (attach-artifacts) @ gogo-shell-feature --- [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-plugin-api/3.8.4/maven-plugin-api-3.8.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.8.4/maven-plugin-api-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.8.4/maven-plugin-api-3.8.4.pom (3.0 kB at 1.5 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven/3.8.4/maven-3.8.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.8.4/maven-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.8.4/maven-3.8.4.pom (27 kB at 14 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-model/3.8.4/maven-model-3.8.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.8.4/maven-model-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.8.4/maven-model-3.8.4.pom (2.8 kB at 2.8 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-artifact/3.8.4/maven-artifact-3.8.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.8.4/maven-artifact-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.8.4/maven-artifact-3.8.4.pom (2.4 kB at 2.4 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.pom (4.3 kB at 612 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/sisu/sisu-plexus/0.3.5/sisu-plexus-0.3.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.3.5/sisu-plexus-0.3.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.3.5/sisu-plexus-0.3.5.pom (14 kB at 1.5 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.pom (13 kB at 13 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/net/java/jvnet-parent/3/jvnet-parent-3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/3/jvnet-parent-3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/3/jvnet-parent-3.pom (4.8 kB at 4.8 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.pom (2.6 kB at 202 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/sisu/sisu-inject/0.3.5/sisu-inject-0.3.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.3.5/sisu-inject-0.3.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.3.5/sisu-inject-0.3.5.pom (14 kB at 2.4 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom (7.3 kB at 913 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom (4.1 kB at 4.1 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.pom (5.0 kB at 312 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.pom (4.7 kB at 586 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.pom (4.2 kB at 378 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom (4.0 kB at 366 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom (1.8 kB at 160 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom (12 kB at 1.5 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom (2.0 kB at 392 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.pom (1.7 kB at 1.7 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/wagon/wagon/2.10/wagon-2.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/2.10/wagon-2.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/2.10/wagon-2.10.pom (21 kB at 2.9 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-parent/26/maven-parent-26.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/26/maven-parent-26.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/26/maven-parent-26.pom (40 kB at 4.4 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom (3.1 kB at 315 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.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.0.0/maven-shared-utils-3.0.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.0.0/maven-shared-utils-3.0.0.pom (5.6 kB at 931 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom (5.1 kB at 730 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-parent/25/maven-parent-25.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/25/maven-parent-25.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/25/maven-parent-25.pom (37 kB at 5.3 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/commons-io/commons-io/2.4/commons-io-2.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.4/commons-io-2.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.4/commons-io-2.4.pom (10 kB at 1.5 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/commons/commons-parent/25/commons-parent-25.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/25/commons-parent-25.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/25/commons-parent-25.pom (48 kB at 24 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom (965 B) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/commons-io/commons-io/2.4/commons-io-2.4.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar (61 kB at 20 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.jar (35 kB at 4.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.jar (54 kB at 5.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.jar (41 kB at 3.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.4/commons-io-2.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.jar (389 kB at 32 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar (285 kB at 22 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.jar (155 kB at 9.1 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.4/commons-io-2.4.jar (185 kB at 10 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar (247 kB at 12 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar (32 kB at 1.3 MB/s) [INFO] [INFO] --- dependency:3.3.0:copy (copy-test-launcher) @ gogo-shell-feature --- [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution:launcher:export:0.0.2-SNAPSHOT:jar [INFO] Copying export.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/gogo-shell-feature/target/it/launcher.jar [INFO] [INFO] --- dependency:3.3.0:copy (gather-test-features) @ gogo-shell-feature --- [INFO] Skipping plugin execution [INFO] [INFO] --- dependency:3.3.0:unpack (create-test-repo) @ gogo-shell-feature --- [INFO] Skipping plugin execution [INFO] [INFO] --- antrun:3.1.0:run (copy-artifact-for-testing) @ gogo-shell-feature --- [INFO] Executing tasks [INFO] [unzip] Expanding: /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/gogo-shell-feature/target/repository.zip into /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/gogo-shell-feature/target/it/repository [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/gogo-shell-feature/target/it/features [INFO] Executed tasks [INFO] [INFO] --- surefire:2.22.2:test (integration-test) @ gogo-shell-feature --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.sensinact.gateway.feature.integration.gogo.GogoFeatureTest Feb 12, 2024 8:12:26 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 12, 2024 8:12:26 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 20:12:26.903 [main] INFO org.eclipse.sensinact.gateway.launcher.ConfigurationManager -- Eclipse sensiNact is watching for changes in configuration file src/it/resources/config/configuration.json 20:12:26.944 [main] INFO org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Feature installation for features [] requested using repositories [repository] and feature directories [features] 20:12:26.945 [main] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- The following bundles [] are no longer required and will be removed. 20:12:26.947 [main] INFO org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Feature update complete. 20:12:27.042 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Feature installation for features [gogo-shell-feature] requested using repositories [target/it/repository] and feature directories [target/it/features] 20:12:27.043 [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. 20:12:27.043 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Loading feature model gogo-shell-feature 20:12:27.048 [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 20:12:27.049 [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] 20:12:27.049 [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 20:12:27.052 [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 20:12:27.052 [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] 20:12:27.052 [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 20:12:27.054 [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 20:12:27.054 [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] 20:12:27.055 [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 20:12:27.083 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Feature update complete. ____________________________ Welcome to Apache Felix Gogo [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.396 s - in org.eclipse.sensinact.gateway.feature.integration.gogo.GogoFeatureTest [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) @ gogo-shell-feature --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/gogo-shell-feature/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/distribution/features/gogo-shell-feature/0.0.2-SNAPSHOT/gogo-shell-feature-0.0.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/gogo-shell-feature/target/repository.zip to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/distribution/features/gogo-shell-feature/0.0.2-SNAPSHOT/gogo-shell-feature-0.0.2-SNAPSHOT-osgifeaturerepo.zip [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/gogo-shell-feature/src/main/resources/gogo-shell-feature.json to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/distribution/features/gogo-shell-feature/0.0.2-SNAPSHOT/gogo-shell-feature-0.0.2-SNAPSHOT-osgifeature.json [INFO] [INFO] --- deploy:3.0.0:deploy (default-deploy) @ gogo-shell-feature --- [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/features/gogo-shell-feature/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/features/gogo-shell-feature/0.0.2-SNAPSHOT/maven-metadata.xml (1.1 kB at 364 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/gogo-shell-feature/0.0.2-SNAPSHOT/gogo-shell-feature-0.0.2-20240212.200245-59.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/gogo-shell-feature/0.0.2-SNAPSHOT/gogo-shell-feature-0.0.2-20240212.200245-59.pom (1.9 kB at 57 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/gogo-shell-feature/0.0.2-SNAPSHOT/gogo-shell-feature-0.0.2-20240212.200245-59-osgifeaturerepo.zip [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/gogo-shell-feature/0.0.2-SNAPSHOT/gogo-shell-feature-0.0.2-20240212.200245-59-osgifeature.json [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/gogo-shell-feature/0.0.2-SNAPSHOT/gogo-shell-feature-0.0.2-20240212.200245-59-osgifeature.json (329 B at 11 kB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/gogo-shell-feature/0.0.2-SNAPSHOT/gogo-shell-feature-0.0.2-20240212.200245-59-osgifeaturerepo.zip (275 kB at 6.7 MB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/gogo-shell-feature/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/gogo-shell-feature/maven-metadata.xml (389 B at 14 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/gogo-shell-feature/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/features/gogo-shell-feature/0.0.2-SNAPSHOT/maven-metadata.xml (1.1 kB at 27 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/gogo-shell-feature/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/gogo-shell-feature/maven-metadata.xml (389 B at 4.6 kB/s) [INFO] [INFO] --< org.eclipse.sensinact.gateway.distribution.features:core-feature >-- [INFO] Building Eclipse sensiNact core Feature 0.0.2-SNAPSHOT [58/68] [INFO] from distribution/features/core-feature/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ core-feature --- [INFO] [INFO] --- compiler:3.10.1:testCompile (default) @ core-feature --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/core-feature/target/test-classes [INFO] [INFO] --- dependency:3.3.0:copy-dependencies (create-feature-repo) @ core-feature --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/core/annotation/target/annotation-0.0.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/core-feature/target/repository/org/eclipse/sensinact/gateway/core/annotation/0.0.2-SNAPSHOT/annotation-0.0.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/core/api/target/api-0.0.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/core-feature/target/repository/org/eclipse/sensinact/gateway/core/api/0.0.2-SNAPSHOT/api-0.0.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/core/emf-api/target/emf-api-0.0.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/core-feature/target/repository/org/eclipse/sensinact/gateway/core/emf-api/0.0.2-SNAPSHOT/emf-api-0.0.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/core/impl/target/impl-0.0.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/core-feature/target/repository/org/eclipse/sensinact/gateway/core/impl/0.0.2-SNAPSHOT/impl-0.0.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/core/models/provider/target/provider-0.0.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/core-feature/target/repository/org/eclipse/sensinact/gateway/core/models/provider/0.0.2-SNAPSHOT/provider-0.0.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/core/models/metadata/target/metadata-0.0.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/core-feature/target/repository/org/eclipse/sensinact/gateway/core/models/metadata/0.0.2-SNAPSHOT/metadata-0.0.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/core/geo-json/target/geo-json-0.0.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/core-feature/target/repository/org/eclipse/sensinact/gateway/core/geo-json/0.0.2-SNAPSHOT/geo-json-0.0.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/.m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.16.1/jackson-annotations-2.16.1.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/core-feature/target/repository/com/fasterxml/jackson/core/jackson-annotations/2.16.1/jackson-annotations-2.16.1.jar [INFO] Installing /home/jenkins/.m2/repository/com/fasterxml/jackson/core/jackson-core/2.16.1/jackson-core-2.16.1.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/core-feature/target/repository/com/fasterxml/jackson/core/jackson-core/2.16.1/jackson-core-2.16.1.jar [INFO] Installing /home/jenkins/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.16.1/jackson-databind-2.16.1.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/core-feature/target/repository/com/fasterxml/jackson/core/jackson-databind/2.16.1/jackson-databind-2.16.1.jar [INFO] Installing /home/jenkins/.m2/repository/org/apache/aries/component-dsl/org.apache.aries.component-dsl.component-dsl/1.2.2/org.apache.aries.component-dsl.component-dsl-1.2.2.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/core-feature/target/repository/org/apache/aries/component-dsl/org.apache.aries.component-dsl.component-dsl/1.2.2/org.apache.aries.component-dsl.component-dsl-1.2.2.jar [INFO] Installing /home/jenkins/.m2/repository/org/osgi/org.osgi.service.typedevent/1.0.0/org.osgi.service.typedevent-1.0.0.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/core-feature/target/repository/org/osgi/org.osgi.service.typedevent/1.0.0/org.osgi.service.typedevent-1.0.0.jar [INFO] Installing /home/jenkins/.m2/repository/org/osgi/org.osgi.util.pushstream/1.0.2/org.osgi.util.pushstream-1.0.2.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/core-feature/target/repository/org/osgi/org.osgi.util.pushstream/1.0.2/org.osgi.util.pushstream-1.0.2.jar [INFO] Installing /home/jenkins/.m2/repository/org/apache/aries/typedevent/org.apache.aries.typedevent.bus/0.0.2-SNAPSHOT/org.apache.aries.typedevent.bus-0.0.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/core-feature/target/repository/org/apache/aries/typedevent/org.apache.aries.typedevent.bus/0.0.2-SNAPSHOT/org.apache.aries.typedevent.bus-0.0.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/.m2/repository/org/apache/aries/typedevent/org.apache.aries.typedevent.bus/0.0.2-SNAPSHOT/org.apache.aries.typedevent.bus-0.0.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/core-feature/target/repository/org/apache/aries/typedevent/org.apache.aries.typedevent.bus/0.0.2-SNAPSHOT/org.apache.aries.typedevent.bus-0.0.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/.m2/repository/org/eclipse/emf/org.eclipse.emf.common/2.29.0/org.eclipse.emf.common-2.29.0.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/core-feature/target/repository/org/eclipse/emf/org.eclipse.emf.common/2.29.0/org.eclipse.emf.common-2.29.0.jar [INFO] Installing /home/jenkins/.m2/repository/org/eclipse/emf/org.eclipse.emf.ecore/2.35.0/org.eclipse.emf.ecore-2.35.0.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/core-feature/target/repository/org/eclipse/emf/org.eclipse.emf.ecore/2.35.0/org.eclipse.emf.ecore-2.35.0.jar [INFO] Installing /home/jenkins/.m2/repository/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.36.0/org.eclipse.emf.ecore.xmi-2.36.0.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/core-feature/target/repository/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.36.0/org.eclipse.emf.ecore.xmi-2.36.0.jar [INFO] Installing /home/jenkins/.m2/repository/org/geckoprojects/emf/org.gecko.emf.osgi.component.minimal/6.1.0/org.gecko.emf.osgi.component.minimal-6.1.0.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/core-feature/target/repository/org/geckoprojects/emf/org.gecko.emf.osgi.component.minimal/6.1.0/org.gecko.emf.osgi.component.minimal-6.1.0.jar [INFO] Installing /home/jenkins/.m2/repository/io/dropwizard/metrics/metrics-core/4.2.19/metrics-core-4.2.19.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/core-feature/target/repository/io/dropwizard/metrics/metrics-core/4.2.19/metrics-core-4.2.19.jar [INFO] [INFO] --- antrun:3.1.0:run (create-repository-zip) @ core-feature --- [INFO] Executing tasks [INFO] [zip] Building zip: /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/core-feature/target/repository.zip [INFO] Executed tasks [INFO] [INFO] --- build-helper:3.3.0:attach-artifact (attach-artifacts) @ core-feature --- [INFO] [INFO] --- dependency:3.3.0:copy (copy-test-launcher) @ core-feature --- [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution:launcher:export:0.0.2-SNAPSHOT:jar [INFO] Copying export.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/core-feature/target/it/launcher.jar [INFO] [INFO] --- dependency:3.3.0:copy (gather-test-features) @ core-feature --- [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution.features:gogo-shell-feature:osgifeature:0.0.2-SNAPSHOT:json [INFO] Copying gogo-shell-feature.json to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/core-feature/target/it/features/gogo-shell-feature.json [INFO] [INFO] --- dependency:3.3.0:unpack (create-test-repo) @ core-feature --- [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution.features:gogo-shell-feature:osgifeaturerepo:0.0.2-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/gogo-shell-feature/target/repository.zip to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/core-feature/target/it/repository with includes "" and excludes "" [INFO] [INFO] --- antrun:3.1.0:run (copy-artifact-for-testing) @ core-feature --- [INFO] Executing tasks [INFO] [unzip] Expanding: /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/core-feature/target/repository.zip into /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/core-feature/target/it/repository [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/core-feature/target/it/features [INFO] Executed tasks [INFO] [INFO] --- surefire:2.22.2:test (integration-test) @ core-feature --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.sensinact.gateway.feature.integration.core.CoreFeatureTest Feb 12, 2024 8:12:30 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 12, 2024 8:12:30 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 20:12:30.907 [main] INFO org.eclipse.sensinact.gateway.launcher.ConfigurationManager -- Eclipse sensiNact is watching for changes in configuration file src/it/resources/config/configuration.json 20:12:30.949 [main] INFO org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Feature installation for features [] requested using repositories [repository] and feature directories [features] 20:12:30.950 [main] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- The following bundles [] are no longer required and will be removed. 20:12:30.951 [main] INFO org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Feature update complete. 20:12:31.060 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Feature installation for features [core-feature, gogo-shell-feature] requested using repositories [target/it/repository] and feature directories [target/it/features] 20:12:31.061 [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. 20:12:31.061 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Loading feature model core-feature 20:12:31.066 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.sensinact.gateway.core:annotation:0.0.2-SNAPSHOT 20:12:31.067 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.sensinact.gateway.core:annotation:0.0.2-SNAPSHOT in repositories [target/it/repository] 20:12:31.067 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.eclipse.sensinact.gateway.core:annotation:0.0.2-SNAPSHOT is target/it/repository/org/eclipse/sensinact/gateway/core/annotation/0.0.2-SNAPSHOT/annotation-0.0.2-SNAPSHOT.jar 20:12:31.069 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.sensinact.gateway.core:api:0.0.2-SNAPSHOT 20:12:31.069 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.sensinact.gateway.core:api:0.0.2-SNAPSHOT in repositories [target/it/repository] 20:12:31.069 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.eclipse.sensinact.gateway.core:api:0.0.2-SNAPSHOT is target/it/repository/org/eclipse/sensinact/gateway/core/api/0.0.2-SNAPSHOT/api-0.0.2-SNAPSHOT.jar 20:12:31.072 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.sensinact.gateway.core:emf-api:0.0.2-SNAPSHOT 20:12:31.072 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.sensinact.gateway.core:emf-api:0.0.2-SNAPSHOT in repositories [target/it/repository] 20:12:31.072 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.eclipse.sensinact.gateway.core:emf-api:0.0.2-SNAPSHOT is target/it/repository/org/eclipse/sensinact/gateway/core/emf-api/0.0.2-SNAPSHOT/emf-api-0.0.2-SNAPSHOT.jar 20:12:31.074 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.sensinact.gateway.core:impl:0.0.2-SNAPSHOT 20:12:31.074 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.sensinact.gateway.core:impl:0.0.2-SNAPSHOT in repositories [target/it/repository] 20:12:31.074 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.eclipse.sensinact.gateway.core:impl:0.0.2-SNAPSHOT is target/it/repository/org/eclipse/sensinact/gateway/core/impl/0.0.2-SNAPSHOT/impl-0.0.2-SNAPSHOT.jar 20:12:31.077 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.sensinact.gateway.core.models:provider:0.0.2-SNAPSHOT 20:12:31.077 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.sensinact.gateway.core.models:provider:0.0.2-SNAPSHOT in repositories [target/it/repository] 20:12:31.078 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.eclipse.sensinact.gateway.core.models:provider:0.0.2-SNAPSHOT is target/it/repository/org/eclipse/sensinact/gateway/core/models/provider/0.0.2-SNAPSHOT/provider-0.0.2-SNAPSHOT.jar 20:12:31.080 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.sensinact.gateway.core.models:metadata:0.0.2-SNAPSHOT 20:12:31.081 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.sensinact.gateway.core.models:metadata:0.0.2-SNAPSHOT in repositories [target/it/repository] 20:12:31.081 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.eclipse.sensinact.gateway.core.models:metadata:0.0.2-SNAPSHOT is target/it/repository/org/eclipse/sensinact/gateway/core/models/metadata/0.0.2-SNAPSHOT/metadata-0.0.2-SNAPSHOT.jar 20:12:31.094 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.sensinact.gateway.core:geo-json:0.0.2-SNAPSHOT 20:12:31.094 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.sensinact.gateway.core:geo-json:0.0.2-SNAPSHOT in repositories [target/it/repository] 20:12:31.094 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.eclipse.sensinact.gateway.core:geo-json:0.0.2-SNAPSHOT is target/it/repository/org/eclipse/sensinact/gateway/core/geo-json/0.0.2-SNAPSHOT/geo-json-0.0.2-SNAPSHOT.jar 20:12:31.111 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle com.fasterxml.jackson.core:jackson-annotations:2.16.1 20:12:31.111 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature com.fasterxml.jackson.core:jackson-annotations:2.16.1 in repositories [target/it/repository] 20:12:31.111 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature com.fasterxml.jackson.core:jackson-annotations:2.16.1 is target/it/repository/com/fasterxml/jackson/core/jackson-annotations/2.16.1/jackson-annotations-2.16.1.jar 20:12:31.113 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle com.fasterxml.jackson.core:jackson-core:2.16.1 20:12:31.113 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature com.fasterxml.jackson.core:jackson-core:2.16.1 in repositories [target/it/repository] 20:12:31.113 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature com.fasterxml.jackson.core:jackson-core:2.16.1 is target/it/repository/com/fasterxml/jackson/core/jackson-core/2.16.1/jackson-core-2.16.1.jar 20:12:31.116 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle com.fasterxml.jackson.core:jackson-databind:2.16.1 20:12:31.116 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature com.fasterxml.jackson.core:jackson-databind:2.16.1 in repositories [target/it/repository] 20:12:31.116 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature com.fasterxml.jackson.core:jackson-databind:2.16.1 is target/it/repository/com/fasterxml/jackson/core/jackson-databind/2.16.1/jackson-databind-2.16.1.jar 20:12:31.123 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.osgi:org.osgi.service.typedevent:1.0.0 20:12:31.123 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.osgi:org.osgi.service.typedevent:1.0.0 in repositories [target/it/repository] 20:12:31.123 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.osgi:org.osgi.service.typedevent:1.0.0 is target/it/repository/org/osgi/org.osgi.service.typedevent/1.0.0/org.osgi.service.typedevent-1.0.0.jar 20:12:31.143 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.osgi:org.osgi.util.pushstream:1.0.2 20:12:31.143 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.osgi:org.osgi.util.pushstream:1.0.2 in repositories [target/it/repository] 20:12:31.143 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.osgi:org.osgi.util.pushstream:1.0.2 is target/it/repository/org/osgi/org.osgi.util.pushstream/1.0.2/org.osgi.util.pushstream-1.0.2.jar 20:12:31.145 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.emf:org.eclipse.emf.common:2.29.0 20:12:31.145 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.emf:org.eclipse.emf.common:2.29.0 in repositories [target/it/repository] 20:12:31.145 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.eclipse.emf:org.eclipse.emf.common:2.29.0 is target/it/repository/org/eclipse/emf/org.eclipse.emf.common/2.29.0/org.eclipse.emf.common-2.29.0.jar 20:12:31.147 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.emf:org.eclipse.emf.ecore:2.35.0 20:12:31.147 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.emf:org.eclipse.emf.ecore:2.35.0 in repositories [target/it/repository] 20:12:31.148 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.eclipse.emf:org.eclipse.emf.ecore:2.35.0 is target/it/repository/org/eclipse/emf/org.eclipse.emf.ecore/2.35.0/org.eclipse.emf.ecore-2.35.0.jar 20:12:31.152 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.emf:org.eclipse.emf.ecore.xmi:2.36.0 20:12:31.153 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.emf:org.eclipse.emf.ecore.xmi:2.36.0 in repositories [target/it/repository] 20:12:31.153 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.eclipse.emf:org.eclipse.emf.ecore.xmi:2.36.0 is target/it/repository/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.36.0/org.eclipse.emf.ecore.xmi-2.36.0.jar 20:12:31.155 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.geckoprojects.emf:org.gecko.emf.osgi.component.minimal:6.1.0 20:12:31.155 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.geckoprojects.emf:org.gecko.emf.osgi.component.minimal:6.1.0 in repositories [target/it/repository] 20:12:31.155 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.geckoprojects.emf:org.gecko.emf.osgi.component.minimal:6.1.0 is target/it/repository/org/geckoprojects/emf/org.gecko.emf.osgi.component.minimal/6.1.0/org.gecko.emf.osgi.component.minimal-6.1.0.jar 20:12:31.158 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.apache.aries.component-dsl:org.apache.aries.component-dsl.component-dsl:1.2.2 20:12:31.158 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.apache.aries.component-dsl:org.apache.aries.component-dsl.component-dsl:1.2.2 in repositories [target/it/repository] 20:12:31.158 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.apache.aries.component-dsl:org.apache.aries.component-dsl.component-dsl:1.2.2 is target/it/repository/org/apache/aries/component-dsl/org.apache.aries.component-dsl.component-dsl/1.2.2/org.apache.aries.component-dsl.component-dsl-1.2.2.jar 20:12:31.159 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.apache.aries.typedevent:org.apache.aries.typedevent.bus:0.0.2-SNAPSHOT 20:12:31.159 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.apache.aries.typedevent:org.apache.aries.typedevent.bus:0.0.2-SNAPSHOT in repositories [target/it/repository] 20:12:31.160 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.apache.aries.typedevent:org.apache.aries.typedevent.bus:0.0.2-SNAPSHOT is target/it/repository/org/apache/aries/typedevent/org.apache.aries.typedevent.bus/0.0.2-SNAPSHOT/org.apache.aries.typedevent.bus-0.0.2-SNAPSHOT.jar 20:12:31.161 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle io.dropwizard.metrics:metrics-core:4.2.19 20:12:31.161 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature io.dropwizard.metrics:metrics-core:4.2.19 in repositories [target/it/repository] 20:12:31.161 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature io.dropwizard.metrics:metrics-core:4.2.19 is target/it/repository/io/dropwizard/metrics/metrics-core/4.2.19/metrics-core-4.2.19.jar 20:12:31.473 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.apache.aries.typedevent.bus.impl.TypedEventBusActivator -- Aries Typed Event Bus Starting Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/admin Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/system Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/system/version Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/system/version Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/system/started Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/system/started Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/system/started 20:12:31.674 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.apache.aries.typedevent.bus.impl.TypedEventBusActivator -- Aries Typed Event Bus Started 20:12:31.675 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Loading feature model gogo-shell-feature 20:12:31.676 [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 20:12:31.677 [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] 20:12:31.677 [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 20:12:31.679 [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 20:12:31.679 [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] 20:12:31.679 [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 20:12:31.681 [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 20:12:31.682 [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] 20:12:31.682 [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 20:12:31.705 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Feature update complete. ____________________________ Welcome to Apache Felix Gogo g! g! g! START LEVEL 1 ID|State |Level|Name 0|Active | 0|System Bundle (7.0.3)|7.0.3 1|Active | 1|Logback Classic Module (1.4.14)|1.4.14 2|Active | 1|Logback Core Module (1.4.14)|1.4.14 3|Active | 1|Jakarta JSON Processing API (2.1.3)|2.1.3 4|Resolved | 1|Apache Aries SPI Fly Dynamic Weaving Framework Extension (1.3.7)|1.3.7 5|Active | 1|Apache Felix Configuration Json (2.0.4)|2.0.4 6|Active | 1|Apache Felix Configuration Admin Service (1.9.24)|1.9.24 7|Active | 1|OSGi Feature Model API (1.0.2)|1.0.2 8|Active | 1|Apache Felix Declarative Services (2.2.2)|2.2.2 9|Active | 1|Johnzon :: Core (2.0.0)|2.0.0 10|Active | 1|Eclipse sensiNact Feature Launcher (0.0.2.202402122012)|0.0.2.202402122012 11|Active | 1|org.osgi:org.osgi.service.component (1.5.0.202109301733)|1.5.0.202109301733 12|Active | 1|org.osgi:org.osgi.service.feature (1.0.0.202109301733)|1.0.0.202109301733 13|Active | 1|org.osgi:org.osgi.util.converter (1.0.9.202202082230)|1.0.9.202202082230 14|Active | 1|org.osgi:org.osgi.util.function (1.1.0.201802012106)|1.1.0.201802012106 15|Active | 1|org.osgi:org.osgi.util.promise (1.3.0.202212101352)|1.3.0.202212101352 16|Active | 1|SLF4J API Module (2.0.11)|2.0.11 17|Active | 1|SensiNact core Annotations (0.0.2.202402122002)|0.0.2.202402122002 18|Active | 1|SensiNact core API (0.0.2.202402122003)|0.0.2.202402122003 19|Active | 1|SensiNact core API with EMF dependencies (0.0.2.202402122003)|0.0.2.202402122003 20|Active | 1|SensiNact core implementation (0.0.2.202402122003)|0.0.2.202402122003 21|Active | 1|SensiNact Provider Model (0.0.2.202402122003)|0.0.2.202402122003 22|Active | 1|SensiNact internal Metadata Model (0.0.2.202402122003)|0.0.2.202402122003 23|Active | 1|SensiNact GeoJSON mapping types (0.0.2.202402122003)|0.0.2.202402122003 24|Active | 1|Jackson-annotations (2.16.1)|2.16.1 25|Active | 1|Jackson-core (2.16.1)|2.16.1 26|Active | 1|jackson-databind (2.16.1)|2.16.1 27|Active | 1|org.osgi:org.osgi.service.typedevent (1.0.0.202109301733)|1.0.0.202109301733 28|Active | 1|org.osgi:org.osgi.util.pushstream (1.0.2.202109301733)|1.0.2.202109301733 29|Active | 1|EMF Common (2.29.0.v20230810-0713)|2.29.0.v20230810-0713 30|Active | 1|EMF Ecore (2.35.0.v20230829-0934)|2.35.0.v20230829-0934 31|Active | 1|EMF XML/XMI Persistence (2.36.0.v20231002-1156)|2.36.0.v20231002-1156 32|Active | 1|EMF OSGi Minimal Implementation Bundle (6.1.0)|6.1.0 33|Active | 1|org.apache.aries.component-dsl.component-dsl (1.2.2)|1.2.2 34|Active | 1|org.apache.aries.typedevent.bus (0.0.2.202303140456)|0.0.2.202303140456 35|Active | 1|Metrics Core (4.2.19)|4.2.19 36|Active | 1|Apache Felix Gogo Shell (1.1.4)|1.1.4 37|Active | 1|Apache Felix Gogo Runtime (1.1.4)|1.1.4 38|Active | 1|Apache Felix Gogo Command (1.1.2)|1.1.2 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.517 s - in org.eclipse.sensinact.gateway.feature.integration.core.CoreFeatureTest [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) @ core-feature --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/core-feature/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/distribution/features/core-feature/0.0.2-SNAPSHOT/core-feature-0.0.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/core-feature/target/repository.zip to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/distribution/features/core-feature/0.0.2-SNAPSHOT/core-feature-0.0.2-SNAPSHOT-osgifeaturerepo.zip [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/core-feature/src/main/resources/core-feature.json to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/distribution/features/core-feature/0.0.2-SNAPSHOT/core-feature-0.0.2-SNAPSHOT-osgifeature.json [INFO] [INFO] --- deploy:3.0.0:deploy (default-deploy) @ core-feature --- [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/features/core-feature/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/features/core-feature/0.0.2-SNAPSHOT/maven-metadata.xml (1.1 kB at 362 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/core-feature/0.0.2-SNAPSHOT/core-feature-0.0.2-20240212.200245-59.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/core-feature/0.0.2-SNAPSHOT/core-feature-0.0.2-20240212.200245-59.pom (6.3 kB at 218 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/core-feature/0.0.2-SNAPSHOT/core-feature-0.0.2-20240212.200245-59-osgifeaturerepo.zip [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/core-feature/0.0.2-SNAPSHOT/core-feature-0.0.2-20240212.200245-59-osgifeature.json [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/core-feature/0.0.2-SNAPSHOT/core-feature-0.0.2-20240212.200245-59-osgifeature.json (1.5 kB at 41 kB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/core-feature/0.0.2-SNAPSHOT/core-feature-0.0.2-20240212.200245-59-osgifeaturerepo.zip (4.9 MB at 26 MB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/core-feature/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/core-feature/maven-metadata.xml (383 B at 16 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/core-feature/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/features/core-feature/0.0.2-SNAPSHOT/maven-metadata.xml (1.1 kB at 29 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/core-feature/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/core-feature/maven-metadata.xml (383 B at 10 kB/s) [INFO] [INFO] --< org.eclipse.sensinact.gateway.distribution.features:jakarta-servlet-whiteboard-feature >-- [INFO] Building Eclipse sensiNact Servlet whiteboard Feature 0.0.2-SNAPSHOT [59/68] [INFO] from distribution/features/jakarta-servlet-whiteboard-feature/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ jakarta-servlet-whiteboard-feature --- [INFO] [INFO] --- compiler:3.10.1:testCompile (default) @ jakarta-servlet-whiteboard-feature --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/jakarta-servlet-whiteboard-feature/target/test-classes [INFO] [INFO] --- dependency:3.3.0:copy-dependencies (create-feature-repo) @ jakarta-servlet-whiteboard-feature --- [INFO] Installing /home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.http.jetty/5.0.0/org.apache.felix.http.jetty-5.0.0.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/jakarta-servlet-whiteboard-feature/target/repository/org/apache/felix/org.apache.felix.http.jetty/5.0.0/org.apache.felix.http.jetty-5.0.0.jar [INFO] Installing /home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.http.servlet-api/2.1.0/org.apache.felix.http.servlet-api-2.1.0.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/jakarta-servlet-whiteboard-feature/target/repository/org/apache/felix/org.apache.felix.http.servlet-api/2.1.0/org.apache.felix.http.servlet-api-2.1.0.jar [INFO] [INFO] --- antrun:3.1.0:run (create-repository-zip) @ jakarta-servlet-whiteboard-feature --- [INFO] Executing tasks [INFO] [zip] Building zip: /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/jakarta-servlet-whiteboard-feature/target/repository.zip [INFO] Executed tasks [INFO] [INFO] --- build-helper:3.3.0:attach-artifact (attach-artifacts) @ jakarta-servlet-whiteboard-feature --- [INFO] [INFO] --- dependency:3.3.0:copy (copy-test-launcher) @ jakarta-servlet-whiteboard-feature --- [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution:launcher:export:0.0.2-SNAPSHOT:jar [INFO] Copying export.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/jakarta-servlet-whiteboard-feature/target/it/launcher.jar [INFO] [INFO] --- dependency:3.3.0:copy (gather-test-features) @ jakarta-servlet-whiteboard-feature --- [INFO] Skipping plugin execution [INFO] [INFO] --- dependency:3.3.0:unpack (create-test-repo) @ jakarta-servlet-whiteboard-feature --- [INFO] Skipping plugin execution [INFO] [INFO] --- antrun:3.1.0:run (copy-artifact-for-testing) @ jakarta-servlet-whiteboard-feature --- [INFO] Executing tasks [INFO] [unzip] Expanding: /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/jakarta-servlet-whiteboard-feature/target/repository.zip into /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/jakarta-servlet-whiteboard-feature/target/it/repository [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/jakarta-servlet-whiteboard-feature/target/it/features [INFO] Executed tasks [INFO] [INFO] --- surefire:2.22.2:test (integration-test) @ jakarta-servlet-whiteboard-feature --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.sensinact.gateway.feature.integration.jakartaservlet.ServletWhiteboardIntegrationTest Feb 12, 2024 8:12:36 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 12, 2024 8:12:36 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 20:12:36.380 [main] INFO org.eclipse.sensinact.gateway.launcher.ConfigurationManager -- Eclipse sensiNact is watching for changes in configuration file src/it/resources/config/configuration.json 20:12:36.394 [main] INFO org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Feature installation for features [] requested using repositories [repository] and feature directories [features] 20:12:36.395 [main] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- The following bundles [] are no longer required and will be removed. 20:12:36.397 [main] INFO org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Feature update complete. 20:12:36.500 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Feature installation for features [jakarta-servlet-whiteboard-feature] requested using repositories [target/it/repository] and feature directories [target/it/features] 20:12:36.500 [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. 20:12:36.500 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Loading feature model jakarta-servlet-whiteboard-feature 20:12:36.505 [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 20:12:36.505 [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] 20:12:36.505 [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 20:12:36.514 [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 20:12:36.514 [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] 20:12:36.514 [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 Feb 12, 2024 8:12:36 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 12, 2024 8:12:36 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 20:12:36.662 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- QueuedThreadPool[qtp1351732923]@5091cebb{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] added {org.eclipse.jetty.util.thread.ThreadPoolBudget@5f01a20b,POJO} 20:12:36.662 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@349d12dc{STOPPED}[11.0.13,sto=0] added {QueuedThreadPool[qtp1351732923]@5091cebb{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY],AUTO} 20:12:36.677 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@349d12dc{STOPPED}[11.0.13,sto=0] added {AttributeContainerMap@36886ce0{size=0},AUTO} 20:12:36.682 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HashLoginService@1e5a1e3[null] added {org.eclipse.jetty.security.DefaultIdentityService@3b147a6d,POJO} 20:12:36.682 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HashLoginService@1e5a1e3[OSGi HTTP Service Realm] added {UserStore@2342a7a2[users.count=0],AUTO} 20:12:36.682 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@349d12dc{STOPPED}[11.0.13,sto=0] added {HashLoginService@1e5a1e3[OSGi HTTP Service Realm],AUTO} 20:12:36.749 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- o.e.j.s.ServletContextHandler@21ddff2d{/,null,STOPPED} added {SymlinkAllowedResourceAliasChecker@c48b16a{base=null,protected=[]},MANAGED} 20:12:36.757 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.handler.ContextHandlerCollection -- AT@251a4c3{cs=true;c=1;=/=[Lorg.eclipse.jetty.server.handler.ContextHandlerCollection$Branch;@1ca395a} 20:12:36.764 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ContextHandlerCollection@7a6b3f7c{STOPPED} added {o.e.j.s.ServletContextHandler@21ddff2d{/,null,STOPPED},AUTO} 20:12:36.778 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- o.e.j.s.ServletContextHandler@21ddff2d{/,null,STOPPED} added {org.eclipse.jetty.server.session.SessionHandler1114182503==dftMaxIdleSec=-1,MANAGED} 20:12:36.781 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- org.eclipse.jetty.server.session.SessionHandler1114182503==dftMaxIdleSec=-1 added {ServletHandler@2c6a3fa{STOPPED},MANAGED} 20:12:36.781 [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) 20:12:36.782 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- o.e.j.s.ServletContextHandler@21ddff2d{/,null,STOPPED} added {org.apache.felix.http.base.internal.EventDispatcher@73122ad6,POJO} 20:12:36.783 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- org.eclipse.jetty.server.session.SessionHandler1114182503==dftMaxIdleSec=0 added {org.apache.felix.http.base.internal.EventDispatcher@73122ad6,POJO} 20:12:36.803 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServletHandler@2c6a3fa{STOPPED} added {org.apache.felix.http.base.internal.dispatch.DispatcherServlet-279d5926==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@6f8b2a49{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED},AUTO} 20:12:36.805 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServletHandler@2c6a3fa{STOPPED} added {[/*]=>org.apache.felix.http.base.internal.dispatch.DispatcherServlet-279d5926,POJO} 20:12:36.806 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@349d12dc{STOPPED}[11.0.13,sto=0] added {ContextHandlerCollection@7a6b3f7c{STOPPED},MANAGED} 20:12:36.806 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING Server@349d12dc{STOPPED}[11.0.13,sto=0] 20:12:36.812 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@349d12dc{STARTING}[11.0.13,sto=0] added {ErrorHandler@44b90af1{STOPPED},AUTO} 20:12:36.815 [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 20:12:36.864 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting Server@349d12dc{STARTING}[11.0.13,sto=0] 20:12:36.865 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING QueuedThreadPool[qtp1351732923]@5091cebb{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] 20:12:36.867 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@3fc340fd{reserved=0/2,pending=0} 20:12:36.867 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- QueuedThreadPool[qtp1351732923]@5091cebb{STARTING,8<=0<=200,i=0,r=-1,q=0}[ReservedThreadExecutor@3fc340fd{reserved=0/2,pending=0}] added {ReservedThreadExecutor@3fc340fd{reserved=0/2,pending=0},AUTO} 20:12:36.867 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ReservedThreadExecutor@3fc340fd{reserved=0/2,pending=0} 20:12:36.877 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1435ms ReservedThreadExecutor@3fc340fd{reserved=0/2,pending=0} 20:12:36.881 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp1351732923-26,5,Configuration Admin Service] 20:12:36.881 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp1351732923-27,5,Configuration Admin Service] 20:12:36.881 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp1351732923-28,5,Configuration Admin Service] 20:12:36.881 [qtp1351732923-26] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp1351732923]@5091cebb{STARTING,8<=2<=200,i=2,r=-1,q=0}[ReservedThreadExecutor@3fc340fd{reserved=0/2,pending=0}] 20:12:36.881 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp1351732923-29,5,Configuration Admin Service] 20:12:36.881 [qtp1351732923-27] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp1351732923]@5091cebb{STARTING,8<=3<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@3fc340fd{reserved=0/2,pending=0}] 20:12:36.881 [qtp1351732923-28] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp1351732923]@5091cebb{STARTING,8<=4<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@3fc340fd{reserved=0/2,pending=0}] 20:12:36.882 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp1351732923-30,5,Configuration Admin Service] 20:12:36.882 [qtp1351732923-29] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp1351732923]@5091cebb{STARTING,8<=5<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@3fc340fd{reserved=0/2,pending=0}] 20:12:36.882 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp1351732923-31,5,Configuration Admin Service] 20:12:36.882 [qtp1351732923-30] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp1351732923]@5091cebb{STARTING,8<=6<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@3fc340fd{reserved=0/2,pending=0}] 20:12:36.882 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp1351732923-32,5,Configuration Admin Service] 20:12:36.882 [qtp1351732923-31] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp1351732923]@5091cebb{STARTING,8<=7<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@3fc340fd{reserved=0/2,pending=0}] 20:12:36.882 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp1351732923-33,5,Configuration Admin Service] 20:12:36.882 [qtp1351732923-32] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp1351732923]@5091cebb{STARTING,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@3fc340fd{reserved=0/2,pending=0}] 20:12:36.882 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1441ms QueuedThreadPool[qtp1351732923]@5091cebb{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@3fc340fd{reserved=0/2,pending=0}] 20:12:36.882 [qtp1351732923-33] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp1351732923]@5091cebb{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@3fc340fd{reserved=0/2,pending=0}] 20:12:36.883 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING AttributeContainerMap@36886ce0{size=0} 20:12:36.883 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1441ms AttributeContainerMap@36886ce0{size=0} 20:12:36.883 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING HashLoginService@1e5a1e3[OSGi HTTP Service Realm] 20:12:36.883 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING UserStore@2342a7a2[users.count=0] 20:12:36.883 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1441ms UserStore@2342a7a2[users.count=0] 20:12:36.883 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1441ms HashLoginService@1e5a1e3[OSGi HTTP Service Realm] 20:12:36.883 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ContextHandlerCollection@7a6b3f7c{STOPPED} 20:12:36.883 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting ContextHandlerCollection@7a6b3f7c{STARTING} 20:12:36.883 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING o.e.j.s.ServletContextHandler@21ddff2d{/,null,STOPPED} 20:12:36.884 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.DecoratedObjectFactory -- Adding Decorator: org.eclipse.jetty.util.DeprecationWarning@720ead4d 20:12:36.904 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.http.PreEncodedHttpField -- HttpField encoders loaded: [org.eclipse.jetty.http.Http1FieldPreEncoder@6e2f356f, org.eclipse.jetty.http2.hpack.HpackFieldPreEncoder@544f958c] 20:12:36.944 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting o.e.j.s.ServletContextHandler@21ddff2d{/,null,STARTING} 20:12:36.945 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING SymlinkAllowedResourceAliasChecker@c48b16a{base=null,protected=[]} 20:12:36.945 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- o.e.j.s.ServletContextHandler@21ddff2d{/,null,STARTING} added {org.eclipse.jetty.server.AllowedResourceAliasChecker$AllowedResourceAliasCheckListener@76506519,POJO} 20:12:36.945 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1503ms SymlinkAllowedResourceAliasChecker@c48b16a{base=null,protected=[]} 20:12:36.945 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING org.eclipse.jetty.server.session.SessionHandler1114182503==dftMaxIdleSec=0 20:12:36.949 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- org.eclipse.jetty.server.session.SessionHandler1114182503==dftMaxIdleSec=0 added {org.eclipse.jetty.server.session.DefaultSessionCache@324b8da4[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false],AUTO} 20:12:36.951 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- org.eclipse.jetty.server.session.DefaultSessionCache@324b8da4[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] added {org.eclipse.jetty.server.session.NullSessionDataStore@74cbec42[passivating=false,graceSec=3600],AUTO} 20:12:36.953 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING DefaultSessionIdManager@59b3a081{STOPPED}[worker=null] 20:12:36.954 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- DefaultSessionIdManager@59b3a081{STARTING}[worker=node0] added {HouseKeeper@64aacba0{STOPPED}[interval=600000, ownscheduler=false],MANAGED} 20:12:36.957 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO org.eclipse.jetty.server.session.DefaultSessionIdManager -- Session workerName=node0 20:12:36.957 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING HouseKeeper@64aacba0{STOPPED}[interval=600000, ownscheduler=false] 20:12:36.959 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ScheduledExecutorScheduler@6b3f0804{STOPPED} 20:12:36.960 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1518ms ScheduledExecutorScheduler@6b3f0804{STARTED} 20:12:36.960 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.session.HouseKeeper -- node0 using own scheduler for scavenging 20:12:36.960 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.session.HouseKeeper -- node0 scavenging every 600000ms 20:12:36.963 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1521ms HouseKeeper@64aacba0{STARTED}[interval=600000, ownscheduler=true] 20:12:36.963 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1521ms DefaultSessionIdManager@59b3a081{STARTED}[worker=node0] 20:12:36.963 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@349d12dc{STARTING}[11.0.13,sto=0] added {DefaultSessionIdManager@59b3a081{STARTED}[worker=node0],MANAGED} 20:12:36.963 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- org.eclipse.jetty.server.session.SessionHandler1114182503==dftMaxIdleSec=0 added {DefaultSessionIdManager@59b3a081{STARTED}[worker=node0],UNMANAGED} 20:12:36.963 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ScheduledExecutorScheduler@23c78dc9{STOPPED} 20:12:36.963 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1521ms ScheduledExecutorScheduler@23c78dc9{STARTED} 20:12:36.964 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting org.eclipse.jetty.server.session.SessionHandler1114182503==dftMaxIdleSec=0 20:12:36.964 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ServletHandler@2c6a3fa{STOPPED} 20:12:36.972 [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-279d5926[EMBEDDED:null] 20:12:36.975 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.http.pathmap.ServletPathSpec -- Creating ServletPathSpec[/*] (group: PREFIX_GLOB, prefix: "", suffix: "null") 20:12:36.976 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457a78e{/*},resource=MappedServlet40fe4118{/*->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-279d5926==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@6f8b2a49{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=1] 20:12:36.976 [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-279d5926=MappedServlet1e9ce43d{null->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-279d5926==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@6f8b2a49{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}} 20:12:36.976 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.servlet.ServletHandler -- Adding Default404Servlet to ServletHandler@2c6a3fa{STARTING} 20:12:36.977 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServletHandler@2c6a3fa{STARTING} added {org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-6779b9c6==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@54a3001{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED},AUTO} 20:12:36.977 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServletHandler@2c6a3fa{STARTING} added {[/]=>org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-6779b9c6,POJO} 20:12:36.977 [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-279d5926[EMBEDDED:null] 20:12:36.977 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.http.pathmap.ServletPathSpec -- Creating ServletPathSpec[/*] (group: PREFIX_GLOB, prefix: "", suffix: "null") 20:12:36.977 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457a78e{/*},resource=MappedServlet1e3d0418{/*->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-279d5926==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@6f8b2a49{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=1] 20:12:36.977 [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-6779b9c6[EMBEDDED:null] 20:12:36.977 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457dcb7{/},resource=MappedServlet4689cca3{/->org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-6779b9c6==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@54a3001{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=2] 20:12:36.977 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.servlet.ServletHandler -- filterNameMap={} pathFilters=[] servletFilterMap={} servletPathMap=PathMappings[size=2] servletNameMap={org.apache.felix.http.base.internal.dispatch.DispatcherServlet-279d5926=MappedServlet8c4a8e5{null->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-279d5926==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@6f8b2a49{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}, org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-6779b9c6=MappedServlet22d987b2{null->org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-6779b9c6==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@54a3001{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}} 20:12:36.977 [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-279d5926[EMBEDDED:null] 20:12:36.977 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.http.pathmap.ServletPathSpec -- Creating ServletPathSpec[/*] (group: PREFIX_GLOB, prefix: "", suffix: "null") 20:12:36.977 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457a78e{/*},resource=MappedServlet54b25a35{/*->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-279d5926==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@6f8b2a49{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=1] 20:12:36.978 [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-6779b9c6[EMBEDDED:null] 20:12:36.978 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457dcb7{/},resource=MappedServlet5c5668d4{/->org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-6779b9c6==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@54a3001{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=2] 20:12:36.978 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.servlet.ServletHandler -- filterNameMap={} pathFilters=[] servletFilterMap={} servletPathMap=PathMappings[size=2] servletNameMap={org.apache.felix.http.base.internal.dispatch.DispatcherServlet-279d5926=MappedServlet8c4a8e5{null->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-279d5926==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@6f8b2a49{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}, org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-6779b9c6=MappedServlet22d987b2{null->org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-6779b9c6==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@54a3001{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}} 20:12:36.978 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting ServletHandler@2c6a3fa{STARTING} 20:12:36.978 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1536ms ServletHandler@2c6a3fa{STARTED} 20:12:36.978 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING org.eclipse.jetty.server.session.DefaultSessionCache@324b8da4[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] 20:12:36.978 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING org.eclipse.jetty.server.session.NullSessionDataStore@74cbec42[passivating=false,graceSec=3600] 20:12:36.978 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1536ms org.eclipse.jetty.server.session.NullSessionDataStore@74cbec42[passivating=false,graceSec=3600] 20:12:36.978 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1536ms org.eclipse.jetty.server.session.DefaultSessionCache@324b8da4[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] 20:12:36.978 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1536ms org.eclipse.jetty.server.session.SessionHandler1114182503==dftMaxIdleSec=0 20:12:36.980 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING org.apache.felix.http.base.internal.dispatch.DispatcherServlet-279d5926==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@6f8b2a49{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED} 20:12:36.981 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1539ms org.apache.felix.http.base.internal.dispatch.DispatcherServlet-279d5926==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@6f8b2a49{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STARTED} 20:12:36.982 [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-279d5926 20:12:36.982 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-6779b9c6==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@54a3001{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED} 20:12:36.982 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1540ms org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-6779b9c6==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@54a3001{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STARTED} 20:12:36.982 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO org.eclipse.jetty.server.handler.ContextHandler -- Started o.e.j.s.ServletContextHandler@21ddff2d{/,null,AVAILABLE} 20:12:36.983 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1541ms o.e.j.s.ServletContextHandler@21ddff2d{/,null,AVAILABLE} 20:12:36.983 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1541ms ContextHandlerCollection@7a6b3f7c{STARTED} 20:12:36.983 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ErrorHandler@44b90af1{STOPPED} 20:12:36.983 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting ErrorHandler@44b90af1{STARTING} 20:12:36.983 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1541ms ErrorHandler@44b90af1{STARTED} 20:12:36.983 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO org.eclipse.jetty.server.Server -- Started Server@349d12dc{STARTING}[11.0.13,sto=0] @1541ms 20:12:36.983 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1541ms Server@349d12dc{STARTED}[11.0.13,sto=0] 20:12:36.983 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.session.HouseKeeper -- node0 scavenging every 600000ms 20:12:36.993 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpConnectionFactory@5805dd29[HTTP/1.1] added {HttpConfiguration@574f417a{32768/8192,8192/8192,https://:0,[]},POJO} 20:12:37.008 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@1fa1c956{null, ()}{0.0.0.0:0} added {QueuedThreadPool[qtp1351732923]@5091cebb{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@3fc340fd{reserved=0/2,pending=0}],UNMANAGED} 20:12:37.008 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@1fa1c956{null, ()}{0.0.0.0:0} added {ScheduledExecutorScheduler@62964255{STOPPED},AUTO} 20:12:37.042 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@349d12dc{STARTED}[11.0.13,sto=0] added {LogarithmicArrayByteBufferPool@89f9135{minBufferCapacity=0, maxBufferCapacity=65536, maxQueueLength=-1, factor=4096},POJO} 20:12:37.042 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@1fa1c956{null, ()}{0.0.0.0:0} added {LogarithmicArrayByteBufferPool@89f9135{minBufferCapacity=0, maxBufferCapacity=65536, maxQueueLength=-1, factor=4096},UNMANAGED} 20:12:37.042 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@1fa1c956{null, ()}{0.0.0.0:0} added {org.eclipse.jetty.io.LogarithmicArrayByteBufferPool$LogarithmicRetainablePool@1007e5cf{min=0,max=65536,buckets=17,heap=0/-1,direct=0/-1},POJO} 20:12:37.043 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@1fa1c956{null, ()}{0.0.0.0:0} added {org.eclipse.jetty.server.AbstractConnector$1@11983a11,POJO} 20:12:37.043 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@1fa1c956{null, (http/1.1)}{0.0.0.0:0} added {HttpConnectionFactory@5805dd29[HTTP/1.1],AUTO} 20:12:37.043 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.AbstractConnector -- ServerConnector@1fa1c956{HTTP/1.1, (http/1.1)}{0.0.0.0:0} added HttpConnectionFactory@5805dd29[HTTP/1.1] 20:12:37.047 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@1fa1c956{HTTP/1.1, (http/1.1)}{0.0.0.0:0} added {SelectorManager@ServerConnector@1fa1c956{HTTP/1.1, (http/1.1)}{0.0.0.0:0},MANAGED} 20:12:37.047 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@349d12dc{STARTED}[11.0.13,sto=0] added {ServerConnector@1fa1c956{HTTP/1.1, (http/1.1)}{0.0.0.0:8080},UNMANAGED} 20:12:37.047 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ServerConnector@1fa1c956{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 20:12:37.053 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@1fa1c956{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} 20:12:37.056 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ScheduledExecutorScheduler@62964255{STOPPED} 20:12:37.056 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1614ms ScheduledExecutorScheduler@62964255{STARTED} 20:12:37.056 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING HttpConnectionFactory@5805dd29[HTTP/1.1] 20:12:37.056 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1614ms HttpConnectionFactory@5805dd29[HTTP/1.1] 20:12:37.056 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING SelectorManager@ServerConnector@1fa1c956{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 20:12:37.061 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- AdaptiveExecutionStrategy@3f4dd2e1/SelectorProducer@45b4d501/IDLE/p=false/QueuedThreadPool[qtp1351732923]@5091cebb{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@3fc340fd{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:12:37.062003227Z added {SelectorProducer@45b4d501,POJO} 20:12:37.062 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- AdaptiveExecutionStrategy@3f4dd2e1/SelectorProducer@45b4d501/IDLE/p=false/QueuedThreadPool[qtp1351732923]@5091cebb{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@3fc340fd{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:12:37.062302865Z added {QueuedThreadPool[qtp1351732923]@5091cebb{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@3fc340fd{reserved=0/2,pending=0}],UNMANAGED} 20:12:37.062 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- AdaptiveExecutionStrategy@3f4dd2e1/SelectorProducer@45b4d501/IDLE/p=false/QueuedThreadPool[qtp1351732923]@5091cebb{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@3fc340fd{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:12:37.062537428Z created 20:12:37.062 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ManagedSelector@44288839{STOPPED} id=0 keys=-1 selected=-1 updates=0 added {AdaptiveExecutionStrategy@3f4dd2e1/SelectorProducer@45b4d501/IDLE/p=false/QueuedThreadPool[qtp1351732923]@5091cebb{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@3fc340fd{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:12:37.062786901Z,MANAGED} 20:12:37.062 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- SelectorManager@ServerConnector@1fa1c956{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} added {ManagedSelector@44288839{STOPPED} id=0 keys=-1 selected=-1 updates=0,AUTO} 20:12:37.063 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ManagedSelector@44288839{STOPPED} id=0 keys=-1 selected=-1 updates=0 20:12:37.063 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING AdaptiveExecutionStrategy@3f4dd2e1/SelectorProducer@45b4d501/IDLE/p=false/QueuedThreadPool[qtp1351732923]@5091cebb{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@3fc340fd{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:12:37.063230814Z 20:12:37.063 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1621ms AdaptiveExecutionStrategy@3f4dd2e1/SelectorProducer@45b4d501/IDLE/p=false/QueuedThreadPool[qtp1351732923]@5091cebb{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@3fc340fd{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:12:37.063360374Z 20:12:37.065 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue org.eclipse.jetty.io.ManagedSelector$$Lambda$205/0x00007f82f01b29a0@7091f4f3 startThread=0 20:12:37.065 [qtp1351732923-26] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.io.ManagedSelector$$Lambda$205/0x00007f82f01b29a0@7091f4f3 in QueuedThreadPool[qtp1351732923]@5091cebb{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@3fc340fd{reserved=0/2,pending=0}] 20:12:37.065 [qtp1351732923-26] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- AdaptiveExecutionStrategy@3f4dd2e1/SelectorProducer@45b4d501/IDLE/p=false/QueuedThreadPool[qtp1351732923]@5091cebb{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@3fc340fd{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:12:37.065580437Z tryProduce false 20:12:37.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@6058a2a0 on ManagedSelector@44288839{STARTING} id=0 keys=0 selected=0 updates=0 20:12:37.066 [qtp1351732923-26] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 20:12:37.066 [qtp1351732923-26] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$Start@6058a2a0 20:12:37.066 [qtp1351732923-26] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:12:37.066 [qtp1351732923-26] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@3b924122 waiting with 0 keys 20:12:37.066 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1625ms ManagedSelector@44288839{STARTED} id=0 keys=0 selected=0 updates=0 20:12:37.067 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1625ms SelectorManager@ServerConnector@1fa1c956{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 20:12:37.068 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@1fa1c956{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} added {acceptor-0@1e975933,POJO} 20:12:37.068 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue acceptor-0@1e975933 startThread=0 20:12:37.068 [qtp1351732923-27] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run acceptor-0@1e975933 in QueuedThreadPool[qtp1351732923]@5091cebb{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@3fc340fd{reserved=0/2,pending=0}] 20:12:37.068 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO org.eclipse.jetty.server.AbstractConnector -- Started ServerConnector@1fa1c956{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 20:12:37.068 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1626ms ServerConnector@1fa1c956{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 20:12:37.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] 20:12:37.097 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@349d12dc{STARTED}[11.0.13,sto=0] added {org.apache.felix.http.jetty.internal.RequestLogTracker@7dc26ea1,POJO} 20:12:37.099 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING Server@349d12dc{STARTED}[11.0.13,sto=0] 20:12:37.099 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.Server -- Stopped Server@349d12dc{STOPPING}[11.0.13,sto=0] 20:12:37.099 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.Server -- doStop Server@349d12dc{STOPPING}[11.0.13,sto=0] 20:12:37.100 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ServerConnector@1fa1c956{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 20:12:37.100 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING SelectorManager@ServerConnector@1fa1c956{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 20:12:37.100 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ManagedSelector@44288839{STARTED} id=0 keys=0 selected=0 updates=0 20:12:37.100 [qtp1351732923-27] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran qtp1351732923-27-acceptor-0@1e975933-ServerConnector@1fa1c956{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} in QueuedThreadPool[qtp1351732923]@5091cebb{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@3fc340fd{reserved=0/2,pending=0}] 20:12:37.101 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Feature update complete. 20:12:37.101 [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@44288839{STOPPING} id=0 keys=0 selected=0 updates=0 20:12:37.101 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@44288839{STOPPING} id=0 keys=0 selected=0 updates=1 20:12:37.101 [qtp1351732923-26] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@3b924122 woken with none selected 20:12:37.101 [qtp1351732923-26] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@3b924122 woken up from select, 0/0/0 selected 20:12:37.101 [qtp1351732923-26] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@3b924122 processing 0 keys, 1 updates 20:12:37.101 [qtp1351732923-26] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 20:12:37.101 [qtp1351732923-26] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$CloseConnections@11232948 20:12:37.101 [qtp1351732923-26] DEBUG org.eclipse.jetty.io.ManagedSelector -- Closing 0 connections on ManagedSelector@44288839{STOPPING} id=0 keys=0 selected=0 updates=0 20:12:37.102 [qtp1351732923-26] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:12:37.102 [qtp1351732923-26] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@3b924122 waiting with 0 keys 20:12:37.102 [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@44288839{STOPPING} id=0 keys=0 selected=0 updates=0 20:12:37.102 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@44288839{STOPPING} id=0 keys=0 selected=0 updates=1 20:12:37.102 [qtp1351732923-26] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@3b924122 woken with none selected 20:12:37.102 [qtp1351732923-26] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@3b924122 woken up from select, 0/0/0 selected 20:12:37.102 [qtp1351732923-26] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@3b924122 processing 0 keys, 1 updates 20:12:37.102 [qtp1351732923-26] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 20:12:37.102 [qtp1351732923-26] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$StopSelector@6b723ae2 20:12:37.105 [qtp1351732923-26] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:12:37.105 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING AdaptiveExecutionStrategy@3f4dd2e1/SelectorProducer@45b4d501/PRODUCING/p=false/QueuedThreadPool[qtp1351732923]@5091cebb{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@3fc340fd{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:12:37.105344083Z 20:12:37.105 [qtp1351732923-26] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.io.ManagedSelector$$Lambda$205/0x00007f82f01b29a0@7091f4f3 in QueuedThreadPool[qtp1351732923]@5091cebb{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@3fc340fd{reserved=0/2,pending=0}] 20:12:37.105 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED AdaptiveExecutionStrategy@3f4dd2e1/SelectorProducer@45b4d501/IDLE/p=false/QueuedThreadPool[qtp1351732923]@5091cebb{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@3fc340fd{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:12:37.105569868Z 20:12:37.105 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ManagedSelector@44288839{STOPPED} id=0 keys=-1 selected=-1 updates=0 20:12:37.105 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED SelectorManager@ServerConnector@1fa1c956{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 20:12:37.105 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING HttpConnectionFactory@5805dd29[HTTP/1.1] 20:12:37.106 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED HttpConnectionFactory@5805dd29[HTTP/1.1] 20:12:37.106 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ScheduledExecutorScheduler@62964255{STARTED} 20:12:37.106 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ScheduledExecutorScheduler@62964255{STOPPED} 20:12:37.106 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.AbstractConnector -- Stopped ServerConnector@1fa1c956{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 20:12:37.106 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ServerConnector@1fa1c956{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 20:12:37.106 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- stopping Server@349d12dc{STOPPING}[11.0.13,sto=0] 20:12:37.106 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING DefaultSessionIdManager@59b3a081{STARTED}[worker=node0] 20:12:37.106 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING HouseKeeper@64aacba0{STARTED}[interval=600000, ownscheduler=true] 20:12:37.106 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.session.HouseKeeper -- node0 stopped scavenging 20:12:37.106 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ScheduledExecutorScheduler@6b3f0804{STARTED} 20:12:37.106 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ScheduledExecutorScheduler@6b3f0804{STOPPED} 20:12:37.107 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED HouseKeeper@64aacba0{STOPPED}[interval=600000, ownscheduler=false] 20:12:37.107 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED DefaultSessionIdManager@59b3a081{STOPPED}[worker=node0] 20:12:37.107 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ErrorHandler@44b90af1{STARTED} 20:12:37.107 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- stopping ErrorHandler@44b90af1{STOPPING} 20:12:37.107 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ErrorHandler@44b90af1{STOPPED} 20:12:37.107 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ContextHandlerCollection@7a6b3f7c{STARTED} 20:12:37.107 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- stopping ContextHandlerCollection@7a6b3f7c{STOPPING} 20:12:37.107 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING o.e.j.s.ServletContextHandler@21ddff2d{/,null,AVAILABLE} 20:12:37.107 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- stopping o.e.j.s.ServletContextHandler@21ddff2d{/,null,STOPPED} 20:12:37.107 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING org.eclipse.jetty.server.session.SessionHandler1114182503==dftMaxIdleSec=0 20:12:37.107 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.session.DefaultSessionCache -- Shutdown sessions, invalidating = false 20:12:37.107 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING org.eclipse.jetty.server.session.DefaultSessionCache@324b8da4[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] 20:12:37.107 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING org.eclipse.jetty.server.session.NullSessionDataStore@74cbec42[passivating=false,graceSec=3600] 20:12:37.107 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED org.eclipse.jetty.server.session.NullSessionDataStore@74cbec42[passivating=false,graceSec=3600] 20:12:37.107 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED org.eclipse.jetty.server.session.DefaultSessionCache@324b8da4[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] 20:12:37.107 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ScheduledExecutorScheduler@23c78dc9{STARTED} 20:12:37.107 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ScheduledExecutorScheduler@23c78dc9{STOPPED} 20:12:37.107 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- stopping org.eclipse.jetty.server.session.SessionHandler1114182503==dftMaxIdleSec=0 20:12:37.107 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ServletHandler@2c6a3fa{STARTED} 20:12:37.107 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- stopping ServletHandler@2c6a3fa{STOPPING} 20:12:37.107 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-6779b9c6==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@54a3001{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STARTED} 20:12:37.108 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-6779b9c6==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@54a3001{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED} 20:12:37.108 [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-279d5926==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@6f8b2a49{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 20:12:37.108 [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-279d5926==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@6f8b2a49{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED} 20:12:37.110 [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-279d5926[EMBEDDED:null] 20:12:37.110 [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") 20:12:37.110 [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-279d5926==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@6f8b2a49{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=1] 20:12:37.110 [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-279d5926=MappedServlete66368a{null->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-279d5926==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@6f8b2a49{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}} 20:12:37.111 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ServletHandler@2c6a3fa{STOPPED} 20:12:37.111 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED org.eclipse.jetty.server.session.SessionHandler1114182503==dftMaxIdleSec=0 20:12:37.111 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING SymlinkAllowedResourceAliasChecker@c48b16a{base=null,protected=[]} 20:12:37.111 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED SymlinkAllowedResourceAliasChecker@c48b16a{base=null,protected=[]} 20:12:37.111 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.handler.ContextHandler -- Stopped o.e.j.s.ServletContextHandler@21ddff2d{/,null,STOPPED} 20:12:37.111 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED o.e.j.s.ServletContextHandler@21ddff2d{/,null,STOPPED} 20:12:37.141 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ContextHandlerCollection@7a6b3f7c{STOPPED} 20:12:37.141 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING HashLoginService@1e5a1e3[OSGi HTTP Service Realm] 20:12:37.141 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING UserStore@2342a7a2[users.count=0] 20:12:37.141 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED UserStore@2342a7a2[users.count=0] 20:12:37.141 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED HashLoginService@1e5a1e3[OSGi HTTP Service Realm] 20:12:37.141 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING AttributeContainerMap@36886ce0{size=0} 20:12:37.141 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED AttributeContainerMap@36886ce0{size=0} 20:12:37.141 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING QueuedThreadPool[qtp1351732923]@5091cebb{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@3fc340fd{reserved=0/2,pending=0}] 20:12:37.141 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Stopping QueuedThreadPool[qtp1351732923]@5091cebb{STOPPING,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@3fc340fd{reserved=0/2,pending=0}] 20:12:37.142 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ReservedThreadExecutor@3fc340fd{reserved=0/2,pending=0} 20:12:37.145 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ReservedThreadExecutor@3fc340fd{reserved=-1/2,pending=0} 20:12:37.145 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Waiting for Thread[qtp1351732923-29,5,Configuration Admin Service] for 2499 20:12:37.145 [qtp1351732923-29] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$146/0x00007f82f0163208@2b0788e9 in QueuedThreadPool[qtp1351732923]@5091cebb{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:12:37.145 [qtp1351732923-28] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$146/0x00007f82f0163208@2b0788e9 in QueuedThreadPool[qtp1351732923]@5091cebb{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:12:37.146 [qtp1351732923-30] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$146/0x00007f82f0163208@2b0788e9 in QueuedThreadPool[qtp1351732923]@5091cebb{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:12:37.146 [qtp1351732923-29] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$146/0x00007f82f0163208@2b0788e9 in QueuedThreadPool[qtp1351732923]@5091cebb{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:12:37.146 [qtp1351732923-31] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$146/0x00007f82f0163208@2b0788e9 in QueuedThreadPool[qtp1351732923]@5091cebb{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:12:37.146 [qtp1351732923-28] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$146/0x00007f82f0163208@2b0788e9 in QueuedThreadPool[qtp1351732923]@5091cebb{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:12:37.146 [qtp1351732923-32] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$146/0x00007f82f0163208@2b0788e9 in QueuedThreadPool[qtp1351732923]@5091cebb{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:12:37.146 [qtp1351732923-33] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$146/0x00007f82f0163208@2b0788e9 in QueuedThreadPool[qtp1351732923]@5091cebb{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:12:37.146 [qtp1351732923-30] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$146/0x00007f82f0163208@2b0788e9 in QueuedThreadPool[qtp1351732923]@5091cebb{STOPPING,8<=0<=200,i=9,r=-1,q=0}[NO_TRY] 20:12:37.146 [qtp1351732923-27] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$146/0x00007f82f0163208@2b0788e9 in QueuedThreadPool[qtp1351732923]@5091cebb{STOPPING,8<=0<=200,i=9,r=-1,q=0}[NO_TRY] 20:12:37.146 [qtp1351732923-31] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$146/0x00007f82f0163208@2b0788e9 in QueuedThreadPool[qtp1351732923]@5091cebb{STOPPING,8<=0<=200,i=9,r=-1,q=0}[NO_TRY] 20:12:37.146 [qtp1351732923-32] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$146/0x00007f82f0163208@2b0788e9 in QueuedThreadPool[qtp1351732923]@5091cebb{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:12:37.146 [qtp1351732923-29] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[qtp1351732923-29,5,Configuration Admin Service] exited for QueuedThreadPool[qtp1351732923]@5091cebb{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:12:37.146 [qtp1351732923-28] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[qtp1351732923-28,5,Configuration Admin Service] exited for QueuedThreadPool[qtp1351732923]@5091cebb{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:12:37.146 [qtp1351732923-30] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[qtp1351732923-30,5,Configuration Admin Service] exited for QueuedThreadPool[qtp1351732923]@5091cebb{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:12:37.146 [qtp1351732923-26] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$146/0x00007f82f0163208@2b0788e9 in QueuedThreadPool[qtp1351732923]@5091cebb{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:12:37.146 [qtp1351732923-32] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[qtp1351732923-32,5,Configuration Admin Service] exited for QueuedThreadPool[qtp1351732923]@5091cebb{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:12:37.146 [qtp1351732923-31] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[qtp1351732923-31,5,Configuration Admin Service] exited for QueuedThreadPool[qtp1351732923]@5091cebb{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:12:37.146 [qtp1351732923-33] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$146/0x00007f82f0163208@2b0788e9 in QueuedThreadPool[qtp1351732923]@5091cebb{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:12:37.146 [qtp1351732923-27] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$146/0x00007f82f0163208@2b0788e9 in QueuedThreadPool[qtp1351732923]@5091cebb{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:12:37.146 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Waiting for Thread[qtp1351732923-33,5,Configuration Admin Service] for 2499 20:12:37.146 [qtp1351732923-26] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$146/0x00007f82f0163208@2b0788e9 in QueuedThreadPool[qtp1351732923]@5091cebb{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:12:37.146 [qtp1351732923-33] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[qtp1351732923-33,5,Configuration Admin Service] exited for QueuedThreadPool[qtp1351732923]@5091cebb{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:12:37.146 [qtp1351732923-27] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[qtp1351732923-27,5,Configuration Admin Service] exited for QueuedThreadPool[qtp1351732923]@5091cebb{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:12:37.146 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Waiting for Thread[qtp1351732923-26,5,Configuration Admin Service] for 2499 20:12:37.146 [qtp1351732923-26] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[qtp1351732923-26,5,Configuration Admin Service] exited for QueuedThreadPool[qtp1351732923]@5091cebb{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:12:37.146 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED QueuedThreadPool[qtp1351732923]@5091cebb{STOPPED,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:12:37.146 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED Server@349d12dc{STOPPED}[11.0.13,sto=0] 20:12:37.146 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.apache.felix.http -- Stopped Jetty 20:12:37.146 [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} 20:12:37.146 [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} 20:12:37.146 [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} 20:12:37.146 [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} 20:12:37.146 [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} 20:12:37.147 [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} 20:12:37.147 [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} 20:12:37.147 [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} 20:12:37.147 [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} 20:12:37.147 [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} 20:12:37.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=-1 added {ServletHandler@3250993a{STOPPED},MANAGED} 20:12:37.147 [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) 20:12:37.147 [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@73122ad6,POJO} 20:12:37.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 {org.apache.felix.http.base.internal.EventDispatcher@73122ad6,POJO} 20:12:37.147 [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} 20:12:37.147 [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} 20:12:37.147 [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} 20:12:37.148 [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] 20:12:37.148 [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} 20:12:37.148 [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 20:12:37.148 [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] 20:12:37.148 [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] 20:12:37.148 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@7d2267eb{reserved=0/2,pending=0} 20:12:37.148 [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} 20:12:37.148 [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} 20:12:37.148 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1706ms ReservedThreadExecutor@7d2267eb{reserved=0/2,pending=0} 20:12:37.148 [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] 20:12:37.148 [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] 20:12:37.148 [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}] 20:12:37.148 [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] 20:12:37.148 [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}] 20:12:37.149 [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] 20:12:37.149 [qtp80013494-38] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp80013494]@4c4e8b6{STARTING,8<=4<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7d2267eb{reserved=0/2,pending=0}] 20:12:37.149 [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] 20:12:37.149 [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}] 20:12:37.149 [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] 20:12:37.149 [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}] 20:12:37.149 [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] 20:12:37.149 [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] 20:12:37.149 [qtp80013494-41] 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}] 20:12:37.149 [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}] 20:12:37.149 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1707ms QueuedThreadPool[qtp80013494]@4c4e8b6{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@7d2267eb{reserved=0/2,pending=0}] 20:12:37.149 [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}] 20:12:37.149 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING AttributeContainerMap@7f841efb{size=0} 20:12:37.149 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1707ms AttributeContainerMap@7f841efb{size=0} 20:12:37.149 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING HashLoginService@5ca6c8e5[OSGi HTTP Service Realm] 20:12:37.149 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING UserStore@23a589ed[users.count=0] 20:12:37.150 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1708ms UserStore@23a589ed[users.count=0] 20:12:37.150 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1708ms HashLoginService@5ca6c8e5[OSGi HTTP Service Realm] 20:12:37.150 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ContextHandlerCollection@7e8da832{STOPPED} 20:12:37.150 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting ContextHandlerCollection@7e8da832{STARTING} 20:12:37.150 [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} 20:12:37.150 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.DecoratedObjectFactory -- Adding Decorator: org.eclipse.jetty.util.DeprecationWarning@22814221 20:12:37.150 [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} 20:12:37.150 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING SymlinkAllowedResourceAliasChecker@16823630{base=null,protected=[]} 20:12:37.150 [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} 20:12:37.150 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1708ms SymlinkAllowedResourceAliasChecker@16823630{base=null,protected=[]} 20:12:37.150 [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 20:12:37.150 [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} 20:12:37.150 [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} 20:12:37.150 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING DefaultSessionIdManager@3fe53f10{STOPPED}[worker=null] 20:12:37.151 [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} 20:12:37.151 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.session.DefaultSessionIdManager -- Session workerName=node0 20:12:37.151 [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] 20:12:37.151 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ScheduledExecutorScheduler@5616b640{STOPPED} 20:12:37.151 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1709ms ScheduledExecutorScheduler@5616b640{STARTED} 20:12:37.151 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.session.HouseKeeper -- node0 using own scheduler for scavenging 20:12:37.151 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.session.HouseKeeper -- node0 scavenging every 600000ms 20:12:37.151 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1709ms HouseKeeper@fb87dfa{STARTED}[interval=600000, ownscheduler=true] 20:12:37.151 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1709ms DefaultSessionIdManager@3fe53f10{STARTED}[worker=node0] 20:12:37.151 [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} 20:12:37.151 [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} 20:12:37.151 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ScheduledExecutorScheduler@38840d0b{STOPPED} 20:12:37.151 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1709ms ScheduledExecutorScheduler@38840d0b{STARTED} 20:12:37.151 [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 20:12:37.152 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ServletHandler@3250993a{STOPPED} 20:12:37.152 [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] 20:12:37.152 [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") 20:12:37.152 [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] 20:12:37.152 [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}}} 20:12:37.152 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.servlet.ServletHandler -- Adding Default404Servlet to ServletHandler@3250993a{STARTING} 20:12:37.152 [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} 20:12:37.152 [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} 20:12:37.152 [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] 20:12:37.152 [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") 20:12:37.152 [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] 20:12:37.153 [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] 20:12:37.153 [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] 20:12:37.153 [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}}} 20:12:37.153 [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] 20:12:37.153 [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") 20:12:37.153 [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] 20:12:37.153 [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] 20:12:37.153 [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] 20:12:37.153 [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}}} 20:12:37.153 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting ServletHandler@3250993a{STARTING} 20:12:37.153 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1711ms ServletHandler@3250993a{STARTED} 20:12:37.153 [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] 20:12:37.153 [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] 20:12:37.153 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1711ms org.eclipse.jetty.server.session.NullSessionDataStore@175de790[passivating=false,graceSec=3600] 20:12:37.153 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1711ms org.eclipse.jetty.server.session.DefaultSessionCache@1c18ade0[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] 20:12:37.153 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1711ms org.eclipse.jetty.server.session.SessionHandler2033787493==dftMaxIdleSec=0 20:12:37.153 [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} 20:12:37.153 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1711ms 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} 20:12:37.153 [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 20:12:37.153 [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} 20:12:37.153 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1711ms 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} 20:12:37.153 [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} 20:12:37.153 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1712ms o.e.j.s.ServletContextHandler@7c8938a4{/,null,AVAILABLE} 20:12:37.153 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1712ms ContextHandlerCollection@7e8da832{STARTED} 20:12:37.154 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ErrorHandler@4d385e23{STOPPED} 20:12:37.154 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting ErrorHandler@4d385e23{STARTING} 20:12:37.154 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1712ms ErrorHandler@4d385e23{STARTED} 20:12:37.154 [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] @1712ms 20:12:37.154 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1712ms Server@659b7320{STARTED}[11.0.13,sto=0] 20:12:37.154 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.session.HouseKeeper -- node0 scavenging every 660000ms 20:12:37.154 [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} 20:12:37.154 [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} 20:12:37.154 [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} 20:12:37.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 {LogarithmicArrayByteBufferPool@2a4add80{minBufferCapacity=0, maxBufferCapacity=65536, maxQueueLength=-1, factor=4096},POJO} 20:12:37.154 [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} 20:12:37.154 [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} 20:12:37.154 [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} 20:12:37.154 [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} 20:12:37.155 [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] 20:12:37.155 [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} 20:12:37.155 [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} 20:12:37.155 [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} 20:12:37.155 [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} 20:12:37.156 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ScheduledExecutorScheduler@3858d2e{STOPPED} 20:12:37.156 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1714ms ScheduledExecutorScheduler@3858d2e{STARTED} 20:12:37.156 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING HttpConnectionFactory@22d176e8[HTTP/1.1] 20:12:37.156 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1714ms HttpConnectionFactory@22d176e8[HTTP/1.1] 20:12:37.156 [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} 20:12:37.156 [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-12T20:12:37.156614108Z added {SelectorProducer@62a71547,POJO} 20:12:37.156 [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-12T20:12:37.156816047Z added {QueuedThreadPool[qtp80013494]@4c4e8b6{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@7d2267eb{reserved=0/2,pending=0}],UNMANAGED} 20:12:37.156 [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-12T20:12:37.156922892Z created 20:12:37.156 [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-12T20:12:37.157064874Z,MANAGED} 20:12:37.157 [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} 20:12:37.157 [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 20:12:37.157 [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-12T20:12:37.157340017Z 20:12:37.157 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1715ms 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-12T20:12:37.157441234Z 20:12:37.157 [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/0x00007f82f01b29a0@57f6123e startThread=0 20:12:37.157 [qtp80013494-36] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.io.ManagedSelector$$Lambda$205/0x00007f82f01b29a0@57f6123e in QueuedThreadPool[qtp80013494]@4c4e8b6{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@7d2267eb{reserved=0/2,pending=0}] 20:12:37.157 [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 20:12:37.157 [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-12T20:12:37.157735106Z tryProduce false 20:12:37.157 [qtp80013494-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 20:12:37.157 [qtp80013494-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$Start@2290de40 20:12:37.157 [qtp80013494-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:12:37.157 [qtp80013494-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@68d2f82 waiting with 0 keys 20:12:37.157 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1715ms ManagedSelector@15db0d46{STARTED} id=0 keys=0 selected=0 updates=0 20:12:37.157 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1716ms SelectorManager@ServerConnector@76d694c{HTTP/1.1, (http/1.1)}{0.0.0.0:8081} 20:12:37.158 [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} 20:12:37.158 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue acceptor-0@7847fa78 startThread=0 20:12:37.158 [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}] 20:12:37.158 [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} 20:12:37.158 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1716ms ServerConnector@76d694c{HTTP/1.1, (http/1.1)}{0.0.0.0:8081} 20:12:37.158 [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] 20:12:37.162 [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} 20:12:37.868 [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@4f8766a5[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8081 remote=/127.0.0.1:41248]] on ManagedSelector@15db0d46{STARTED} id=0 keys=0 selected=0 updates=0 20:12:37.869 [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 20:12:37.869 [qtp80013494-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@68d2f82 woken with none selected 20:12:37.869 [qtp80013494-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@68d2f82 woken up from select, 0/0/0 selected 20:12:37.869 [qtp80013494-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@68d2f82 processing 0 keys, 1 updates 20:12:37.869 [qtp80013494-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 20:12:37.869 [qtp80013494-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- update Accept@4f8766a5[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8081 remote=/127.0.0.1:41248]] 20:12:37.870 [qtp80013494-36] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue Accept@4f8766a5[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8081 remote=/127.0.0.1:41248]] startThread=0 20:12:37.870 [qtp80013494-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:12:37.870 [qtp80013494-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@68d2f82 waiting with 1 keys 20:12:37.870 [qtp80013494-38] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run Accept@4f8766a5[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8081 remote=/127.0.0.1:41248]] in QueuedThreadPool[qtp80013494]@4c4e8b6{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@7d2267eb{reserved=0/2,pending=0}] 20:12:37.884 [qtp80013494-38] DEBUG org.eclipse.jetty.io.IdleTimeout -- Setting idle timeout 0 -> 60000 on SocketChannelEndPoint@675ed850[{l=/127.0.0.1:8081,r=/127.0.0.1:41248,OPEN,fill=-,flush=-,to=3/60000}{io=0/0,kio=0,kro=0}]->[] 20:12:37.885 [qtp80013494-38] DEBUG org.eclipse.jetty.io.IdleTimeout -- SocketChannelEndPoint@675ed850[{l=/127.0.0.1:8081,r=/127.0.0.1:41248,OPEN,fill=-,flush=-,to=3/60000}{io=0/0,kio=0,kro=0}]->[] idle timeout check, elapsed: 3 ms, remaining: 59997 ms 20:12:37.949 [qtp80013494-38] DEBUG org.eclipse.jetty.server.HttpChannel -- new HttpChannelOverHttp@8b00e2c{s=HttpChannelState@71a385d0{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@675ed850[{l=/127.0.0.1:8081,r=/127.0.0.1:41248,OPEN,fill=-,flush=-,to=68/60000}{io=0/0,kio=0,kro=0}]->[],null,HttpChannelState@71a385d0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 20:12:37.969 [qtp80013494-38] DEBUG org.eclipse.jetty.server.HttpConnection -- New HTTP Connection HttpConnection@40b95cd0::SocketChannelEndPoint@675ed850[{l=/127.0.0.1:8081,r=/127.0.0.1:41248,OPEN,fill=-,flush=-,to=88/60000}{io=0/0,kio=0,kro=0}]->[] 20:12:37.971 [qtp80013494-38] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=true org.eclipse.jetty.io.ManagedSelector$$Lambda$218/0x00007f82f0210ab0@3ce35c9b on ManagedSelector@15db0d46{STARTED} id=0 keys=1 selected=0 updates=0 20:12:37.971 [qtp80013494-38] DEBUG org.eclipse.jetty.io.AbstractEndPoint -- onOpen SocketChannelEndPoint@675ed850[{l=/127.0.0.1:8081,r=/127.0.0.1:41248,OPEN,fill=-,flush=-,to=90/60000}{io=0/0,kio=0,kro=0}]->[HttpConnection@40b95cd0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@358b3f6e{s=START}]=>HttpChannelOverHttp@8b00e2c{s=HttpChannelState@71a385d0{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}] 20:12:37.971 [qtp80013494-38] DEBUG org.eclipse.jetty.io.AbstractConnection -- onOpen HttpConnection@40b95cd0::SocketChannelEndPoint@675ed850[{l=/127.0.0.1:8081,r=/127.0.0.1:41248,OPEN,fill=-,flush=-,to=90/60000}{io=0/0,kio=0,kro=0}]->[HttpConnection@40b95cd0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@358b3f6e{s=START}]=>HttpChannelOverHttp@8b00e2c{s=HttpChannelState@71a385d0{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}] 20:12:37.971 [qtp80013494-38] DEBUG org.eclipse.jetty.io.AbstractConnection -- fillInterested HttpConnection@40b95cd0::SocketChannelEndPoint@675ed850[{l=/127.0.0.1:8081,r=/127.0.0.1:41248,OPEN,fill=-,flush=-,to=90/60000}{io=0/0,kio=0,kro=0}]->[HttpConnection@40b95cd0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@358b3f6e{s=START}]=>HttpChannelOverHttp@8b00e2c{s=HttpChannelState@71a385d0{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}] 20:12:37.971 [qtp80013494-38] DEBUG org.eclipse.jetty.io.FillInterest -- interested FillInterest@1a56ee43{ReadCallback@624773cf{HttpConnection@40b95cd0::SocketChannelEndPoint@675ed850[{l=/127.0.0.1:8081,r=/127.0.0.1:41248,OPEN,fill=FI,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}]->[HttpConnection@40b95cd0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@358b3f6e{s=START}]=>HttpChannelOverHttp@8b00e2c{s=HttpChannelState@71a385d0{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}]}} 20:12:37.971 [qtp80013494-38] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- changeInterests p=false 0->1 for SocketChannelEndPoint@675ed850[{l=/127.0.0.1:8081,r=/127.0.0.1:41248,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=0}]->[HttpConnection@40b95cd0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@358b3f6e{s=START}]=>HttpChannelOverHttp@8b00e2c{s=HttpChannelState@71a385d0{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}] 20:12:37.971 [qtp80013494-38] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$212/0x00007f82f02052d8@44e6ec98 on ManagedSelector@15db0d46{STARTED} id=0 keys=1 selected=0 updates=1 20:12:37.971 [qtp80013494-38] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@15db0d46{STARTED} id=0 keys=1 selected=0 updates=2 20:12:37.972 [qtp80013494-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@68d2f82 woken with none selected 20:12:37.972 [qtp80013494-38] DEBUG org.eclipse.jetty.io.ManagedSelector -- Created SocketChannelEndPoint@675ed850[{l=/127.0.0.1:8081,r=/127.0.0.1:41248,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=0}]->[HttpConnection@40b95cd0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@358b3f6e{s=START}]=>HttpChannelOverHttp@8b00e2c{s=HttpChannelState@71a385d0{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}] 20:12:37.972 [qtp80013494-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@68d2f82 woken up from select, 0/0/1 selected 20:12:37.972 [qtp80013494-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@68d2f82 processing 0 keys, 2 updates 20:12:37.972 [qtp80013494-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 2 20:12:37.972 [qtp80013494-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$$Lambda$218/0x00007f82f0210ab0@3ce35c9b 20:12:37.972 [qtp80013494-38] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran Accept@4f8766a5[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8081 remote=/127.0.0.1:41248]] in QueuedThreadPool[qtp80013494]@4c4e8b6{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@7d2267eb{reserved=0/2,pending=0}] 20:12:37.972 [qtp80013494-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$212/0x00007f82f02052d8@44e6ec98 20:12:37.972 [qtp80013494-36] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- Key interests updated 0 -> 1 on SocketChannelEndPoint@675ed850[{l=/127.0.0.1:8081,r=/127.0.0.1:41248,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=0}]->[HttpConnection@40b95cd0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@358b3f6e{s=START}]=>HttpChannelOverHttp@8b00e2c{s=HttpChannelState@71a385d0{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}] 20:12:37.972 [qtp80013494-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:12:37.972 [qtp80013494-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@68d2f82 waiting with 1 keys 20:12:37.972 [qtp80013494-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@68d2f82 woken up from select, 1/1/1 selected 20:12:37.972 [qtp80013494-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@68d2f82 processing 1 keys, 0 updates 20:12:37.972 [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:41248], selector=sun.nio.ch.EPollSelectorImpl@68d2f82, interestOps=1, readyOps=1 SocketChannelEndPoint@675ed850[{l=/127.0.0.1:8081,r=/127.0.0.1:41248,OPEN,fill=FI,flush=-,to=1/60000}{io=1/1,kio=1,kro=1}]->[HttpConnection@40b95cd0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@358b3f6e{s=START}]=>HttpChannelOverHttp@8b00e2c{s=HttpChannelState@71a385d0{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}] 20:12:37.972 [qtp80013494-36] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- onSelected 1->0 r=true w=false for SocketChannelEndPoint@675ed850[{l=/127.0.0.1:8081,r=/127.0.0.1:41248,OPEN,fill=FI,flush=-,to=1/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@40b95cd0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@358b3f6e{s=START}]=>HttpChannelOverHttp@8b00e2c{s=HttpChannelState@71a385d0{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}] 20:12:37.972 [qtp80013494-36] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- task SocketChannelEndPoint@675ed850[{l=/127.0.0.1:8081,r=/127.0.0.1:41248,OPEN,fill=FI,flush=-,to=1/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@40b95cd0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@358b3f6e{s=START}]=>HttpChannelOverHttp@8b00e2c{s=HttpChannelState@71a385d0{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 20:12:37.973 [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/0x00007f82f01b2338@5e801b94 20:12:37.973 [qtp80013494-36] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@7d2267eb{reserved=0/2,pending=1} startReservedThread p=1 20:12:37.973 [qtp80013494-36] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue ReservedThread@458497d5{PENDING,thread=null} startThread=0 20:12:37.973 [qtp80013494-39] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run ReservedThread@458497d5{PENDING,thread=null} in QueuedThreadPool[qtp80013494]@4c4e8b6{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@7d2267eb{reserved=0/2,pending=1}] 20:12:37.973 [qtp80013494-39] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@458497d5{PENDING,thread=Thread[qtp80013494-39,5,Configuration Admin Service]} was=PENDING next=RESERVED size=0+1 capacity=2 20:12:37.973 [qtp80013494-39] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@458497d5{RESERVED,thread=Thread[qtp80013494-39,5,Configuration Admin Service]} waiting ReservedThreadExecutor@7d2267eb{reserved=1/2,pending=0} 20:12:37.973 [qtp80013494-36] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- ss=PRODUCE_EXECUTE_CONSUME t=SocketChannelEndPoint@675ed850[{l=/127.0.0.1:8081,r=/127.0.0.1:41248,OPEN,fill=FI,flush=-,to=2/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@40b95cd0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@358b3f6e{s=START}]=>HttpChannelOverHttp@8b00e2c{s=HttpChannelState@71a385d0{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-12T20:12:37.973892336Z 20:12:37.974 [qtp80013494-36] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue SocketChannelEndPoint@675ed850[{l=/127.0.0.1:8081,r=/127.0.0.1:41248,OPEN,fill=FI,flush=-,to=2/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@40b95cd0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@358b3f6e{s=START}]=>HttpChannelOverHttp@8b00e2c{s=HttpChannelState@71a385d0{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 20:12:37.974 [qtp80013494-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 0 20:12:37.974 [qtp80013494-40] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run SocketChannelEndPoint@675ed850[{l=/127.0.0.1:8081,r=/127.0.0.1:41248,OPEN,fill=FI,flush=-,to=2/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@40b95cd0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@358b3f6e{s=START}]=>HttpChannelOverHttp@8b00e2c{s=HttpChannelState@71a385d0{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}] 20:12:37.974 [qtp80013494-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:12:37.974 [qtp80013494-40] DEBUG org.eclipse.jetty.io.FillInterest -- fillable FillInterest@1a56ee43{ReadCallback@624773cf{HttpConnection@40b95cd0::SocketChannelEndPoint@675ed850[{l=/127.0.0.1:8081,r=/127.0.0.1:41248,OPEN,fill=FI,flush=-,to=2/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@40b95cd0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@358b3f6e{s=START}]=>HttpChannelOverHttp@8b00e2c{s=HttpChannelState@71a385d0{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}]}} 20:12:37.974 [qtp80013494-36] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- Key interests updated 1 -> 0 on SocketChannelEndPoint@675ed850[{l=/127.0.0.1:8081,r=/127.0.0.1:41248,OPEN,fill=FI,flush=-,to=2/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@40b95cd0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@358b3f6e{s=START}]=>HttpChannelOverHttp@8b00e2c{s=HttpChannelState@71a385d0{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}] 20:12:37.974 [qtp80013494-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@68d2f82 waiting with 1 keys 20:12:37.974 [qtp80013494-40] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@40b95cd0::SocketChannelEndPoint@675ed850[{l=/127.0.0.1:8081,r=/127.0.0.1:41248,OPEN,fill=-,flush=-,to=2/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@40b95cd0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@358b3f6e{s=START}]=>HttpChannelOverHttp@8b00e2c{s=HttpChannelState@71a385d0{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@71a385d0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 20:12:37.974 [qtp80013494-40] DEBUG org.eclipse.jetty.util.Pool -- RetainedBucket@743f4a63[inUse=0,size=1,max=-1,closed=false]{capacity=8192,inuse=0(0%)} returning new reserved entry MonoEntry@a2c9832{PENDING,pooled=null} 20:12:37.977 [qtp80013494-40] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- filled 205 DirectByteBuffer@7376662b[p=0,l=205,c=8192,r=205]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 20:12:37.977 [qtp80013494-40] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@40b95cd0::SocketChannelEndPoint@675ed850[{l=/127.0.0.1:8081,r=/127.0.0.1:41248,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@40b95cd0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@358b3f6e{s=START}]=>HttpChannelOverHttp@8b00e2c{s=HttpChannelState@71a385d0{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@6266ffb3{DirectByteBuffer@7376662b[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} 20:12:37.977 [qtp80013494-40] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@40b95cd0::SocketChannelEndPoint@675ed850[{l=/127.0.0.1:8081,r=/127.0.0.1:41248,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@40b95cd0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@358b3f6e{s=START}]=>HttpChannelOverHttp@8b00e2c{s=HttpChannelState@71a385d0{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@6266ffb3{DirectByteBuffer@7376662b[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} 20:12:37.977 [qtp80013494-40] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=START DirectByteBuffer@7376662b[p=0,l=205,c=8192,r=205]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 20:12:37.977 [qtp80013494-40] DEBUG org.eclipse.jetty.http.HttpParser -- START --> SPACE1 20:12:37.979 [qtp80013494-40] DEBUG org.eclipse.jetty.http.HttpParser -- SPACE1 --> URI 20:12:37.980 [qtp80013494-40] DEBUG org.eclipse.jetty.http.HttpParser -- URI --> SPACE2 20:12:37.980 [qtp80013494-40] DEBUG org.eclipse.jetty.http.HttpParser -- SPACE2 --> REQUEST_VERSION 20:12:37.980 [qtp80013494-40] DEBUG org.eclipse.jetty.http.HttpParser -- REQUEST_VERSION --> HEADER 20:12:37.980 [qtp80013494-40] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Connection --> IN_VALUE 20:12:37.981 [qtp80013494-40] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Connection --> FIELD 20:12:37.981 [qtp80013494-40] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Content-Length: 0 --> IN_VALUE 20:12:37.981 [qtp80013494-40] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Content-Length: 0 --> FIELD 20:12:37.981 [qtp80013494-40] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Host --> VALUE 20:12:37.981 [qtp80013494-40] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Host --> IN_VALUE 20:12:37.981 [qtp80013494-40] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Host --> FIELD 20:12:37.982 [qtp80013494-40] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:HTTP2-Settings --> VALUE 20:12:37.982 [qtp80013494-40] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:HTTP2-Settings --> IN_VALUE 20:12:37.982 [qtp80013494-40] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:HTTP2-Settings --> FIELD 20:12:37.982 [qtp80013494-40] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Upgrade --> VALUE 20:12:37.982 [qtp80013494-40] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Upgrade --> IN_VALUE 20:12:37.982 [qtp80013494-40] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Upgrade --> FIELD 20:12:37.982 [qtp80013494-40] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:User-Agent --> VALUE 20:12:37.982 [qtp80013494-40] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:User-Agent --> IN_VALUE 20:12:37.982 [qtp80013494-40] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:User-Agent --> FIELD 20:12:37.982 [qtp80013494-40] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER --> CONTENT 20:12:37.984 [qtp80013494-40] DEBUG org.eclipse.jetty.server.HttpInput -- reopen HttpInput@305717221 cs=HttpChannelState@71a385d0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@5088eecf eof=false 20:12:37.989 [qtp80013494-40] DEBUG org.eclipse.jetty.server.BlockingContentProducer -- reopening org.eclipse.jetty.server.BlockingContentProducer@5088eecf 20:12:37.989 [qtp80013494-40] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- reopening AsyncContentProducer@37ec8b13[r=null,t=null,i=null,error=false,c=HttpChannelOverHttp@8b00e2c{s=HttpChannelState@71a385d0{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}] 20:12:37.989 [qtp80013494-40] DEBUG org.eclipse.jetty.server.HttpChannel -- REQUEST for / on HttpChannelOverHttp@8b00e2c{s=HttpChannelState@71a385d0{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 20:12:37.990 [qtp80013494-40] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- upgrade HttpChannelOverHttp@8b00e2c{s=HttpChannelState@71a385d0{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 20:12:37.991 [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} 20:12:37.991 [qtp80013494-40] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@40b95cd0::SocketChannelEndPoint@675ed850[{l=/127.0.0.1:8081,r=/127.0.0.1:41248,OPEN,fill=-,flush=-,to=14/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@40b95cd0[p=HttpParser{s=CONTENT,0 of 0},g=HttpGenerator@358b3f6e{s=START}]=>HttpChannelOverHttp@8b00e2c{s=HttpChannelState@71a385d0{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} 20:12:37.991 [qtp80013494-40] DEBUG org.eclipse.jetty.server.HttpConnection -- releaseRequestBuffer HttpConnection@40b95cd0::SocketChannelEndPoint@675ed850[{l=/127.0.0.1:8081,r=/127.0.0.1:41248,OPEN,fill=-,flush=-,to=14/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@40b95cd0[p=HttpParser{s=CONTENT,0 of 0},g=HttpGenerator@358b3f6e{s=START}]=>HttpChannelOverHttp@8b00e2c{s=HttpChannelState@71a385d0{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}] 20:12:37.991 [qtp80013494-40] DEBUG org.eclipse.jetty.server.HttpChannel -- handle http://localhost:8081/ HttpChannelOverHttp@8b00e2c{s=HttpChannelState@71a385d0{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} 20:12:37.992 [qtp80013494-40] DEBUG org.eclipse.jetty.server.HttpChannelState -- handling HttpChannelState@71a385d0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 20:12:37.992 [qtp80013494-40] DEBUG org.eclipse.jetty.server.HttpChannel -- action DISPATCH HttpChannelOverHttp@8b00e2c{s=HttpChannelState@71a385d0{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} 20:12:37.993 [qtp80013494-40] DEBUG org.eclipse.jetty.server.Server -- REQUEST GET / ?null on HttpChannelOverHttp@8b00e2c{s=HttpChannelState@71a385d0{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} 20:12:37.993 [qtp80013494-40] DEBUG org.eclipse.jetty.server.handler.ContextHandler -- scope null||/ @ o.e.j.s.ServletContextHandler@7c8938a4{/,null,AVAILABLE} 20:12:37.994 [qtp80013494-40] DEBUG org.eclipse.jetty.server.handler.ContextHandler -- context=||/ @ o.e.j.s.ServletContextHandler@7c8938a4{/,null,AVAILABLE} 20:12:37.994 [qtp80013494-40] DEBUG org.eclipse.jetty.server.session.SessionHandler -- Entering scope org.eclipse.jetty.server.session.SessionHandler2033787493==dftMaxIdleSec=0, dispatch=REQUEST asyncstarted=false 20:12:37.994 [qtp80013494-40] DEBUG org.eclipse.jetty.server.session.SessionHandler -- sessionHandler=org.eclipse.jetty.server.session.SessionHandler2033787493==dftMaxIdleSec=0 session=null 20:12:37.995 [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} 20:12:38.045 [qtp80013494-40] DEBUG org.eclipse.jetty.servlet.ServletHandler -- chain=null 20:12:38.049 [qtp80013494-40] DEBUG org.eclipse.jetty.server.HttpChannelState -- sendError HttpChannelState@71a385d0{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 20:12:38.049 [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 20:12:38.050 [qtp80013494-40] DEBUG org.eclipse.jetty.server.Server -- handled=true async=false committed=true on HttpChannelOverHttp@8b00e2c{s=HttpChannelState@71a385d0{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=66} 20:12:38.050 [qtp80013494-40] DEBUG org.eclipse.jetty.server.HttpChannelState -- unhandle HttpChannelState@71a385d0{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=true i=true al=0} 20:12:38.050 [qtp80013494-40] DEBUG org.eclipse.jetty.server.HttpChannelState -- nextAction(false) SEND_ERROR HttpChannelState@71a385d0{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=false al=0} 20:12:38.050 [qtp80013494-40] DEBUG org.eclipse.jetty.server.HttpChannel -- action SEND_ERROR HttpChannelOverHttp@8b00e2c{s=HttpChannelState@71a385d0{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=66} 20:12:38.050 [qtp80013494-40] DEBUG org.eclipse.jetty.server.HttpInput -- consumeAll HttpInput@305717221 cs=HttpChannelState@71a385d0{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@5088eecf eof=false 20:12:38.050 [qtp80013494-40] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- failing all content with org.eclipse.jetty.util.StaticException: Unconsumed content HttpChannelOverHttp@8b00e2c{s=HttpChannelState@71a385d0{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=66} 20:12:38.050 [qtp80013494-40] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- produceContent has no content, parsing and filling 20:12:38.050 [qtp80013494-40] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@40b95cd0::SocketChannelEndPoint@675ed850[{l=/127.0.0.1:8081,r=/127.0.0.1:41248,OPEN,fill=-,flush=-,to=73/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@40b95cd0[p=HttpParser{s=CONTENT,0 of 0},g=HttpGenerator@358b3f6e{s=START}]=>HttpChannelOverHttp@8b00e2c{s=HttpChannelState@71a385d0{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=66}] parse null 20:12:38.051 [qtp80013494-40] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=CONTENT HeapByteBuffer@1de6588d[p=0,l=0,c=0,r=0]={<<<>>>} 20:12:38.051 [qtp80013494-40] DEBUG org.eclipse.jetty.http.HttpParser -- CONTENT --> CONTENT_END 20:12:38.051 [qtp80013494-40] DEBUG org.eclipse.jetty.server.HttpChannel -- onContentComplete HttpChannelOverHttp@8b00e2c{s=HttpChannelState@71a385d0{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=67} 20:12:38.051 [qtp80013494-40] DEBUG org.eclipse.jetty.http.HttpParser -- CONTENT_END --> END 20:12:38.051 [qtp80013494-40] DEBUG org.eclipse.jetty.server.HttpChannel -- onRequestComplete HttpChannelOverHttp@8b00e2c{s=HttpChannelState@71a385d0{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=67} 20:12:38.051 [qtp80013494-40] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- received EOF, content = null 20:12:38.051 [qtp80013494-40] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@40b95cd0::SocketChannelEndPoint@675ed850[{l=/127.0.0.1:8081,r=/127.0.0.1:41248,OPEN,fill=-,flush=-,to=73/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@40b95cd0[p=HttpParser{s=END,0 of 0},g=HttpGenerator@358b3f6e{s=START}]=>HttpChannelOverHttp@8b00e2c{s=HttpChannelState@71a385d0{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=67}] parsed false HttpParser{s=END,0 of 0} 20:12:38.051 [qtp80013494-40] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- produceContent produced EofContent 20:12:38.051 [qtp80013494-40] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- failed all content, EOF = true 20:12:38.051 [qtp80013494-40] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- failed all content of http channel EOF=true AsyncContentProducer@37ec8b13[r=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],t=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],i=null,error=false,c=HttpChannelOverHttp@8b00e2c{s=HttpChannelState@71a385d0{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=67}] 20:12:38.051 [qtp80013494-40] DEBUG org.eclipse.jetty.server.HttpInput -- isFinished=true HttpInput@305717221 cs=HttpChannelState@71a385d0{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@5088eecf eof=true 20:12:38.051 [qtp80013494-40] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- isError = false AsyncContentProducer@37ec8b13[r=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],t=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],i=null,error=false,c=HttpChannelOverHttp@8b00e2c{s=HttpChannelState@71a385d0{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=67}] 20:12:38.051 [qtp80013494-40] DEBUG org.eclipse.jetty.server.HttpInput -- isError=false HttpInput@305717221 cs=HttpChannelState@71a385d0{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@5088eecf eof=true 20:12:38.055 [qtp80013494-40] DEBUG org.eclipse.jetty.server.HttpChannelState -- completing HttpChannelState@71a385d0{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=false al=0} 20:12:38.056 [qtp80013494-40] DEBUG org.eclipse.jetty.server.HttpChannel -- sendResponse info=null content=DirectByteBuffer@100e6616[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@52aca61b 20:12:38.056 [qtp80013494-40] DEBUG org.eclipse.jetty.server.HttpChannel -- COMMIT for / on HttpChannelOverHttp@8b00e2c{s=HttpChannelState@71a385d0{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=72} 404 null HTTP/1.1 Cache-Control: must-revalidate,no-cache,no-store Content-Type: text/html;charset=iso-8859-1 20:12:38.058 [qtp80013494-40] DEBUG org.eclipse.jetty.server.HttpConnection -- generate: NEED_HEADER for SendCallback@72981442[PROCESSING][i=HTTP/1.1{s=404,h=2,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@56f088bb] (null,[p=0,l=427,c=32768,r=427],true)@START 20:12:38.058 [qtp80013494-40] DEBUG org.eclipse.jetty.http.HttpGenerator -- generateHeaders HTTP/1.1{s=404,h=2,cl=-1} last=true content=DirectByteBuffer@100e6616[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} 20:12:38.059 [qtp80013494-40] DEBUG org.eclipse.jetty.http.HttpGenerator -- Cache-Control: must-revalidate,no-cache,no-store Content-Type: text/html;charset=iso-8859-1 20:12:38.059 [qtp80013494-40] DEBUG org.eclipse.jetty.http.HttpGenerator -- CONTENT_LENGTH 20:12:38.059 [qtp80013494-40] DEBUG org.eclipse.jetty.server.HttpConnection -- generate: FLUSH for SendCallback@72981442[PROCESSING][i=HTTP/1.1{s=404,h=2,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@56f088bb] ([p=0,l=141,c=16384,r=141],[p=0,l=427,c=32768,r=427],true)@COMPLETING 20:12:38.059 [qtp80013494-40] DEBUG org.eclipse.jetty.io.WriteFlusher -- write: WriteFlusher@6e4f7456{IDLE}->null [DirectByteBuffer@60949005[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@100e6616[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}] 20:12:38.059 [qtp80013494-40] DEBUG org.eclipse.jetty.io.WriteFlusher -- update WriteFlusher@6e4f7456{WRITING}->null:IDLE-->WRITING 20:12:38.059 [qtp80013494-40] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- flushed 568 SocketChannelEndPoint@675ed850[{l=/127.0.0.1:8081,r=/127.0.0.1:41248,OPEN,fill=-,flush=W,to=82/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@40b95cd0[p=HttpParser{s=END,0 of 0},g=HttpGenerator@358b3f6e{s=COMPLETING}]=>HttpChannelOverHttp@8b00e2c{s=HttpChannelState@71a385d0{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=75}] 20:12:38.059 [qtp80013494-40] DEBUG org.eclipse.jetty.io.WriteFlusher -- Flushed=true written=568 remaining=0 WriteFlusher@6e4f7456{WRITING}->null 20:12:38.060 [qtp80013494-40] DEBUG org.eclipse.jetty.io.WriteFlusher -- update WriteFlusher@6e4f7456{IDLE}->null:WRITING-->IDLE 20:12:38.060 [qtp80013494-40] DEBUG org.eclipse.jetty.server.HttpConnection -- generate: DONE for SendCallback@72981442[PROCESSING][i=HTTP/1.1{s=404,h=2,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@56f088bb] ([p=141,l=141,c=16384,r=0],[p=427,l=427,c=32768,r=0],true)@END 20:12:38.061 [qtp80013494-40] DEBUG org.eclipse.jetty.server.HttpChannelState -- completed HttpChannelState@71a385d0{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 20:12:38.061 [qtp80013494-40] DEBUG org.eclipse.jetty.server.HttpChannelState -- unhandle HttpChannelState@71a385d0{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 20:12:38.061 [qtp80013494-40] DEBUG org.eclipse.jetty.server.HttpChannelState -- nextAction(false) TERMINATED HttpChannelState@71a385d0{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 20:12:38.061 [qtp80013494-40] DEBUG org.eclipse.jetty.server.HttpChannel -- action TERMINATED HttpChannelOverHttp@8b00e2c{s=HttpChannelState@71a385d0{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=77} 20:12:38.061 [qtp80013494-40] DEBUG org.eclipse.jetty.server.HttpChannel -- onCompleted for / written=427 20:12:38.061 [qtp80013494-40] DEBUG org.eclipse.jetty.server.HttpInput -- consumeAll HttpInput@305717221 cs=HttpChannelState@71a385d0{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@5088eecf eof=true 20:12:38.061 [qtp80013494-40] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- failing all content with org.eclipse.jetty.util.StaticException: Unconsumed content HttpChannelOverHttp@8b00e2c{s=HttpChannelState@71a385d0{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=77} 20:12:38.061 [qtp80013494-40] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- failed all content of http channel EOF=true AsyncContentProducer@37ec8b13[r=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],t=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],i=null,error=false,c=HttpChannelOverHttp@8b00e2c{s=HttpChannelState@71a385d0{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=77}] 20:12:38.061 [qtp80013494-40] DEBUG org.eclipse.jetty.server.HttpInput -- isFinished=true HttpInput@305717221 cs=HttpChannelState@71a385d0{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@5088eecf eof=true 20:12:38.061 [qtp80013494-40] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- isError = false AsyncContentProducer@37ec8b13[r=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],t=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],i=null,error=false,c=HttpChannelOverHttp@8b00e2c{s=HttpChannelState@71a385d0{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=77}] 20:12:38.061 [qtp80013494-40] DEBUG org.eclipse.jetty.server.HttpInput -- isError=false HttpInput@305717221 cs=HttpChannelState@71a385d0{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@5088eecf eof=true 20:12:38.061 [qtp80013494-40] DEBUG org.eclipse.jetty.server.HttpChannelState -- recycle HttpChannelState@71a385d0{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 20:12:38.061 [qtp80013494-40] DEBUG org.eclipse.jetty.server.HttpInput -- recycle HttpInput@305717221 cs=HttpChannelState@71a385d0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@5088eecf eof=true 20:12:38.061 [qtp80013494-40] DEBUG org.eclipse.jetty.server.BlockingContentProducer -- recycling org.eclipse.jetty.server.BlockingContentProducer@5088eecf 20:12:38.061 [qtp80013494-40] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- recycling AsyncContentProducer@37ec8b13[r=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],t=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],i=null,error=false,c=HttpChannelOverHttp@8b00e2c{s=HttpChannelState@71a385d0{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=77}] 20:12:38.063 [qtp80013494-40] DEBUG org.eclipse.jetty.http.HttpParser -- reset HttpParser{s=END,0 of 0} 20:12:38.063 [qtp80013494-40] DEBUG org.eclipse.jetty.http.HttpParser -- END --> START 20:12:38.063 [qtp80013494-40] DEBUG org.eclipse.jetty.server.HttpChannel -- !handle TERMINATED HttpChannelOverHttp@8b00e2c{s=HttpChannelState@71a385d0{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} 20:12:38.063 [qtp80013494-40] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- filled 0 DirectByteBuffer@7376662b[p=0,l=0,c=8192,r=0]={<<<>>>GET / HTT...\x00\x00\x00\x00\x00\x00\x00} 20:12:38.063 [qtp80013494-40] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- filled 0 DirectByteBuffer@7376662b[p=0,l=0,c=8192,r=0]={<<<>>>GET / HTT...\x00\x00\x00\x00\x00\x00\x00} 20:12:38.063 [qtp80013494-40] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@40b95cd0::SocketChannelEndPoint@675ed850[{l=/127.0.0.1:8081,r=/127.0.0.1:41248,OPEN,fill=-,flush=-,to=3/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@40b95cd0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@358b3f6e{s=START}]=>HttpChannelOverHttp@8b00e2c{s=HttpChannelState@71a385d0{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@6266ffb3{DirectByteBuffer@7376662b[p=0,l=0,c=8192,r=0]={<<<>>>GET / HTT...\x00\x00\x00\x00\x00\x00\x00},r=1} 20:12:38.063 [qtp80013494-40] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@40b95cd0::SocketChannelEndPoint@675ed850[{l=/127.0.0.1:8081,r=/127.0.0.1:41248,OPEN,fill=-,flush=-,to=3/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@40b95cd0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@358b3f6e{s=START}]=>HttpChannelOverHttp@8b00e2c{s=HttpChannelState@71a385d0{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@6266ffb3{DirectByteBuffer@7376662b[p=0,l=0,c=8192,r=0]={<<<>>>GET / HTT...\x00\x00\x00\x00\x00\x00\x00},r=1} 20:12:38.063 [qtp80013494-40] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=START DirectByteBuffer@7376662b[p=0,l=0,c=8192,r=0]={<<<>>>GET / HTT...\x00\x00\x00\x00\x00\x00\x00} 20:12:38.063 [qtp80013494-40] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@40b95cd0::SocketChannelEndPoint@675ed850[{l=/127.0.0.1:8081,r=/127.0.0.1:41248,OPEN,fill=-,flush=-,to=3/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@40b95cd0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@358b3f6e{s=START}]=>HttpChannelOverHttp@8b00e2c{s=HttpChannelState@71a385d0{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} 20:12:38.063 [qtp80013494-40] DEBUG org.eclipse.jetty.server.HttpConnection -- releaseRequestBuffer HttpConnection@40b95cd0::SocketChannelEndPoint@675ed850[{l=/127.0.0.1:8081,r=/127.0.0.1:41248,OPEN,fill=-,flush=-,to=4/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@40b95cd0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@358b3f6e{s=START}]=>HttpChannelOverHttp@8b00e2c{s=HttpChannelState@71a385d0{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}] 20:12:38.064 [qtp80013494-40] DEBUG org.eclipse.jetty.io.AbstractConnection -- fillInterested HttpConnection@40b95cd0::SocketChannelEndPoint@675ed850[{l=/127.0.0.1:8081,r=/127.0.0.1:41248,OPEN,fill=-,flush=-,to=4/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@40b95cd0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@358b3f6e{s=START}]=>HttpChannelOverHttp@8b00e2c{s=HttpChannelState@71a385d0{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}] 20:12:38.064 [qtp80013494-40] DEBUG org.eclipse.jetty.io.FillInterest -- interested FillInterest@1a56ee43{ReadCallback@624773cf{HttpConnection@40b95cd0::SocketChannelEndPoint@675ed850[{l=/127.0.0.1:8081,r=/127.0.0.1:41248,OPEN,fill=FI,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@40b95cd0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@358b3f6e{s=START}]=>HttpChannelOverHttp@8b00e2c{s=HttpChannelState@71a385d0{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}]}} 20:12:38.064 [qtp80013494-40] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- changeInterests p=false 0->1 for SocketChannelEndPoint@675ed850[{l=/127.0.0.1:8081,r=/127.0.0.1:41248,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}]->[HttpConnection@40b95cd0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@358b3f6e{s=START}]=>HttpChannelOverHttp@8b00e2c{s=HttpChannelState@71a385d0{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}] 20:12:38.064 [qtp80013494-40] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$212/0x00007f82f02052d8@44e6ec98 on ManagedSelector@15db0d46{STARTED} id=0 keys=1 selected=0 updates=0 20:12:38.064 [qtp80013494-40] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@15db0d46{STARTED} id=0 keys=1 selected=0 updates=1 20:12:38.064 [qtp80013494-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@68d2f82 woken with none selected 20:12:38.064 [qtp80013494-40] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@40b95cd0::SocketChannelEndPoint@675ed850[{l=/127.0.0.1:8081,r=/127.0.0.1:41248,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}]->[HttpConnection@40b95cd0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@358b3f6e{s=START}]=>HttpChannelOverHttp@8b00e2c{s=HttpChannelState@71a385d0{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@71a385d0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 20:12:38.064 [qtp80013494-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@68d2f82 woken up from select, 0/0/1 selected 20:12:38.064 [qtp80013494-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@68d2f82 processing 0 keys, 1 updates 20:12:38.064 [qtp80013494-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 20:12:38.064 [qtp80013494-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$212/0x00007f82f02052d8@44e6ec98 20:12:38.064 [qtp80013494-40] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran SocketChannelEndPoint@675ed850[{l=/127.0.0.1:8081,r=/127.0.0.1:41248,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}]->[HttpConnection@40b95cd0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@358b3f6e{s=START}]=>HttpChannelOverHttp@8b00e2c{s=HttpChannelState@71a385d0{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}] 20:12:38.064 [qtp80013494-36] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- Key interests updated 0 -> 1 on SocketChannelEndPoint@675ed850[{l=/127.0.0.1:8081,r=/127.0.0.1:41248,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=1}]->[HttpConnection@40b95cd0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@358b3f6e{s=START}]=>HttpChannelOverHttp@8b00e2c{s=HttpChannelState@71a385d0{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}] 20:12:38.064 [qtp80013494-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:12:38.064 [qtp80013494-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@68d2f82 waiting with 1 keys [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.084 s - in org.eclipse.sensinact.gateway.feature.integration.jakartaservlet.ServletWhiteboardIntegrationTest [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) @ jakarta-servlet-whiteboard-feature --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/jakarta-servlet-whiteboard-feature/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/distribution/features/jakarta-servlet-whiteboard-feature/0.0.2-SNAPSHOT/jakarta-servlet-whiteboard-feature-0.0.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/jakarta-servlet-whiteboard-feature/target/repository.zip to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/distribution/features/jakarta-servlet-whiteboard-feature/0.0.2-SNAPSHOT/jakarta-servlet-whiteboard-feature-0.0.2-SNAPSHOT-osgifeaturerepo.zip [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/jakarta-servlet-whiteboard-feature/src/main/resources/jakarta-servlet-whiteboard-feature.json to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/distribution/features/jakarta-servlet-whiteboard-feature/0.0.2-SNAPSHOT/jakarta-servlet-whiteboard-feature-0.0.2-SNAPSHOT-osgifeature.json [INFO] [INFO] --- deploy:3.0.0:deploy (default-deploy) @ jakarta-servlet-whiteboard-feature --- [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/features/jakarta-servlet-whiteboard-feature/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/features/jakarta-servlet-whiteboard-feature/0.0.2-SNAPSHOT/maven-metadata.xml (1.1 kB at 17 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/jakarta-servlet-whiteboard-feature/0.0.2-SNAPSHOT/jakarta-servlet-whiteboard-feature-0.0.2-20240212.200245-59.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/jakarta-servlet-whiteboard-feature/0.0.2-SNAPSHOT/jakarta-servlet-whiteboard-feature-0.0.2-20240212.200245-59.pom (1.8 kB at 57 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/jakarta-servlet-whiteboard-feature/0.0.2-SNAPSHOT/jakarta-servlet-whiteboard-feature-0.0.2-20240212.200245-59-osgifeaturerepo.zip [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/jakarta-servlet-whiteboard-feature/0.0.2-SNAPSHOT/jakarta-servlet-whiteboard-feature-0.0.2-20240212.200245-59-osgifeature.json [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/jakarta-servlet-whiteboard-feature/0.0.2-SNAPSHOT/jakarta-servlet-whiteboard-feature-0.0.2-20240212.200245-59-osgifeature.json (287 B at 8.4 kB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/jakarta-servlet-whiteboard-feature/0.0.2-SNAPSHOT/jakarta-servlet-whiteboard-feature-0.0.2-20240212.200245-59-osgifeaturerepo.zip (3.5 MB at 24 MB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/jakarta-servlet-whiteboard-feature/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/jakarta-servlet-whiteboard-feature/maven-metadata.xml (405 B at 40 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/jakarta-servlet-whiteboard-feature/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/features/jakarta-servlet-whiteboard-feature/0.0.2-SNAPSHOT/maven-metadata.xml (1.1 kB at 26 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/jakarta-servlet-whiteboard-feature/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/jakarta-servlet-whiteboard-feature/maven-metadata.xml (405 B at 8.4 kB/s) [INFO] [INFO] --< org.eclipse.sensinact.gateway.distribution.features:jakarta-rest-whiteboard-feature >-- [INFO] Building Eclipse sensiNact Jakarta RESTful Web Services Whiteboard Feature 0.0.2-SNAPSHOT [60/68] [INFO] from distribution/features/jakarta-rest-whiteboard-feature/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/glassfish/hk2/hk2-locator/3.0.5/hk2-locator-3.0.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/hk2-locator/3.0.5/hk2-locator-3.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/hk2-locator/3.0.5/hk2-locator-3.0.5.pom (4.5 kB at 129 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/ops4j/pax/tinybundles/tinybundles/3.0.0/tinybundles-3.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/tinybundles/tinybundles/3.0.0/tinybundles-3.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/tinybundles/tinybundles/3.0.0/tinybundles-3.0.0.pom (7.3 kB at 250 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/ops4j/master/4.3.0/master-4.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/master/4.3.0/master-4.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/master/4.3.0/master-4.3.0.pom (14 kB at 2.3 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/ops4j/base/ops4j-base-store/1.5.0/ops4j-base-store-1.5.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-store/1.5.0/ops4j-base-store-1.5.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-store/1.5.0/ops4j-base-store-1.5.0.pom (1.3 kB at 181 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/ops4j/base/1.5.0/base-1.5.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/1.5.0/base-1.5.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/1.5.0/base-1.5.0.pom (5.8 kB at 823 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/ops4j/master/3.3.0/master-3.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/master/3.3.0/master-3.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/master/3.3.0/master-3.3.0.pom (10 kB at 1.7 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/ops4j/base/ops4j-base-io/1.5.0/ops4j-base-io-1.5.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-io/1.5.0/ops4j-base-io-1.5.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-io/1.5.0/ops4j-base-io-1.5.0.pom (1.4 kB at 225 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/ops4j/base/ops4j-base-lang/1.5.0/ops4j-base-lang-1.5.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-lang/1.5.0/ops4j-base-lang-1.5.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-lang/1.5.0/ops4j-base-lang-1.5.0.pom (988 B at 165 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/ops4j/base/ops4j-base-monitors/1.5.0/ops4j-base-monitors-1.5.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-monitors/1.5.0/ops4j-base-monitors-1.5.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-monitors/1.5.0/ops4j-base-monitors-1.5.0.pom (1.0 kB at 77 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/biz/aQute/bnd/biz.aQute.bndlib/3.5.0/biz.aQute.bndlib-3.5.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/3.5.0/biz.aQute.bndlib-3.5.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/3.5.0/biz.aQute.bndlib-3.5.0.pom (1.4 kB at 18 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/glassfish/hk2/external/aopalliance-repackaged/3.0.5/aopalliance-repackaged-3.0.5.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/glassfish/hk2/hk2-locator/3.0.5/hk2-locator-3.0.5.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/glassfish/hk2/hk2-utils/3.0.5/hk2-utils-3.0.5.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/ops4j/pax/tinybundles/tinybundles/3.0.0/tinybundles-3.0.0.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/ops4j/base/ops4j-base-store/1.5.0/ops4j-base-store-1.5.0.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/ops4j/base/ops4j-base-io/1.5.0/ops4j-base-io-1.5.0.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/ops4j/base/ops4j-base-lang/1.5.0/ops4j-base-lang-1.5.0.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/ops4j/base/ops4j-base-monitors/1.5.0/ops4j-base-monitors-1.5.0.jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/biz/aQute/bnd/biz.aQute.bndlib/3.5.0/biz.aQute.bndlib-3.5.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/external/aopalliance-repackaged/3.0.5/aopalliance-repackaged-3.0.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/external/aopalliance-repackaged/3.0.5/aopalliance-repackaged-3.0.5.jar (27 kB at 403 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/hk2-locator/3.0.5/hk2-locator-3.0.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/hk2-utils/3.0.5/hk2-utils-3.0.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/tinybundles/tinybundles/3.0.0/tinybundles-3.0.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-store/1.5.0/ops4j-base-store-1.5.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-io/1.5.0/ops4j-base-io-1.5.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-store/1.5.0/ops4j-base-store-1.5.0.jar (7.4 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-lang/1.5.0/ops4j-base-lang-1.5.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-io/1.5.0/ops4j-base-io-1.5.0.jar (21 kB at 3.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-monitors/1.5.0/ops4j-base-monitors-1.5.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-monitors/1.5.0/ops4j-base-monitors-1.5.0.jar (8.2 kB at 684 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/3.5.0/biz.aQute.bndlib-3.5.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-lang/1.5.0/ops4j-base-lang-1.5.0.jar (6.7 kB at 555 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/hk2-locator/3.0.5/hk2-locator-3.0.5.jar (205 kB at 3.4 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/tinybundles/tinybundles/3.0.0/tinybundles-3.0.0.jar (29 kB at 341 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/hk2-utils/3.0.5/hk2-utils-3.0.5.jar (132 kB at 1.3 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/3.5.0/biz.aQute.bndlib-3.5.0.jar (2.6 MB at 25 MB/s) [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ jakarta-rest-whiteboard-feature --- [INFO] [INFO] --- compiler:3.10.1:testCompile (default) @ jakarta-rest-whiteboard-feature --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/jakarta-rest-whiteboard-feature/target/test-classes [INFO] [INFO] --- dependency:3.3.0:copy-dependencies (create-feature-repo) @ jakarta-rest-whiteboard-feature --- [INFO] Installing /home/jenkins/.m2/repository/org/eclipse/osgi-technology/rest/org.eclipse.osgitech.rest/1.2.2/org.eclipse.osgitech.rest-1.2.2.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/jakarta-rest-whiteboard-feature/target/repository/org/eclipse/osgi-technology/rest/org.eclipse.osgitech.rest/1.2.2/org.eclipse.osgitech.rest-1.2.2.jar [INFO] Installing /home/jenkins/.m2/repository/org/eclipse/osgi-technology/rest/org.eclipse.osgitech.rest.sse/1.2.2/org.eclipse.osgitech.rest.sse-1.2.2.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/jakarta-rest-whiteboard-feature/target/repository/org/eclipse/osgi-technology/rest/org.eclipse.osgitech.rest.sse/1.2.2/org.eclipse.osgitech.rest.sse-1.2.2.jar [INFO] Installing /home/jenkins/.m2/repository/org/eclipse/osgi-technology/rest/org.eclipse.osgitech.rest.servlet.whiteboard/1.2.2/org.eclipse.osgitech.rest.servlet.whiteboard-1.2.2.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/jakarta-rest-whiteboard-feature/target/repository/org/eclipse/osgi-technology/rest/org.eclipse.osgitech.rest.servlet.whiteboard/1.2.2/org.eclipse.osgitech.rest.servlet.whiteboard-1.2.2.jar [INFO] Installing /home/jenkins/.m2/repository/org/osgi/org.osgi.service.jakartars/2.0.0/org.osgi.service.jakartars-2.0.0.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/jakarta-rest-whiteboard-feature/target/repository/org/osgi/org.osgi.service.jakartars/2.0.0/org.osgi.service.jakartars-2.0.0.jar [INFO] Installing /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.1.0/jakarta.ws.rs-api-3.1.0.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/jakarta-rest-whiteboard-feature/target/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.1.0/jakarta.ws.rs-api-3.1.0.jar [INFO] Installing /home/jenkins/.m2/repository/jakarta/activation/jakarta.activation-api/2.1.0/jakarta.activation-api-2.1.0.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/jakarta-rest-whiteboard-feature/target/repository/jakarta/activation/jakarta.activation-api/2.1.0/jakarta.activation-api-2.1.0.jar [INFO] Installing /home/jenkins/.m2/repository/jakarta/annotation/jakarta.annotation-api/2.1.1/jakarta.annotation-api-2.1.1.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/jakarta-rest-whiteboard-feature/target/repository/jakarta/annotation/jakarta.annotation-api/2.1.1/jakarta.annotation-api-2.1.1.jar [INFO] Installing /home/jenkins/.m2/repository/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/jakarta-rest-whiteboard-feature/target/repository/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.jar [INFO] Installing /home/jenkins/.m2/repository/jakarta/validation/jakarta.validation-api/3.0.2/jakarta.validation-api-3.0.2.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/jakarta-rest-whiteboard-feature/target/repository/jakarta/validation/jakarta.validation-api/3.0.2/jakarta.validation-api-3.0.2.jar [INFO] Installing /home/jenkins/.m2/repository/jakarta/xml/bind/jakarta.xml.bind-api/4.0.0/jakarta.xml.bind-api-4.0.0.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/jakarta-rest-whiteboard-feature/target/repository/jakarta/xml/bind/jakarta.xml.bind-api/4.0.0/jakarta.xml.bind-api-4.0.0.jar [INFO] Installing /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-common/3.1.3/jersey-common-3.1.3.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/jakarta-rest-whiteboard-feature/target/repository/org/glassfish/jersey/core/jersey-common/3.1.3/jersey-common-3.1.3.jar [INFO] Installing /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-server/3.1.3/jersey-server-3.1.3.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/jakarta-rest-whiteboard-feature/target/repository/org/glassfish/jersey/core/jersey-server/3.1.3/jersey-server-3.1.3.jar [INFO] Installing /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-client/3.1.3/jersey-client-3.1.3.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/jakarta-rest-whiteboard-feature/target/repository/org/glassfish/jersey/core/jersey-client/3.1.3/jersey-client-3.1.3.jar [INFO] Installing /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-servlet-core/3.1.3/jersey-container-servlet-core-3.1.3.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/jakarta-rest-whiteboard-feature/target/repository/org/glassfish/jersey/containers/jersey-container-servlet-core/3.1.3/jersey-container-servlet-core-3.1.3.jar [INFO] Installing /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-servlet/3.1.3/jersey-container-servlet-3.1.3.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/jakarta-rest-whiteboard-feature/target/repository/org/glassfish/jersey/containers/jersey-container-servlet/3.1.3/jersey-container-servlet-3.1.3.jar [INFO] Installing /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-hk2/3.1.3/jersey-hk2-3.1.3.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/jakarta-rest-whiteboard-feature/target/repository/org/glassfish/jersey/inject/jersey-hk2/3.1.3/jersey-hk2-3.1.3.jar [INFO] Installing /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-jaxb/3.1.3/jersey-media-jaxb-3.1.3.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/jakarta-rest-whiteboard-feature/target/repository/org/glassfish/jersey/media/jersey-media-jaxb/3.1.3/jersey-media-jaxb-3.1.3.jar [INFO] Installing /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-sse/3.1.3/jersey-media-sse-3.1.3.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/jakarta-rest-whiteboard-feature/target/repository/org/glassfish/jersey/media/jersey-media-sse/3.1.3/jersey-media-sse-3.1.3.jar [INFO] Installing /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-api/3.0.5/hk2-api-3.0.5.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/jakarta-rest-whiteboard-feature/target/repository/org/glassfish/hk2/hk2-api/3.0.5/hk2-api-3.0.5.jar [INFO] Installing /home/jenkins/.m2/repository/org/glassfish/hk2/external/aopalliance-repackaged/3.0.5/aopalliance-repackaged-3.0.5.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/jakarta-rest-whiteboard-feature/target/repository/org/glassfish/hk2/external/aopalliance-repackaged/3.0.5/aopalliance-repackaged-3.0.5.jar [INFO] Installing /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-locator/3.0.5/hk2-locator-3.0.5.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/jakarta-rest-whiteboard-feature/target/repository/org/glassfish/hk2/hk2-locator/3.0.5/hk2-locator-3.0.5.jar [INFO] Installing /home/jenkins/.m2/repository/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/jakarta-rest-whiteboard-feature/target/repository/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.jar [INFO] Installing /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-utils/3.0.5/hk2-utils-3.0.5.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/jakarta-rest-whiteboard-feature/target/repository/org/glassfish/hk2/hk2-utils/3.0.5/hk2-utils-3.0.5.jar [INFO] Installing /home/jenkins/.m2/repository/org/ow2/asm/asm/9.6/asm-9.6.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/jakarta-rest-whiteboard-feature/target/repository/org/ow2/asm/asm/9.6/asm-9.6.jar [INFO] Installing /home/jenkins/.m2/repository/org/javassist/javassist/3.29.2-GA/javassist-3.29.2-GA.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/jakarta-rest-whiteboard-feature/target/repository/org/javassist/javassist/3.29.2-GA/javassist-3.29.2-GA.jar [INFO] Installing /home/jenkins/.m2/repository/org/ops4j/pax/tinybundles/tinybundles/3.0.0/tinybundles-3.0.0.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/jakarta-rest-whiteboard-feature/target/repository/org/ops4j/pax/tinybundles/tinybundles/3.0.0/tinybundles-3.0.0.jar [INFO] [INFO] --- antrun:3.1.0:run (create-repository-zip) @ jakarta-rest-whiteboard-feature --- [INFO] Executing tasks [INFO] [zip] Building zip: /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/jakarta-rest-whiteboard-feature/target/repository.zip [INFO] Executed tasks [INFO] [INFO] --- build-helper:3.3.0:attach-artifact (attach-artifacts) @ jakarta-rest-whiteboard-feature --- [INFO] [INFO] --- dependency:3.3.0:copy (copy-test-launcher) @ jakarta-rest-whiteboard-feature --- [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution:launcher:export:0.0.2-SNAPSHOT:jar [INFO] Copying export.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/jakarta-rest-whiteboard-feature/target/it/launcher.jar [INFO] [INFO] --- dependency:3.3.0:copy (gather-test-features) @ jakarta-rest-whiteboard-feature --- [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution.features:jakarta-servlet-whiteboard-feature:osgifeature:0.0.2-SNAPSHOT:json [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution.features:gogo-shell-feature:osgifeature:0.0.2-SNAPSHOT:json [INFO] Copying jakarta-servlet-whiteboard-feature.json to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/jakarta-rest-whiteboard-feature/target/it/features/jakarta-servlet-whiteboard-feature.json [INFO] Copying gogo-shell-feature.json to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/jakarta-rest-whiteboard-feature/target/it/features/gogo-shell-feature.json [INFO] [INFO] --- dependency:3.3.0:unpack (create-test-repo) @ jakarta-rest-whiteboard-feature --- [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution.features:jakarta-servlet-whiteboard-feature:osgifeaturerepo:0.0.2-SNAPSHOT:zip [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution.features:gogo-shell-feature:osgifeaturerepo:0.0.2-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/jakarta-servlet-whiteboard-feature/target/repository.zip to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/jakarta-rest-whiteboard-feature/target/it/repository with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/gogo-shell-feature/target/repository.zip to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/jakarta-rest-whiteboard-feature/target/it/repository with includes "" and excludes "" [INFO] [INFO] --- antrun:3.1.0:run (copy-artifact-for-testing) @ jakarta-rest-whiteboard-feature --- [INFO] Executing tasks [INFO] [unzip] Expanding: /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/jakarta-rest-whiteboard-feature/target/repository.zip into /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/jakarta-rest-whiteboard-feature/target/it/repository [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/jakarta-rest-whiteboard-feature/target/it/features [INFO] Executed tasks [INFO] [INFO] --- surefire:2.22.2:test (integration-test) @ jakarta-rest-whiteboard-feature --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.sensinact.gateway.feature.integration.jakartarest.RestWhiteboardIntegrationTest 20:12:42.055 [main] DEBUG org.ops4j.store.intern.TemporaryStore -- Storage Area is /tmp/ops4j-store-anonymous-4006143014591602673 20:12:42.068 [main] DEBUG org.ops4j.pax.tinybundles.core.intern.RawBuilder -- make() 20:12:42.070 [Thread-1] DEBUG org.ops4j.pax.tinybundles.core.intern.RawBuilder -- Creating manifest from added headers. 20:12:42.071 [Thread-1] DEBUG org.ops4j.pax.tinybundles.core.intern.RawBuilder -- -noee = true 20:12:42.072 [Thread-1] DEBUG org.ops4j.pax.tinybundles.core.intern.RawBuilder -- Bundle-SymbolicName = org.eclipse.sensinact.gateway.feature.integration.jakartarest 20:12:42.072 [Thread-1] DEBUG org.ops4j.pax.tinybundles.core.intern.RawBuilder -- Bundle-Version = 0.0.1 20:12:42.073 [Thread-1] DEBUG org.ops4j.pax.tinybundles.core.intern.RawBuilder -- Copying resource org/eclipse/sensinact/gateway/feature/integration/jakartarest/resource/Resource.class 20:12:42.073 [main] DEBUG org.ops4j.pax.tinybundles.core.intern.BndBuilder -- Write: /tmp/mylitte3655689383372289773jar 20:12:42.184 [main] DEBUG aQute.bnd.osgi.Clazz -- parseClassFile(): path=org/eclipse/sensinact/gateway/feature/integration/jakartarest/resource/Resource.class resource=:1467: 20:12:42.243 [main] DEBUG aQute.bnd.osgi.Processor -- begin aQute.bnd.make.component.ServiceComponent@140c9f39 20:12:42.245 [main] DEBUG aQute.bnd.osgi.Processor -- end 20:12:42.245 [main] DEBUG aQute.bnd.osgi.Processor -- begin DSAnnotations 20:12:42.250 [main] DEBUG aQute.bnd.osgi.Clazz -- parseClassFile(): path=org/eclipse/sensinact/gateway/feature/integration/jakartarest/resource/Resource.class resource=:1467: 20:12:42.257 [main] DEBUG aQute.bnd.osgi.Clazz -- parseClassFile(): path=jakarta/ws/rs/GET.class resource=:jar:file:/home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.1.0/jakarta.ws.rs-api-3.1.0.jar!/jakarta/ws/rs/GET.class: 20:12:42.258 [main] DEBUG aQute.bnd.osgi.Clazz -- parseClassFile(): path=jakarta/ws/rs/GET.class resource=:jar:file:/home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.1.0/jakarta.ws.rs-api-3.1.0.jar!/jakarta/ws/rs/GET.class: 20:12:42.259 [main] DEBUG aQute.bnd.osgi.Clazz -- parseClassFile(): path=jakarta/ws/rs/POST.class resource=:jar:file:/home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.1.0/jakarta.ws.rs-api-3.1.0.jar!/jakarta/ws/rs/POST.class: 20:12:42.259 [main] DEBUG aQute.bnd.osgi.Clazz -- parseClassFile(): path=jakarta/ws/rs/POST.class resource=:jar:file:/home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.1.0/jakarta.ws.rs-api-3.1.0.jar!/jakarta/ws/rs/POST.class: 20:12:42.260 [main] DEBUG aQute.bnd.osgi.Clazz -- parseClassFile(): path=jakarta/ws/rs/Consumes.class resource=:jar:file:/home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.1.0/jakarta.ws.rs-api-3.1.0.jar!/jakarta/ws/rs/Consumes.class: 20:12:42.260 [main] DEBUG aQute.bnd.osgi.Clazz -- parseClassFile(): path=jakarta/ws/rs/Consumes.class resource=:jar:file:/home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.1.0/jakarta.ws.rs-api-3.1.0.jar!/jakarta/ws/rs/Consumes.class: 20:12:42.262 [main] DEBUG aQute.bnd.osgi.Clazz -- parseClassFile(): path=jakarta/ws/rs/Produces.class resource=:jar:file:/home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.1.0/jakarta.ws.rs-api-3.1.0.jar!/jakarta/ws/rs/Produces.class: 20:12:42.262 [main] DEBUG aQute.bnd.osgi.Clazz -- parseClassFile(): path=jakarta/ws/rs/Produces.class resource=:jar:file:/home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.1.0/jakarta.ws.rs-api-3.1.0.jar!/jakarta/ws/rs/Produces.class: 20:12:42.270 [main] DEBUG aQute.bnd.osgi.Clazz -- parseClassFile(): path=jakarta/ws/rs/Path.class resource=:jar:file:/home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.1.0/jakarta.ws.rs-api-3.1.0.jar!/jakarta/ws/rs/Path.class: 20:12:42.271 [main] DEBUG aQute.bnd.osgi.Clazz -- parseClassFile(): path=jakarta/ws/rs/Path.class resource=:jar:file:/home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.1.0/jakarta.ws.rs-api-3.1.0.jar!/jakarta/ws/rs/Path.class: 20:12:42.277 [main] DEBUG aQute.bnd.osgi.Processor -- end 20:12:42.277 [main] DEBUG aQute.bnd.osgi.Processor -- begin MetatypePlugin 20:12:42.277 [main] DEBUG aQute.bnd.osgi.Processor -- end 20:12:42.277 [main] DEBUG aQute.bnd.osgi.Processor -- begin MetatypeAnnotations 20:12:42.280 [main] DEBUG aQute.bnd.osgi.Clazz -- parseClassFile(): path=org/eclipse/sensinact/gateway/feature/integration/jakartarest/resource/Resource.class resource=:1467: 20:12:42.280 [main] DEBUG aQute.bnd.osgi.Clazz -- parseClassFile(): path=jakarta/ws/rs/GET.class resource=:jar:file:/home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.1.0/jakarta.ws.rs-api-3.1.0.jar!/jakarta/ws/rs/GET.class: 20:12:42.281 [main] DEBUG aQute.bnd.osgi.Clazz -- parseClassFile(): path=jakarta/ws/rs/POST.class resource=:jar:file:/home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.1.0/jakarta.ws.rs-api-3.1.0.jar!/jakarta/ws/rs/POST.class: 20:12:42.281 [main] DEBUG aQute.bnd.osgi.Clazz -- parseClassFile(): path=jakarta/ws/rs/Consumes.class resource=:jar:file:/home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.1.0/jakarta.ws.rs-api-3.1.0.jar!/jakarta/ws/rs/Consumes.class: 20:12:42.281 [main] DEBUG aQute.bnd.osgi.Clazz -- parseClassFile(): path=jakarta/ws/rs/Produces.class resource=:jar:file:/home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.1.0/jakarta.ws.rs-api-3.1.0.jar!/jakarta/ws/rs/Produces.class: 20:12:42.281 [main] DEBUG aQute.bnd.osgi.Clazz -- parseClassFile(): path=jakarta/ws/rs/Path.class resource=:jar:file:/home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.1.0/jakarta.ws.rs-api-3.1.0.jar!/jakarta/ws/rs/Path.class: 20:12:42.282 [main] DEBUG aQute.bnd.osgi.Clazz -- parseClassFile(): path=org/osgi/service/component/annotations/Component.class resource=:jar:file:/home/jenkins/.m2/repository/biz/aQute/bnd/biz.aQute.bndlib/3.5.0/biz.aQute.bndlib-3.5.0.jar!/org/osgi/service/component/annotations/Component.class: 20:12:42.282 [main] DEBUG aQute.bnd.osgi.Clazz -- parseClassFile(): path=org/osgi/service/component/annotations/Component.class resource=:jar:file:/home/jenkins/.m2/repository/biz/aQute/bnd/biz.aQute.bndlib/3.5.0/biz.aQute.bndlib-3.5.0.jar!/org/osgi/service/component/annotations/Component.class: 20:12:42.283 [main] DEBUG aQute.bnd.osgi.Clazz -- parseClassFile(): path=org/eclipse/sensinact/gateway/feature/integration/jakartarest/resource/Resource.class resource=:1467: 20:12:42.283 [main] DEBUG aQute.bnd.osgi.Processor -- end 20:12:42.343 [main] DEBUG aQute.bnd.osgi.Clazz -- parseClassFile(): path=org/eclipse/sensinact/gateway/feature/integration/jakartarest/resource/Resource.class resource=:1467: Feb 12, 2024 8:12:42 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 12, 2024 8:12:42 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 20:12:43.160 [main] INFO org.eclipse.sensinact.gateway.launcher.ConfigurationManager -- Eclipse sensiNact is watching for changes in configuration file src/it/resources/config/configuration.json 20:12:43.174 [main] INFO org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Feature installation for features [] requested using repositories [repository] and feature directories [features] 20:12:43.174 [main] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- The following bundles [] are no longer required and will be removed. 20:12:43.176 [main] INFO org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Feature update complete. 20:12:43.273 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Feature installation for features [jakarta-servlet-whiteboard-feature, jakarta-rest-whiteboard-feature, gogo-shell-feature] requested using repositories [target/it/repository] and feature directories [target/it/features] 20:12:43.273 [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. 20:12:43.273 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Loading feature model jakarta-servlet-whiteboard-feature 20:12:43.278 [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 20:12:43.278 [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] 20:12:43.278 [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 20:12:43.287 [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 20:12:43.287 [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] 20:12:43.287 [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 Feb 12, 2024 8:12:43 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 12, 2024 8:12:43 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 20:12:43.411 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- QueuedThreadPool[qtp1351732923]@5091cebb{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] added {org.eclipse.jetty.util.thread.ThreadPoolBudget@5f01a20b,POJO} 20:12:43.411 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@349d12dc{STOPPED}[11.0.13,sto=0] added {QueuedThreadPool[qtp1351732923]@5091cebb{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY],AUTO} 20:12:43.422 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@349d12dc{STOPPED}[11.0.13,sto=0] added {AttributeContainerMap@36886ce0{size=0},AUTO} 20:12:43.425 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HashLoginService@1e5a1e3[null] added {org.eclipse.jetty.security.DefaultIdentityService@3b147a6d,POJO} 20:12:43.425 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HashLoginService@1e5a1e3[OSGi HTTP Service Realm] added {UserStore@2342a7a2[users.count=0],AUTO} 20:12:43.426 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@349d12dc{STOPPED}[11.0.13,sto=0] added {HashLoginService@1e5a1e3[OSGi HTTP Service Realm],AUTO} 20:12:43.489 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- o.e.j.s.ServletContextHandler@21ddff2d{/,null,STOPPED} added {SymlinkAllowedResourceAliasChecker@c48b16a{base=null,protected=[]},MANAGED} 20:12:43.497 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.handler.ContextHandlerCollection -- AT@251a4c3{cs=true;c=1;=/=[Lorg.eclipse.jetty.server.handler.ContextHandlerCollection$Branch;@1ca395a} 20:12:43.502 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ContextHandlerCollection@7a6b3f7c{STOPPED} added {o.e.j.s.ServletContextHandler@21ddff2d{/,null,STOPPED},AUTO} 20:12:43.511 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- o.e.j.s.ServletContextHandler@21ddff2d{/,null,STOPPED} added {org.eclipse.jetty.server.session.SessionHandler1114182503==dftMaxIdleSec=-1,MANAGED} 20:12:43.513 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- org.eclipse.jetty.server.session.SessionHandler1114182503==dftMaxIdleSec=-1 added {ServletHandler@2c6a3fa{STOPPED},MANAGED} 20:12:43.514 [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) 20:12:43.514 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- o.e.j.s.ServletContextHandler@21ddff2d{/,null,STOPPED} added {org.apache.felix.http.base.internal.EventDispatcher@73122ad6,POJO} 20:12:43.515 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- org.eclipse.jetty.server.session.SessionHandler1114182503==dftMaxIdleSec=0 added {org.apache.felix.http.base.internal.EventDispatcher@73122ad6,POJO} 20:12:43.543 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServletHandler@2c6a3fa{STOPPED} added {org.apache.felix.http.base.internal.dispatch.DispatcherServlet-279d5926==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@6f8b2a49{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED},AUTO} 20:12:43.545 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServletHandler@2c6a3fa{STOPPED} added {[/*]=>org.apache.felix.http.base.internal.dispatch.DispatcherServlet-279d5926,POJO} 20:12:43.545 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@349d12dc{STOPPED}[11.0.13,sto=0] added {ContextHandlerCollection@7a6b3f7c{STOPPED},MANAGED} 20:12:43.545 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING Server@349d12dc{STOPPED}[11.0.13,sto=0] 20:12:43.549 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@349d12dc{STARTING}[11.0.13,sto=0] added {ErrorHandler@44b90af1{STOPPED},AUTO} 20:12:43.551 [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 20:12:43.579 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting Server@349d12dc{STARTING}[11.0.13,sto=0] 20:12:43.579 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING QueuedThreadPool[qtp1351732923]@5091cebb{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] 20:12:43.582 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@3fc340fd{reserved=0/2,pending=0} 20:12:43.582 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- QueuedThreadPool[qtp1351732923]@5091cebb{STARTING,8<=0<=200,i=0,r=-1,q=0}[ReservedThreadExecutor@3fc340fd{reserved=0/2,pending=0}] added {ReservedThreadExecutor@3fc340fd{reserved=0/2,pending=0},AUTO} 20:12:43.582 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ReservedThreadExecutor@3fc340fd{reserved=0/2,pending=0} 20:12:43.592 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1716ms ReservedThreadExecutor@3fc340fd{reserved=0/2,pending=0} 20:12:43.595 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp1351732923-26,5,Configuration Admin Service] 20:12:43.595 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp1351732923-27,5,Configuration Admin Service] 20:12:43.595 [qtp1351732923-26] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp1351732923]@5091cebb{STARTING,8<=2<=200,i=2,r=-1,q=0}[ReservedThreadExecutor@3fc340fd{reserved=0/2,pending=0}] 20:12:43.595 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp1351732923-28,5,Configuration Admin Service] 20:12:43.595 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp1351732923-29,5,Configuration Admin Service] 20:12:43.595 [qtp1351732923-27] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp1351732923]@5091cebb{STARTING,8<=3<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@3fc340fd{reserved=0/2,pending=0}] 20:12:43.596 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp1351732923-30,5,Configuration Admin Service] 20:12:43.595 [qtp1351732923-28] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp1351732923]@5091cebb{STARTING,8<=4<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@3fc340fd{reserved=0/2,pending=0}] 20:12:43.596 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp1351732923-31,5,Configuration Admin Service] 20:12:43.596 [qtp1351732923-29] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp1351732923]@5091cebb{STARTING,8<=5<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@3fc340fd{reserved=0/2,pending=0}] 20:12:43.596 [qtp1351732923-30] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp1351732923]@5091cebb{STARTING,8<=6<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@3fc340fd{reserved=0/2,pending=0}] 20:12:43.596 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp1351732923-32,5,Configuration Admin Service] 20:12:43.596 [qtp1351732923-31] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp1351732923]@5091cebb{STARTING,8<=7<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@3fc340fd{reserved=0/2,pending=0}] 20:12:43.596 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp1351732923-33,5,Configuration Admin Service] 20:12:43.596 [qtp1351732923-32] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp1351732923]@5091cebb{STARTING,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@3fc340fd{reserved=0/2,pending=0}] 20:12:43.596 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1720ms QueuedThreadPool[qtp1351732923]@5091cebb{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@3fc340fd{reserved=0/2,pending=0}] 20:12:43.596 [qtp1351732923-33] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp1351732923]@5091cebb{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@3fc340fd{reserved=0/2,pending=0}] 20:12:43.596 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING AttributeContainerMap@36886ce0{size=0} 20:12:43.596 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1720ms AttributeContainerMap@36886ce0{size=0} 20:12:43.597 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING HashLoginService@1e5a1e3[OSGi HTTP Service Realm] 20:12:43.597 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING UserStore@2342a7a2[users.count=0] 20:12:43.597 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1721ms UserStore@2342a7a2[users.count=0] 20:12:43.597 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1721ms HashLoginService@1e5a1e3[OSGi HTTP Service Realm] 20:12:43.597 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ContextHandlerCollection@7a6b3f7c{STOPPED} 20:12:43.597 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting ContextHandlerCollection@7a6b3f7c{STARTING} 20:12:43.597 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING o.e.j.s.ServletContextHandler@21ddff2d{/,null,STOPPED} 20:12:43.598 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.DecoratedObjectFactory -- Adding Decorator: org.eclipse.jetty.util.DeprecationWarning@720ead4d 20:12:43.645 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.http.PreEncodedHttpField -- HttpField encoders loaded: [org.eclipse.jetty.http.Http1FieldPreEncoder@6e2f356f, org.eclipse.jetty.http2.hpack.HpackFieldPreEncoder@544f958c] 20:12:43.662 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting o.e.j.s.ServletContextHandler@21ddff2d{/,null,STARTING} 20:12:43.662 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING SymlinkAllowedResourceAliasChecker@c48b16a{base=null,protected=[]} 20:12:43.663 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- o.e.j.s.ServletContextHandler@21ddff2d{/,null,STARTING} added {org.eclipse.jetty.server.AllowedResourceAliasChecker$AllowedResourceAliasCheckListener@76506519,POJO} 20:12:43.663 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1787ms SymlinkAllowedResourceAliasChecker@c48b16a{base=null,protected=[]} 20:12:43.663 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING org.eclipse.jetty.server.session.SessionHandler1114182503==dftMaxIdleSec=0 20:12:43.666 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- org.eclipse.jetty.server.session.SessionHandler1114182503==dftMaxIdleSec=0 added {org.eclipse.jetty.server.session.DefaultSessionCache@324b8da4[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false],AUTO} 20:12:43.668 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- org.eclipse.jetty.server.session.DefaultSessionCache@324b8da4[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] added {org.eclipse.jetty.server.session.NullSessionDataStore@74cbec42[passivating=false,graceSec=3600],AUTO} 20:12:43.669 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING DefaultSessionIdManager@59b3a081{STOPPED}[worker=null] 20:12:43.671 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- DefaultSessionIdManager@59b3a081{STARTING}[worker=node0] added {HouseKeeper@64aacba0{STOPPED}[interval=600000, ownscheduler=false],MANAGED} 20:12:43.674 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO org.eclipse.jetty.server.session.DefaultSessionIdManager -- Session workerName=node0 20:12:43.674 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING HouseKeeper@64aacba0{STOPPED}[interval=600000, ownscheduler=false] 20:12:43.675 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ScheduledExecutorScheduler@6b3f0804{STOPPED} 20:12:43.676 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1800ms ScheduledExecutorScheduler@6b3f0804{STARTED} 20:12:43.676 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.session.HouseKeeper -- node0 using own scheduler for scavenging 20:12:43.676 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.session.HouseKeeper -- node0 scavenging every 660000ms 20:12:43.679 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1802ms HouseKeeper@64aacba0{STARTED}[interval=660000, ownscheduler=true] 20:12:43.679 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1803ms DefaultSessionIdManager@59b3a081{STARTED}[worker=node0] 20:12:43.679 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@349d12dc{STARTING}[11.0.13,sto=0] added {DefaultSessionIdManager@59b3a081{STARTED}[worker=node0],MANAGED} 20:12:43.679 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- org.eclipse.jetty.server.session.SessionHandler1114182503==dftMaxIdleSec=0 added {DefaultSessionIdManager@59b3a081{STARTED}[worker=node0],UNMANAGED} 20:12:43.679 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ScheduledExecutorScheduler@23c78dc9{STOPPED} 20:12:43.679 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1803ms ScheduledExecutorScheduler@23c78dc9{STARTED} 20:12:43.679 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting org.eclipse.jetty.server.session.SessionHandler1114182503==dftMaxIdleSec=0 20:12:43.679 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ServletHandler@2c6a3fa{STOPPED} 20:12:43.687 [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-279d5926[EMBEDDED:null] 20:12:43.689 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.http.pathmap.ServletPathSpec -- Creating ServletPathSpec[/*] (group: PREFIX_GLOB, prefix: "", suffix: "null") 20:12:43.690 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457a78e{/*},resource=MappedServlet40fe4118{/*->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-279d5926==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@6f8b2a49{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=1] 20:12:43.690 [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-279d5926=MappedServlet1e9ce43d{null->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-279d5926==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@6f8b2a49{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}} 20:12:43.690 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.servlet.ServletHandler -- Adding Default404Servlet to ServletHandler@2c6a3fa{STARTING} 20:12:43.691 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServletHandler@2c6a3fa{STARTING} added {org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-6779b9c6==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@54a3001{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED},AUTO} 20:12:43.691 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServletHandler@2c6a3fa{STARTING} added {[/]=>org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-6779b9c6,POJO} 20:12:43.691 [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-279d5926[EMBEDDED:null] 20:12:43.691 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.http.pathmap.ServletPathSpec -- Creating ServletPathSpec[/*] (group: PREFIX_GLOB, prefix: "", suffix: "null") 20:12:43.691 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457a78e{/*},resource=MappedServlet1e3d0418{/*->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-279d5926==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@6f8b2a49{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=1] 20:12:43.691 [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-6779b9c6[EMBEDDED:null] 20:12:43.691 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457dcb7{/},resource=MappedServlet4689cca3{/->org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-6779b9c6==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@54a3001{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=2] 20:12:43.691 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.servlet.ServletHandler -- filterNameMap={} pathFilters=[] servletFilterMap={} servletPathMap=PathMappings[size=2] servletNameMap={org.apache.felix.http.base.internal.dispatch.DispatcherServlet-279d5926=MappedServlet8c4a8e5{null->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-279d5926==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@6f8b2a49{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}, org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-6779b9c6=MappedServlet22d987b2{null->org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-6779b9c6==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@54a3001{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}} 20:12:43.691 [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-279d5926[EMBEDDED:null] 20:12:43.691 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.http.pathmap.ServletPathSpec -- Creating ServletPathSpec[/*] (group: PREFIX_GLOB, prefix: "", suffix: "null") 20:12:43.691 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457a78e{/*},resource=MappedServlet54b25a35{/*->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-279d5926==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@6f8b2a49{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=1] 20:12:43.692 [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-6779b9c6[EMBEDDED:null] 20:12:43.692 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457dcb7{/},resource=MappedServlet5c5668d4{/->org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-6779b9c6==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@54a3001{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=2] 20:12:43.692 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.servlet.ServletHandler -- filterNameMap={} pathFilters=[] servletFilterMap={} servletPathMap=PathMappings[size=2] servletNameMap={org.apache.felix.http.base.internal.dispatch.DispatcherServlet-279d5926=MappedServlet8c4a8e5{null->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-279d5926==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@6f8b2a49{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}, org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-6779b9c6=MappedServlet22d987b2{null->org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-6779b9c6==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@54a3001{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}} 20:12:43.692 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting ServletHandler@2c6a3fa{STARTING} 20:12:43.692 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1816ms ServletHandler@2c6a3fa{STARTED} 20:12:43.692 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING org.eclipse.jetty.server.session.DefaultSessionCache@324b8da4[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] 20:12:43.692 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING org.eclipse.jetty.server.session.NullSessionDataStore@74cbec42[passivating=false,graceSec=3600] 20:12:43.692 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1816ms org.eclipse.jetty.server.session.NullSessionDataStore@74cbec42[passivating=false,graceSec=3600] 20:12:43.692 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1816ms org.eclipse.jetty.server.session.DefaultSessionCache@324b8da4[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] 20:12:43.692 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1816ms org.eclipse.jetty.server.session.SessionHandler1114182503==dftMaxIdleSec=0 20:12:43.694 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING org.apache.felix.http.base.internal.dispatch.DispatcherServlet-279d5926==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@6f8b2a49{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED} 20:12:43.695 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1819ms org.apache.felix.http.base.internal.dispatch.DispatcherServlet-279d5926==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@6f8b2a49{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STARTED} 20:12:43.695 [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-279d5926 20:12:43.695 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-6779b9c6==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@54a3001{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED} 20:12:43.696 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1820ms org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-6779b9c6==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@54a3001{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STARTED} 20:12:43.696 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO org.eclipse.jetty.server.handler.ContextHandler -- Started o.e.j.s.ServletContextHandler@21ddff2d{/,null,AVAILABLE} 20:12:43.696 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1820ms o.e.j.s.ServletContextHandler@21ddff2d{/,null,AVAILABLE} 20:12:43.696 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1820ms ContextHandlerCollection@7a6b3f7c{STARTED} 20:12:43.696 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ErrorHandler@44b90af1{STOPPED} 20:12:43.696 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting ErrorHandler@44b90af1{STARTING} 20:12:43.696 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1820ms ErrorHandler@44b90af1{STARTED} 20:12:43.696 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO org.eclipse.jetty.server.Server -- Started Server@349d12dc{STARTING}[11.0.13,sto=0] @1820ms 20:12:43.696 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1820ms Server@349d12dc{STARTED}[11.0.13,sto=0] 20:12:43.696 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.session.HouseKeeper -- node0 scavenging every 660000ms 20:12:43.705 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpConnectionFactory@5805dd29[HTTP/1.1] added {HttpConfiguration@574f417a{32768/8192,8192/8192,https://:0,[]},POJO} 20:12:43.719 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@1fa1c956{null, ()}{0.0.0.0:0} added {QueuedThreadPool[qtp1351732923]@5091cebb{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@3fc340fd{reserved=0/2,pending=0}],UNMANAGED} 20:12:43.719 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@1fa1c956{null, ()}{0.0.0.0:0} added {ScheduledExecutorScheduler@62964255{STOPPED},AUTO} 20:12:43.751 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@349d12dc{STARTED}[11.0.13,sto=0] added {LogarithmicArrayByteBufferPool@89f9135{minBufferCapacity=0, maxBufferCapacity=65536, maxQueueLength=-1, factor=4096},POJO} 20:12:43.751 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@1fa1c956{null, ()}{0.0.0.0:0} added {LogarithmicArrayByteBufferPool@89f9135{minBufferCapacity=0, maxBufferCapacity=65536, maxQueueLength=-1, factor=4096},UNMANAGED} 20:12:43.751 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@1fa1c956{null, ()}{0.0.0.0:0} added {org.eclipse.jetty.io.LogarithmicArrayByteBufferPool$LogarithmicRetainablePool@1007e5cf{min=0,max=65536,buckets=17,heap=0/-1,direct=0/-1},POJO} 20:12:43.751 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@1fa1c956{null, ()}{0.0.0.0:0} added {org.eclipse.jetty.server.AbstractConnector$1@11983a11,POJO} 20:12:43.752 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@1fa1c956{null, (http/1.1)}{0.0.0.0:0} added {HttpConnectionFactory@5805dd29[HTTP/1.1],AUTO} 20:12:43.752 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.AbstractConnector -- ServerConnector@1fa1c956{HTTP/1.1, (http/1.1)}{0.0.0.0:0} added HttpConnectionFactory@5805dd29[HTTP/1.1] 20:12:43.755 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@1fa1c956{HTTP/1.1, (http/1.1)}{0.0.0.0:0} added {SelectorManager@ServerConnector@1fa1c956{HTTP/1.1, (http/1.1)}{0.0.0.0:0},MANAGED} 20:12:43.755 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@349d12dc{STARTED}[11.0.13,sto=0] added {ServerConnector@1fa1c956{HTTP/1.1, (http/1.1)}{0.0.0.0:8080},UNMANAGED} 20:12:43.755 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ServerConnector@1fa1c956{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 20:12:43.761 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@1fa1c956{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} 20:12:43.763 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ScheduledExecutorScheduler@62964255{STOPPED} 20:12:43.764 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1888ms ScheduledExecutorScheduler@62964255{STARTED} 20:12:43.764 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING HttpConnectionFactory@5805dd29[HTTP/1.1] 20:12:43.764 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1888ms HttpConnectionFactory@5805dd29[HTTP/1.1] 20:12:43.764 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING SelectorManager@ServerConnector@1fa1c956{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 20:12:43.769 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- AdaptiveExecutionStrategy@3f4dd2e1/SelectorProducer@45b4d501/IDLE/p=false/QueuedThreadPool[qtp1351732923]@5091cebb{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@3fc340fd{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:12:43.769733686Z added {SelectorProducer@45b4d501,POJO} 20:12:43.769 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- AdaptiveExecutionStrategy@3f4dd2e1/SelectorProducer@45b4d501/IDLE/p=false/QueuedThreadPool[qtp1351732923]@5091cebb{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@3fc340fd{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:12:43.770024523Z added {QueuedThreadPool[qtp1351732923]@5091cebb{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@3fc340fd{reserved=0/2,pending=0}],UNMANAGED} 20:12:43.770 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- AdaptiveExecutionStrategy@3f4dd2e1/SelectorProducer@45b4d501/IDLE/p=false/QueuedThreadPool[qtp1351732923]@5091cebb{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@3fc340fd{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:12:43.770201262Z created 20:12:43.770 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ManagedSelector@44288839{STOPPED} id=0 keys=-1 selected=-1 updates=0 added {AdaptiveExecutionStrategy@3f4dd2e1/SelectorProducer@45b4d501/IDLE/p=false/QueuedThreadPool[qtp1351732923]@5091cebb{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@3fc340fd{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:12:43.770411813Z,MANAGED} 20:12:43.770 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- SelectorManager@ServerConnector@1fa1c956{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} added {ManagedSelector@44288839{STOPPED} id=0 keys=-1 selected=-1 updates=0,AUTO} 20:12:43.770 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ManagedSelector@44288839{STOPPED} id=0 keys=-1 selected=-1 updates=0 20:12:43.770 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING AdaptiveExecutionStrategy@3f4dd2e1/SelectorProducer@45b4d501/IDLE/p=false/QueuedThreadPool[qtp1351732923]@5091cebb{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@3fc340fd{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:12:43.770704848Z 20:12:43.770 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1894ms AdaptiveExecutionStrategy@3f4dd2e1/SelectorProducer@45b4d501/IDLE/p=false/QueuedThreadPool[qtp1351732923]@5091cebb{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@3fc340fd{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:12:43.770839639Z 20:12:43.772 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue org.eclipse.jetty.io.ManagedSelector$$Lambda$205/0x00007fd51c1b29a0@7091f4f3 startThread=0 20:12:43.772 [qtp1351732923-26] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.io.ManagedSelector$$Lambda$205/0x00007fd51c1b29a0@7091f4f3 in QueuedThreadPool[qtp1351732923]@5091cebb{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@3fc340fd{reserved=0/2,pending=0}] 20:12:43.772 [qtp1351732923-26] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- AdaptiveExecutionStrategy@3f4dd2e1/SelectorProducer@45b4d501/IDLE/p=false/QueuedThreadPool[qtp1351732923]@5091cebb{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@3fc340fd{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:12:43.772792928Z tryProduce false 20:12:43.772 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.ManagedSelector$Start@6058a2a0 on ManagedSelector@44288839{STARTING} id=0 keys=0 selected=0 updates=0 20:12:43.774 [qtp1351732923-26] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 20:12:43.774 [qtp1351732923-26] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$Start@6058a2a0 20:12:43.774 [qtp1351732923-26] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:12:43.774 [qtp1351732923-26] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@77f7de10 waiting with 0 keys 20:12:43.774 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1898ms ManagedSelector@44288839{STARTED} id=0 keys=0 selected=0 updates=0 20:12:43.774 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1898ms SelectorManager@ServerConnector@1fa1c956{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 20:12:43.775 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@1fa1c956{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} added {acceptor-0@1e975933,POJO} 20:12:43.775 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue acceptor-0@1e975933 startThread=0 20:12:43.775 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO org.eclipse.jetty.server.AbstractConnector -- Started ServerConnector@1fa1c956{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 20:12:43.775 [qtp1351732923-27] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run acceptor-0@1e975933 in QueuedThreadPool[qtp1351732923]@5091cebb{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@3fc340fd{reserved=0/2,pending=0}] 20:12:43.775 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1899ms ServerConnector@1fa1c956{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 20:12:43.777 [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] 20:12:43.803 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@349d12dc{STARTED}[11.0.13,sto=0] added {org.apache.felix.http.jetty.internal.RequestLogTracker@7dc26ea1,POJO} 20:12:43.804 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING Server@349d12dc{STARTED}[11.0.13,sto=0] 20:12:43.805 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.Server -- Stopped Server@349d12dc{STOPPING}[11.0.13,sto=0] 20:12:43.805 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.Server -- doStop Server@349d12dc{STOPPING}[11.0.13,sto=0] 20:12:43.805 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ServerConnector@1fa1c956{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 20:12:43.805 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING SelectorManager@ServerConnector@1fa1c956{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 20:12:43.805 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ManagedSelector@44288839{STARTED} id=0 keys=0 selected=0 updates=0 20:12:43.805 [qtp1351732923-27] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran qtp1351732923-27-acceptor-0@1e975933-ServerConnector@1fa1c956{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} in QueuedThreadPool[qtp1351732923]@5091cebb{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@3fc340fd{reserved=0/2,pending=0}] 20:12:43.806 [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@44288839{STOPPING} id=0 keys=0 selected=0 updates=0 20:12:43.806 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@44288839{STOPPING} id=0 keys=0 selected=0 updates=1 20:12:43.806 [qtp1351732923-26] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@77f7de10 woken with none selected 20:12:43.806 [qtp1351732923-26] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@77f7de10 woken up from select, 0/0/0 selected 20:12:43.806 [qtp1351732923-26] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@77f7de10 processing 0 keys, 1 updates 20:12:43.806 [qtp1351732923-26] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 20:12:43.806 [qtp1351732923-26] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$CloseConnections@11232948 20:12:43.806 [qtp1351732923-26] DEBUG org.eclipse.jetty.io.ManagedSelector -- Closing 0 connections on ManagedSelector@44288839{STOPPING} id=0 keys=0 selected=0 updates=0 20:12:43.806 [qtp1351732923-26] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:12:43.806 [qtp1351732923-26] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@77f7de10 waiting with 0 keys 20:12:43.806 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Loading feature model jakarta-rest-whiteboard-feature 20:12:43.806 [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@44288839{STOPPING} id=0 keys=0 selected=0 updates=0 20:12:43.807 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@44288839{STOPPING} id=0 keys=0 selected=0 updates=1 20:12:43.807 [qtp1351732923-26] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@77f7de10 woken with none selected 20:12:43.807 [qtp1351732923-26] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@77f7de10 woken up from select, 0/0/0 selected 20:12:43.807 [qtp1351732923-26] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@77f7de10 processing 0 keys, 1 updates 20:12:43.807 [qtp1351732923-26] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 20:12:43.807 [qtp1351732923-26] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$StopSelector@6b723ae2 20:12:43.809 [qtp1351732923-26] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:12:43.809 [qtp1351732923-26] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.io.ManagedSelector$$Lambda$205/0x00007fd51c1b29a0@7091f4f3 in QueuedThreadPool[qtp1351732923]@5091cebb{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@3fc340fd{reserved=0/2,pending=0}] 20:12:43.809 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING AdaptiveExecutionStrategy@3f4dd2e1/SelectorProducer@45b4d501/IDLE/p=false/QueuedThreadPool[qtp1351732923]@5091cebb{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@3fc340fd{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:12:43.809514382Z 20:12:43.809 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED AdaptiveExecutionStrategy@3f4dd2e1/SelectorProducer@45b4d501/IDLE/p=false/QueuedThreadPool[qtp1351732923]@5091cebb{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@3fc340fd{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:12:43.809673859Z 20:12:43.809 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ManagedSelector@44288839{STOPPED} id=0 keys=-1 selected=-1 updates=0 20:12:43.809 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED SelectorManager@ServerConnector@1fa1c956{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 20:12:43.809 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING HttpConnectionFactory@5805dd29[HTTP/1.1] 20:12:43.809 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED HttpConnectionFactory@5805dd29[HTTP/1.1] 20:12:43.809 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ScheduledExecutorScheduler@62964255{STARTED} 20:12:43.810 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ScheduledExecutorScheduler@62964255{STOPPED} 20:12:43.810 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.AbstractConnector -- Stopped ServerConnector@1fa1c956{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 20:12:43.810 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ServerConnector@1fa1c956{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 20:12:43.810 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- stopping Server@349d12dc{STOPPING}[11.0.13,sto=0] 20:12:43.810 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING DefaultSessionIdManager@59b3a081{STARTED}[worker=node0] 20:12:43.810 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING HouseKeeper@64aacba0{STARTED}[interval=660000, ownscheduler=true] 20:12:43.810 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.session.HouseKeeper -- node0 stopped scavenging 20:12:43.810 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ScheduledExecutorScheduler@6b3f0804{STARTED} 20:12:43.810 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ScheduledExecutorScheduler@6b3f0804{STOPPED} 20:12:43.810 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED HouseKeeper@64aacba0{STOPPED}[interval=660000, ownscheduler=false] 20:12:43.810 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED DefaultSessionIdManager@59b3a081{STOPPED}[worker=node0] 20:12:43.810 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ErrorHandler@44b90af1{STARTED} 20:12:43.810 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- stopping ErrorHandler@44b90af1{STOPPING} 20:12:43.810 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ErrorHandler@44b90af1{STOPPED} 20:12:43.810 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ContextHandlerCollection@7a6b3f7c{STARTED} 20:12:43.810 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- stopping ContextHandlerCollection@7a6b3f7c{STOPPING} 20:12:43.810 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING o.e.j.s.ServletContextHandler@21ddff2d{/,null,AVAILABLE} 20:12:43.810 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- stopping o.e.j.s.ServletContextHandler@21ddff2d{/,null,STOPPED} 20:12:43.810 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING org.eclipse.jetty.server.session.SessionHandler1114182503==dftMaxIdleSec=0 20:12:43.810 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.session.DefaultSessionCache -- Shutdown sessions, invalidating = false 20:12:43.810 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING org.eclipse.jetty.server.session.DefaultSessionCache@324b8da4[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] 20:12:43.810 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING org.eclipse.jetty.server.session.NullSessionDataStore@74cbec42[passivating=false,graceSec=3600] 20:12:43.810 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED org.eclipse.jetty.server.session.NullSessionDataStore@74cbec42[passivating=false,graceSec=3600] 20:12:43.810 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED org.eclipse.jetty.server.session.DefaultSessionCache@324b8da4[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] 20:12:43.810 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ScheduledExecutorScheduler@23c78dc9{STARTED} 20:12:43.810 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ScheduledExecutorScheduler@23c78dc9{STOPPED} 20:12:43.810 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- stopping org.eclipse.jetty.server.session.SessionHandler1114182503==dftMaxIdleSec=0 20:12:43.810 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ServletHandler@2c6a3fa{STARTED} 20:12:43.810 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- stopping ServletHandler@2c6a3fa{STOPPING} 20:12:43.811 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-6779b9c6==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@54a3001{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STARTED} 20:12:43.811 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-6779b9c6==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@54a3001{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED} 20:12:43.811 [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-279d5926==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@6f8b2a49{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 20:12:43.811 [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-279d5926==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@6f8b2a49{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED} 20:12:43.812 [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-279d5926[EMBEDDED:null] 20:12:43.841 [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") 20:12:43.841 [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-279d5926==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@6f8b2a49{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=1] 20:12:43.841 [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-279d5926=MappedServlete66368a{null->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-279d5926==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@6f8b2a49{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}} 20:12:43.842 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- The feature jakarta-rest-whiteboard-feature depends on the feature jakarta-servlet-whiteboard-feature, which is installed 20:12:43.842 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ServletHandler@2c6a3fa{STOPPED} 20:12:43.842 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.osgi-technology.rest:org.eclipse.osgitech.rest:1.2.2 20:12:43.842 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED org.eclipse.jetty.server.session.SessionHandler1114182503==dftMaxIdleSec=0 20:12:43.842 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.osgi-technology.rest:org.eclipse.osgitech.rest:1.2.2 in repositories [target/it/repository] 20:12:43.842 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING SymlinkAllowedResourceAliasChecker@c48b16a{base=null,protected=[]} 20:12:43.842 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED SymlinkAllowedResourceAliasChecker@c48b16a{base=null,protected=[]} 20:12:43.842 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.eclipse.osgi-technology.rest:org.eclipse.osgitech.rest:1.2.2 is target/it/repository/org/eclipse/osgi-technology/rest/org.eclipse.osgitech.rest/1.2.2/org.eclipse.osgitech.rest-1.2.2.jar 20:12:43.842 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.handler.ContextHandler -- Stopped o.e.j.s.ServletContextHandler@21ddff2d{/,null,STOPPED} 20:12:43.842 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED o.e.j.s.ServletContextHandler@21ddff2d{/,null,STOPPED} 20:12:43.842 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ContextHandlerCollection@7a6b3f7c{STOPPED} 20:12:43.842 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING HashLoginService@1e5a1e3[OSGi HTTP Service Realm] 20:12:43.842 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING UserStore@2342a7a2[users.count=0] 20:12:43.842 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED UserStore@2342a7a2[users.count=0] 20:12:43.842 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED HashLoginService@1e5a1e3[OSGi HTTP Service Realm] 20:12:43.842 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING AttributeContainerMap@36886ce0{size=0} 20:12:43.842 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED AttributeContainerMap@36886ce0{size=0} 20:12:43.842 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING QueuedThreadPool[qtp1351732923]@5091cebb{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@3fc340fd{reserved=0/2,pending=0}] 20:12:43.842 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Stopping QueuedThreadPool[qtp1351732923]@5091cebb{STOPPING,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@3fc340fd{reserved=0/2,pending=0}] 20:12:43.842 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ReservedThreadExecutor@3fc340fd{reserved=0/2,pending=0} 20:12:43.844 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ReservedThreadExecutor@3fc340fd{reserved=-1/2,pending=0} 20:12:43.845 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Waiting for Thread[qtp1351732923-29,5,Configuration Admin Service] for 2499 20:12:43.845 [qtp1351732923-29] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$146/0x00007fd51c163208@3faa4e38 in QueuedThreadPool[qtp1351732923]@5091cebb{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:12:43.845 [qtp1351732923-28] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$146/0x00007fd51c163208@3faa4e38 in QueuedThreadPool[qtp1351732923]@5091cebb{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:12:43.845 [qtp1351732923-30] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$146/0x00007fd51c163208@3faa4e38 in QueuedThreadPool[qtp1351732923]@5091cebb{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:12:43.845 [qtp1351732923-29] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$146/0x00007fd51c163208@3faa4e38 in QueuedThreadPool[qtp1351732923]@5091cebb{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:12:43.845 [qtp1351732923-28] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$146/0x00007fd51c163208@3faa4e38 in QueuedThreadPool[qtp1351732923]@5091cebb{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:12:43.845 [qtp1351732923-30] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$146/0x00007fd51c163208@3faa4e38 in QueuedThreadPool[qtp1351732923]@5091cebb{STOPPING,8<=0<=200,i=9,r=-1,q=0}[NO_TRY] 20:12:43.845 [qtp1351732923-31] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$146/0x00007fd51c163208@3faa4e38 in QueuedThreadPool[qtp1351732923]@5091cebb{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:12:43.845 [qtp1351732923-29] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[qtp1351732923-29,5,Configuration Admin Service] exited for QueuedThreadPool[qtp1351732923]@5091cebb{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:12:43.845 [qtp1351732923-28] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[qtp1351732923-28,5,Configuration Admin Service] exited for QueuedThreadPool[qtp1351732923]@5091cebb{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:12:43.845 [qtp1351732923-30] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[qtp1351732923-30,5,Configuration Admin Service] exited for QueuedThreadPool[qtp1351732923]@5091cebb{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:12:43.845 [qtp1351732923-31] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$146/0x00007fd51c163208@3faa4e38 in QueuedThreadPool[qtp1351732923]@5091cebb{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:12:43.845 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Waiting for Thread[qtp1351732923-33,5,Configuration Admin Service] for 2499 20:12:43.845 [qtp1351732923-32] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$146/0x00007fd51c163208@3faa4e38 in QueuedThreadPool[qtp1351732923]@5091cebb{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:12:43.845 [qtp1351732923-31] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[qtp1351732923-31,5,Configuration Admin Service] exited for QueuedThreadPool[qtp1351732923]@5091cebb{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:12:43.845 [qtp1351732923-33] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$146/0x00007fd51c163208@3faa4e38 in QueuedThreadPool[qtp1351732923]@5091cebb{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:12:43.845 [qtp1351732923-32] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$146/0x00007fd51c163208@3faa4e38 in QueuedThreadPool[qtp1351732923]@5091cebb{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:12:43.845 [qtp1351732923-27] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$146/0x00007fd51c163208@3faa4e38 in QueuedThreadPool[qtp1351732923]@5091cebb{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:12:43.845 [qtp1351732923-26] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$146/0x00007fd51c163208@3faa4e38 in QueuedThreadPool[qtp1351732923]@5091cebb{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:12:43.845 [qtp1351732923-27] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$146/0x00007fd51c163208@3faa4e38 in QueuedThreadPool[qtp1351732923]@5091cebb{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:12:43.845 [qtp1351732923-32] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[qtp1351732923-32,5,Configuration Admin Service] exited for QueuedThreadPool[qtp1351732923]@5091cebb{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:12:43.845 [qtp1351732923-26] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$146/0x00007fd51c163208@3faa4e38 in QueuedThreadPool[qtp1351732923]@5091cebb{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:12:43.845 [qtp1351732923-33] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$146/0x00007fd51c163208@3faa4e38 in QueuedThreadPool[qtp1351732923]@5091cebb{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:12:43.845 [qtp1351732923-27] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[qtp1351732923-27,5,Configuration Admin Service] exited for QueuedThreadPool[qtp1351732923]@5091cebb{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:12:43.845 [qtp1351732923-26] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[qtp1351732923-26,5,Configuration Admin Service] exited for QueuedThreadPool[qtp1351732923]@5091cebb{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:12:43.845 [qtp1351732923-33] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[qtp1351732923-33,5,Configuration Admin Service] exited for QueuedThreadPool[qtp1351732923]@5091cebb{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:12:43.845 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Waiting for Thread[qtp1351732923-32,5,] for 2499 20:12:43.845 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED QueuedThreadPool[qtp1351732923]@5091cebb{STOPPED,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:12:43.845 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED Server@349d12dc{STOPPED}[11.0.13,sto=0] 20:12:43.845 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.apache.felix.http -- Stopped Jetty 20:12:43.846 [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} 20:12:43.846 [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} 20:12:43.846 [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} 20:12:43.846 [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} 20:12:43.846 [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} 20:12:43.846 [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} 20:12:43.846 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.osgi-technology.rest:org.eclipse.osgitech.rest.sse:1.2.2 20:12:43.846 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.osgi-technology.rest:org.eclipse.osgitech.rest.sse:1.2.2 in repositories [target/it/repository] 20:12:43.846 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.eclipse.osgi-technology.rest:org.eclipse.osgitech.rest.sse:1.2.2 is target/it/repository/org/eclipse/osgi-technology/rest/org.eclipse.osgitech.rest.sse/1.2.2/org.eclipse.osgitech.rest.sse-1.2.2.jar 20:12:43.846 [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} 20:12:43.846 [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} 20:12:43.846 [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} 20:12:43.846 [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} 20:12:43.846 [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} 20:12:43.846 [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) 20:12:43.846 [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@73122ad6,POJO} 20:12:43.846 [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@73122ad6,POJO} 20:12:43.846 [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} 20:12:43.847 [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} 20:12:43.847 [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} 20:12:43.847 [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] 20:12:43.847 [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} 20:12:43.847 [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 20:12:43.847 [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] 20:12:43.847 [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] 20:12:43.847 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@7d2267eb{reserved=0/2,pending=0} 20:12:43.847 [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} 20:12:43.847 [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} 20:12:43.847 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1971ms ReservedThreadExecutor@7d2267eb{reserved=0/2,pending=0} 20:12:43.847 [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] 20:12:43.847 [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] 20:12:43.847 [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}] 20:12:43.848 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.osgi-technology.rest:org.eclipse.osgitech.rest.servlet.whiteboard:1.2.2 20:12:43.848 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.osgi-technology.rest:org.eclipse.osgitech.rest.servlet.whiteboard:1.2.2 in repositories [target/it/repository] 20:12:43.848 [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] 20:12:43.848 [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}] 20:12:43.848 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.eclipse.osgi-technology.rest:org.eclipse.osgitech.rest.servlet.whiteboard:1.2.2 is target/it/repository/org/eclipse/osgi-technology/rest/org.eclipse.osgitech.rest.servlet.whiteboard/1.2.2/org.eclipse.osgitech.rest.servlet.whiteboard-1.2.2.jar 20:12:43.848 [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] 20:12:43.848 [qtp80013494-38] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp80013494]@4c4e8b6{STARTING,8<=4<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7d2267eb{reserved=0/2,pending=0}] 20:12:43.848 [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] 20:12:43.848 [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}] 20:12:43.848 [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] 20:12:43.848 [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}] 20:12:43.848 [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] 20:12:43.848 [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] 20:12:43.848 [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}] 20:12:43.848 [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}] 20:12:43.848 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1972ms QueuedThreadPool[qtp80013494]@4c4e8b6{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@7d2267eb{reserved=0/2,pending=0}] 20:12:43.848 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING AttributeContainerMap@7f841efb{size=0} 20:12:43.848 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1972ms AttributeContainerMap@7f841efb{size=0} 20:12:43.848 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING HashLoginService@5ca6c8e5[OSGi HTTP Service Realm] 20:12:43.848 [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}] 20:12:43.848 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING UserStore@23a589ed[users.count=0] 20:12:43.848 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1972ms UserStore@23a589ed[users.count=0] 20:12:43.848 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1972ms HashLoginService@5ca6c8e5[OSGi HTTP Service Realm] 20:12:43.849 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ContextHandlerCollection@7e8da832{STOPPED} 20:12:43.849 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting ContextHandlerCollection@7e8da832{STARTING} 20:12:43.849 [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} 20:12:43.849 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.DecoratedObjectFactory -- Adding Decorator: org.eclipse.jetty.util.DeprecationWarning@22814221 20:12:43.849 [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} 20:12:43.849 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING SymlinkAllowedResourceAliasChecker@16823630{base=null,protected=[]} 20:12:43.849 [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} 20:12:43.849 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1973ms SymlinkAllowedResourceAliasChecker@16823630{base=null,protected=[]} 20:12:43.849 [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 20:12:43.849 [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} 20:12:43.849 [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} 20:12:43.849 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING DefaultSessionIdManager@3fe53f10{STOPPED}[worker=null] 20:12:43.849 [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} 20:12:43.849 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.session.DefaultSessionIdManager -- Session workerName=node0 20:12:43.849 [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] 20:12:43.849 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ScheduledExecutorScheduler@5616b640{STOPPED} 20:12:43.849 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1973ms ScheduledExecutorScheduler@5616b640{STARTED} 20:12:43.849 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.session.HouseKeeper -- node0 using own scheduler for scavenging 20:12:43.849 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.session.HouseKeeper -- node0 scavenging every 600000ms 20:12:43.849 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.osgi:org.osgi.service.jakartars:2.0.0 20:12:43.849 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.osgi:org.osgi.service.jakartars:2.0.0 in repositories [target/it/repository] 20:12:43.850 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.osgi:org.osgi.service.jakartars:2.0.0 is target/it/repository/org/osgi/org.osgi.service.jakartars/2.0.0/org.osgi.service.jakartars-2.0.0.jar 20:12:43.850 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1974ms HouseKeeper@fb87dfa{STARTED}[interval=600000, ownscheduler=true] 20:12:43.850 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1974ms DefaultSessionIdManager@3fe53f10{STARTED}[worker=node0] 20:12:43.850 [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} 20:12:43.850 [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} 20:12:43.850 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ScheduledExecutorScheduler@38840d0b{STOPPED} 20:12:43.850 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1974ms ScheduledExecutorScheduler@38840d0b{STARTED} 20:12:43.850 [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 20:12:43.850 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ServletHandler@3250993a{STOPPED} 20:12:43.850 [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] 20:12:43.850 [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") 20:12:43.850 [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] 20:12:43.850 [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}}} 20:12:43.850 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.servlet.ServletHandler -- Adding Default404Servlet to ServletHandler@3250993a{STARTING} 20:12:43.850 [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} 20:12:43.850 [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} 20:12:43.850 [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] 20:12:43.850 [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") 20:12:43.850 [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] 20:12:43.850 [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] 20:12:43.850 [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] 20:12:43.850 [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}}} 20:12:43.851 [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] 20:12:43.851 [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") 20:12:43.851 [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] 20:12:43.851 [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] 20:12:43.851 [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] 20:12:43.851 [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}}} 20:12:43.851 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting ServletHandler@3250993a{STARTING} 20:12:43.851 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1975ms ServletHandler@3250993a{STARTED} 20:12:43.851 [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] 20:12:43.851 [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] 20:12:43.851 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1975ms org.eclipse.jetty.server.session.NullSessionDataStore@175de790[passivating=false,graceSec=3600] 20:12:43.851 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1975ms org.eclipse.jetty.server.session.DefaultSessionCache@1c18ade0[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] 20:12:43.851 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1975ms org.eclipse.jetty.server.session.SessionHandler2033787493==dftMaxIdleSec=0 20:12:43.851 [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} 20:12:43.851 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle jakarta.ws.rs:jakarta.ws.rs-api:3.1.0 20:12:43.851 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1975ms 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} 20:12:43.851 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature jakarta.ws.rs:jakarta.ws.rs-api:3.1.0 in repositories [target/it/repository] 20:12:43.851 [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 20:12:43.851 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature jakarta.ws.rs:jakarta.ws.rs-api:3.1.0 is target/it/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.1.0/jakarta.ws.rs-api-3.1.0.jar 20:12:43.851 [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} 20:12:43.851 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1975ms 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} 20:12:43.851 [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} 20:12:43.851 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1975ms o.e.j.s.ServletContextHandler@7c8938a4{/,null,AVAILABLE} 20:12:43.851 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1975ms ContextHandlerCollection@7e8da832{STARTED} 20:12:43.851 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ErrorHandler@4d385e23{STOPPED} 20:12:43.851 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting ErrorHandler@4d385e23{STARTING} 20:12:43.851 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1975ms ErrorHandler@4d385e23{STARTED} 20:12:43.852 [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] @1975ms 20:12:43.852 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1975ms Server@659b7320{STARTED}[11.0.13,sto=0] 20:12:43.852 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.session.HouseKeeper -- node0 scavenging every 660000ms 20:12:43.852 [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} 20:12:43.852 [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} 20:12:43.852 [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} 20:12:43.852 [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} 20:12:43.852 [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} 20:12:43.852 [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} 20:12:43.852 [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} 20:12:43.852 [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} 20:12:43.852 [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] 20:12:43.852 [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} 20:12:43.853 [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:8082},UNMANAGED} 20:12:43.853 [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:8082} 20:12:43.853 [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:8082} added {sun.nio.ch.ServerSocketChannelImpl[/[0:0:0:0:0:0:0:0]:8082],POJO} 20:12:43.853 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ScheduledExecutorScheduler@3858d2e{STOPPED} 20:12:43.853 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1977ms ScheduledExecutorScheduler@3858d2e{STARTED} 20:12:43.853 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING HttpConnectionFactory@22d176e8[HTTP/1.1] 20:12:43.853 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1977ms HttpConnectionFactory@22d176e8[HTTP/1.1] 20:12:43.853 [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:8082} 20:12:43.853 [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-12T20:12:43.853721991Z added {SelectorProducer@62a71547,POJO} 20:12:43.853 [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-12T20:12:43.853868445Z added {QueuedThreadPool[qtp80013494]@4c4e8b6{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@7d2267eb{reserved=0/2,pending=0}],UNMANAGED} 20:12:43.853 [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-12T20:12:43.853986956Z created 20:12:43.854 [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-12T20:12:43.854106862Z,MANAGED} 20:12:43.854 [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:8082} added {ManagedSelector@15db0d46{STOPPED} id=0 keys=-1 selected=-1 updates=0,AUTO} 20:12:43.854 [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 20:12:43.854 [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-12T20:12:43.854364102Z 20:12:43.854 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle jakarta.activation:jakarta.activation-api:2.1.0 20:12:43.854 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature jakarta.activation:jakarta.activation-api:2.1.0 in repositories [target/it/repository] 20:12:43.854 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1978ms 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-12T20:12:43.854463849Z 20:12:43.854 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature jakarta.activation:jakarta.activation-api:2.1.0 is target/it/repository/jakarta/activation/jakarta.activation-api/2.1.0/jakarta.activation-api-2.1.0.jar 20:12:43.854 [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/0x00007fd51c1b29a0@57f6123e startThread=0 20:12:43.854 [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 20:12:43.854 [qtp80013494-36] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.io.ManagedSelector$$Lambda$205/0x00007fd51c1b29a0@57f6123e in QueuedThreadPool[qtp80013494]@4c4e8b6{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@7d2267eb{reserved=0/2,pending=0}] 20:12:43.854 [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-12T20:12:43.854727229Z tryProduce false 20:12:43.854 [qtp80013494-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 20:12:43.854 [qtp80013494-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$Start@2290de40 20:12:43.854 [qtp80013494-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:12:43.854 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1978ms ManagedSelector@15db0d46{STARTED} id=0 keys=0 selected=0 updates=0 20:12:43.854 [qtp80013494-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@29559958 waiting with 0 keys 20:12:43.854 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1978ms SelectorManager@ServerConnector@76d694c{HTTP/1.1, (http/1.1)}{0.0.0.0:8082} 20:12:43.855 [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:8082} added {acceptor-0@7847fa78,POJO} 20:12:43.855 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue acceptor-0@7847fa78 startThread=0 20:12:43.855 [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:8082} 20:12:43.855 [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}] 20:12:43.855 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1979ms ServerConnector@76d694c{HTTP/1.1, (http/1.1)}{0.0.0.0:8082} 20:12:43.855 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.apache.felix.http -- Started Jetty 11.0.13 at port(s) HTTP:8082 on context path / [minThreads=8,maxThreads=200,acceptors=1,selectors=1] 20:12:43.855 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle jakarta.annotation:jakarta.annotation-api:2.1.1 20:12:43.855 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature jakarta.annotation:jakarta.annotation-api:2.1.1 in repositories [target/it/repository] 20:12:43.855 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature jakarta.annotation:jakarta.annotation-api:2.1.1 is target/it/repository/jakarta/annotation/jakarta.annotation-api/2.1.1/jakarta.annotation-api-2.1.1.jar 20:12:43.857 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle jakarta.inject:jakarta.inject-api:2.0.1 20:12:43.857 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature jakarta.inject:jakarta.inject-api:2.0.1 in repositories [target/it/repository] 20:12:43.857 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature jakarta.inject:jakarta.inject-api:2.0.1 is target/it/repository/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.jar 20:12:43.858 [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} 20:12:43.858 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle jakarta.validation:jakarta.validation-api:3.0.2 20:12:43.858 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature jakarta.validation:jakarta.validation-api:3.0.2 in repositories [target/it/repository] 20:12:43.858 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature jakarta.validation:jakarta.validation-api:3.0.2 is target/it/repository/jakarta/validation/jakarta.validation-api/3.0.2/jakarta.validation-api-3.0.2.jar 20:12:43.860 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle jakarta.xml.bind:jakarta.xml.bind-api:4.0.0 20:12:43.860 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature jakarta.xml.bind:jakarta.xml.bind-api:4.0.0 in repositories [target/it/repository] 20:12:43.860 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature jakarta.xml.bind:jakarta.xml.bind-api:4.0.0 is target/it/repository/jakarta/xml/bind/jakarta.xml.bind-api/4.0.0/jakarta.xml.bind-api-4.0.0.jar 20:12:43.861 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.glassfish.jersey.core:jersey-common:3.1.3 20:12:43.862 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.glassfish.jersey.core:jersey-common:3.1.3 in repositories [target/it/repository] 20:12:43.862 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.glassfish.jersey.core:jersey-common:3.1.3 is target/it/repository/org/glassfish/jersey/core/jersey-common/3.1.3/jersey-common-3.1.3.jar 20:12:43.865 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.glassfish.jersey.core:jersey-server:3.1.3 20:12:43.865 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.glassfish.jersey.core:jersey-server:3.1.3 in repositories [target/it/repository] 20:12:43.865 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.glassfish.jersey.core:jersey-server:3.1.3 is target/it/repository/org/glassfish/jersey/core/jersey-server/3.1.3/jersey-server-3.1.3.jar 20:12:43.869 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.glassfish.jersey.core:jersey-client:3.1.3 20:12:43.869 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.glassfish.jersey.core:jersey-client:3.1.3 in repositories [target/it/repository] 20:12:43.869 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.glassfish.jersey.core:jersey-client:3.1.3 is target/it/repository/org/glassfish/jersey/core/jersey-client/3.1.3/jersey-client-3.1.3.jar 20:12:43.872 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.glassfish.jersey.containers:jersey-container-servlet-core:3.1.3 20:12:43.872 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.glassfish.jersey.containers:jersey-container-servlet-core:3.1.3 in repositories [target/it/repository] 20:12:43.872 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.glassfish.jersey.containers:jersey-container-servlet-core:3.1.3 is target/it/repository/org/glassfish/jersey/containers/jersey-container-servlet-core/3.1.3/jersey-container-servlet-core-3.1.3.jar 20:12:43.874 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.glassfish.jersey.containers:jersey-container-servlet:3.1.3 20:12:43.874 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.glassfish.jersey.containers:jersey-container-servlet:3.1.3 in repositories [target/it/repository] 20:12:43.874 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.glassfish.jersey.containers:jersey-container-servlet:3.1.3 is target/it/repository/org/glassfish/jersey/containers/jersey-container-servlet/3.1.3/jersey-container-servlet-3.1.3.jar 20:12:43.875 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.glassfish.jersey.inject:jersey-hk2:3.1.3 20:12:43.875 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.glassfish.jersey.inject:jersey-hk2:3.1.3 in repositories [target/it/repository] 20:12:43.875 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.glassfish.jersey.inject:jersey-hk2:3.1.3 is target/it/repository/org/glassfish/jersey/inject/jersey-hk2/3.1.3/jersey-hk2-3.1.3.jar 20:12:43.944 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.glassfish.jersey.media:jersey-media-jaxb:3.1.3 20:12:43.944 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.glassfish.jersey.media:jersey-media-jaxb:3.1.3 in repositories [target/it/repository] 20:12:43.944 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.glassfish.jersey.media:jersey-media-jaxb:3.1.3 is target/it/repository/org/glassfish/jersey/media/jersey-media-jaxb/3.1.3/jersey-media-jaxb-3.1.3.jar 20:12:43.946 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.glassfish.jersey.media:jersey-media-sse:3.1.3 20:12:43.946 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.glassfish.jersey.media:jersey-media-sse:3.1.3 in repositories [target/it/repository] 20:12:43.946 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.glassfish.jersey.media:jersey-media-sse:3.1.3 is target/it/repository/org/glassfish/jersey/media/jersey-media-sse/3.1.3/jersey-media-sse-3.1.3.jar 20:12:43.947 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.glassfish.hk2:hk2-api:3.0.5 20:12:43.947 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.glassfish.hk2:hk2-api:3.0.5 in repositories [target/it/repository] 20:12:43.948 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.glassfish.hk2:hk2-api:3.0.5 is target/it/repository/org/glassfish/hk2/hk2-api/3.0.5/hk2-api-3.0.5.jar 20:12:43.949 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.glassfish.hk2.external:aopalliance-repackaged:3.0.5 20:12:43.949 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.glassfish.hk2.external:aopalliance-repackaged:3.0.5 in repositories [target/it/repository] 20:12:43.949 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.glassfish.hk2.external:aopalliance-repackaged:3.0.5 is target/it/repository/org/glassfish/hk2/external/aopalliance-repackaged/3.0.5/aopalliance-repackaged-3.0.5.jar 20:12:43.950 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.glassfish.hk2:hk2-locator:3.0.5 20:12:43.951 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.glassfish.hk2:hk2-locator:3.0.5 in repositories [target/it/repository] 20:12:43.951 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.glassfish.hk2:hk2-locator:3.0.5 is target/it/repository/org/glassfish/hk2/hk2-locator/3.0.5/hk2-locator-3.0.5.jar 20:12:43.952 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.glassfish.hk2:osgi-resource-locator:1.0.3 20:12:43.952 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.glassfish.hk2:osgi-resource-locator:1.0.3 in repositories [target/it/repository] 20:12:43.952 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.glassfish.hk2:osgi-resource-locator:1.0.3 is target/it/repository/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.jar 20:12:43.954 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.glassfish.hk2:hk2-utils:3.0.5 20:12:43.954 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.glassfish.hk2:hk2-utils:3.0.5 in repositories [target/it/repository] 20:12:43.954 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.glassfish.hk2:hk2-utils:3.0.5 is target/it/repository/org/glassfish/hk2/hk2-utils/3.0.5/hk2-utils-3.0.5.jar 20:12:43.955 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.javassist:javassist:3.29.2-GA 20:12:43.955 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.javassist:javassist:3.29.2-GA in repositories [target/it/repository] 20:12:43.955 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.javassist:javassist:3.29.2-GA is target/it/repository/org/javassist/javassist/3.29.2-GA/javassist-3.29.2-GA.jar 20:12:43.957 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.ow2.asm:asm:9.6 20:12:43.957 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.ow2.asm:asm:9.6 in repositories [target/it/repository] 20:12:43.957 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.ow2.asm:asm:9.6 is target/it/repository/org/ow2/asm/asm/9.6/asm-9.6.jar Feb 12, 2024 8:12:43 PM org.apache.aries.spifly.BaseActivator log INFO: Registered provider org.eclipse.osgitech.rest.provider.jakartars.RuntimeDelegateService of service jakarta.ws.rs.ext.RuntimeDelegate in bundle org.eclipse.osgitech.rest Feb 12, 2024 8:12:44 PM org.eclipse.osgitech.rest.runtime.common.JerseyBundleTracker updateCondition INFO: Registered Jersey runtime condition 20:12:44.080 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Not starting bundle org.eclipse.osgitech.rest.sse as it is a fragment Feb 12, 2024 8:12:44 PM org.apache.aries.spifly.BaseActivator log INFO: Registered provider org.eclipse.osgitech.rest.sse.SseSourceBuilderService of service jakarta.ws.rs.sse.SseEventSource$Builder in bundle org.glassfish.jersey.media.jersey-media-sse 20:12:44.141 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Loading feature model gogo-shell-feature 20:12:44.143 [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 20:12:44.143 [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] 20:12:44.143 [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 20:12:44.145 [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 20:12:44.145 [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] 20:12:44.145 [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 20:12:44.148 [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 20:12:44.148 [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] 20:12:44.148 [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 20:12:44.173 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Feature update complete. ____________________________ Welcome to Apache Felix Gogo g! g! Bundle ID: 47 g! g! g! Feb 12, 2024 8:12:44 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:12:44 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:12:44 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. Feb 12, 2024 8:12:44 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. Feb 12, 2024 8:12:44 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter Feb 12, 2024 8:12:44 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content sid_52 to application .default class org.eclipse.sensinact.gateway.feature.integration.jakartarest.resource.Resource Feb 12, 2024 8:12:44 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:12:44 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. Feb 12, 2024 8:12:44 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. Feb 12, 2024 8:12:44 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.eclipse.sensinact.gateway.feature.integration.jakartarest.resource.Resource registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.eclipse.sensinact.gateway.feature.integration.jakartarest.resource.Resource will be ignored. 20:12:44.849 [qtp80013494-37-acceptor-0@7847fa78-ServerConnector@76d694c{HTTP/1.1, (http/1.1)}{0.0.0.0:8082}] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false Accept@24f97508[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8082 remote=/127.0.0.1:54192]] on ManagedSelector@15db0d46{STARTED} id=0 keys=0 selected=0 updates=0 20:12:44.849 [qtp80013494-37-acceptor-0@7847fa78-ServerConnector@76d694c{HTTP/1.1, (http/1.1)}{0.0.0.0:8082}] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@15db0d46{STARTED} id=0 keys=0 selected=0 updates=1 20:12:44.850 [qtp80013494-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@29559958 woken with none selected 20:12:44.850 [qtp80013494-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@29559958 woken up from select, 0/0/0 selected 20:12:44.850 [qtp80013494-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@29559958 processing 0 keys, 1 updates 20:12:44.850 [qtp80013494-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 20:12:44.850 [qtp80013494-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- update Accept@24f97508[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8082 remote=/127.0.0.1:54192]] 20:12:44.851 [qtp80013494-36] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue Accept@24f97508[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8082 remote=/127.0.0.1:54192]] startThread=0 20:12:44.851 [qtp80013494-38] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run Accept@24f97508[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8082 remote=/127.0.0.1:54192]] in QueuedThreadPool[qtp80013494]@4c4e8b6{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@7d2267eb{reserved=0/2,pending=0}] 20:12:44.851 [qtp80013494-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:12:44.851 [qtp80013494-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@29559958 waiting with 1 keys 20:12:44.861 [qtp80013494-38] DEBUG org.eclipse.jetty.io.IdleTimeout -- Setting idle timeout 0 -> 60000 on SocketChannelEndPoint@6a5c935d[{l=/127.0.0.1:8082,r=/127.0.0.1:54192,OPEN,fill=-,flush=-,to=3/60000}{io=0/0,kio=0,kro=0}]->[] 20:12:44.861 [qtp80013494-38] DEBUG org.eclipse.jetty.io.IdleTimeout -- SocketChannelEndPoint@6a5c935d[{l=/127.0.0.1:8082,r=/127.0.0.1:54192,OPEN,fill=-,flush=-,to=3/60000}{io=0/0,kio=0,kro=0}]->[] idle timeout check, elapsed: 3 ms, remaining: 59997 ms 20:12:44.904 [qtp80013494-38] DEBUG org.eclipse.jetty.server.HttpChannel -- new HttpChannelOverHttp@10a7a498{s=HttpChannelState@1f1ce606{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@6a5c935d[{l=/127.0.0.1:8082,r=/127.0.0.1:54192,OPEN,fill=-,flush=-,to=45/60000}{io=0/0,kio=0,kro=0}]->[],null,HttpChannelState@1f1ce606{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 20:12:44.925 [qtp80013494-38] DEBUG org.eclipse.jetty.server.HttpConnection -- New HTTP Connection HttpConnection@5a5ba00::SocketChannelEndPoint@6a5c935d[{l=/127.0.0.1:8082,r=/127.0.0.1:54192,OPEN,fill=-,flush=-,to=66/60000}{io=0/0,kio=0,kro=0}]->[] 20:12:44.926 [qtp80013494-38] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=true org.eclipse.jetty.io.ManagedSelector$$Lambda$466/0x00007fd51c325568@14d94d70 on ManagedSelector@15db0d46{STARTED} id=0 keys=1 selected=0 updates=0 20:12:44.926 [qtp80013494-38] DEBUG org.eclipse.jetty.io.AbstractEndPoint -- onOpen SocketChannelEndPoint@6a5c935d[{l=/127.0.0.1:8082,r=/127.0.0.1:54192,OPEN,fill=-,flush=-,to=67/60000}{io=0/0,kio=0,kro=0}]->[HttpConnection@5a5ba00[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4d170269{s=START}]=>HttpChannelOverHttp@10a7a498{s=HttpChannelState@1f1ce606{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}] 20:12:44.926 [qtp80013494-38] DEBUG org.eclipse.jetty.io.AbstractConnection -- onOpen HttpConnection@5a5ba00::SocketChannelEndPoint@6a5c935d[{l=/127.0.0.1:8082,r=/127.0.0.1:54192,OPEN,fill=-,flush=-,to=67/60000}{io=0/0,kio=0,kro=0}]->[HttpConnection@5a5ba00[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4d170269{s=START}]=>HttpChannelOverHttp@10a7a498{s=HttpChannelState@1f1ce606{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}] 20:12:44.926 [qtp80013494-38] DEBUG org.eclipse.jetty.io.AbstractConnection -- fillInterested HttpConnection@5a5ba00::SocketChannelEndPoint@6a5c935d[{l=/127.0.0.1:8082,r=/127.0.0.1:54192,OPEN,fill=-,flush=-,to=68/60000}{io=0/0,kio=0,kro=0}]->[HttpConnection@5a5ba00[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4d170269{s=START}]=>HttpChannelOverHttp@10a7a498{s=HttpChannelState@1f1ce606{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}] 20:12:44.926 [qtp80013494-38] DEBUG org.eclipse.jetty.io.FillInterest -- interested FillInterest@524ec68a{ReadCallback@2aee110{HttpConnection@5a5ba00::SocketChannelEndPoint@6a5c935d[{l=/127.0.0.1:8082,r=/127.0.0.1:54192,OPEN,fill=FI,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}]->[HttpConnection@5a5ba00[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4d170269{s=START}]=>HttpChannelOverHttp@10a7a498{s=HttpChannelState@1f1ce606{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}]}} 20:12:44.926 [qtp80013494-38] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- changeInterests p=false 0->1 for SocketChannelEndPoint@6a5c935d[{l=/127.0.0.1:8082,r=/127.0.0.1:54192,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=0}]->[HttpConnection@5a5ba00[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4d170269{s=START}]=>HttpChannelOverHttp@10a7a498{s=HttpChannelState@1f1ce606{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}] 20:12:44.926 [qtp80013494-38] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$460/0x00007fd51c316568@5cc29ef8 on ManagedSelector@15db0d46{STARTED} id=0 keys=1 selected=0 updates=1 20:12:44.926 [qtp80013494-38] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@15db0d46{STARTED} id=0 keys=1 selected=0 updates=2 20:12:44.927 [qtp80013494-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@29559958 woken with none selected 20:12:44.927 [qtp80013494-38] DEBUG org.eclipse.jetty.io.ManagedSelector -- Created SocketChannelEndPoint@6a5c935d[{l=/127.0.0.1:8082,r=/127.0.0.1:54192,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=0}]->[HttpConnection@5a5ba00[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4d170269{s=START}]=>HttpChannelOverHttp@10a7a498{s=HttpChannelState@1f1ce606{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}] 20:12:44.927 [qtp80013494-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@29559958 woken up from select, 0/0/1 selected 20:12:44.927 [qtp80013494-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@29559958 processing 0 keys, 2 updates 20:12:44.927 [qtp80013494-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 2 20:12:44.927 [qtp80013494-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$$Lambda$466/0x00007fd51c325568@14d94d70 20:12:44.927 [qtp80013494-38] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran Accept@24f97508[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8082 remote=/127.0.0.1:54192]] in QueuedThreadPool[qtp80013494]@4c4e8b6{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@7d2267eb{reserved=0/2,pending=0}] 20:12:44.927 [qtp80013494-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$460/0x00007fd51c316568@5cc29ef8 20:12:44.927 [qtp80013494-36] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- Key interests updated 0 -> 1 on SocketChannelEndPoint@6a5c935d[{l=/127.0.0.1:8082,r=/127.0.0.1:54192,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=0}]->[HttpConnection@5a5ba00[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4d170269{s=START}]=>HttpChannelOverHttp@10a7a498{s=HttpChannelState@1f1ce606{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}] 20:12:44.927 [qtp80013494-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:12:44.927 [qtp80013494-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@29559958 waiting with 1 keys 20:12:44.927 [qtp80013494-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@29559958 woken up from select, 1/1/1 selected 20:12:44.927 [qtp80013494-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@29559958 processing 1 keys, 0 updates 20:12:44.927 [qtp80013494-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- selected 1 channel=java.nio.channels.SocketChannel[connected local=/127.0.0.1:8082 remote=/127.0.0.1:54192], selector=sun.nio.ch.EPollSelectorImpl@29559958, interestOps=1, readyOps=1 SocketChannelEndPoint@6a5c935d[{l=/127.0.0.1:8082,r=/127.0.0.1:54192,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=1}]->[HttpConnection@5a5ba00[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4d170269{s=START}]=>HttpChannelOverHttp@10a7a498{s=HttpChannelState@1f1ce606{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}] 20:12:44.927 [qtp80013494-36] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- onSelected 1->0 r=true w=false for SocketChannelEndPoint@6a5c935d[{l=/127.0.0.1:8082,r=/127.0.0.1:54192,OPEN,fill=FI,flush=-,to=1/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@5a5ba00[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4d170269{s=START}]=>HttpChannelOverHttp@10a7a498{s=HttpChannelState@1f1ce606{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}] 20:12:44.927 [qtp80013494-36] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- task SocketChannelEndPoint@6a5c935d[{l=/127.0.0.1:8082,r=/127.0.0.1:54192,OPEN,fill=FI,flush=-,to=1/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@5a5ba00[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4d170269{s=START}]=>HttpChannelOverHttp@10a7a498{s=HttpChannelState@1f1ce606{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 20:12:44.927 [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/0x00007fd51c1b2338@1bf3ca91 20:12:44.927 [qtp80013494-36] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@7d2267eb{reserved=0/2,pending=1} startReservedThread p=1 20:12:44.942 [qtp80013494-36] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue ReservedThread@f7e118{PENDING,thread=null} startThread=0 20:12:44.942 [qtp80013494-39] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run ReservedThread@f7e118{PENDING,thread=null} in QueuedThreadPool[qtp80013494]@4c4e8b6{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@7d2267eb{reserved=0/2,pending=1}] 20:12:44.945 [qtp80013494-39] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@f7e118{PENDING,thread=Thread[qtp80013494-39,5,Configuration Admin Service]} was=PENDING next=RESERVED size=0+1 capacity=2 20:12:44.945 [qtp80013494-39] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@f7e118{RESERVED,thread=Thread[qtp80013494-39,5,Configuration Admin Service]} waiting ReservedThreadExecutor@7d2267eb{reserved=1/2,pending=0} 20:12:44.945 [qtp80013494-36] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- ss=PRODUCE_EXECUTE_CONSUME t=SocketChannelEndPoint@6a5c935d[{l=/127.0.0.1:8082,r=/127.0.0.1:54192,OPEN,fill=FI,flush=-,to=19/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@5a5ba00[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4d170269{s=START}]=>HttpChannelOverHttp@10a7a498{s=HttpChannelState@1f1ce606{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-12T20:12:44.945983081Z 20:12:44.946 [qtp80013494-36] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue SocketChannelEndPoint@6a5c935d[{l=/127.0.0.1:8082,r=/127.0.0.1:54192,OPEN,fill=FI,flush=-,to=19/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@5a5ba00[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4d170269{s=START}]=>HttpChannelOverHttp@10a7a498{s=HttpChannelState@1f1ce606{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 20:12:44.946 [qtp80013494-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 0 20:12:44.946 [qtp80013494-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:12:44.946 [qtp80013494-36] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- Key interests updated 1 -> 0 on SocketChannelEndPoint@6a5c935d[{l=/127.0.0.1:8082,r=/127.0.0.1:54192,OPEN,fill=FI,flush=-,to=19/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5a5ba00[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4d170269{s=START}]=>HttpChannelOverHttp@10a7a498{s=HttpChannelState@1f1ce606{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}] 20:12:44.946 [qtp80013494-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@29559958 waiting with 1 keys 20:12:44.946 [qtp80013494-40] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run SocketChannelEndPoint@6a5c935d[{l=/127.0.0.1:8082,r=/127.0.0.1:54192,OPEN,fill=FI,flush=-,to=19/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5a5ba00[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4d170269{s=START}]=>HttpChannelOverHttp@10a7a498{s=HttpChannelState@1f1ce606{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}] 20:12:44.946 [qtp80013494-40] DEBUG org.eclipse.jetty.io.FillInterest -- fillable FillInterest@524ec68a{ReadCallback@2aee110{HttpConnection@5a5ba00::SocketChannelEndPoint@6a5c935d[{l=/127.0.0.1:8082,r=/127.0.0.1:54192,OPEN,fill=FI,flush=-,to=19/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5a5ba00[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4d170269{s=START}]=>HttpChannelOverHttp@10a7a498{s=HttpChannelState@1f1ce606{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}]}} 20:12:44.946 [qtp80013494-40] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@5a5ba00::SocketChannelEndPoint@6a5c935d[{l=/127.0.0.1:8082,r=/127.0.0.1:54192,OPEN,fill=-,flush=-,to=19/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5a5ba00[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4d170269{s=START}]=>HttpChannelOverHttp@10a7a498{s=HttpChannelState@1f1ce606{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@1f1ce606{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 20:12:44.946 [qtp80013494-40] DEBUG org.eclipse.jetty.util.Pool -- RetainedBucket@3ac4137b[inUse=0,size=1,max=-1,closed=false]{capacity=8192,inuse=0(0%)} returning new reserved entry MonoEntry@2c694994{PENDING,pooled=null} 20:12:44.948 [qtp80013494-40] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- filled 209 DirectByteBuffer@126b8860[p=0,l=209,c=8192,r=209]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 20:12:44.948 [qtp80013494-40] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@5a5ba00::SocketChannelEndPoint@6a5c935d[{l=/127.0.0.1:8082,r=/127.0.0.1:54192,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5a5ba00[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4d170269{s=START}]=>HttpChannelOverHttp@10a7a498{s=HttpChannelState@1f1ce606{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 209 RetainableByteBuffer@3e5ee911{DirectByteBuffer@126b8860[p=0,l=209,c=8192,r=209]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},r=1} 20:12:44.948 [qtp80013494-40] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@5a5ba00::SocketChannelEndPoint@6a5c935d[{l=/127.0.0.1:8082,r=/127.0.0.1:54192,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5a5ba00[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4d170269{s=START}]=>HttpChannelOverHttp@10a7a498{s=HttpChannelState@1f1ce606{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@3e5ee911{DirectByteBuffer@126b8860[p=0,l=209,c=8192,r=209]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},r=1} 20:12:44.948 [qtp80013494-40] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=START DirectByteBuffer@126b8860[p=0,l=209,c=8192,r=209]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 20:12:44.948 [qtp80013494-40] DEBUG org.eclipse.jetty.http.HttpParser -- START --> SPACE1 20:12:44.950 [qtp80013494-40] DEBUG org.eclipse.jetty.http.HttpParser -- SPACE1 --> URI 20:12:44.950 [qtp80013494-40] DEBUG org.eclipse.jetty.http.HttpParser -- URI --> SPACE2 20:12:44.950 [qtp80013494-40] DEBUG org.eclipse.jetty.http.HttpParser -- SPACE2 --> REQUEST_VERSION 20:12:44.950 [qtp80013494-40] DEBUG org.eclipse.jetty.http.HttpParser -- REQUEST_VERSION --> HEADER 20:12:44.951 [qtp80013494-40] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Connection --> IN_VALUE 20:12:44.951 [qtp80013494-40] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Connection --> FIELD 20:12:44.952 [qtp80013494-40] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Content-Length: 0 --> IN_VALUE 20:12:44.952 [qtp80013494-40] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Content-Length: 0 --> FIELD 20:12:44.952 [qtp80013494-40] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Host --> VALUE 20:12:44.952 [qtp80013494-40] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Host --> IN_VALUE 20:12:44.952 [qtp80013494-40] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Host --> FIELD 20:12:44.952 [qtp80013494-40] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:HTTP2-Settings --> VALUE 20:12:44.952 [qtp80013494-40] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:HTTP2-Settings --> IN_VALUE 20:12:44.952 [qtp80013494-40] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:HTTP2-Settings --> FIELD 20:12:44.953 [qtp80013494-40] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Upgrade --> VALUE 20:12:44.953 [qtp80013494-40] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Upgrade --> IN_VALUE 20:12:44.953 [qtp80013494-40] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Upgrade --> FIELD 20:12:44.953 [qtp80013494-40] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:User-Agent --> VALUE 20:12:44.953 [qtp80013494-40] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:User-Agent --> IN_VALUE 20:12:44.953 [qtp80013494-40] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:User-Agent --> FIELD 20:12:44.953 [qtp80013494-40] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER --> CONTENT 20:12:44.954 [qtp80013494-40] DEBUG org.eclipse.jetty.server.HttpInput -- reopen HttpInput@1316041774 cs=HttpChannelState@1f1ce606{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@14a48026 eof=false 20:12:44.959 [qtp80013494-40] DEBUG org.eclipse.jetty.server.BlockingContentProducer -- reopening org.eclipse.jetty.server.BlockingContentProducer@14a48026 20:12:44.959 [qtp80013494-40] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- reopening AsyncContentProducer@42e7fa2b[r=null,t=null,i=null,error=false,c=HttpChannelOverHttp@10a7a498{s=HttpChannelState@1f1ce606{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}] 20:12:44.959 [qtp80013494-40] DEBUG org.eclipse.jetty.server.HttpChannel -- REQUEST for /test on HttpChannelOverHttp@10a7a498{s=HttpChannelState@1f1ce606{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:8082/test,age=5} GET /test HTTP/1.1 Connection: Upgrade, HTTP2-Settings Content-Length: 0 Host: localhost:8082 HTTP2-Settings: AAEAAEAAAAIAAAABAAMAAABkAAQBAAAAAAUAAEAA Upgrade: h2c User-Agent: Java-http-client/17.0.9 20:12:44.959 [qtp80013494-40] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- upgrade HttpChannelOverHttp@10a7a498{s=HttpChannelState@1f1ce606{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:8082/test,age=5} Upgrade: h2c 20:12:44.960 [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:8082} 20:12:44.960 [qtp80013494-40] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@5a5ba00::SocketChannelEndPoint@6a5c935d[{l=/127.0.0.1:8082,r=/127.0.0.1:54192,OPEN,fill=-,flush=-,to=12/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5a5ba00[p=HttpParser{s=CONTENT,0 of 0},g=HttpGenerator@4d170269{s=START}]=>HttpChannelOverHttp@10a7a498{s=HttpChannelState@1f1ce606{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:8082/test,age=6}] parsed true HttpParser{s=CONTENT,0 of 0} 20:12:44.961 [qtp80013494-40] DEBUG org.eclipse.jetty.server.HttpConnection -- releaseRequestBuffer HttpConnection@5a5ba00::SocketChannelEndPoint@6a5c935d[{l=/127.0.0.1:8082,r=/127.0.0.1:54192,OPEN,fill=-,flush=-,to=12/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5a5ba00[p=HttpParser{s=CONTENT,0 of 0},g=HttpGenerator@4d170269{s=START}]=>HttpChannelOverHttp@10a7a498{s=HttpChannelState@1f1ce606{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:8082/test,age=7}] 20:12:44.961 [qtp80013494-40] DEBUG org.eclipse.jetty.server.HttpChannel -- handle http://localhost:8082/test HttpChannelOverHttp@10a7a498{s=HttpChannelState@1f1ce606{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:8082/test,age=7} 20:12:44.961 [qtp80013494-40] DEBUG org.eclipse.jetty.server.HttpChannelState -- handling HttpChannelState@1f1ce606{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 20:12:44.962 [qtp80013494-40] DEBUG org.eclipse.jetty.server.HttpChannel -- action DISPATCH HttpChannelOverHttp@10a7a498{s=HttpChannelState@1f1ce606{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:8082/test,age=8} 20:12:44.963 [qtp80013494-40] DEBUG org.eclipse.jetty.server.Server -- REQUEST GET /test ?null on HttpChannelOverHttp@10a7a498{s=HttpChannelState@1f1ce606{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:8082/test,age=9} 20:12:44.963 [qtp80013494-40] DEBUG org.eclipse.jetty.server.handler.ContextHandler -- scope null||/test @ o.e.j.s.ServletContextHandler@7c8938a4{/,null,AVAILABLE} 20:12:44.963 [qtp80013494-40] DEBUG org.eclipse.jetty.server.handler.ContextHandler -- context=||/test @ o.e.j.s.ServletContextHandler@7c8938a4{/,null,AVAILABLE} 20:12:44.963 [qtp80013494-40] DEBUG org.eclipse.jetty.server.session.SessionHandler -- Entering scope org.eclipse.jetty.server.session.SessionHandler2033787493==dftMaxIdleSec=0, dispatch=REQUEST asyncstarted=false 20:12:44.963 [qtp80013494-40] DEBUG org.eclipse.jetty.server.session.SessionHandler -- sessionHandler=org.eclipse.jetty.server.session.SessionHandler2033787493==dftMaxIdleSec=0 session=null 20:12:44.965 [qtp80013494-40] DEBUG org.eclipse.jetty.servlet.ServletHandler -- servlet ||/test|ServletPathMapping{matchValue=, pattern=/*, servletName=org.apache.felix.http.base.internal.dispatch.DispatcherServlet-5ee7b1f5, mappingMatch=PATH, servletPath=, pathInfo=/test} -> 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} 20:12:44.969 [qtp80013494-40] DEBUG org.eclipse.jetty.servlet.ServletHandler -- chain=null 20:12:45.008 [qtp80013494-40] DEBUG org.eclipse.jetty.server.HttpOutput -- write(array HeapByteBuffer@44d18a07[p=0,l=11,c=8192,r=11]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}) 20:12:45.008 [qtp80013494-40] DEBUG org.eclipse.jetty.server.HttpOutput -- write(array) s=CLOSING,api=BLOCKED,sc=false,e=null last=true agg=false flush=true async=false, len=11 null 20:12:45.009 [qtp80013494-40] DEBUG org.eclipse.jetty.server.HttpChannel -- sendResponse info=null content=HeapByteBuffer@57dd5425[p=0,l=11,c=8192,r=11]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} complete=true committing=true callback=Blocker@45b5cbbc{null} 20:12:45.009 [qtp80013494-40] DEBUG org.eclipse.jetty.server.HttpChannel -- COMMIT for /test on HttpChannelOverHttp@10a7a498{s=HttpChannelState@1f1ce606{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=http://localhost:8082/test,age=55} 200 null HTTP/1.1 Date: Mon, 12 Feb 2024 20:12:44 GMT Content-Length: 11 Content-Type: text/plain 20:12:45.011 [qtp80013494-40] DEBUG org.eclipse.jetty.server.HttpConnection -- generate: NEED_HEADER for SendCallback@73b0ff3f[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=11},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@57b54133] (null,[p=0,l=11,c=8192,r=11],true)@START 20:12:45.011 [qtp80013494-40] DEBUG org.eclipse.jetty.http.HttpGenerator -- generateHeaders HTTP/1.1{s=200,h=3,cl=11} last=true content=HeapByteBuffer@57dd5425[p=0,l=11,c=8192,r=11]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 20:12:45.011 [qtp80013494-40] DEBUG org.eclipse.jetty.http.HttpGenerator -- Date: Mon, 12 Feb 2024 20:12:44 GMT Content-Length: 11 Content-Type: text/plain 20:12:45.012 [qtp80013494-40] DEBUG org.eclipse.jetty.http.HttpGenerator -- CONTENT_LENGTH 20:12:45.012 [qtp80013494-40] DEBUG org.eclipse.jetty.server.HttpConnection -- generate: FLUSH for SendCallback@73b0ff3f[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=11},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@57b54133] ([p=0,l=102,c=16384,r=102],[p=0,l=11,c=8192,r=11],true)@COMPLETING 20:12:45.012 [qtp80013494-40] DEBUG org.eclipse.jetty.io.WriteFlusher -- write: WriteFlusher@5c7fcf19{IDLE}->null [DirectByteBuffer@753a539e[p=0,l=102,c=16384,r=102]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@57dd5425[p=0,l=11,c=8192,r=11]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}] 20:12:45.012 [qtp80013494-40] DEBUG org.eclipse.jetty.io.WriteFlusher -- update WriteFlusher@5c7fcf19{WRITING}->null:IDLE-->WRITING 20:12:45.012 [qtp80013494-40] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- flushed 113 SocketChannelEndPoint@6a5c935d[{l=/127.0.0.1:8082,r=/127.0.0.1:54192,OPEN,fill=-,flush=W,to=64/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5a5ba00[p=HttpParser{s=CONTENT,0 of 0},g=HttpGenerator@4d170269{s=COMPLETING}]=>HttpChannelOverHttp@10a7a498{s=HttpChannelState@1f1ce606{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=http://localhost:8082/test,age=58}] 20:12:45.013 [qtp80013494-40] DEBUG org.eclipse.jetty.io.WriteFlusher -- Flushed=true written=113 remaining=0 WriteFlusher@5c7fcf19{WRITING}->null 20:12:45.013 [qtp80013494-40] DEBUG org.eclipse.jetty.io.WriteFlusher -- update WriteFlusher@5c7fcf19{IDLE}->null:WRITING-->IDLE 20:12:45.013 [qtp80013494-40] DEBUG org.eclipse.jetty.server.HttpConnection -- generate: DONE for SendCallback@73b0ff3f[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=11},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@57b54133] ([p=102,l=102,c=16384,r=0],[p=11,l=11,c=8192,r=0],true)@END 20:12:45.014 [qtp80013494-40] DEBUG org.eclipse.jetty.server.HttpOutput -- onWriteComplete(true,null) s=CLOSING,api=BLOCKED,sc=false,e=null->s=CLOSED,api=BLOCKING,sc=false,e=null c=null cb=null w=false 20:12:45.042 [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 20:12:45.042 [qtp80013494-40] DEBUG org.eclipse.jetty.server.Server -- handled=true async=false committed=true on HttpChannelOverHttp@10a7a498{s=HttpChannelState@1f1ce606{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=0},r=1,c=false/true,a=HANDLING,uri=http://localhost:8082/test,age=88} 20:12:45.042 [qtp80013494-40] DEBUG org.eclipse.jetty.server.HttpChannelState -- unhandle HttpChannelState@1f1ce606{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=0} 20:12:45.042 [qtp80013494-40] DEBUG org.eclipse.jetty.server.HttpChannelState -- nextAction(false) COMPLETE HttpChannelState@1f1ce606{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 20:12:45.042 [qtp80013494-40] DEBUG org.eclipse.jetty.server.HttpChannel -- action COMPLETE HttpChannelOverHttp@10a7a498{s=HttpChannelState@1f1ce606{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=1,c=false/true,a=HANDLING,uri=http://localhost:8082/test,age=88} 20:12:45.043 [qtp80013494-40] DEBUG org.eclipse.jetty.server.HttpOutput -- complete(org.eclipse.jetty.util.Callback$3@6bf19148) s=CLOSED,api=BLOCKING,sc=false,e=null s=true e=null, c=null 20:12:45.043 [qtp80013494-40] DEBUG org.eclipse.jetty.server.HttpChannelState -- completed HttpChannelState@1f1ce606{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 20:12:45.043 [qtp80013494-40] DEBUG org.eclipse.jetty.server.HttpChannelState -- unhandle HttpChannelState@1f1ce606{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 20:12:45.043 [qtp80013494-40] DEBUG org.eclipse.jetty.server.HttpChannelState -- nextAction(false) TERMINATED HttpChannelState@1f1ce606{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 20:12:45.043 [qtp80013494-40] DEBUG org.eclipse.jetty.server.HttpChannel -- action TERMINATED HttpChannelOverHttp@10a7a498{s=HttpChannelState@1f1ce606{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:8082/test,age=89} 20:12:45.043 [qtp80013494-40] DEBUG org.eclipse.jetty.server.HttpChannel -- onCompleted for /test written=11 20:12:45.043 [qtp80013494-40] DEBUG org.eclipse.jetty.server.HttpInput -- consumeAll HttpInput@1316041774 cs=HttpChannelState@1f1ce606{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@14a48026 eof=false 20:12:45.043 [qtp80013494-40] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- failing all content with org.eclipse.jetty.util.StaticException: Unconsumed content HttpChannelOverHttp@10a7a498{s=HttpChannelState@1f1ce606{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:8082/test,age=89} 20:12:45.043 [qtp80013494-40] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- produceContent has no content, parsing and filling 20:12:45.044 [qtp80013494-40] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@5a5ba00::SocketChannelEndPoint@6a5c935d[{l=/127.0.0.1:8082,r=/127.0.0.1:54192,OPEN,fill=-,flush=-,to=30/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5a5ba00[p=HttpParser{s=CONTENT,0 of 0},g=HttpGenerator@4d170269{s=END}]=>HttpChannelOverHttp@10a7a498{s=HttpChannelState@1f1ce606{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:8082/test,age=90}] parse null 20:12:45.044 [qtp80013494-40] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=CONTENT HeapByteBuffer@5e691991[p=0,l=0,c=0,r=0]={<<<>>>} 20:12:45.044 [qtp80013494-40] DEBUG org.eclipse.jetty.http.HttpParser -- CONTENT --> CONTENT_END 20:12:45.044 [qtp80013494-40] DEBUG org.eclipse.jetty.server.HttpChannel -- onContentComplete HttpChannelOverHttp@10a7a498{s=HttpChannelState@1f1ce606{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:8082/test,age=90} 20:12:45.044 [qtp80013494-40] DEBUG org.eclipse.jetty.http.HttpParser -- CONTENT_END --> END 20:12:45.044 [qtp80013494-40] DEBUG org.eclipse.jetty.server.HttpChannel -- onRequestComplete HttpChannelOverHttp@10a7a498{s=HttpChannelState@1f1ce606{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:8082/test,age=90} 20:12:45.044 [qtp80013494-40] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- received EOF, content = null 20:12:45.044 [qtp80013494-40] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@5a5ba00::SocketChannelEndPoint@6a5c935d[{l=/127.0.0.1:8082,r=/127.0.0.1:54192,OPEN,fill=-,flush=-,to=31/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5a5ba00[p=HttpParser{s=END,0 of 0},g=HttpGenerator@4d170269{s=END}]=>HttpChannelOverHttp@10a7a498{s=HttpChannelState@1f1ce606{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:8082/test,age=90}] parsed false HttpParser{s=END,0 of 0} 20:12:45.044 [qtp80013494-40] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- produceContent produced EofContent 20:12:45.044 [qtp80013494-40] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- failed all content, EOF = true 20:12:45.044 [qtp80013494-40] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- failed all content of http channel EOF=true AsyncContentProducer@42e7fa2b[r=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],t=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],i=null,error=false,c=HttpChannelOverHttp@10a7a498{s=HttpChannelState@1f1ce606{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:8082/test,age=90}] 20:12:45.044 [qtp80013494-40] DEBUG org.eclipse.jetty.server.HttpInput -- isFinished=true HttpInput@1316041774 cs=HttpChannelState@1f1ce606{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@14a48026 eof=true 20:12:45.044 [qtp80013494-40] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- isError = false AsyncContentProducer@42e7fa2b[r=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],t=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],i=null,error=false,c=HttpChannelOverHttp@10a7a498{s=HttpChannelState@1f1ce606{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:8082/test,age=90}] 20:12:45.045 [qtp80013494-40] DEBUG org.eclipse.jetty.server.HttpInput -- isError=false HttpInput@1316041774 cs=HttpChannelState@1f1ce606{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@14a48026 eof=true 20:12:45.045 [qtp80013494-40] DEBUG org.eclipse.jetty.server.HttpChannelState -- recycle HttpChannelState@1f1ce606{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 20:12:45.045 [qtp80013494-40] DEBUG org.eclipse.jetty.server.HttpInput -- recycle HttpInput@1316041774 cs=HttpChannelState@1f1ce606{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@14a48026 eof=true 20:12:45.045 [qtp80013494-40] DEBUG org.eclipse.jetty.server.BlockingContentProducer -- recycling org.eclipse.jetty.server.BlockingContentProducer@14a48026 20:12:45.045 [qtp80013494-40] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- recycling AsyncContentProducer@42e7fa2b[r=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],t=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],i=null,error=false,c=HttpChannelOverHttp@10a7a498{s=HttpChannelState@1f1ce606{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:8082/test,age=91}] 20:12:45.046 [qtp80013494-40] DEBUG org.eclipse.jetty.http.HttpParser -- reset HttpParser{s=END,0 of 0} 20:12:45.046 [qtp80013494-40] DEBUG org.eclipse.jetty.http.HttpParser -- END --> START 20:12:45.046 [qtp80013494-40] DEBUG org.eclipse.jetty.server.HttpChannel -- !handle TERMINATED HttpChannelOverHttp@10a7a498{s=HttpChannelState@1f1ce606{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} 20:12:45.046 [qtp80013494-40] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- filled 0 DirectByteBuffer@126b8860[p=0,l=0,c=8192,r=0]={<<<>>>GET /test...\x00\x00\x00\x00\x00\x00\x00} 20:12:45.046 [qtp80013494-40] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- filled 0 DirectByteBuffer@126b8860[p=0,l=0,c=8192,r=0]={<<<>>>GET /test...\x00\x00\x00\x00\x00\x00\x00} 20:12:45.046 [qtp80013494-40] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@5a5ba00::SocketChannelEndPoint@6a5c935d[{l=/127.0.0.1:8082,r=/127.0.0.1:54192,OPEN,fill=-,flush=-,to=33/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5a5ba00[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4d170269{s=START}]=>HttpChannelOverHttp@10a7a498{s=HttpChannelState@1f1ce606{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@3e5ee911{DirectByteBuffer@126b8860[p=0,l=0,c=8192,r=0]={<<<>>>GET /test...\x00\x00\x00\x00\x00\x00\x00},r=1} 20:12:45.047 [qtp80013494-40] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@5a5ba00::SocketChannelEndPoint@6a5c935d[{l=/127.0.0.1:8082,r=/127.0.0.1:54192,OPEN,fill=-,flush=-,to=34/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5a5ba00[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4d170269{s=START}]=>HttpChannelOverHttp@10a7a498{s=HttpChannelState@1f1ce606{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@3e5ee911{DirectByteBuffer@126b8860[p=0,l=0,c=8192,r=0]={<<<>>>GET /test...\x00\x00\x00\x00\x00\x00\x00},r=1} 20:12:45.047 [qtp80013494-40] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=START DirectByteBuffer@126b8860[p=0,l=0,c=8192,r=0]={<<<>>>GET /test...\x00\x00\x00\x00\x00\x00\x00} 20:12:45.047 [qtp80013494-40] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@5a5ba00::SocketChannelEndPoint@6a5c935d[{l=/127.0.0.1:8082,r=/127.0.0.1:54192,OPEN,fill=-,flush=-,to=34/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5a5ba00[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4d170269{s=START}]=>HttpChannelOverHttp@10a7a498{s=HttpChannelState@1f1ce606{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} 20:12:45.047 [qtp80013494-40] DEBUG org.eclipse.jetty.server.HttpConnection -- releaseRequestBuffer HttpConnection@5a5ba00::SocketChannelEndPoint@6a5c935d[{l=/127.0.0.1:8082,r=/127.0.0.1:54192,OPEN,fill=-,flush=-,to=34/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5a5ba00[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4d170269{s=START}]=>HttpChannelOverHttp@10a7a498{s=HttpChannelState@1f1ce606{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}] 20:12:45.047 [qtp80013494-40] DEBUG org.eclipse.jetty.io.AbstractConnection -- fillInterested HttpConnection@5a5ba00::SocketChannelEndPoint@6a5c935d[{l=/127.0.0.1:8082,r=/127.0.0.1:54192,OPEN,fill=-,flush=-,to=34/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5a5ba00[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4d170269{s=START}]=>HttpChannelOverHttp@10a7a498{s=HttpChannelState@1f1ce606{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}] 20:12:45.047 [qtp80013494-40] DEBUG org.eclipse.jetty.io.FillInterest -- interested FillInterest@524ec68a{ReadCallback@2aee110{HttpConnection@5a5ba00::SocketChannelEndPoint@6a5c935d[{l=/127.0.0.1:8082,r=/127.0.0.1:54192,OPEN,fill=FI,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5a5ba00[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4d170269{s=START}]=>HttpChannelOverHttp@10a7a498{s=HttpChannelState@1f1ce606{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}]}} 20:12:45.047 [qtp80013494-40] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- changeInterests p=false 0->1 for SocketChannelEndPoint@6a5c935d[{l=/127.0.0.1:8082,r=/127.0.0.1:54192,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}]->[HttpConnection@5a5ba00[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4d170269{s=START}]=>HttpChannelOverHttp@10a7a498{s=HttpChannelState@1f1ce606{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}] 20:12:45.047 [qtp80013494-40] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$460/0x00007fd51c316568@5cc29ef8 on ManagedSelector@15db0d46{STARTED} id=0 keys=1 selected=0 updates=0 20:12:45.047 [qtp80013494-40] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@15db0d46{STARTED} id=0 keys=1 selected=0 updates=1 20:12:45.047 [qtp80013494-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@29559958 woken with none selected 20:12:45.047 [qtp80013494-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@29559958 woken up from select, 0/0/1 selected 20:12:45.047 [qtp80013494-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@29559958 processing 0 keys, 1 updates 20:12:45.047 [qtp80013494-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 20:12:45.047 [qtp80013494-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$460/0x00007fd51c316568@5cc29ef8 20:12:45.047 [qtp80013494-40] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@5a5ba00::SocketChannelEndPoint@6a5c935d[{l=/127.0.0.1:8082,r=/127.0.0.1:54192,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}]->[HttpConnection@5a5ba00[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4d170269{s=START}]=>HttpChannelOverHttp@10a7a498{s=HttpChannelState@1f1ce606{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@1f1ce606{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 20:12:45.047 [qtp80013494-36] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- Key interests updated 0 -> 1 on SocketChannelEndPoint@6a5c935d[{l=/127.0.0.1:8082,r=/127.0.0.1:54192,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=1}]->[HttpConnection@5a5ba00[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4d170269{s=START}]=>HttpChannelOverHttp@10a7a498{s=HttpChannelState@1f1ce606{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}] 20:12:45.047 [qtp80013494-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:12:45.047 [qtp80013494-40] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran SocketChannelEndPoint@6a5c935d[{l=/127.0.0.1:8082,r=/127.0.0.1:54192,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=1}]->[HttpConnection@5a5ba00[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4d170269{s=START}]=>HttpChannelOverHttp@10a7a498{s=HttpChannelState@1f1ce606{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}] 20:12:45.047 [qtp80013494-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@29559958 waiting with 1 keys 20:12:45.056 [qtp80013494-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@29559958 woken up from select, 1/1/1 selected 20:12:45.056 [qtp80013494-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@29559958 processing 1 keys, 0 updates 20:12:45.056 [qtp80013494-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- selected 1 channel=java.nio.channels.SocketChannel[connected local=/127.0.0.1:8082 remote=/127.0.0.1:54192], selector=sun.nio.ch.EPollSelectorImpl@29559958, interestOps=1, readyOps=1 SocketChannelEndPoint@6a5c935d[{l=/127.0.0.1:8082,r=/127.0.0.1:54192,OPEN,fill=FI,flush=-,to=9/60000}{io=1/1,kio=1,kro=1}]->[HttpConnection@5a5ba00[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4d170269{s=START}]=>HttpChannelOverHttp@10a7a498{s=HttpChannelState@1f1ce606{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}] 20:12:45.056 [qtp80013494-36] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- onSelected 1->0 r=true w=false for SocketChannelEndPoint@6a5c935d[{l=/127.0.0.1:8082,r=/127.0.0.1:54192,OPEN,fill=FI,flush=-,to=9/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@5a5ba00[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4d170269{s=START}]=>HttpChannelOverHttp@10a7a498{s=HttpChannelState@1f1ce606{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}] 20:12:45.056 [qtp80013494-36] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- task SocketChannelEndPoint@6a5c935d[{l=/127.0.0.1:8082,r=/127.0.0.1:54192,OPEN,fill=FI,flush=-,to=9/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@5a5ba00[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4d170269{s=START}]=>HttpChannelOverHttp@10a7a498{s=HttpChannelState@1f1ce606{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 20:12:45.056 [qtp80013494-36] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@7d2267eb{reserved=1/2,pending=0} tryExecute org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy$$Lambda$204/0x00007fd51c1b2338@1bf3ca91 20:12:45.056 [qtp80013494-36] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@7d2267eb{reserved=0/2,pending=1} startReservedThread p=1 20:12:45.056 [qtp80013494-36] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue ReservedThread@2ceed57{PENDING,thread=null} startThread=0 20:12:45.056 [qtp80013494-39] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@f7e118{RESERVED,thread=Thread[qtp80013494-39,5,Configuration Admin Service]} task=org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy$$Lambda$204/0x00007fd51c1b2338@1bf3ca91 ReservedThreadExecutor@7d2267eb{reserved=0/2,pending=1} 20:12:45.056 [qtp80013494-36] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- ss=EXECUTE_PRODUCE_CONSUME t=SocketChannelEndPoint@6a5c935d[{l=/127.0.0.1:8082,r=/127.0.0.1:54192,OPEN,fill=FI,flush=-,to=9/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@5a5ba00[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4d170269{s=START}]=>HttpChannelOverHttp@10a7a498{s=HttpChannelState@1f1ce606{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/BLOCKING AdaptiveExecutionStrategy@1efd6dc5/SelectorProducer@62a71547/IDLE/p=true/QueuedThreadPool[qtp80013494]@4c4e8b6{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7d2267eb{reserved=0/2,pending=1}][pc=0,pic=0,pec=1,epc=0]@2024-02-12T20:12:45.05707386Z 20:12:45.057 [qtp80013494-41] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run ReservedThread@2ceed57{PENDING,thread=null} in QueuedThreadPool[qtp80013494]@4c4e8b6{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7d2267eb{reserved=0/2,pending=1}] 20:12:45.057 [qtp80013494-41] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@2ceed57{PENDING,thread=Thread[qtp80013494-41,5,Configuration Admin Service]} was=PENDING next=RESERVED size=0+1 capacity=2 20:12:45.057 [qtp80013494-36] DEBUG org.eclipse.jetty.io.FillInterest -- fillable FillInterest@524ec68a{ReadCallback@2aee110{HttpConnection@5a5ba00::SocketChannelEndPoint@6a5c935d[{l=/127.0.0.1:8082,r=/127.0.0.1:54192,OPEN,fill=FI,flush=-,to=9/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@5a5ba00[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4d170269{s=START}]=>HttpChannelOverHttp@10a7a498{s=HttpChannelState@1f1ce606{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}]}} 20:12:45.057 [qtp80013494-39] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- AdaptiveExecutionStrategy@1efd6dc5/SelectorProducer@62a71547/IDLE/p=true/QueuedThreadPool[qtp80013494]@4c4e8b6{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7d2267eb{reserved=0/2,pending=1}][pc=0,pic=0,pec=1,epc=1]@2024-02-12T20:12:45.057210966Z tryProduce true 20:12:45.057 [qtp80013494-41] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@2ceed57{RESERVED,thread=Thread[qtp80013494-41,5,Configuration Admin Service]} waiting ReservedThreadExecutor@7d2267eb{reserved=1/2,pending=0} 20:12:45.057 [qtp80013494-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 0 20:12:45.057 [qtp80013494-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:12:45.057 [qtp80013494-36] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@5a5ba00::SocketChannelEndPoint@6a5c935d[{l=/127.0.0.1:8082,r=/127.0.0.1:54192,OPEN,fill=-,flush=-,to=9/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@5a5ba00[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4d170269{s=START}]=>HttpChannelOverHttp@10a7a498{s=HttpChannelState@1f1ce606{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 enter HttpChannelState@1f1ce606{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 20:12:45.057 [qtp80013494-39] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- Key interests updated 1 -> 0 on SocketChannelEndPoint@6a5c935d[{l=/127.0.0.1:8082,r=/127.0.0.1:54192,OPEN,fill=-,flush=-,to=9/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5a5ba00[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4d170269{s=START}]=>HttpChannelOverHttp@10a7a498{s=HttpChannelState@1f1ce606{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}] 20:12:45.057 [qtp80013494-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@29559958 waiting with 1 keys 20:12:45.057 [qtp80013494-36] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- filled 210 DirectByteBuffer@126b8860[p=0,l=210,c=8192,r=210]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 20:12:45.057 [qtp80013494-36] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@5a5ba00::SocketChannelEndPoint@6a5c935d[{l=/127.0.0.1:8082,r=/127.0.0.1:54192,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5a5ba00[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4d170269{s=START}]=>HttpChannelOverHttp@10a7a498{s=HttpChannelState@1f1ce606{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 210 RetainableByteBuffer@3e5ee911{DirectByteBuffer@126b8860[p=0,l=210,c=8192,r=210]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},r=1} 20:12:45.057 [qtp80013494-36] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@5a5ba00::SocketChannelEndPoint@6a5c935d[{l=/127.0.0.1:8082,r=/127.0.0.1:54192,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5a5ba00[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4d170269{s=START}]=>HttpChannelOverHttp@10a7a498{s=HttpChannelState@1f1ce606{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@3e5ee911{DirectByteBuffer@126b8860[p=0,l=210,c=8192,r=210]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},r=1} 20:12:45.058 [qtp80013494-36] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=START DirectByteBuffer@126b8860[p=0,l=210,c=8192,r=210]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 20:12:45.058 [qtp80013494-36] DEBUG org.eclipse.jetty.http.HttpParser -- START --> SPACE1 20:12:45.058 [qtp80013494-36] DEBUG org.eclipse.jetty.http.HttpParser -- SPACE1 --> URI 20:12:45.058 [qtp80013494-36] DEBUG org.eclipse.jetty.http.HttpParser -- URI --> SPACE2 20:12:45.058 [qtp80013494-36] DEBUG org.eclipse.jetty.http.HttpParser -- SPACE2 --> REQUEST_VERSION 20:12:45.058 [qtp80013494-36] DEBUG org.eclipse.jetty.http.HttpParser -- REQUEST_VERSION --> HEADER 20:12:45.058 [qtp80013494-36] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Connection --> IN_VALUE 20:12:45.058 [qtp80013494-36] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Connection --> FIELD 20:12:45.058 [qtp80013494-36] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Content-Length --> VALUE 20:12:45.058 [qtp80013494-36] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Content-Length --> IN_VALUE 20:12:45.058 [qtp80013494-36] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Content-Length --> FIELD 20:12:45.058 [qtp80013494-36] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Host: localhost:8082 --> IN_VALUE 20:12:45.058 [qtp80013494-36] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Host: localhost:8082 --> FIELD 20:12:45.058 [qtp80013494-36] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:HTTP2-Settings --> VALUE 20:12:45.058 [qtp80013494-36] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:HTTP2-Settings --> IN_VALUE 20:12:45.058 [qtp80013494-36] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:HTTP2-Settings --> FIELD 20:12:45.058 [qtp80013494-36] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Upgrade --> VALUE 20:12:45.058 [qtp80013494-36] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Upgrade --> IN_VALUE 20:12:45.058 [qtp80013494-36] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Upgrade --> FIELD 20:12:45.058 [qtp80013494-36] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:User-Agent: Java-http-client/17.0.9 --> IN_VALUE 20:12:45.058 [qtp80013494-36] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:User-Agent: Java-http-client/17.0.9 --> FIELD 20:12:45.058 [qtp80013494-36] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER --> CONTENT 20:12:45.058 [qtp80013494-36] DEBUG org.eclipse.jetty.server.HttpInput -- reopen HttpInput@1316041774 cs=HttpChannelState@1f1ce606{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@14a48026 eof=true 20:12:45.058 [qtp80013494-36] DEBUG org.eclipse.jetty.server.BlockingContentProducer -- reopening org.eclipse.jetty.server.BlockingContentProducer@14a48026 20:12:45.058 [qtp80013494-36] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- reopening AsyncContentProducer@42e7fa2b[r=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],t=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],i=null,error=false,c=HttpChannelOverHttp@10a7a498{s=HttpChannelState@1f1ce606{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0}] 20:12:45.058 [qtp80013494-36] DEBUG org.eclipse.jetty.server.HttpChannel -- REQUEST for /test on HttpChannelOverHttp@10a7a498{s=HttpChannelState@1f1ce606{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=http://localhost:8082/test,age=0} POST /test HTTP/1.1 Connection: Upgrade, HTTP2-Settings Content-Length: 6 Host: localhost:8082 HTTP2-Settings: AAEAAEAAAAIAAAABAAMAAABkAAQBAAAAAAUAAEAA Upgrade: h2c User-Agent: Java-http-client/17.0.9 20:12:45.058 [qtp80013494-36] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- upgrade HttpChannelOverHttp@10a7a498{s=HttpChannelState@1f1ce606{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=http://localhost:8082/test,age=0} Upgrade: h2c 20:12:45.058 [qtp80013494-36] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- No factory for Upgrade: h2c in ServerConnector@76d694c{HTTP/1.1, (http/1.1)}{0.0.0.0:8082} 20:12:45.059 [qtp80013494-36] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@5a5ba00::SocketChannelEndPoint@6a5c935d[{l=/127.0.0.1:8082,r=/127.0.0.1:54192,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5a5ba00[p=HttpParser{s=CONTENT,0 of 6},g=HttpGenerator@4d170269{s=START}]=>HttpChannelOverHttp@10a7a498{s=HttpChannelState@1f1ce606{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=http://localhost:8082/test,age=1}] parsed false HttpParser{s=CONTENT,0 of 6} 20:12:45.059 [qtp80013494-36] DEBUG org.eclipse.jetty.server.HttpConnection -- releaseRequestBuffer HttpConnection@5a5ba00::SocketChannelEndPoint@6a5c935d[{l=/127.0.0.1:8082,r=/127.0.0.1:54192,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5a5ba00[p=HttpParser{s=CONTENT,0 of 6},g=HttpGenerator@4d170269{s=START}]=>HttpChannelOverHttp@10a7a498{s=HttpChannelState@1f1ce606{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=http://localhost:8082/test,age=1}] 20:12:45.059 [qtp80013494-36] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- filled 6 DirectByteBuffer@126b8860[p=0,l=6,c=8192,r=6]={<<>>test HTTP...\x00\x00\x00\x00\x00\x00\x00} 20:12:45.059 [qtp80013494-36] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@5a5ba00::SocketChannelEndPoint@6a5c935d[{l=/127.0.0.1:8082,r=/127.0.0.1:54192,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5a5ba00[p=HttpParser{s=CONTENT,0 of 6},g=HttpGenerator@4d170269{s=START}]=>HttpChannelOverHttp@10a7a498{s=HttpChannelState@1f1ce606{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=http://localhost:8082/test,age=1}] filled 6 RetainableByteBuffer@3e5ee911{DirectByteBuffer@126b8860[p=0,l=6,c=8192,r=6]={<<>>test HTTP...\x00\x00\x00\x00\x00\x00\x00},r=1} 20:12:45.059 [qtp80013494-36] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@5a5ba00::SocketChannelEndPoint@6a5c935d[{l=/127.0.0.1:8082,r=/127.0.0.1:54192,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5a5ba00[p=HttpParser{s=CONTENT,0 of 6},g=HttpGenerator@4d170269{s=START}]=>HttpChannelOverHttp@10a7a498{s=HttpChannelState@1f1ce606{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=http://localhost:8082/test,age=1}] parse RetainableByteBuffer@3e5ee911{DirectByteBuffer@126b8860[p=0,l=6,c=8192,r=6]={<<>>test HTTP...\x00\x00\x00\x00\x00\x00\x00},r=1} 20:12:45.059 [qtp80013494-36] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=CONTENT DirectByteBuffer@126b8860[p=0,l=6,c=8192,r=6]={<<>>test HTTP...\x00\x00\x00\x00\x00\x00\x00} 20:12:45.059 [qtp80013494-36] DEBUG org.eclipse.jetty.server.HttpChannel -- onContent HttpChannelOverHttp@10a7a498{s=HttpChannelState@1f1ce606{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=http://localhost:8082/test,age=1} Content@3c6c0bf8{DirectByteBufferR@7694bdf1[p=0,l=6,c=8192,r=6]={<<>>test HTTP...\x00\x00\x00\x00\x00\x00\x00},spc=false,eof=false,err=null} 20:12:45.059 [qtp80013494-36] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@5a5ba00::SocketChannelEndPoint@6a5c935d[{l=/127.0.0.1:8082,r=/127.0.0.1:54192,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5a5ba00[p=HttpParser{s=CONTENT,6 of 6},g=HttpGenerator@4d170269{s=START}]=>HttpChannelOverHttp@10a7a498{s=HttpChannelState@1f1ce606{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=http://localhost:8082/test,age=2}] parsed true HttpParser{s=CONTENT,6 of 6} 20:12:45.060 [qtp80013494-36] DEBUG org.eclipse.jetty.server.HttpChannel -- handle http://localhost:8082/test HttpChannelOverHttp@10a7a498{s=HttpChannelState@1f1ce606{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=http://localhost:8082/test,age=2} 20:12:45.060 [qtp80013494-36] DEBUG org.eclipse.jetty.server.HttpChannelState -- handling HttpChannelState@1f1ce606{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 20:12:45.060 [qtp80013494-36] DEBUG org.eclipse.jetty.server.HttpChannel -- action DISPATCH HttpChannelOverHttp@10a7a498{s=HttpChannelState@1f1ce606{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=HANDLING,uri=http://localhost:8082/test,age=2} 20:12:45.060 [qtp80013494-36] DEBUG org.eclipse.jetty.server.Server -- REQUEST POST /test ?null on HttpChannelOverHttp@10a7a498{s=HttpChannelState@1f1ce606{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=HANDLING,uri=http://localhost:8082/test,age=2} 20:12:45.060 [qtp80013494-36] DEBUG org.eclipse.jetty.server.handler.ContextHandler -- scope null||/test @ o.e.j.s.ServletContextHandler@7c8938a4{/,null,AVAILABLE} 20:12:45.060 [qtp80013494-36] DEBUG org.eclipse.jetty.server.handler.ContextHandler -- context=||/test @ o.e.j.s.ServletContextHandler@7c8938a4{/,null,AVAILABLE} 20:12:45.060 [qtp80013494-36] DEBUG org.eclipse.jetty.server.session.SessionHandler -- Entering scope org.eclipse.jetty.server.session.SessionHandler2033787493==dftMaxIdleSec=0, dispatch=REQUEST asyncstarted=false 20:12:45.060 [qtp80013494-36] DEBUG org.eclipse.jetty.server.session.SessionHandler -- sessionHandler=org.eclipse.jetty.server.session.SessionHandler2033787493==dftMaxIdleSec=0 session=null 20:12:45.060 [qtp80013494-36] DEBUG org.eclipse.jetty.servlet.ServletHandler -- servlet ||/test|ServletPathMapping{matchValue=, pattern=/*, servletName=org.apache.felix.http.base.internal.dispatch.DispatcherServlet-5ee7b1f5, mappingMatch=PATH, servletPath=, pathInfo=/test} -> 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} 20:12:45.060 [qtp80013494-36] DEBUG org.eclipse.jetty.servlet.ServletHandler -- chain=null 20:12:45.062 [qtp80013494-36] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- checkMinDataRate [m=0,t=-9223372036854775808] AsyncContentProducer@42e7fa2b[r=null,t=null,i=null,error=false,c=HttpChannelOverHttp@10a7a498{s=HttpChannelState@1f1ce606{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=HANDLING,uri=http://localhost:8082/test,age=4}] 20:12:45.062 [qtp80013494-36] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- nextTransformedContent AsyncContentProducer@42e7fa2b[r=null,t=null,i=null,error=false,c=HttpChannelOverHttp@10a7a498{s=HttpChannelState@1f1ce606{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=HANDLING,uri=http://localhost:8082/test,age=4}] 20:12:45.062 [qtp80013494-36] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- producing new raw content AsyncContentProducer@42e7fa2b[r=null,t=null,i=null,error=false,c=HttpChannelOverHttp@10a7a498{s=HttpChannelState@1f1ce606{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=HANDLING,uri=http://localhost:8082/test,age=4}] 20:12:45.062 [qtp80013494-36] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- produceContent produced Content@3c6c0bf8{DirectByteBufferR@7694bdf1[p=0,l=6,c=8192,r=6]={<<>>test HTTP...\x00\x00\x00\x00\x00\x00\x00},spc=false,eof=false,err=null} 20:12:45.063 [qtp80013494-36] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- produceRawContent updated rawContentArrived to 6 and firstByteTimeStamp to 107535021696145 AsyncContentProducer@42e7fa2b[r=null,t=null,i=null,error=false,c=HttpChannelOverHttp@10a7a498{s=HttpChannelState@1f1ce606{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=HANDLING,uri=http://localhost:8082/test,age=5}] 20:12:45.063 [qtp80013494-36] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- produceRawContent produced Content@3c6c0bf8{DirectByteBufferR@7694bdf1[p=0,l=6,c=8192,r=6]={<<>>test HTTP...\x00\x00\x00\x00\x00\x00\x00},spc=false,eof=false,err=null} AsyncContentProducer@42e7fa2b[r=null,t=null,i=null,error=false,c=HttpChannelOverHttp@10a7a498{s=HttpChannelState@1f1ce606{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=HANDLING,uri=http://localhost:8082/test,age=5}] 20:12:45.063 [qtp80013494-36] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- transforming raw content AsyncContentProducer@42e7fa2b[r=Content@3c6c0bf8{DirectByteBufferR@7694bdf1[p=0,l=6,c=8192,r=6]={<<>>test HTTP...\x00\x00\x00\x00\x00\x00\x00},spc=false,eof=false,err=null},t=null,i=null,error=false,c=HttpChannelOverHttp@10a7a498{s=HttpChannelState@1f1ce606{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=HANDLING,uri=http://localhost:8082/test,age=5}] 20:12:45.063 [qtp80013494-36] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- no interceptor, transformed content is raw content AsyncContentProducer@42e7fa2b[r=Content@3c6c0bf8{DirectByteBufferR@7694bdf1[p=0,l=6,c=8192,r=6]={<<>>test HTTP...\x00\x00\x00\x00\x00\x00\x00},spc=false,eof=false,err=null},t=null,i=null,error=false,c=HttpChannelOverHttp@10a7a498{s=HttpChannelState@1f1ce606{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=HANDLING,uri=http://localhost:8082/test,age=5}] 20:12:45.063 [qtp80013494-36] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- transformed content not yet depleted, returning it AsyncContentProducer@42e7fa2b[r=Content@3c6c0bf8{DirectByteBufferR@7694bdf1[p=0,l=6,c=8192,r=6]={<<>>test HTTP...\x00\x00\x00\x00\x00\x00\x00},spc=false,eof=false,err=null},t=Content@3c6c0bf8{DirectByteBufferR@7694bdf1[p=0,l=6,c=8192,r=6]={<<>>test HTTP...\x00\x00\x00\x00\x00\x00\x00},spc=false,eof=false,err=null},i=null,error=false,c=HttpChannelOverHttp@10a7a498{s=HttpChannelState@1f1ce606{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=HANDLING,uri=http://localhost:8082/test,age=5}] 20:12:45.063 [qtp80013494-36] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- nextContent = Content@3c6c0bf8{DirectByteBufferR@7694bdf1[p=0,l=6,c=8192,r=6]={<<>>test HTTP...\x00\x00\x00\x00\x00\x00\x00},spc=false,eof=false,err=null} AsyncContentProducer@42e7fa2b[r=Content@3c6c0bf8{DirectByteBufferR@7694bdf1[p=0,l=6,c=8192,r=6]={<<>>test HTTP...\x00\x00\x00\x00\x00\x00\x00},spc=false,eof=false,err=null},t=Content@3c6c0bf8{DirectByteBufferR@7694bdf1[p=0,l=6,c=8192,r=6]={<<>>test HTTP...\x00\x00\x00\x00\x00\x00\x00},spc=false,eof=false,err=null},i=null,error=false,c=HttpChannelOverHttp@10a7a498{s=HttpChannelState@1f1ce606{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=HANDLING,uri=http://localhost:8082/test,age=5}] 20:12:45.063 [qtp80013494-36] DEBUG org.eclipse.jetty.server.HttpChannelState -- onReadIdle HttpChannelState@1f1ce606{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 20:12:45.063 [qtp80013494-36] DEBUG org.eclipse.jetty.server.BlockingContentProducer -- nextContent async producer returned Content@3c6c0bf8{DirectByteBufferR@7694bdf1[p=0,l=6,c=8192,r=6]={<<>>test HTTP...\x00\x00\x00\x00\x00\x00\x00},spc=false,eof=false,err=null} 20:12:45.063 [qtp80013494-36] DEBUG org.eclipse.jetty.server.HttpInput -- read produced 6 byte(s) HttpInput@1316041774 cs=HttpChannelState@1f1ce606{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@14a48026 eof=false 20:12:45.063 [qtp80013494-36] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- reclaim Content@3c6c0bf8{DirectByteBufferR@7694bdf1[p=6,l=6,c=8192,r=0]={foobar<<<>>>test HTTP...\x00\x00\x00\x00\x00\x00\x00},spc=false,eof=false,err=null} AsyncContentProducer@42e7fa2b[r=Content@3c6c0bf8{DirectByteBufferR@7694bdf1[p=6,l=6,c=8192,r=0]={foobar<<<>>>test HTTP...\x00\x00\x00\x00\x00\x00\x00},spc=false,eof=false,err=null},t=Content@3c6c0bf8{DirectByteBufferR@7694bdf1[p=6,l=6,c=8192,r=0]={foobar<<<>>>test HTTP...\x00\x00\x00\x00\x00\x00\x00},spc=false,eof=false,err=null},i=null,error=false,c=HttpChannelOverHttp@10a7a498{s=HttpChannelState@1f1ce606{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=HANDLING,uri=http://localhost:8082/test,age=5}] 20:12:45.063 [qtp80013494-36] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- checkMinDataRate [m=0,t=107535021696145] AsyncContentProducer@42e7fa2b[r=null,t=null,i=null,error=false,c=HttpChannelOverHttp@10a7a498{s=HttpChannelState@1f1ce606{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=HANDLING,uri=http://localhost:8082/test,age=5}] 20:12:45.063 [qtp80013494-36] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- nextTransformedContent AsyncContentProducer@42e7fa2b[r=null,t=null,i=null,error=false,c=HttpChannelOverHttp@10a7a498{s=HttpChannelState@1f1ce606{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=HANDLING,uri=http://localhost:8082/test,age=5}] 20:12:45.063 [qtp80013494-36] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- producing new raw content AsyncContentProducer@42e7fa2b[r=null,t=null,i=null,error=false,c=HttpChannelOverHttp@10a7a498{s=HttpChannelState@1f1ce606{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=HANDLING,uri=http://localhost:8082/test,age=5}] 20:12:45.063 [qtp80013494-36] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- produceContent has no content, parsing and filling 20:12:45.063 [qtp80013494-36] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@5a5ba00::SocketChannelEndPoint@6a5c935d[{l=/127.0.0.1:8082,r=/127.0.0.1:54192,OPEN,fill=-,flush=-,to=4/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5a5ba00[p=HttpParser{s=CONTENT,6 of 6},g=HttpGenerator@4d170269{s=START}]=>HttpChannelOverHttp@10a7a498{s=HttpChannelState@1f1ce606{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=HANDLING,uri=http://localhost:8082/test,age=5}] parse RetainableByteBuffer@3e5ee911{DirectByteBuffer@126b8860[p=6,l=6,c=8192,r=0]={foobar<<<>>>test HTTP...\x00\x00\x00\x00\x00\x00\x00},r=1} 20:12:45.063 [qtp80013494-36] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=CONTENT DirectByteBuffer@126b8860[p=6,l=6,c=8192,r=0]={foobar<<<>>>test HTTP...\x00\x00\x00\x00\x00\x00\x00} 20:12:45.063 [qtp80013494-36] DEBUG org.eclipse.jetty.http.HttpParser -- CONTENT --> CONTENT_END 20:12:45.063 [qtp80013494-36] DEBUG org.eclipse.jetty.server.HttpChannel -- onContentComplete HttpChannelOverHttp@10a7a498{s=HttpChannelState@1f1ce606{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=HANDLING,uri=http://localhost:8082/test,age=5} 20:12:45.063 [qtp80013494-36] DEBUG org.eclipse.jetty.http.HttpParser -- CONTENT_END --> END 20:12:45.063 [qtp80013494-36] DEBUG org.eclipse.jetty.server.HttpChannel -- onRequestComplete HttpChannelOverHttp@10a7a498{s=HttpChannelState@1f1ce606{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=HANDLING,uri=http://localhost:8082/test,age=5} 20:12:45.063 [qtp80013494-36] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- received EOF, content = null 20:12:45.063 [qtp80013494-36] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@5a5ba00::SocketChannelEndPoint@6a5c935d[{l=/127.0.0.1:8082,r=/127.0.0.1:54192,OPEN,fill=-,flush=-,to=4/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5a5ba00[p=HttpParser{s=END,6 of 6},g=HttpGenerator@4d170269{s=START}]=>HttpChannelOverHttp@10a7a498{s=HttpChannelState@1f1ce606{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=HANDLING,uri=http://localhost:8082/test,age=5}] parsed false HttpParser{s=END,6 of 6} 20:12:45.063 [qtp80013494-36] DEBUG org.eclipse.jetty.server.HttpConnection -- releaseRequestBuffer HttpConnection@5a5ba00::SocketChannelEndPoint@6a5c935d[{l=/127.0.0.1:8082,r=/127.0.0.1:54192,OPEN,fill=-,flush=-,to=4/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5a5ba00[p=HttpParser{s=END,6 of 6},g=HttpGenerator@4d170269{s=START}]=>HttpChannelOverHttp@10a7a498{s=HttpChannelState@1f1ce606{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=HANDLING,uri=http://localhost:8082/test,age=6}] 20:12:45.064 [qtp80013494-36] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- produceContent produced EofContent 20:12:45.064 [qtp80013494-36] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- produceRawContent updated rawContentArrived to 6 and firstByteTimeStamp to 107535021696145 AsyncContentProducer@42e7fa2b[r=null,t=null,i=null,error=false,c=HttpChannelOverHttp@10a7a498{s=HttpChannelState@1f1ce606{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=HANDLING,uri=http://localhost:8082/test,age=6}] 20:12:45.064 [qtp80013494-36] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- produceRawContent produced EofContent AsyncContentProducer@42e7fa2b[r=null,t=null,i=null,error=false,c=HttpChannelOverHttp@10a7a498{s=HttpChannelState@1f1ce606{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=HANDLING,uri=http://localhost:8082/test,age=6}] 20:12:45.064 [qtp80013494-36] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- transforming raw content AsyncContentProducer@42e7fa2b[r=EofContent,t=null,i=null,error=false,c=HttpChannelOverHttp@10a7a498{s=HttpChannelState@1f1ce606{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=HANDLING,uri=http://localhost:8082/test,age=6}] 20:12:45.064 [qtp80013494-36] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- no interceptor, transformed content is raw content AsyncContentProducer@42e7fa2b[r=EofContent,t=null,i=null,error=false,c=HttpChannelOverHttp@10a7a498{s=HttpChannelState@1f1ce606{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=HANDLING,uri=http://localhost:8082/test,age=6}] 20:12:45.064 [qtp80013494-36] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- transformed content not yet depleted, returning it AsyncContentProducer@42e7fa2b[r=EofContent,t=EofContent,i=null,error=false,c=HttpChannelOverHttp@10a7a498{s=HttpChannelState@1f1ce606{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=HANDLING,uri=http://localhost:8082/test,age=6}] 20:12:45.064 [qtp80013494-36] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- nextContent = EofContent AsyncContentProducer@42e7fa2b[r=EofContent,t=EofContent,i=null,error=false,c=HttpChannelOverHttp@10a7a498{s=HttpChannelState@1f1ce606{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=HANDLING,uri=http://localhost:8082/test,age=6}] 20:12:45.064 [qtp80013494-36] DEBUG org.eclipse.jetty.server.HttpChannelState -- onReadIdle HttpChannelState@1f1ce606{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 20:12:45.064 [qtp80013494-36] DEBUG org.eclipse.jetty.server.BlockingContentProducer -- nextContent async producer returned EofContent 20:12:45.064 [qtp80013494-36] DEBUG org.eclipse.jetty.server.HttpInput -- read error=null HttpInput@1316041774 cs=HttpChannelState@1f1ce606{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@14a48026 eof=false 20:12:45.064 [qtp80013494-36] DEBUG org.eclipse.jetty.server.HttpInput -- read at EOF, setting consumed EOF to true HttpInput@1316041774 cs=HttpChannelState@1f1ce606{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@14a48026 eof=false 20:12:45.064 [qtp80013494-36] DEBUG org.eclipse.jetty.server.BlockingContentProducer -- onContentProducible releasing semaphore LockedSemaphore permits=0 unready=false 20:12:45.065 [qtp80013494-36] DEBUG org.eclipse.jetty.server.HttpOutput -- write(array HeapByteBuffer@33977dab[p=0,l=12,c=8192,r=12]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}) 20:12:45.065 [qtp80013494-36] DEBUG org.eclipse.jetty.server.HttpOutput -- write(array) s=CLOSING,api=BLOCKED,sc=false,e=null last=true agg=false flush=true async=false, len=12 null 20:12:45.065 [qtp80013494-36] DEBUG org.eclipse.jetty.server.HttpChannel -- sendResponse info=null content=HeapByteBuffer@32d4ec78[p=0,l=12,c=8192,r=12]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} complete=true committing=true callback=Blocker@45b5cbbc{null} 20:12:45.065 [qtp80013494-36] DEBUG org.eclipse.jetty.server.HttpChannel -- COMMIT for /test on HttpChannelOverHttp@10a7a498{s=HttpChannelState@1f1ce606{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=HANDLING,uri=http://localhost:8082/test,age=7} 200 null HTTP/1.1 Date: Mon, 12 Feb 2024 20:12:45 GMT Content-Length: 12 Content-Type: text/plain 20:12:45.065 [qtp80013494-36] DEBUG org.eclipse.jetty.server.HttpConnection -- generate: NEED_HEADER for SendCallback@73b0ff3f[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=12},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@20fd038a] (null,[p=0,l=12,c=8192,r=12],true)@START 20:12:45.065 [qtp80013494-36] DEBUG org.eclipse.jetty.http.HttpGenerator -- generateHeaders HTTP/1.1{s=200,h=3,cl=12} last=true content=HeapByteBuffer@32d4ec78[p=0,l=12,c=8192,r=12]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 20:12:45.065 [qtp80013494-36] DEBUG org.eclipse.jetty.http.HttpGenerator -- Date: Mon, 12 Feb 2024 20:12:45 GMT Content-Length: 12 Content-Type: text/plain 20:12:45.065 [qtp80013494-36] DEBUG org.eclipse.jetty.http.HttpGenerator -- CONTENT_LENGTH 20:12:45.065 [qtp80013494-36] DEBUG org.eclipse.jetty.server.HttpConnection -- generate: FLUSH for SendCallback@73b0ff3f[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=12},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@20fd038a] ([p=0,l=102,c=16384,r=102],[p=0,l=12,c=8192,r=12],true)@COMPLETING 20:12:45.065 [qtp80013494-36] DEBUG org.eclipse.jetty.io.WriteFlusher -- write: WriteFlusher@5c7fcf19{IDLE}->null [DirectByteBuffer@753a539e[p=0,l=102,c=16384,r=102]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@32d4ec78[p=0,l=12,c=8192,r=12]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}] 20:12:45.065 [qtp80013494-36] DEBUG org.eclipse.jetty.io.WriteFlusher -- update WriteFlusher@5c7fcf19{WRITING}->null:IDLE-->WRITING 20:12:45.065 [qtp80013494-36] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- flushed 114 SocketChannelEndPoint@6a5c935d[{l=/127.0.0.1:8082,r=/127.0.0.1:54192,OPEN,fill=-,flush=W,to=6/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5a5ba00[p=HttpParser{s=END,6 of 6},g=HttpGenerator@4d170269{s=COMPLETING}]=>HttpChannelOverHttp@10a7a498{s=HttpChannelState@1f1ce606{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=HANDLING,uri=http://localhost:8082/test,age=7}] 20:12:45.065 [qtp80013494-36] DEBUG org.eclipse.jetty.io.WriteFlusher -- Flushed=true written=114 remaining=0 WriteFlusher@5c7fcf19{WRITING}->null 20:12:45.065 [qtp80013494-36] DEBUG org.eclipse.jetty.io.WriteFlusher -- update WriteFlusher@5c7fcf19{IDLE}->null:WRITING-->IDLE 20:12:45.065 [qtp80013494-36] DEBUG org.eclipse.jetty.server.HttpConnection -- generate: DONE for SendCallback@73b0ff3f[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=12},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@20fd038a] ([p=102,l=102,c=16384,r=0],[p=12,l=12,c=8192,r=0],true)@END 20:12:45.066 [qtp80013494-36] DEBUG org.eclipse.jetty.server.HttpOutput -- onWriteComplete(true,null) s=CLOSING,api=BLOCKED,sc=false,e=null->s=CLOSED,api=BLOCKING,sc=false,e=null c=null cb=null w=false 20:12:45.066 [qtp80013494-36] 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 20:12:45.066 [qtp80013494-36] DEBUG org.eclipse.jetty.server.Server -- handled=true async=false committed=true on HttpChannelOverHttp@10a7a498{s=HttpChannelState@1f1ce606{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=0},r=2,c=false/true,a=HANDLING,uri=http://localhost:8082/test,age=8} 20:12:45.066 [qtp80013494-36] DEBUG org.eclipse.jetty.server.HttpChannelState -- unhandle HttpChannelState@1f1ce606{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=0} 20:12:45.066 [qtp80013494-36] DEBUG org.eclipse.jetty.server.HttpChannelState -- nextAction(false) COMPLETE HttpChannelState@1f1ce606{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 20:12:45.066 [qtp80013494-36] DEBUG org.eclipse.jetty.server.HttpChannel -- action COMPLETE HttpChannelOverHttp@10a7a498{s=HttpChannelState@1f1ce606{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=2,c=false/true,a=HANDLING,uri=http://localhost:8082/test,age=8} 20:12:45.066 [qtp80013494-36] DEBUG org.eclipse.jetty.server.HttpOutput -- complete(org.eclipse.jetty.util.Callback$3@3223ae87) s=CLOSED,api=BLOCKING,sc=false,e=null s=true e=null, c=null 20:12:45.066 [qtp80013494-36] DEBUG org.eclipse.jetty.server.HttpChannelState -- completed HttpChannelState@1f1ce606{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 20:12:45.066 [qtp80013494-36] DEBUG org.eclipse.jetty.server.HttpChannelState -- unhandle HttpChannelState@1f1ce606{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 20:12:45.066 [qtp80013494-36] DEBUG org.eclipse.jetty.server.HttpChannelState -- nextAction(false) TERMINATED HttpChannelState@1f1ce606{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 20:12:45.066 [qtp80013494-36] DEBUG org.eclipse.jetty.server.HttpChannel -- action TERMINATED HttpChannelOverHttp@10a7a498{s=HttpChannelState@1f1ce606{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=2,c=true/true,a=IDLE,uri=http://localhost:8082/test,age=8} 20:12:45.066 [qtp80013494-36] DEBUG org.eclipse.jetty.server.HttpChannel -- onCompleted for /test written=12 20:12:45.066 [qtp80013494-36] DEBUG org.eclipse.jetty.server.HttpInput -- consumeAll HttpInput@1316041774 cs=HttpChannelState@1f1ce606{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@14a48026 eof=true 20:12:45.066 [qtp80013494-36] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- failing all content with org.eclipse.jetty.util.StaticException: Unconsumed content HttpChannelOverHttp@10a7a498{s=HttpChannelState@1f1ce606{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=2,c=true/true,a=IDLE,uri=http://localhost:8082/test,age=8} 20:12:45.066 [qtp80013494-36] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- failed all content of http channel EOF=true AsyncContentProducer@42e7fa2b[r=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],t=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],i=null,error=false,c=HttpChannelOverHttp@10a7a498{s=HttpChannelState@1f1ce606{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=2,c=true/true,a=IDLE,uri=http://localhost:8082/test,age=8}] 20:12:45.066 [qtp80013494-36] DEBUG org.eclipse.jetty.server.HttpInput -- isFinished=true HttpInput@1316041774 cs=HttpChannelState@1f1ce606{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@14a48026 eof=true 20:12:45.066 [qtp80013494-36] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- isError = false AsyncContentProducer@42e7fa2b[r=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],t=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],i=null,error=false,c=HttpChannelOverHttp@10a7a498{s=HttpChannelState@1f1ce606{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=2,c=true/true,a=IDLE,uri=http://localhost:8082/test,age=8}] 20:12:45.066 [qtp80013494-36] DEBUG org.eclipse.jetty.server.HttpInput -- isError=false HttpInput@1316041774 cs=HttpChannelState@1f1ce606{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@14a48026 eof=true 20:12:45.066 [qtp80013494-36] DEBUG org.eclipse.jetty.server.HttpChannelState -- recycle HttpChannelState@1f1ce606{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 20:12:45.066 [qtp80013494-36] DEBUG org.eclipse.jetty.server.HttpInput -- recycle HttpInput@1316041774 cs=HttpChannelState@1f1ce606{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@14a48026 eof=true 20:12:45.066 [qtp80013494-36] DEBUG org.eclipse.jetty.server.BlockingContentProducer -- recycling org.eclipse.jetty.server.BlockingContentProducer@14a48026 20:12:45.066 [qtp80013494-36] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- recycling AsyncContentProducer@42e7fa2b[r=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],t=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],i=null,error=false,c=HttpChannelOverHttp@10a7a498{s=HttpChannelState@1f1ce606{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=http://localhost:8082/test,age=8}] 20:12:45.066 [qtp80013494-36] DEBUG org.eclipse.jetty.http.HttpParser -- reset HttpParser{s=END,6 of 6} 20:12:45.066 [qtp80013494-36] DEBUG org.eclipse.jetty.http.HttpParser -- END --> START 20:12:45.066 [qtp80013494-36] DEBUG org.eclipse.jetty.server.HttpChannel -- !handle TERMINATED HttpChannelOverHttp@10a7a498{s=HttpChannelState@1f1ce606{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0} 20:12:45.066 [qtp80013494-36] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- filled 0 DirectByteBuffer@126b8860[p=0,l=0,c=8192,r=0]={<<<>>>foobartes...\x00\x00\x00\x00\x00\x00\x00} 20:12:45.066 [qtp80013494-36] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- filled 0 DirectByteBuffer@126b8860[p=0,l=0,c=8192,r=0]={<<<>>>foobartes...\x00\x00\x00\x00\x00\x00\x00} 20:12:45.066 [qtp80013494-36] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@5a5ba00::SocketChannelEndPoint@6a5c935d[{l=/127.0.0.1:8082,r=/127.0.0.1:54192,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5a5ba00[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4d170269{s=START}]=>HttpChannelOverHttp@10a7a498{s=HttpChannelState@1f1ce606{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0}] filled 0 RetainableByteBuffer@3e5ee911{DirectByteBuffer@126b8860[p=0,l=0,c=8192,r=0]={<<<>>>foobartes...\x00\x00\x00\x00\x00\x00\x00},r=1} 20:12:45.066 [qtp80013494-36] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@5a5ba00::SocketChannelEndPoint@6a5c935d[{l=/127.0.0.1:8082,r=/127.0.0.1:54192,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5a5ba00[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4d170269{s=START}]=>HttpChannelOverHttp@10a7a498{s=HttpChannelState@1f1ce606{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0}] parse RetainableByteBuffer@3e5ee911{DirectByteBuffer@126b8860[p=0,l=0,c=8192,r=0]={<<<>>>foobartes...\x00\x00\x00\x00\x00\x00\x00},r=1} 20:12:45.067 [qtp80013494-36] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=START DirectByteBuffer@126b8860[p=0,l=0,c=8192,r=0]={<<<>>>foobartes...\x00\x00\x00\x00\x00\x00\x00} 20:12:45.067 [qtp80013494-36] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@5a5ba00::SocketChannelEndPoint@6a5c935d[{l=/127.0.0.1:8082,r=/127.0.0.1:54192,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5a5ba00[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4d170269{s=START}]=>HttpChannelOverHttp@10a7a498{s=HttpChannelState@1f1ce606{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0}] parsed false HttpParser{s=START,0 of -1} 20:12:45.067 [qtp80013494-36] DEBUG org.eclipse.jetty.server.HttpConnection -- releaseRequestBuffer HttpConnection@5a5ba00::SocketChannelEndPoint@6a5c935d[{l=/127.0.0.1:8082,r=/127.0.0.1:54192,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5a5ba00[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4d170269{s=START}]=>HttpChannelOverHttp@10a7a498{s=HttpChannelState@1f1ce606{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0}] 20:12:45.067 [qtp80013494-36] DEBUG org.eclipse.jetty.io.AbstractConnection -- fillInterested HttpConnection@5a5ba00::SocketChannelEndPoint@6a5c935d[{l=/127.0.0.1:8082,r=/127.0.0.1:54192,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5a5ba00[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4d170269{s=START}]=>HttpChannelOverHttp@10a7a498{s=HttpChannelState@1f1ce606{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0}] 20:12:45.067 [qtp80013494-36] DEBUG org.eclipse.jetty.io.FillInterest -- interested FillInterest@524ec68a{ReadCallback@2aee110{HttpConnection@5a5ba00::SocketChannelEndPoint@6a5c935d[{l=/127.0.0.1:8082,r=/127.0.0.1:54192,OPEN,fill=FI,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5a5ba00[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4d170269{s=START}]=>HttpChannelOverHttp@10a7a498{s=HttpChannelState@1f1ce606{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0}]}} 20:12:45.067 [qtp80013494-36] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- changeInterests p=false 0->1 for SocketChannelEndPoint@6a5c935d[{l=/127.0.0.1:8082,r=/127.0.0.1:54192,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}]->[HttpConnection@5a5ba00[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4d170269{s=START}]=>HttpChannelOverHttp@10a7a498{s=HttpChannelState@1f1ce606{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0}] 20:12:45.067 [qtp80013494-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$460/0x00007fd51c316568@5cc29ef8 on ManagedSelector@15db0d46{STARTED} id=0 keys=1 selected=0 updates=0 20:12:45.067 [qtp80013494-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@15db0d46{STARTED} id=0 keys=1 selected=0 updates=1 20:12:45.067 [qtp80013494-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@29559958 woken with none selected 20:12:45.067 [qtp80013494-36] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@5a5ba00::SocketChannelEndPoint@6a5c935d[{l=/127.0.0.1:8082,r=/127.0.0.1:54192,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}]->[HttpConnection@5a5ba00[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4d170269{s=START}]=>HttpChannelOverHttp@10a7a498{s=HttpChannelState@1f1ce606{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0}] onFillable exit HttpChannelState@1f1ce606{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 20:12:45.067 [qtp80013494-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@29559958 woken up from select, 0/0/1 selected 20:12:45.067 [qtp80013494-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@29559958 processing 0 keys, 1 updates 20:12:45.067 [qtp80013494-36] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.io.ManagedSelector$$Lambda$205/0x00007fd51c1b29a0@57f6123e in QueuedThreadPool[qtp80013494]@4c4e8b6{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7d2267eb{reserved=1/2,pending=0}] 20:12:45.067 [qtp80013494-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 20:12:45.067 [qtp80013494-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$460/0x00007fd51c316568@5cc29ef8 20:12:45.067 [qtp80013494-39] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- Key interests updated 0 -> 1 on SocketChannelEndPoint@6a5c935d[{l=/127.0.0.1:8082,r=/127.0.0.1:54192,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=1}]->[HttpConnection@5a5ba00[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4d170269{s=START}]=>HttpChannelOverHttp@10a7a498{s=HttpChannelState@1f1ce606{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0}] 20:12:45.067 [qtp80013494-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:12:45.067 [qtp80013494-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@29559958 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.635 s - in org.eclipse.sensinact.gateway.feature.integration.jakartarest.RestWhiteboardIntegrationTest [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) @ jakarta-rest-whiteboard-feature --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/jakarta-rest-whiteboard-feature/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/distribution/features/jakarta-rest-whiteboard-feature/0.0.2-SNAPSHOT/jakarta-rest-whiteboard-feature-0.0.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/jakarta-rest-whiteboard-feature/target/repository.zip to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/distribution/features/jakarta-rest-whiteboard-feature/0.0.2-SNAPSHOT/jakarta-rest-whiteboard-feature-0.0.2-SNAPSHOT-osgifeaturerepo.zip [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/jakarta-rest-whiteboard-feature/src/main/resources/jakarta-rest-whiteboard-feature.json to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/distribution/features/jakarta-rest-whiteboard-feature/0.0.2-SNAPSHOT/jakarta-rest-whiteboard-feature-0.0.2-SNAPSHOT-osgifeature.json [INFO] [INFO] --- deploy:3.0.0:deploy (default-deploy) @ jakarta-rest-whiteboard-feature --- [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/features/jakarta-rest-whiteboard-feature/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/features/jakarta-rest-whiteboard-feature/0.0.2-SNAPSHOT/maven-metadata.xml (1.1 kB at 23 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/jakarta-rest-whiteboard-feature/0.0.2-SNAPSHOT/jakarta-rest-whiteboard-feature-0.0.2-20240212.200245-59.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/jakarta-rest-whiteboard-feature/0.0.2-SNAPSHOT/jakarta-rest-whiteboard-feature-0.0.2-20240212.200245-59.pom (9.1 kB at 267 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/jakarta-rest-whiteboard-feature/0.0.2-SNAPSHOT/jakarta-rest-whiteboard-feature-0.0.2-20240212.200245-59-osgifeaturerepo.zip [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/jakarta-rest-whiteboard-feature/0.0.2-SNAPSHOT/jakarta-rest-whiteboard-feature-0.0.2-20240212.200245-59-osgifeature.json [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/jakarta-rest-whiteboard-feature/0.0.2-SNAPSHOT/jakarta-rest-whiteboard-feature-0.0.2-20240212.200245-59-osgifeature.json (2.1 kB at 41 kB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/jakarta-rest-whiteboard-feature/0.0.2-SNAPSHOT/jakarta-rest-whiteboard-feature-0.0.2-20240212.200245-59-osgifeaturerepo.zip (4.5 MB at 26 MB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/jakarta-rest-whiteboard-feature/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/jakarta-rest-whiteboard-feature/maven-metadata.xml (402 B at 18 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/jakarta-rest-whiteboard-feature/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/features/jakarta-rest-whiteboard-feature/0.0.2-SNAPSHOT/maven-metadata.xml (1.1 kB at 25 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/jakarta-rest-whiteboard-feature/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/jakarta-rest-whiteboard-feature/maven-metadata.xml (402 B at 12 kB/s) [INFO] [INFO] --< org.eclipse.sensinact.gateway.distribution.features:northbound-rest-feature >-- [INFO] Building Eclipse sensiNact Northbound REST API Feature 0.0.2-SNAPSHOT [61/68] [INFO] from distribution/features/northbound-rest-feature/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ northbound-rest-feature --- [INFO] [INFO] --- compiler:3.10.1:testCompile (default) @ northbound-rest-feature --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-rest-feature/target/test-classes [INFO] [INFO] --- dependency:3.3.0:copy-dependencies (create-feature-repo) @ northbound-rest-feature --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/northbound/rest/target/rest-0.0.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-rest-feature/target/repository/org/eclipse/sensinact/gateway/northbound/rest/0.0.2-SNAPSHOT/rest-0.0.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/northbound/filters/filters.core/target/filters.core-0.0.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-rest-feature/target/repository/org/eclipse/sensinact/gateway/northbound/filters/filters.core/0.0.2-SNAPSHOT/filters.core-0.0.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/.m2/repository/org/antlr/antlr4-runtime/4.12.0/antlr4-runtime-4.12.0.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-rest-feature/target/repository/org/antlr/antlr4-runtime/4.12.0/antlr4-runtime-4.12.0.jar [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/northbound/filters/ldap/target/ldap-0.0.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-rest-feature/target/repository/org/eclipse/sensinact/gateway/northbound/filters/ldap/0.0.2-SNAPSHOT/ldap-0.0.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/northbound/query-handler/target/query-handler-0.0.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-rest-feature/target/repository/org/eclipse/sensinact/gateway/northbound/query-handler/0.0.2-SNAPSHOT/query-handler-0.0.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/northbound/security/authentication-api/target/authentication-api-0.0.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-rest-feature/target/repository/org/eclipse/sensinact/gateway/northbound/security/authentication-api/0.0.2-SNAPSHOT/authentication-api-0.0.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/.m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.16.1/jackson-annotations-2.16.1.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-rest-feature/target/repository/com/fasterxml/jackson/core/jackson-annotations/2.16.1/jackson-annotations-2.16.1.jar [INFO] Installing /home/jenkins/.m2/repository/com/fasterxml/jackson/core/jackson-core/2.16.1/jackson-core-2.16.1.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-rest-feature/target/repository/com/fasterxml/jackson/core/jackson-core/2.16.1/jackson-core-2.16.1.jar [INFO] Installing /home/jenkins/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.16.1/jackson-databind-2.16.1.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-rest-feature/target/repository/com/fasterxml/jackson/core/jackson-databind/2.16.1/jackson-databind-2.16.1.jar [INFO] Installing /home/jenkins/.m2/repository/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.16.1/jackson-datatype-jsr310-2.16.1.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-rest-feature/target/repository/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.16.1/jackson-datatype-jsr310-2.16.1.jar [INFO] Installing /home/jenkins/.m2/repository/com/fasterxml/jackson/jakarta/rs/jackson-jakarta-rs-base/2.16.1/jackson-jakarta-rs-base-2.16.1.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-rest-feature/target/repository/com/fasterxml/jackson/jakarta/rs/jackson-jakarta-rs-base/2.16.1/jackson-jakarta-rs-base-2.16.1.jar [INFO] Installing /home/jenkins/.m2/repository/com/fasterxml/jackson/jakarta/rs/jackson-jakarta-rs-json-provider/2.16.1/jackson-jakarta-rs-json-provider-2.16.1.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-rest-feature/target/repository/com/fasterxml/jackson/jakarta/rs/jackson-jakarta-rs-json-provider/2.16.1/jackson-jakarta-rs-json-provider-2.16.1.jar [INFO] [INFO] --- antrun:3.1.0:run (create-repository-zip) @ northbound-rest-feature --- [INFO] Executing tasks [INFO] [zip] Building zip: /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-rest-feature/target/repository.zip [INFO] Executed tasks [INFO] [INFO] --- build-helper:3.3.0:attach-artifact (attach-artifacts) @ northbound-rest-feature --- [INFO] [INFO] --- dependency:3.3.0:copy (copy-test-launcher) @ northbound-rest-feature --- [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution:launcher:export:0.0.2-SNAPSHOT:jar [INFO] Copying export.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-rest-feature/target/it/launcher.jar [INFO] [INFO] --- dependency:3.3.0:copy (gather-test-features) @ northbound-rest-feature --- [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution.features:core-feature:osgifeature:0.0.2-SNAPSHOT:json [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution.features:jakarta-servlet-whiteboard-feature:osgifeature:0.0.2-SNAPSHOT:json [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution.features:jakarta-rest-whiteboard-feature:osgifeature:0.0.2-SNAPSHOT:json [INFO] Copying core-feature.json to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-rest-feature/target/it/features/core-feature.json [INFO] Copying jakarta-servlet-whiteboard-feature.json to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-rest-feature/target/it/features/jakarta-servlet-whiteboard-feature.json [INFO] Copying jakarta-rest-whiteboard-feature.json to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-rest-feature/target/it/features/jakarta-rest-whiteboard-feature.json [INFO] [INFO] --- dependency:3.3.0:unpack (create-test-repo) @ northbound-rest-feature --- [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution.features:core-feature:osgifeaturerepo:0.0.2-SNAPSHOT:zip [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution.features:jakarta-servlet-whiteboard-feature:osgifeaturerepo:0.0.2-SNAPSHOT:zip [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution.features:jakarta-rest-whiteboard-feature:osgifeaturerepo:0.0.2-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/core-feature/target/repository.zip to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-rest-feature/target/it/repository with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/jakarta-servlet-whiteboard-feature/target/repository.zip to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-rest-feature/target/it/repository with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/jakarta-rest-whiteboard-feature/target/repository.zip to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-rest-feature/target/it/repository with includes "" and excludes "" [INFO] [INFO] --- antrun:3.1.0:run (copy-artifact-for-testing) @ northbound-rest-feature --- [INFO] Executing tasks [INFO] [unzip] Expanding: /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-rest-feature/target/repository.zip into /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-rest-feature/target/it/repository [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-rest-feature/target/it/features [INFO] Executed tasks [INFO] [INFO] --- surefire:2.22.2:test (integration-test) @ northbound-rest-feature --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.sensinact.gateway.feature.integration.northboundrest.NorthboundRestIntegrationTest Feb 12, 2024 8:12:49 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 12, 2024 8:12:49 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 20:12:49.442 [main] INFO org.eclipse.sensinact.gateway.launcher.ConfigurationManager -- Eclipse sensiNact is watching for changes in configuration file src/it/resources/config/configuration.json 20:12:49.455 [main] INFO org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Feature installation for features [] requested using repositories [repository] and feature directories [features] 20:12:49.456 [main] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- The following bundles [] are no longer required and will be removed. 20:12:49.457 [main] INFO org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Feature update complete. 20:12:49.565 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Feature installation for features [core-feature, jakarta-servlet-whiteboard-feature, jakarta-rest-whiteboard-feature, northbound-rest-feature] requested using repositories [target/it/repository] and feature directories [target/it/features] 20:12:49.566 [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. 20:12:49.566 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Loading feature model core-feature 20:12:49.571 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.sensinact.gateway.core:annotation:0.0.2-SNAPSHOT 20:12:49.571 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.sensinact.gateway.core:annotation:0.0.2-SNAPSHOT in repositories [target/it/repository] 20:12:49.571 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.eclipse.sensinact.gateway.core:annotation:0.0.2-SNAPSHOT is target/it/repository/org/eclipse/sensinact/gateway/core/annotation/0.0.2-SNAPSHOT/annotation-0.0.2-SNAPSHOT.jar 20:12:49.574 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.sensinact.gateway.core:api:0.0.2-SNAPSHOT 20:12:49.574 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.sensinact.gateway.core:api:0.0.2-SNAPSHOT in repositories [target/it/repository] 20:12:49.574 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.eclipse.sensinact.gateway.core:api:0.0.2-SNAPSHOT is target/it/repository/org/eclipse/sensinact/gateway/core/api/0.0.2-SNAPSHOT/api-0.0.2-SNAPSHOT.jar 20:12:49.576 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.sensinact.gateway.core:emf-api:0.0.2-SNAPSHOT 20:12:49.576 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.sensinact.gateway.core:emf-api:0.0.2-SNAPSHOT in repositories [target/it/repository] 20:12:49.576 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.eclipse.sensinact.gateway.core:emf-api:0.0.2-SNAPSHOT is target/it/repository/org/eclipse/sensinact/gateway/core/emf-api/0.0.2-SNAPSHOT/emf-api-0.0.2-SNAPSHOT.jar 20:12:49.578 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.sensinact.gateway.core:impl:0.0.2-SNAPSHOT 20:12:49.578 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.sensinact.gateway.core:impl:0.0.2-SNAPSHOT in repositories [target/it/repository] 20:12:49.578 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.eclipse.sensinact.gateway.core:impl:0.0.2-SNAPSHOT is target/it/repository/org/eclipse/sensinact/gateway/core/impl/0.0.2-SNAPSHOT/impl-0.0.2-SNAPSHOT.jar 20:12:49.581 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.sensinact.gateway.core.models:provider:0.0.2-SNAPSHOT 20:12:49.581 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.sensinact.gateway.core.models:provider:0.0.2-SNAPSHOT in repositories [target/it/repository] 20:12:49.581 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.eclipse.sensinact.gateway.core.models:provider:0.0.2-SNAPSHOT is target/it/repository/org/eclipse/sensinact/gateway/core/models/provider/0.0.2-SNAPSHOT/provider-0.0.2-SNAPSHOT.jar 20:12:49.584 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.sensinact.gateway.core.models:metadata:0.0.2-SNAPSHOT 20:12:49.584 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.sensinact.gateway.core.models:metadata:0.0.2-SNAPSHOT in repositories [target/it/repository] 20:12:49.584 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.eclipse.sensinact.gateway.core.models:metadata:0.0.2-SNAPSHOT is target/it/repository/org/eclipse/sensinact/gateway/core/models/metadata/0.0.2-SNAPSHOT/metadata-0.0.2-SNAPSHOT.jar 20:12:49.586 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.sensinact.gateway.core:geo-json:0.0.2-SNAPSHOT 20:12:49.587 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.sensinact.gateway.core:geo-json:0.0.2-SNAPSHOT in repositories [target/it/repository] 20:12:49.587 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.eclipse.sensinact.gateway.core:geo-json:0.0.2-SNAPSHOT is target/it/repository/org/eclipse/sensinact/gateway/core/geo-json/0.0.2-SNAPSHOT/geo-json-0.0.2-SNAPSHOT.jar 20:12:49.589 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle com.fasterxml.jackson.core:jackson-annotations:2.16.1 20:12:49.589 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature com.fasterxml.jackson.core:jackson-annotations:2.16.1 in repositories [target/it/repository] 20:12:49.589 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature com.fasterxml.jackson.core:jackson-annotations:2.16.1 is target/it/repository/com/fasterxml/jackson/core/jackson-annotations/2.16.1/jackson-annotations-2.16.1.jar 20:12:49.590 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle com.fasterxml.jackson.core:jackson-core:2.16.1 20:12:49.590 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature com.fasterxml.jackson.core:jackson-core:2.16.1 in repositories [target/it/repository] 20:12:49.590 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature com.fasterxml.jackson.core:jackson-core:2.16.1 is target/it/repository/com/fasterxml/jackson/core/jackson-core/2.16.1/jackson-core-2.16.1.jar 20:12:49.593 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle com.fasterxml.jackson.core:jackson-databind:2.16.1 20:12:49.593 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature com.fasterxml.jackson.core:jackson-databind:2.16.1 in repositories [target/it/repository] 20:12:49.593 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature com.fasterxml.jackson.core:jackson-databind:2.16.1 is target/it/repository/com/fasterxml/jackson/core/jackson-databind/2.16.1/jackson-databind-2.16.1.jar 20:12:49.598 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.osgi:org.osgi.service.typedevent:1.0.0 20:12:49.598 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.osgi:org.osgi.service.typedevent:1.0.0 in repositories [target/it/repository] 20:12:49.598 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.osgi:org.osgi.service.typedevent:1.0.0 is target/it/repository/org/osgi/org.osgi.service.typedevent/1.0.0/org.osgi.service.typedevent-1.0.0.jar 20:12:49.599 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.osgi:org.osgi.util.pushstream:1.0.2 20:12:49.599 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.osgi:org.osgi.util.pushstream:1.0.2 in repositories [target/it/repository] 20:12:49.599 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.osgi:org.osgi.util.pushstream:1.0.2 is target/it/repository/org/osgi/org.osgi.util.pushstream/1.0.2/org.osgi.util.pushstream-1.0.2.jar 20:12:49.601 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.emf:org.eclipse.emf.common:2.29.0 20:12:49.601 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.emf:org.eclipse.emf.common:2.29.0 in repositories [target/it/repository] 20:12:49.601 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.eclipse.emf:org.eclipse.emf.common:2.29.0 is target/it/repository/org/eclipse/emf/org.eclipse.emf.common/2.29.0/org.eclipse.emf.common-2.29.0.jar 20:12:49.604 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.emf:org.eclipse.emf.ecore:2.35.0 20:12:49.604 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.emf:org.eclipse.emf.ecore:2.35.0 in repositories [target/it/repository] 20:12:49.604 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.eclipse.emf:org.eclipse.emf.ecore:2.35.0 is target/it/repository/org/eclipse/emf/org.eclipse.emf.ecore/2.35.0/org.eclipse.emf.ecore-2.35.0.jar 20:12:49.609 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.emf:org.eclipse.emf.ecore.xmi:2.36.0 20:12:49.609 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.emf:org.eclipse.emf.ecore.xmi:2.36.0 in repositories [target/it/repository] 20:12:49.609 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.eclipse.emf:org.eclipse.emf.ecore.xmi:2.36.0 is target/it/repository/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.36.0/org.eclipse.emf.ecore.xmi-2.36.0.jar 20:12:49.611 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.geckoprojects.emf:org.gecko.emf.osgi.component.minimal:6.1.0 20:12:49.611 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.geckoprojects.emf:org.gecko.emf.osgi.component.minimal:6.1.0 in repositories [target/it/repository] 20:12:49.611 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.geckoprojects.emf:org.gecko.emf.osgi.component.minimal:6.1.0 is target/it/repository/org/geckoprojects/emf/org.gecko.emf.osgi.component.minimal/6.1.0/org.gecko.emf.osgi.component.minimal-6.1.0.jar 20:12:49.614 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.apache.aries.component-dsl:org.apache.aries.component-dsl.component-dsl:1.2.2 20:12:49.614 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.apache.aries.component-dsl:org.apache.aries.component-dsl.component-dsl:1.2.2 in repositories [target/it/repository] 20:12:49.614 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.apache.aries.component-dsl:org.apache.aries.component-dsl.component-dsl:1.2.2 is target/it/repository/org/apache/aries/component-dsl/org.apache.aries.component-dsl.component-dsl/1.2.2/org.apache.aries.component-dsl.component-dsl-1.2.2.jar 20:12:49.616 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.apache.aries.typedevent:org.apache.aries.typedevent.bus:0.0.2-SNAPSHOT 20:12:49.616 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.apache.aries.typedevent:org.apache.aries.typedevent.bus:0.0.2-SNAPSHOT in repositories [target/it/repository] 20:12:49.616 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.apache.aries.typedevent:org.apache.aries.typedevent.bus:0.0.2-SNAPSHOT is target/it/repository/org/apache/aries/typedevent/org.apache.aries.typedevent.bus/0.0.2-SNAPSHOT/org.apache.aries.typedevent.bus-0.0.2-SNAPSHOT.jar 20:12:49.617 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle io.dropwizard.metrics:metrics-core:4.2.19 20:12:49.618 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature io.dropwizard.metrics:metrics-core:4.2.19 in repositories [target/it/repository] 20:12:49.618 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature io.dropwizard.metrics:metrics-core:4.2.19 is target/it/repository/io/dropwizard/metrics/metrics-core/4.2.19/metrics-core-4.2.19.jar 20:12:49.950 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.apache.aries.typedevent.bus.impl.TypedEventBusActivator -- Aries Typed Event Bus Starting Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/admin Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/system Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/system/version Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/system/version Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/system/started Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/system/started Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/system/started 20:12:50.142 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.apache.aries.typedevent.bus.impl.TypedEventBusActivator -- Aries Typed Event Bus Started 20:12:50.144 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Loading feature model jakarta-servlet-whiteboard-feature 20:12:50.145 [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 20:12:50.145 [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] 20:12:50.145 [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 20:12:50.152 [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 20:12:50.152 [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] 20:12:50.152 [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 Feb 12, 2024 8:12:50 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 12, 2024 8:12:50 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 20:12:50.261 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- QueuedThreadPool[qtp2131715522]@7f0f65c2{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] added {org.eclipse.jetty.util.thread.ThreadPoolBudget@456400d3,POJO} 20:12:50.261 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@51bb2c5d{STOPPED}[11.0.13,sto=0] added {QueuedThreadPool[qtp2131715522]@7f0f65c2{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY],AUTO} 20:12:50.271 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@51bb2c5d{STOPPED}[11.0.13,sto=0] added {AttributeContainerMap@6d15772e{size=0},AUTO} 20:12:50.275 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HashLoginService@393a4898[null] added {org.eclipse.jetty.security.DefaultIdentityService@3cb75445,POJO} 20:12:50.275 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HashLoginService@393a4898[OSGi HTTP Service Realm] added {UserStore@39270a7[users.count=0],AUTO} 20:12:50.275 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@51bb2c5d{STOPPED}[11.0.13,sto=0] added {HashLoginService@393a4898[OSGi HTTP Service Realm],AUTO} 20:12:50.344 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- o.e.j.s.ServletContextHandler@ba34cd9{/,null,STOPPED} added {SymlinkAllowedResourceAliasChecker@48c5c0dd{base=null,protected=[]},MANAGED} 20:12:50.351 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.handler.ContextHandlerCollection -- AT@2b9326df{cs=true;c=1;=/=[Lorg.eclipse.jetty.server.handler.ContextHandlerCollection$Branch;@4b702220} 20:12:50.357 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ContextHandlerCollection@7f25a148{STOPPED} added {o.e.j.s.ServletContextHandler@ba34cd9{/,null,STOPPED},AUTO} 20:12:50.367 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- o.e.j.s.ServletContextHandler@ba34cd9{/,null,STOPPED} added {org.eclipse.jetty.server.session.SessionHandler83683401==dftMaxIdleSec=-1,MANAGED} 20:12:50.369 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- org.eclipse.jetty.server.session.SessionHandler83683401==dftMaxIdleSec=-1 added {ServletHandler@5a21d709{STOPPED},MANAGED} 20:12:50.369 [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) 20:12:50.370 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- o.e.j.s.ServletContextHandler@ba34cd9{/,null,STOPPED} added {org.apache.felix.http.base.internal.EventDispatcher@79921ba8,POJO} 20:12:50.370 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- org.eclipse.jetty.server.session.SessionHandler83683401==dftMaxIdleSec=0 added {org.apache.felix.http.base.internal.EventDispatcher@79921ba8,POJO} 20:12:50.383 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServletHandler@5a21d709{STOPPED} added {org.apache.felix.http.base.internal.dispatch.DispatcherServlet-59252196==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@2717014{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED},AUTO} 20:12:50.385 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServletHandler@5a21d709{STOPPED} added {[/*]=>org.apache.felix.http.base.internal.dispatch.DispatcherServlet-59252196,POJO} 20:12:50.385 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@51bb2c5d{STOPPED}[11.0.13,sto=0] added {ContextHandlerCollection@7f25a148{STOPPED},MANAGED} 20:12:50.385 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING Server@51bb2c5d{STOPPED}[11.0.13,sto=0] 20:12:50.389 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@51bb2c5d{STARTING}[11.0.13,sto=0] added {ErrorHandler@2698a328{STOPPED},AUTO} 20:12:50.391 [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 20:12:50.457 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting Server@51bb2c5d{STARTING}[11.0.13,sto=0] 20:12:50.457 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING QueuedThreadPool[qtp2131715522]@7f0f65c2{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] 20:12:50.460 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0} 20:12:50.460 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- QueuedThreadPool[qtp2131715522]@7f0f65c2{STARTING,8<=0<=200,i=0,r=-1,q=0}[ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0}] added {ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0},AUTO} 20:12:50.460 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0} 20:12:50.470 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2104ms ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0} 20:12:50.473 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp2131715522-29,5,Configuration Admin Service] 20:12:50.474 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp2131715522-30,5,Configuration Admin Service] 20:12:50.474 [qtp2131715522-29] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp2131715522]@7f0f65c2{STARTING,8<=2<=200,i=2,r=-1,q=0}[ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0}] 20:12:50.474 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp2131715522-31,5,Configuration Admin Service] 20:12:50.474 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp2131715522-32,5,Configuration Admin Service] 20:12:50.474 [qtp2131715522-30] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp2131715522]@7f0f65c2{STARTING,8<=3<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0}] 20:12:50.474 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp2131715522-33,5,Configuration Admin Service] 20:12:50.474 [qtp2131715522-31] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp2131715522]@7f0f65c2{STARTING,8<=4<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0}] 20:12:50.474 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp2131715522-34,5,Configuration Admin Service] 20:12:50.474 [qtp2131715522-32] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp2131715522]@7f0f65c2{STARTING,8<=5<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0}] 20:12:50.474 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp2131715522-35,5,Configuration Admin Service] 20:12:50.474 [qtp2131715522-33] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp2131715522]@7f0f65c2{STARTING,8<=6<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0}] 20:12:50.474 [qtp2131715522-34] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp2131715522]@7f0f65c2{STARTING,8<=7<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0}] 20:12:50.475 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp2131715522-36,5,Configuration Admin Service] 20:12:50.475 [qtp2131715522-35] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp2131715522]@7f0f65c2{STARTING,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0}] 20:12:50.475 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2108ms QueuedThreadPool[qtp2131715522]@7f0f65c2{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0}] 20:12:50.475 [qtp2131715522-36] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp2131715522]@7f0f65c2{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0}] 20:12:50.475 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING AttributeContainerMap@6d15772e{size=0} 20:12:50.475 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2108ms AttributeContainerMap@6d15772e{size=0} 20:12:50.475 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING HashLoginService@393a4898[OSGi HTTP Service Realm] 20:12:50.475 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING UserStore@39270a7[users.count=0] 20:12:50.475 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2109ms UserStore@39270a7[users.count=0] 20:12:50.475 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2109ms HashLoginService@393a4898[OSGi HTTP Service Realm] 20:12:50.475 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ContextHandlerCollection@7f25a148{STOPPED} 20:12:50.475 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting ContextHandlerCollection@7f25a148{STARTING} 20:12:50.475 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING o.e.j.s.ServletContextHandler@ba34cd9{/,null,STOPPED} 20:12:50.476 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.DecoratedObjectFactory -- Adding Decorator: org.eclipse.jetty.util.DeprecationWarning@1d3389c2 20:12:50.490 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.http.PreEncodedHttpField -- HttpField encoders loaded: [org.eclipse.jetty.http.Http1FieldPreEncoder@1a31cfef, org.eclipse.jetty.http2.hpack.HpackFieldPreEncoder@44875c68] 20:12:50.507 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting o.e.j.s.ServletContextHandler@ba34cd9{/,null,STARTING} 20:12:50.508 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING SymlinkAllowedResourceAliasChecker@48c5c0dd{base=null,protected=[]} 20:12:50.508 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- o.e.j.s.ServletContextHandler@ba34cd9{/,null,STARTING} added {org.eclipse.jetty.server.AllowedResourceAliasChecker$AllowedResourceAliasCheckListener@2f8481c2,POJO} 20:12:50.508 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2142ms SymlinkAllowedResourceAliasChecker@48c5c0dd{base=null,protected=[]} 20:12:50.508 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING org.eclipse.jetty.server.session.SessionHandler83683401==dftMaxIdleSec=0 20:12:50.545 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- org.eclipse.jetty.server.session.SessionHandler83683401==dftMaxIdleSec=0 added {org.eclipse.jetty.server.session.DefaultSessionCache@3897d75a[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false],AUTO} 20:12:50.548 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- org.eclipse.jetty.server.session.DefaultSessionCache@3897d75a[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] added {org.eclipse.jetty.server.session.NullSessionDataStore@4e64d768[passivating=false,graceSec=3600],AUTO} 20:12:50.550 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING DefaultSessionIdManager@2f950dbc{STOPPED}[worker=null] 20:12:50.552 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- DefaultSessionIdManager@2f950dbc{STARTING}[worker=node0] added {HouseKeeper@1410ba11{STOPPED}[interval=600000, ownscheduler=false],MANAGED} 20:12:50.555 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO org.eclipse.jetty.server.session.DefaultSessionIdManager -- Session workerName=node0 20:12:50.555 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING HouseKeeper@1410ba11{STOPPED}[interval=600000, ownscheduler=false] 20:12:50.556 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ScheduledExecutorScheduler@57baafd2{STOPPED} 20:12:50.557 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2190ms ScheduledExecutorScheduler@57baafd2{STARTED} 20:12:50.557 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.session.HouseKeeper -- node0 using own scheduler for scavenging 20:12:50.557 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.session.HouseKeeper -- node0 scavenging every 600000ms 20:12:50.560 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2193ms HouseKeeper@1410ba11{STARTED}[interval=600000, ownscheduler=true] 20:12:50.560 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2193ms DefaultSessionIdManager@2f950dbc{STARTED}[worker=node0] 20:12:50.560 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@51bb2c5d{STARTING}[11.0.13,sto=0] added {DefaultSessionIdManager@2f950dbc{STARTED}[worker=node0],MANAGED} 20:12:50.560 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- org.eclipse.jetty.server.session.SessionHandler83683401==dftMaxIdleSec=0 added {DefaultSessionIdManager@2f950dbc{STARTED}[worker=node0],UNMANAGED} 20:12:50.560 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ScheduledExecutorScheduler@730c647f{STOPPED} 20:12:50.560 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2194ms ScheduledExecutorScheduler@730c647f{STARTED} 20:12:50.561 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting org.eclipse.jetty.server.session.SessionHandler83683401==dftMaxIdleSec=0 20:12:50.561 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ServletHandler@5a21d709{STOPPED} 20:12:50.569 [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-59252196[EMBEDDED:null] 20:12:50.571 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.http.pathmap.ServletPathSpec -- Creating ServletPathSpec[/*] (group: PREFIX_GLOB, prefix: "", suffix: "null") 20:12:50.572 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457a78e{/*},resource=MappedServlet1699e5c8{/*->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-59252196==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@2717014{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=1] 20:12:50.572 [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-59252196=MappedServlet62402dee{null->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-59252196==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@2717014{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}} 20:12:50.572 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.servlet.ServletHandler -- Adding Default404Servlet to ServletHandler@5a21d709{STARTING} 20:12:50.573 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServletHandler@5a21d709{STARTING} added {org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-7f2a2089==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@1d05b611{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED},AUTO} 20:12:50.573 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServletHandler@5a21d709{STARTING} added {[/]=>org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-7f2a2089,POJO} 20:12:50.573 [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-59252196[EMBEDDED:null] 20:12:50.573 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.http.pathmap.ServletPathSpec -- Creating ServletPathSpec[/*] (group: PREFIX_GLOB, prefix: "", suffix: "null") 20:12:50.573 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457a78e{/*},resource=MappedServlet1ce65ddf{/*->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-59252196==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@2717014{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=1] 20:12:50.573 [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-7f2a2089[EMBEDDED:null] 20:12:50.573 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457dcb7{/},resource=MappedServlet4528e7c7{/->org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-7f2a2089==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@1d05b611{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=2] 20:12:50.573 [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-7f2a2089=MappedServlet3ee43fc3{null->org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-7f2a2089==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@1d05b611{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}, org.apache.felix.http.base.internal.dispatch.DispatcherServlet-59252196=MappedServlet10e46efe{null->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-59252196==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@2717014{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}} 20:12:50.573 [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-59252196[EMBEDDED:null] 20:12:50.573 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.http.pathmap.ServletPathSpec -- Creating ServletPathSpec[/*] (group: PREFIX_GLOB, prefix: "", suffix: "null") 20:12:50.573 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457a78e{/*},resource=MappedServlet3e42d198{/*->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-59252196==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@2717014{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=1] 20:12:50.573 [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-7f2a2089[EMBEDDED:null] 20:12:50.573 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457dcb7{/},resource=MappedServlet3cd61f48{/->org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-7f2a2089==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@1d05b611{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=2] 20:12:50.573 [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-7f2a2089=MappedServlet3ee43fc3{null->org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-7f2a2089==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@1d05b611{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}, org.apache.felix.http.base.internal.dispatch.DispatcherServlet-59252196=MappedServlet10e46efe{null->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-59252196==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@2717014{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}} 20:12:50.574 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting ServletHandler@5a21d709{STARTING} 20:12:50.574 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2207ms ServletHandler@5a21d709{STARTED} 20:12:50.574 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING org.eclipse.jetty.server.session.DefaultSessionCache@3897d75a[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] 20:12:50.574 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING org.eclipse.jetty.server.session.NullSessionDataStore@4e64d768[passivating=false,graceSec=3600] 20:12:50.574 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2207ms org.eclipse.jetty.server.session.NullSessionDataStore@4e64d768[passivating=false,graceSec=3600] 20:12:50.574 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2207ms org.eclipse.jetty.server.session.DefaultSessionCache@3897d75a[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] 20:12:50.574 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2207ms org.eclipse.jetty.server.session.SessionHandler83683401==dftMaxIdleSec=0 20:12:50.576 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING org.apache.felix.http.base.internal.dispatch.DispatcherServlet-59252196==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@2717014{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED} 20:12:50.577 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2210ms org.apache.felix.http.base.internal.dispatch.DispatcherServlet-59252196==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@2717014{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STARTED} 20:12:50.577 [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-59252196 20:12:50.577 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-7f2a2089==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@1d05b611{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED} 20:12:50.578 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2211ms org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-7f2a2089==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@1d05b611{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STARTED} 20:12:50.578 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO org.eclipse.jetty.server.handler.ContextHandler -- Started o.e.j.s.ServletContextHandler@ba34cd9{/,null,AVAILABLE} 20:12:50.578 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2211ms o.e.j.s.ServletContextHandler@ba34cd9{/,null,AVAILABLE} 20:12:50.578 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2211ms ContextHandlerCollection@7f25a148{STARTED} 20:12:50.578 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ErrorHandler@2698a328{STOPPED} 20:12:50.578 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting ErrorHandler@2698a328{STARTING} 20:12:50.578 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2212ms ErrorHandler@2698a328{STARTED} 20:12:50.578 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO org.eclipse.jetty.server.Server -- Started Server@51bb2c5d{STARTING}[11.0.13,sto=0] @2212ms 20:12:50.578 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2212ms Server@51bb2c5d{STARTED}[11.0.13,sto=0] 20:12:50.578 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.session.HouseKeeper -- node0 scavenging every 660000ms 20:12:50.589 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpConnectionFactory@31bf755b[HTTP/1.1] added {HttpConfiguration@279a631c{32768/8192,8192/8192,https://:0,[]},POJO} 20:12:50.607 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@1e10a0a0{null, ()}{0.0.0.0:0} added {QueuedThreadPool[qtp2131715522]@7f0f65c2{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0}],UNMANAGED} 20:12:50.607 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@1e10a0a0{null, ()}{0.0.0.0:0} added {ScheduledExecutorScheduler@5cc3d81f{STOPPED},AUTO} 20:12:50.650 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@51bb2c5d{STARTED}[11.0.13,sto=0] added {LogarithmicArrayByteBufferPool@14014639{minBufferCapacity=0, maxBufferCapacity=65536, maxQueueLength=-1, factor=4096},POJO} 20:12:50.651 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@1e10a0a0{null, ()}{0.0.0.0:0} added {LogarithmicArrayByteBufferPool@14014639{minBufferCapacity=0, maxBufferCapacity=65536, maxQueueLength=-1, factor=4096},UNMANAGED} 20:12:50.651 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@1e10a0a0{null, ()}{0.0.0.0:0} added {org.eclipse.jetty.io.LogarithmicArrayByteBufferPool$LogarithmicRetainablePool@10d942c7{min=0,max=65536,buckets=17,heap=0/-1,direct=0/-1},POJO} 20:12:50.651 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@1e10a0a0{null, ()}{0.0.0.0:0} added {org.eclipse.jetty.server.AbstractConnector$1@59958110,POJO} 20:12:50.652 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@1e10a0a0{null, (http/1.1)}{0.0.0.0:0} added {HttpConnectionFactory@31bf755b[HTTP/1.1],AUTO} 20:12:50.652 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.AbstractConnector -- ServerConnector@1e10a0a0{HTTP/1.1, (http/1.1)}{0.0.0.0:0} added HttpConnectionFactory@31bf755b[HTTP/1.1] 20:12:50.656 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@1e10a0a0{HTTP/1.1, (http/1.1)}{0.0.0.0:0} added {SelectorManager@ServerConnector@1e10a0a0{HTTP/1.1, (http/1.1)}{0.0.0.0:0},MANAGED} 20:12:50.657 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@51bb2c5d{STARTED}[11.0.13,sto=0] added {ServerConnector@1e10a0a0{HTTP/1.1, (http/1.1)}{0.0.0.0:8080},UNMANAGED} 20:12:50.657 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ServerConnector@1e10a0a0{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 20:12:50.664 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@1e10a0a0{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} 20:12:50.667 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ScheduledExecutorScheduler@5cc3d81f{STOPPED} 20:12:50.667 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2301ms ScheduledExecutorScheduler@5cc3d81f{STARTED} 20:12:50.667 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING HttpConnectionFactory@31bf755b[HTTP/1.1] 20:12:50.667 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2301ms HttpConnectionFactory@31bf755b[HTTP/1.1] 20:12:50.667 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING SelectorManager@ServerConnector@1e10a0a0{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 20:12:50.675 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- AdaptiveExecutionStrategy@3106614d/SelectorProducer@16ad2b9f/IDLE/p=false/QueuedThreadPool[qtp2131715522]@7f0f65c2{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:12:50.675372104Z added {SelectorProducer@16ad2b9f,POJO} 20:12:50.675 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- AdaptiveExecutionStrategy@3106614d/SelectorProducer@16ad2b9f/IDLE/p=false/QueuedThreadPool[qtp2131715522]@7f0f65c2{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:12:50.675784614Z added {QueuedThreadPool[qtp2131715522]@7f0f65c2{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0}],UNMANAGED} 20:12:50.675 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- AdaptiveExecutionStrategy@3106614d/SelectorProducer@16ad2b9f/IDLE/p=false/QueuedThreadPool[qtp2131715522]@7f0f65c2{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:12:50.676033351Z created 20:12:50.676 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ManagedSelector@28686d1f{STOPPED} id=0 keys=-1 selected=-1 updates=0 added {AdaptiveExecutionStrategy@3106614d/SelectorProducer@16ad2b9f/IDLE/p=false/QueuedThreadPool[qtp2131715522]@7f0f65c2{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:12:50.676281196Z,MANAGED} 20:12:50.676 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- SelectorManager@ServerConnector@1e10a0a0{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} added {ManagedSelector@28686d1f{STOPPED} id=0 keys=-1 selected=-1 updates=0,AUTO} 20:12:50.676 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ManagedSelector@28686d1f{STOPPED} id=0 keys=-1 selected=-1 updates=0 20:12:50.676 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING AdaptiveExecutionStrategy@3106614d/SelectorProducer@16ad2b9f/IDLE/p=false/QueuedThreadPool[qtp2131715522]@7f0f65c2{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:12:50.67670973Z 20:12:50.676 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2310ms AdaptiveExecutionStrategy@3106614d/SelectorProducer@16ad2b9f/IDLE/p=false/QueuedThreadPool[qtp2131715522]@7f0f65c2{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:12:50.676885204Z 20:12:50.680 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue org.eclipse.jetty.io.ManagedSelector$$Lambda$381/0x00007f5cd0315580@602f3247 startThread=0 20:12:50.680 [qtp2131715522-29] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.io.ManagedSelector$$Lambda$381/0x00007f5cd0315580@602f3247 in QueuedThreadPool[qtp2131715522]@7f0f65c2{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0}] 20:12:50.680 [qtp2131715522-29] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- AdaptiveExecutionStrategy@3106614d/SelectorProducer@16ad2b9f/IDLE/p=false/QueuedThreadPool[qtp2131715522]@7f0f65c2{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:12:50.680623301Z tryProduce false 20:12:50.680 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.ManagedSelector$Start@4c21382e on ManagedSelector@28686d1f{STARTING} id=0 keys=0 selected=0 updates=0 20:12:50.682 [qtp2131715522-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 20:12:50.682 [qtp2131715522-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$Start@4c21382e 20:12:50.682 [qtp2131715522-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:12:50.682 [qtp2131715522-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@1a6da94 waiting with 0 keys 20:12:50.682 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2315ms ManagedSelector@28686d1f{STARTED} id=0 keys=0 selected=0 updates=0 20:12:50.682 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2316ms SelectorManager@ServerConnector@1e10a0a0{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 20:12:50.684 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@1e10a0a0{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} added {acceptor-0@5398e6b,POJO} 20:12:50.684 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue acceptor-0@5398e6b startThread=0 20:12:50.684 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO org.eclipse.jetty.server.AbstractConnector -- Started ServerConnector@1e10a0a0{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 20:12:50.684 [qtp2131715522-30] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run acceptor-0@5398e6b in QueuedThreadPool[qtp2131715522]@7f0f65c2{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0}] 20:12:50.684 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2318ms ServerConnector@1e10a0a0{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 20:12:50.686 [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] 20:12:50.715 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@51bb2c5d{STARTED}[11.0.13,sto=0] added {org.apache.felix.http.jetty.internal.RequestLogTracker@4600999e,POJO} 20:12:50.717 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING Server@51bb2c5d{STARTED}[11.0.13,sto=0] 20:12:50.717 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.Server -- Stopped Server@51bb2c5d{STOPPING}[11.0.13,sto=0] 20:12:50.717 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.Server -- doStop Server@51bb2c5d{STOPPING}[11.0.13,sto=0] 20:12:50.717 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ServerConnector@1e10a0a0{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 20:12:50.717 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING SelectorManager@ServerConnector@1e10a0a0{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 20:12:50.717 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ManagedSelector@28686d1f{STARTED} id=0 keys=0 selected=0 updates=0 20:12:50.717 [qtp2131715522-30] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran qtp2131715522-30-acceptor-0@5398e6b-ServerConnector@1e10a0a0{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} in QueuedThreadPool[qtp2131715522]@7f0f65c2{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0}] 20:12:50.718 [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@28686d1f{STOPPING} id=0 keys=0 selected=0 updates=0 20:12:50.718 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@28686d1f{STOPPING} id=0 keys=0 selected=0 updates=1 20:12:50.741 [qtp2131715522-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@1a6da94 woken with none selected 20:12:50.741 [qtp2131715522-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@1a6da94 woken up from select, 0/0/0 selected 20:12:50.741 [qtp2131715522-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@1a6da94 processing 0 keys, 1 updates 20:12:50.741 [qtp2131715522-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 20:12:50.741 [qtp2131715522-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$CloseConnections@11232948 20:12:50.741 [qtp2131715522-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- Closing 0 connections on ManagedSelector@28686d1f{STOPPING} id=0 keys=0 selected=0 updates=0 20:12:50.742 [qtp2131715522-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:12:50.742 [qtp2131715522-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@1a6da94 waiting with 0 keys 20:12:50.742 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Loading feature model jakarta-rest-whiteboard-feature 20:12:50.742 [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@28686d1f{STOPPING} id=0 keys=0 selected=0 updates=0 20:12:50.742 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@28686d1f{STOPPING} id=0 keys=0 selected=0 updates=1 20:12:50.742 [qtp2131715522-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@1a6da94 woken with none selected 20:12:50.742 [qtp2131715522-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@1a6da94 woken up from select, 0/0/0 selected 20:12:50.742 [qtp2131715522-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@1a6da94 processing 0 keys, 1 updates 20:12:50.742 [qtp2131715522-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 20:12:50.742 [qtp2131715522-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$StopSelector@6b723ae2 20:12:50.750 [qtp2131715522-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:12:50.750 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING AdaptiveExecutionStrategy@3106614d/SelectorProducer@16ad2b9f/PRODUCING/p=false/QueuedThreadPool[qtp2131715522]@7f0f65c2{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:12:50.7501857Z 20:12:50.750 [qtp2131715522-29] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.io.ManagedSelector$$Lambda$381/0x00007f5cd0315580@602f3247 in QueuedThreadPool[qtp2131715522]@7f0f65c2{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0}] 20:12:50.750 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED AdaptiveExecutionStrategy@3106614d/SelectorProducer@16ad2b9f/IDLE/p=false/QueuedThreadPool[qtp2131715522]@7f0f65c2{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:12:50.750387754Z 20:12:50.750 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ManagedSelector@28686d1f{STOPPED} id=0 keys=-1 selected=-1 updates=0 20:12:50.750 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED SelectorManager@ServerConnector@1e10a0a0{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 20:12:50.750 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING HttpConnectionFactory@31bf755b[HTTP/1.1] 20:12:50.750 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED HttpConnectionFactory@31bf755b[HTTP/1.1] 20:12:50.750 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ScheduledExecutorScheduler@5cc3d81f{STARTED} 20:12:50.750 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ScheduledExecutorScheduler@5cc3d81f{STOPPED} 20:12:50.750 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.AbstractConnector -- Stopped ServerConnector@1e10a0a0{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 20:12:50.750 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ServerConnector@1e10a0a0{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 20:12:50.751 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- stopping Server@51bb2c5d{STOPPING}[11.0.13,sto=0] 20:12:50.751 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING DefaultSessionIdManager@2f950dbc{STARTED}[worker=node0] 20:12:50.751 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING HouseKeeper@1410ba11{STARTED}[interval=660000, ownscheduler=true] 20:12:50.751 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.session.HouseKeeper -- node0 stopped scavenging 20:12:50.751 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ScheduledExecutorScheduler@57baafd2{STARTED} 20:12:50.751 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ScheduledExecutorScheduler@57baafd2{STOPPED} 20:12:50.751 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- The feature jakarta-rest-whiteboard-feature depends on the feature jakarta-servlet-whiteboard-feature, which is installed 20:12:50.751 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED HouseKeeper@1410ba11{STOPPED}[interval=660000, ownscheduler=false] 20:12:50.751 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED DefaultSessionIdManager@2f950dbc{STOPPED}[worker=node0] 20:12:50.751 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ErrorHandler@2698a328{STARTED} 20:12:50.751 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.osgi-technology.rest:org.eclipse.osgitech.rest:1.2.2 20:12:50.751 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.osgi-technology.rest:org.eclipse.osgitech.rest:1.2.2 in repositories [target/it/repository] 20:12:50.751 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- stopping ErrorHandler@2698a328{STOPPING} 20:12:50.751 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ErrorHandler@2698a328{STOPPED} 20:12:50.751 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.eclipse.osgi-technology.rest:org.eclipse.osgitech.rest:1.2.2 is target/it/repository/org/eclipse/osgi-technology/rest/org.eclipse.osgitech.rest/1.2.2/org.eclipse.osgitech.rest-1.2.2.jar 20:12:50.751 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ContextHandlerCollection@7f25a148{STARTED} 20:12:50.751 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- stopping ContextHandlerCollection@7f25a148{STOPPING} 20:12:50.751 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING o.e.j.s.ServletContextHandler@ba34cd9{/,null,AVAILABLE} 20:12:50.751 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- stopping o.e.j.s.ServletContextHandler@ba34cd9{/,null,STOPPED} 20:12:50.751 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING org.eclipse.jetty.server.session.SessionHandler83683401==dftMaxIdleSec=0 20:12:50.751 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.session.DefaultSessionCache -- Shutdown sessions, invalidating = false 20:12:50.751 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING org.eclipse.jetty.server.session.DefaultSessionCache@3897d75a[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] 20:12:50.752 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING org.eclipse.jetty.server.session.NullSessionDataStore@4e64d768[passivating=false,graceSec=3600] 20:12:50.752 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED org.eclipse.jetty.server.session.NullSessionDataStore@4e64d768[passivating=false,graceSec=3600] 20:12:50.752 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED org.eclipse.jetty.server.session.DefaultSessionCache@3897d75a[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] 20:12:50.752 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ScheduledExecutorScheduler@730c647f{STARTED} 20:12:50.752 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ScheduledExecutorScheduler@730c647f{STOPPED} 20:12:50.752 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- stopping org.eclipse.jetty.server.session.SessionHandler83683401==dftMaxIdleSec=0 20:12:50.752 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ServletHandler@5a21d709{STARTED} 20:12:50.752 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- stopping ServletHandler@5a21d709{STOPPING} 20:12:50.752 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-7f2a2089==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@1d05b611{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STARTED} 20:12:50.752 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-7f2a2089==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@1d05b611{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED} 20:12:50.752 [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-59252196==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@2717014{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 20:12:50.752 [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-59252196==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@2717014{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED} 20:12:50.757 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.osgi-technology.rest:org.eclipse.osgitech.rest.sse:1.2.2 20:12:50.757 [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-59252196[EMBEDDED:null] 20:12:50.757 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.osgi-technology.rest:org.eclipse.osgitech.rest.sse:1.2.2 in repositories [target/it/repository] 20:12:50.757 [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") 20:12:50.757 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.eclipse.osgi-technology.rest:org.eclipse.osgitech.rest.sse:1.2.2 is target/it/repository/org/eclipse/osgi-technology/rest/org.eclipse.osgitech.rest.sse/1.2.2/org.eclipse.osgitech.rest.sse-1.2.2.jar 20:12:50.757 [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-59252196==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@2717014{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=1] 20:12:50.757 [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-59252196=MappedServlete66368a{null->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-59252196==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@2717014{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}} 20:12:50.758 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ServletHandler@5a21d709{STOPPED} 20:12:50.758 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED org.eclipse.jetty.server.session.SessionHandler83683401==dftMaxIdleSec=0 20:12:50.758 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING SymlinkAllowedResourceAliasChecker@48c5c0dd{base=null,protected=[]} 20:12:50.758 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED SymlinkAllowedResourceAliasChecker@48c5c0dd{base=null,protected=[]} 20:12:50.758 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.handler.ContextHandler -- Stopped o.e.j.s.ServletContextHandler@ba34cd9{/,null,STOPPED} 20:12:50.758 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED o.e.j.s.ServletContextHandler@ba34cd9{/,null,STOPPED} 20:12:50.758 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ContextHandlerCollection@7f25a148{STOPPED} 20:12:50.758 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING HashLoginService@393a4898[OSGi HTTP Service Realm] 20:12:50.758 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING UserStore@39270a7[users.count=0] 20:12:50.758 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED UserStore@39270a7[users.count=0] 20:12:50.758 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED HashLoginService@393a4898[OSGi HTTP Service Realm] 20:12:50.758 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING AttributeContainerMap@6d15772e{size=0} 20:12:50.758 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED AttributeContainerMap@6d15772e{size=0} 20:12:50.758 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING QueuedThreadPool[qtp2131715522]@7f0f65c2{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0}] 20:12:50.759 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Stopping QueuedThreadPool[qtp2131715522]@7f0f65c2{STOPPING,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0}] 20:12:50.759 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0} 20:12:50.759 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.osgi-technology.rest:org.eclipse.osgitech.rest.servlet.whiteboard:1.2.2 20:12:50.759 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.osgi-technology.rest:org.eclipse.osgitech.rest.servlet.whiteboard:1.2.2 in repositories [target/it/repository] 20:12:50.759 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.eclipse.osgi-technology.rest:org.eclipse.osgitech.rest.servlet.whiteboard:1.2.2 is target/it/repository/org/eclipse/osgi-technology/rest/org.eclipse.osgitech.rest.servlet.whiteboard/1.2.2/org.eclipse.osgitech.rest.servlet.whiteboard-1.2.2.jar 20:12:50.760 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ReservedThreadExecutor@436ec45a{reserved=-1/2,pending=0} 20:12:50.760 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Waiting for Thread[qtp2131715522-30,5,Configuration Admin Service] for 2499 20:12:50.760 [qtp2131715522-31] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$322/0x00007f5cd0283d70@751f2b5c in QueuedThreadPool[qtp2131715522]@7f0f65c2{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:12:50.761 [qtp2131715522-33] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$322/0x00007f5cd0283d70@751f2b5c in QueuedThreadPool[qtp2131715522]@7f0f65c2{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:12:50.761 [qtp2131715522-35] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$322/0x00007f5cd0283d70@751f2b5c in QueuedThreadPool[qtp2131715522]@7f0f65c2{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:12:50.761 [qtp2131715522-31] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$322/0x00007f5cd0283d70@751f2b5c in QueuedThreadPool[qtp2131715522]@7f0f65c2{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:12:50.761 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.osgi:org.osgi.service.jakartars:2.0.0 20:12:50.761 [qtp2131715522-32] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$322/0x00007f5cd0283d70@751f2b5c in QueuedThreadPool[qtp2131715522]@7f0f65c2{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:12:50.761 [qtp2131715522-36] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$322/0x00007f5cd0283d70@751f2b5c in QueuedThreadPool[qtp2131715522]@7f0f65c2{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:12:50.761 [qtp2131715522-33] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$322/0x00007f5cd0283d70@751f2b5c in QueuedThreadPool[qtp2131715522]@7f0f65c2{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:12:50.761 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.osgi:org.osgi.service.jakartars:2.0.0 in repositories [target/it/repository] 20:12:50.761 [qtp2131715522-35] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$322/0x00007f5cd0283d70@751f2b5c in QueuedThreadPool[qtp2131715522]@7f0f65c2{STOPPING,8<=0<=200,i=9,r=-1,q=0}[NO_TRY] 20:12:50.761 [qtp2131715522-30] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$322/0x00007f5cd0283d70@751f2b5c in QueuedThreadPool[qtp2131715522]@7f0f65c2{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:12:50.761 [qtp2131715522-31] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[qtp2131715522-31,5,Configuration Admin Service] exited for QueuedThreadPool[qtp2131715522]@7f0f65c2{STOPPING,8<=0<=200,i=9,r=-1,q=0}[NO_TRY] 20:12:50.761 [qtp2131715522-29] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$322/0x00007f5cd0283d70@751f2b5c in QueuedThreadPool[qtp2131715522]@7f0f65c2{STOPPING,8<=0<=200,i=9,r=-1,q=0}[NO_TRY] 20:12:50.761 [qtp2131715522-32] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$322/0x00007f5cd0283d70@751f2b5c in QueuedThreadPool[qtp2131715522]@7f0f65c2{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:12:50.761 [qtp2131715522-33] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[qtp2131715522-33,5,Configuration Admin Service] exited for QueuedThreadPool[qtp2131715522]@7f0f65c2{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:12:50.761 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.osgi:org.osgi.service.jakartars:2.0.0 is target/it/repository/org/osgi/org.osgi.service.jakartars/2.0.0/org.osgi.service.jakartars-2.0.0.jar 20:12:50.761 [qtp2131715522-36] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$322/0x00007f5cd0283d70@751f2b5c in QueuedThreadPool[qtp2131715522]@7f0f65c2{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:12:50.761 [qtp2131715522-35] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[qtp2131715522-35,5,Configuration Admin Service] exited for QueuedThreadPool[qtp2131715522]@7f0f65c2{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:12:50.761 [qtp2131715522-30] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$322/0x00007f5cd0283d70@751f2b5c in QueuedThreadPool[qtp2131715522]@7f0f65c2{STOPPING,8<=0<=200,i=9,r=-1,q=0}[NO_TRY] 20:12:50.761 [qtp2131715522-34] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$322/0x00007f5cd0283d70@751f2b5c in QueuedThreadPool[qtp2131715522]@7f0f65c2{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:12:50.761 [qtp2131715522-29] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$322/0x00007f5cd0283d70@751f2b5c in QueuedThreadPool[qtp2131715522]@7f0f65c2{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:12:50.761 [qtp2131715522-36] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[qtp2131715522-36,5,Configuration Admin Service] exited for QueuedThreadPool[qtp2131715522]@7f0f65c2{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:12:50.761 [qtp2131715522-32] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[qtp2131715522-32,5,Configuration Admin Service] exited for QueuedThreadPool[qtp2131715522]@7f0f65c2{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:12:50.761 [qtp2131715522-30] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[qtp2131715522-30,5,Configuration Admin Service] exited for QueuedThreadPool[qtp2131715522]@7f0f65c2{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:12:50.761 [qtp2131715522-29] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[qtp2131715522-29,5,Configuration Admin Service] exited for QueuedThreadPool[qtp2131715522]@7f0f65c2{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:12:50.761 [qtp2131715522-34] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$322/0x00007f5cd0283d70@751f2b5c in QueuedThreadPool[qtp2131715522]@7f0f65c2{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:12:50.761 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Waiting for Thread[qtp2131715522-31,5,] for 2499 20:12:50.761 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Waiting for Thread[qtp2131715522-35,5,] for 2499 20:12:50.761 [qtp2131715522-34] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[qtp2131715522-34,5,Configuration Admin Service] exited for QueuedThreadPool[qtp2131715522]@7f0f65c2{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:12:50.761 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED QueuedThreadPool[qtp2131715522]@7f0f65c2{STOPPED,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:12:50.761 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED Server@51bb2c5d{STOPPED}[11.0.13,sto=0] 20:12:50.761 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.apache.felix.http -- Stopped Jetty 20:12:50.761 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- QueuedThreadPool[qtp304157852]@1221149c{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] added {org.eclipse.jetty.util.thread.ThreadPoolBudget@4c4e8b6,POJO} 20:12:50.761 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@1dcb86aa{STOPPED}[11.0.13,sto=0] added {QueuedThreadPool[qtp304157852]@1221149c{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY],AUTO} 20:12:50.761 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@1dcb86aa{STOPPED}[11.0.13,sto=0] added {AttributeContainerMap@659b7320{size=0},AUTO} 20:12:50.761 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HashLoginService@7f841efb[null] added {org.eclipse.jetty.security.DefaultIdentityService@5ca6c8e5,POJO} 20:12:50.761 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HashLoginService@7f841efb[OSGi HTTP Service Realm] added {UserStore@1d99fb0d[users.count=0],AUTO} 20:12:50.761 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@1dcb86aa{STOPPED}[11.0.13,sto=0] added {HashLoginService@7f841efb[OSGi HTTP Service Realm],AUTO} 20:12:50.762 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- o.e.j.s.ServletContextHandler@23a589ed{/,null,STOPPED} added {SymlinkAllowedResourceAliasChecker@7c8938a4{base=null,protected=[]},MANAGED} 20:12:50.762 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.ContextHandlerCollection -- AT@16823630{cs=true;c=1;=/=[Lorg.eclipse.jetty.server.handler.ContextHandlerCollection$Branch;@4411f67e} 20:12:50.762 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ContextHandlerCollection@4bf4f5f0{STOPPED} added {o.e.j.s.ServletContextHandler@23a589ed{/,null,STOPPED},AUTO} 20:12:50.762 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- o.e.j.s.ServletContextHandler@23a589ed{/,null,STOPPED} added {org.eclipse.jetty.server.session.SessionHandler2123212850==dftMaxIdleSec=-1,MANAGED} 20:12:50.762 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- org.eclipse.jetty.server.session.SessionHandler2123212850==dftMaxIdleSec=-1 added {ServletHandler@79392265{STOPPED},MANAGED} 20:12:50.762 [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) 20:12:50.762 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- o.e.j.s.ServletContextHandler@23a589ed{/,null,STOPPED} added {org.apache.felix.http.base.internal.EventDispatcher@79921ba8,POJO} 20:12:50.762 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- org.eclipse.jetty.server.session.SessionHandler2123212850==dftMaxIdleSec=0 added {org.apache.felix.http.base.internal.EventDispatcher@79921ba8,POJO} 20:12:50.762 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServletHandler@79392265{STOPPED} added {org.apache.felix.http.base.internal.dispatch.DispatcherServlet-3250993a==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@c53ed7f9{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED},AUTO} 20:12:50.762 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServletHandler@79392265{STOPPED} added {[/*]=>org.apache.felix.http.base.internal.dispatch.DispatcherServlet-3250993a,POJO} 20:12:50.762 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@1dcb86aa{STOPPED}[11.0.13,sto=0] added {ContextHandlerCollection@4bf4f5f0{STOPPED},MANAGED} 20:12:50.762 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING Server@1dcb86aa{STOPPED}[11.0.13,sto=0] 20:12:50.762 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@1dcb86aa{STARTING}[11.0.13,sto=0] added {ErrorHandler@5ee7b1f5{STOPPED},AUTO} 20:12:50.762 [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 20:12:50.762 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting Server@1dcb86aa{STARTING}[11.0.13,sto=0] 20:12:50.762 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING QueuedThreadPool[qtp304157852]@1221149c{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] 20:12:50.762 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle jakarta.ws.rs:jakarta.ws.rs-api:3.1.0 20:12:50.763 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@4d385e23{reserved=0/2,pending=0} 20:12:50.763 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature jakarta.ws.rs:jakarta.ws.rs-api:3.1.0 in repositories [target/it/repository] 20:12:50.763 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- QueuedThreadPool[qtp304157852]@1221149c{STARTING,8<=0<=200,i=0,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=0/2,pending=0}] added {ReservedThreadExecutor@4d385e23{reserved=0/2,pending=0},AUTO} 20:12:50.763 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature jakarta.ws.rs:jakarta.ws.rs-api:3.1.0 is target/it/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.1.0/jakarta.ws.rs-api-3.1.0.jar 20:12:50.763 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ReservedThreadExecutor@4d385e23{reserved=0/2,pending=0} 20:12:50.763 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2396ms ReservedThreadExecutor@4d385e23{reserved=0/2,pending=0} 20:12:50.763 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp304157852-39,5,Configuration Admin Service] 20:12:50.763 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp304157852-40,5,Configuration Admin Service] 20:12:50.763 [qtp304157852-39] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp304157852]@1221149c{STARTING,8<=2<=200,i=2,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=0/2,pending=0}] 20:12:50.763 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp304157852-41,5,Configuration Admin Service] 20:12:50.763 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp304157852-42,5,Configuration Admin Service] 20:12:50.763 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp304157852-43,5,Configuration Admin Service] 20:12:50.763 [qtp304157852-41] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp304157852]@1221149c{STARTING,8<=5<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=0/2,pending=0}] 20:12:50.763 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp304157852-44,5,Configuration Admin Service] 20:12:50.763 [qtp304157852-40] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp304157852]@1221149c{STARTING,8<=4<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=0/2,pending=0}] 20:12:50.763 [qtp304157852-43] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp304157852]@1221149c{STARTING,8<=6<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=0/2,pending=0}] 20:12:50.763 [qtp304157852-42] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp304157852]@1221149c{STARTING,8<=6<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=0/2,pending=0}] 20:12:50.763 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp304157852-45,5,Configuration Admin Service] 20:12:50.763 [qtp304157852-44] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp304157852]@1221149c{STARTING,8<=7<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=0/2,pending=0}] 20:12:50.764 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp304157852-46,5,Configuration Admin Service] 20:12:50.764 [qtp304157852-45] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp304157852]@1221149c{STARTING,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=0/2,pending=0}] 20:12:50.764 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2397ms QueuedThreadPool[qtp304157852]@1221149c{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=0/2,pending=0}] 20:12:50.764 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING AttributeContainerMap@659b7320{size=0} 20:12:50.764 [qtp304157852-46] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp304157852]@1221149c{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=0/2,pending=0}] 20:12:50.764 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2397ms AttributeContainerMap@659b7320{size=0} 20:12:50.764 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING HashLoginService@7f841efb[OSGi HTTP Service Realm] 20:12:50.764 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING UserStore@1d99fb0d[users.count=0] 20:12:50.764 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2397ms UserStore@1d99fb0d[users.count=0] 20:12:50.764 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2397ms HashLoginService@7f841efb[OSGi HTTP Service Realm] 20:12:50.764 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ContextHandlerCollection@4bf4f5f0{STOPPED} 20:12:50.764 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting ContextHandlerCollection@4bf4f5f0{STARTING} 20:12:50.764 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING o.e.j.s.ServletContextHandler@23a589ed{/,null,STOPPED} 20:12:50.764 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.DecoratedObjectFactory -- Adding Decorator: org.eclipse.jetty.util.DeprecationWarning@671a7f4 20:12:50.764 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting o.e.j.s.ServletContextHandler@23a589ed{/,null,STARTING} 20:12:50.764 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING SymlinkAllowedResourceAliasChecker@7c8938a4{base=null,protected=[]} 20:12:50.764 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- o.e.j.s.ServletContextHandler@23a589ed{/,null,STARTING} added {org.eclipse.jetty.server.AllowedResourceAliasChecker$AllowedResourceAliasCheckListener@22814221,POJO} 20:12:50.764 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2398ms SymlinkAllowedResourceAliasChecker@7c8938a4{base=null,protected=[]} 20:12:50.764 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING org.eclipse.jetty.server.session.SessionHandler2123212850==dftMaxIdleSec=0 20:12:50.764 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- org.eclipse.jetty.server.session.SessionHandler2123212850==dftMaxIdleSec=0 added {org.eclipse.jetty.server.session.DefaultSessionCache@722858be[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false],AUTO} 20:12:50.764 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- org.eclipse.jetty.server.session.DefaultSessionCache@722858be[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] added {org.eclipse.jetty.server.session.NullSessionDataStore@1c18ade0[passivating=false,graceSec=3600],AUTO} 20:12:50.764 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING DefaultSessionIdManager@175de790{STOPPED}[worker=null] 20:12:50.765 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle jakarta.activation:jakarta.activation-api:2.1.0 20:12:50.765 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature jakarta.activation:jakarta.activation-api:2.1.0 in repositories [target/it/repository] 20:12:50.765 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature jakarta.activation:jakarta.activation-api:2.1.0 is target/it/repository/jakarta/activation/jakarta.activation-api/2.1.0/jakarta.activation-api-2.1.0.jar 20:12:50.765 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- DefaultSessionIdManager@175de790{STARTING}[worker=node0] added {HouseKeeper@3fe53f10{STOPPED}[interval=600000, ownscheduler=false],MANAGED} 20:12:50.765 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.session.DefaultSessionIdManager -- Session workerName=node0 20:12:50.765 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING HouseKeeper@3fe53f10{STOPPED}[interval=600000, ownscheduler=false] 20:12:50.765 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ScheduledExecutorScheduler@fb87dfa{STOPPED} 20:12:50.765 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2398ms ScheduledExecutorScheduler@fb87dfa{STARTED} 20:12:50.765 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.session.HouseKeeper -- node0 using own scheduler for scavenging 20:12:50.765 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.session.HouseKeeper -- node0 scavenging every 600000ms 20:12:50.765 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2398ms HouseKeeper@3fe53f10{STARTED}[interval=600000, ownscheduler=true] 20:12:50.765 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2399ms DefaultSessionIdManager@175de790{STARTED}[worker=node0] 20:12:50.765 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@1dcb86aa{STARTING}[11.0.13,sto=0] added {DefaultSessionIdManager@175de790{STARTED}[worker=node0],MANAGED} 20:12:50.765 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- org.eclipse.jetty.server.session.SessionHandler2123212850==dftMaxIdleSec=0 added {DefaultSessionIdManager@175de790{STARTED}[worker=node0],UNMANAGED} 20:12:50.765 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ScheduledExecutorScheduler@2e8fba75{STOPPED} 20:12:50.765 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2399ms ScheduledExecutorScheduler@2e8fba75{STARTED} 20:12:50.765 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting org.eclipse.jetty.server.session.SessionHandler2123212850==dftMaxIdleSec=0 20:12:50.765 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ServletHandler@79392265{STOPPED} 20:12:50.765 [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-3250993a[EMBEDDED:null] 20:12:50.765 [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") 20:12:50.765 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457a78e{/*},resource=MappedServlet38840d0b{/*->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-3250993a==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@c53ed7f9{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=1] 20:12:50.765 [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-3250993a=MappedServlet749fe04c{null->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-3250993a==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@c53ed7f9{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}} 20:12:50.766 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.servlet.ServletHandler -- Adding Default404Servlet to ServletHandler@79392265{STARTING} 20:12:50.766 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServletHandler@79392265{STARTING} added {org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-17d8ec29==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@4aa240f3{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED},AUTO} 20:12:50.766 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServletHandler@79392265{STARTING} added {[/]=>org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-17d8ec29,POJO} 20:12:50.766 [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-3250993a[EMBEDDED:null] 20:12:50.766 [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") 20:12:50.766 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457a78e{/*},resource=MappedServlet4457a0b5{/*->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-3250993a==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@c53ed7f9{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=1] 20:12:50.766 [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-17d8ec29[EMBEDDED:null] 20:12:50.766 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457dcb7{/},resource=MappedServlet5c230161{/->org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-17d8ec29==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@4aa240f3{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=2] 20:12:50.766 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle jakarta.annotation:jakarta.annotation-api:2.1.1 20:12:50.766 [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-17d8ec29=MappedServlet57b51729{null->org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-17d8ec29==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@4aa240f3{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}, org.apache.felix.http.base.internal.dispatch.DispatcherServlet-3250993a=MappedServlet7dc0052{null->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-3250993a==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@c53ed7f9{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}} 20:12:50.766 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature jakarta.annotation:jakarta.annotation-api:2.1.1 in repositories [target/it/repository] 20:12:50.766 [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-3250993a[EMBEDDED:null] 20:12:50.766 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature jakarta.annotation:jakarta.annotation-api:2.1.1 is target/it/repository/jakarta/annotation/jakarta.annotation-api/2.1.1/jakarta.annotation-api-2.1.1.jar 20:12:50.766 [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") 20:12:50.766 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457a78e{/*},resource=MappedServlet7ef74a14{/*->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-3250993a==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@c53ed7f9{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=1] 20:12:50.766 [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-17d8ec29[EMBEDDED:null] 20:12:50.766 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457dcb7{/},resource=MappedServlet3a9b74a2{/->org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-17d8ec29==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@4aa240f3{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=2] 20:12:50.766 [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-17d8ec29=MappedServlet57b51729{null->org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-17d8ec29==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@4aa240f3{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}, org.apache.felix.http.base.internal.dispatch.DispatcherServlet-3250993a=MappedServlet7dc0052{null->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-3250993a==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@c53ed7f9{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}} 20:12:50.766 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting ServletHandler@79392265{STARTING} 20:12:50.766 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2400ms ServletHandler@79392265{STARTED} 20:12:50.766 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING org.eclipse.jetty.server.session.DefaultSessionCache@722858be[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] 20:12:50.766 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING org.eclipse.jetty.server.session.NullSessionDataStore@1c18ade0[passivating=false,graceSec=3600] 20:12:50.766 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2400ms org.eclipse.jetty.server.session.NullSessionDataStore@1c18ade0[passivating=false,graceSec=3600] 20:12:50.766 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2400ms org.eclipse.jetty.server.session.DefaultSessionCache@722858be[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] 20:12:50.766 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2400ms org.eclipse.jetty.server.session.SessionHandler2123212850==dftMaxIdleSec=0 20:12:50.767 [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-3250993a==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@c53ed7f9{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED} 20:12:50.767 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2400ms org.apache.felix.http.base.internal.dispatch.DispatcherServlet-3250993a==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@c53ed7f9{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STARTED} 20:12:50.767 [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-3250993a 20:12:50.767 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-17d8ec29==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@4aa240f3{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED} 20:12:50.767 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2400ms org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-17d8ec29==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@4aa240f3{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STARTED} 20:12:50.767 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.handler.ContextHandler -- Started o.e.j.s.ServletContextHandler@23a589ed{/,null,AVAILABLE} 20:12:50.767 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2400ms o.e.j.s.ServletContextHandler@23a589ed{/,null,AVAILABLE} 20:12:50.767 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2400ms ContextHandlerCollection@4bf4f5f0{STARTED} 20:12:50.767 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ErrorHandler@5ee7b1f5{STOPPED} 20:12:50.767 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting ErrorHandler@5ee7b1f5{STARTING} 20:12:50.767 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2400ms ErrorHandler@5ee7b1f5{STARTED} 20:12:50.767 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.Server -- Started Server@1dcb86aa{STARTING}[11.0.13,sto=0] @2400ms 20:12:50.767 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2400ms Server@1dcb86aa{STARTED}[11.0.13,sto=0] 20:12:50.767 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.session.HouseKeeper -- node0 scavenging every 600000ms 20:12:50.767 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpConnectionFactory@45683087[HTTP/1.1] added {HttpConfiguration@22d176e8{32768/8192,8192/8192,https://:0,[]},POJO} 20:12:50.767 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@66323f4c{null, ()}{0.0.0.0:0} added {QueuedThreadPool[qtp304157852]@1221149c{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=0/2,pending=0}],UNMANAGED} 20:12:50.767 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@66323f4c{null, ()}{0.0.0.0:0} added {ScheduledExecutorScheduler@76d694c{STOPPED},AUTO} 20:12:50.767 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle jakarta.inject:jakarta.inject-api:2.0.1 20:12:50.767 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature jakarta.inject:jakarta.inject-api:2.0.1 in repositories [target/it/repository] 20:12:50.767 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature jakarta.inject:jakarta.inject-api:2.0.1 is target/it/repository/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.jar 20:12:50.767 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@1dcb86aa{STARTED}[11.0.13,sto=0] added {LogarithmicArrayByteBufferPool@3858d2e{minBufferCapacity=0, maxBufferCapacity=65536, maxQueueLength=-1, factor=4096},POJO} 20:12:50.768 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@66323f4c{null, ()}{0.0.0.0:0} added {LogarithmicArrayByteBufferPool@3858d2e{minBufferCapacity=0, maxBufferCapacity=65536, maxQueueLength=-1, factor=4096},UNMANAGED} 20:12:50.768 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@66323f4c{null, ()}{0.0.0.0:0} added {org.eclipse.jetty.io.LogarithmicArrayByteBufferPool$LogarithmicRetainablePool@2a4add80{min=0,max=65536,buckets=17,heap=0/-1,direct=0/-1},POJO} 20:12:50.768 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@66323f4c{null, ()}{0.0.0.0:0} added {org.eclipse.jetty.server.AbstractConnector$1@5d755fda,POJO} 20:12:50.768 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@66323f4c{null, (http/1.1)}{0.0.0.0:0} added {HttpConnectionFactory@45683087[HTTP/1.1],AUTO} 20:12:50.768 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.AbstractConnector -- ServerConnector@66323f4c{HTTP/1.1, (http/1.1)}{0.0.0.0:0} added HttpConnectionFactory@45683087[HTTP/1.1] 20:12:50.768 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@66323f4c{HTTP/1.1, (http/1.1)}{0.0.0.0:0} added {SelectorManager@ServerConnector@66323f4c{HTTP/1.1, (http/1.1)}{0.0.0.0:0},MANAGED} 20:12:50.768 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@1dcb86aa{STARTED}[11.0.13,sto=0] added {ServerConnector@66323f4c{HTTP/1.1, (http/1.1)}{0.0.0.0:8083},UNMANAGED} 20:12:50.768 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ServerConnector@66323f4c{HTTP/1.1, (http/1.1)}{0.0.0.0:8083} 20:12:50.768 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@66323f4c{HTTP/1.1, (http/1.1)}{0.0.0.0:8083} added {sun.nio.ch.ServerSocketChannelImpl[/[0:0:0:0:0:0:0:0]:8083],POJO} 20:12:50.768 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ScheduledExecutorScheduler@76d694c{STOPPED} 20:12:50.768 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2402ms ScheduledExecutorScheduler@76d694c{STARTED} 20:12:50.768 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING HttpConnectionFactory@45683087[HTTP/1.1] 20:12:50.768 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2402ms HttpConnectionFactory@45683087[HTTP/1.1] 20:12:50.768 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING SelectorManager@ServerConnector@66323f4c{HTTP/1.1, (http/1.1)}{0.0.0.0:8083} 20:12:50.769 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle jakarta.validation:jakarta.validation-api:3.0.2 20:12:50.769 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature jakarta.validation:jakarta.validation-api:3.0.2 in repositories [target/it/repository] 20:12:50.769 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- AdaptiveExecutionStrategy@313e7a31/SelectorProducer@1efd6dc5/IDLE/p=false/QueuedThreadPool[qtp304157852]@1221149c{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:12:50.769091911Z added {SelectorProducer@1efd6dc5,POJO} 20:12:50.769 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature jakarta.validation:jakarta.validation-api:3.0.2 is target/it/repository/jakarta/validation/jakarta.validation-api/3.0.2/jakarta.validation-api-3.0.2.jar 20:12:50.769 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- AdaptiveExecutionStrategy@313e7a31/SelectorProducer@1efd6dc5/IDLE/p=false/QueuedThreadPool[qtp304157852]@1221149c{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:12:50.769246672Z added {QueuedThreadPool[qtp304157852]@1221149c{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=0/2,pending=0}],UNMANAGED} 20:12:50.769 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- AdaptiveExecutionStrategy@313e7a31/SelectorProducer@1efd6dc5/IDLE/p=false/QueuedThreadPool[qtp304157852]@1221149c{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:12:50.769343441Z created 20:12:50.769 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ManagedSelector@62a71547{STOPPED} id=0 keys=-1 selected=-1 updates=0 added {AdaptiveExecutionStrategy@313e7a31/SelectorProducer@1efd6dc5/IDLE/p=false/QueuedThreadPool[qtp304157852]@1221149c{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:12:50.76942952Z,MANAGED} 20:12:50.769 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- SelectorManager@ServerConnector@66323f4c{HTTP/1.1, (http/1.1)}{0.0.0.0:8083} added {ManagedSelector@62a71547{STOPPED} id=0 keys=-1 selected=-1 updates=0,AUTO} 20:12:50.769 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ManagedSelector@62a71547{STOPPED} id=0 keys=-1 selected=-1 updates=0 20:12:50.769 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING AdaptiveExecutionStrategy@313e7a31/SelectorProducer@1efd6dc5/IDLE/p=false/QueuedThreadPool[qtp304157852]@1221149c{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:12:50.769663697Z 20:12:50.769 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2403ms AdaptiveExecutionStrategy@313e7a31/SelectorProducer@1efd6dc5/IDLE/p=false/QueuedThreadPool[qtp304157852]@1221149c{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:12:50.769759618Z 20:12:50.769 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue org.eclipse.jetty.io.ManagedSelector$$Lambda$381/0x00007f5cd0315580@15db0d46 startThread=0 20:12:50.769 [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@57f6123e on ManagedSelector@62a71547{STARTING} id=0 keys=0 selected=0 updates=0 20:12:50.769 [qtp304157852-39] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.io.ManagedSelector$$Lambda$381/0x00007f5cd0315580@15db0d46 in QueuedThreadPool[qtp304157852]@1221149c{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=0/2,pending=0}] 20:12:50.769 [qtp304157852-39] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- AdaptiveExecutionStrategy@313e7a31/SelectorProducer@1efd6dc5/IDLE/p=false/QueuedThreadPool[qtp304157852]@1221149c{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:12:50.770000061Z tryProduce false 20:12:50.770 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 20:12:50.770 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$Start@57f6123e 20:12:50.770 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:12:50.770 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@4fb47fd9 waiting with 0 keys 20:12:50.770 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2403ms ManagedSelector@62a71547{STARTED} id=0 keys=0 selected=0 updates=0 20:12:50.770 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2403ms SelectorManager@ServerConnector@66323f4c{HTTP/1.1, (http/1.1)}{0.0.0.0:8083} 20:12:50.770 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@66323f4c{HTTP/1.1, (http/1.1)}{0.0.0.0:8083} added {acceptor-0@2290de40,POJO} 20:12:50.770 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue acceptor-0@2290de40 startThread=0 20:12:50.770 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.AbstractConnector -- Started ServerConnector@66323f4c{HTTP/1.1, (http/1.1)}{0.0.0.0:8083} 20:12:50.770 [qtp304157852-41] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run acceptor-0@2290de40 in QueuedThreadPool[qtp304157852]@1221149c{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=0/2,pending=0}] 20:12:50.770 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2403ms ServerConnector@66323f4c{HTTP/1.1, (http/1.1)}{0.0.0.0:8083} 20:12:50.770 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.apache.felix.http -- Started Jetty 11.0.13 at port(s) HTTP:8083 on context path / [minThreads=8,maxThreads=200,acceptors=1,selectors=1] 20:12:50.770 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle jakarta.xml.bind:jakarta.xml.bind-api:4.0.0 20:12:50.770 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature jakarta.xml.bind:jakarta.xml.bind-api:4.0.0 in repositories [target/it/repository] 20:12:50.770 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature jakarta.xml.bind:jakarta.xml.bind-api:4.0.0 is target/it/repository/jakarta/xml/bind/jakarta.xml.bind-api/4.0.0/jakarta.xml.bind-api-4.0.0.jar 20:12:50.772 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.glassfish.jersey.core:jersey-common:3.1.3 20:12:50.772 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.glassfish.jersey.core:jersey-common:3.1.3 in repositories [target/it/repository] 20:12:50.772 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@1dcb86aa{STARTED}[11.0.13,sto=0] added {org.apache.felix.http.jetty.internal.RequestLogTracker@76fd5ca9,POJO} 20:12:50.772 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.glassfish.jersey.core:jersey-common:3.1.3 is target/it/repository/org/glassfish/jersey/core/jersey-common/3.1.3/jersey-common-3.1.3.jar 20:12:50.783 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.glassfish.jersey.core:jersey-server:3.1.3 20:12:50.783 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.glassfish.jersey.core:jersey-server:3.1.3 in repositories [target/it/repository] 20:12:50.783 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.glassfish.jersey.core:jersey-server:3.1.3 is target/it/repository/org/glassfish/jersey/core/jersey-server/3.1.3/jersey-server-3.1.3.jar 20:12:50.847 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.glassfish.jersey.core:jersey-client:3.1.3 20:12:50.847 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.glassfish.jersey.core:jersey-client:3.1.3 in repositories [target/it/repository] 20:12:50.847 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.glassfish.jersey.core:jersey-client:3.1.3 is target/it/repository/org/glassfish/jersey/core/jersey-client/3.1.3/jersey-client-3.1.3.jar 20:12:50.850 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.glassfish.jersey.containers:jersey-container-servlet-core:3.1.3 20:12:50.850 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.glassfish.jersey.containers:jersey-container-servlet-core:3.1.3 in repositories [target/it/repository] 20:12:50.850 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.glassfish.jersey.containers:jersey-container-servlet-core:3.1.3 is target/it/repository/org/glassfish/jersey/containers/jersey-container-servlet-core/3.1.3/jersey-container-servlet-core-3.1.3.jar 20:12:50.853 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.glassfish.jersey.containers:jersey-container-servlet:3.1.3 20:12:50.853 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.glassfish.jersey.containers:jersey-container-servlet:3.1.3 in repositories [target/it/repository] 20:12:50.853 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.glassfish.jersey.containers:jersey-container-servlet:3.1.3 is target/it/repository/org/glassfish/jersey/containers/jersey-container-servlet/3.1.3/jersey-container-servlet-3.1.3.jar 20:12:50.855 [qtp304157852-41-acceptor-0@2290de40-ServerConnector@66323f4c{HTTP/1.1, (http/1.1)}{0.0.0.0:8083}] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false Accept@7cae1ff1[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8083 remote=/127.0.0.1:43566]] on ManagedSelector@62a71547{STARTED} id=0 keys=0 selected=0 updates=0 20:12:50.855 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.glassfish.jersey.inject:jersey-hk2:3.1.3 20:12:50.855 [qtp304157852-41-acceptor-0@2290de40-ServerConnector@66323f4c{HTTP/1.1, (http/1.1)}{0.0.0.0:8083}] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@62a71547{STARTED} id=0 keys=0 selected=0 updates=1 20:12:50.855 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.glassfish.jersey.inject:jersey-hk2:3.1.3 in repositories [target/it/repository] 20:12:50.855 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.glassfish.jersey.inject:jersey-hk2:3.1.3 is target/it/repository/org/glassfish/jersey/inject/jersey-hk2/3.1.3/jersey-hk2-3.1.3.jar 20:12:50.855 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@4fb47fd9 woken with none selected 20:12:50.855 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@4fb47fd9 woken up from select, 0/0/0 selected 20:12:50.855 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@4fb47fd9 processing 0 keys, 1 updates 20:12:50.855 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 20:12:50.855 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- update Accept@7cae1ff1[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8083 remote=/127.0.0.1:43566]] 20:12:50.856 [qtp304157852-39] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue Accept@7cae1ff1[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8083 remote=/127.0.0.1:43566]] startThread=0 20:12:50.856 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:12:50.856 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@4fb47fd9 waiting with 1 keys 20:12:50.856 [qtp304157852-40] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run Accept@7cae1ff1[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8083 remote=/127.0.0.1:43566]] in QueuedThreadPool[qtp304157852]@1221149c{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=0/2,pending=0}] 20:12:50.857 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.glassfish.jersey.media:jersey-media-jaxb:3.1.3 20:12:50.857 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.glassfish.jersey.media:jersey-media-jaxb:3.1.3 in repositories [target/it/repository] 20:12:50.857 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.glassfish.jersey.media:jersey-media-jaxb:3.1.3 is target/it/repository/org/glassfish/jersey/media/jersey-media-jaxb/3.1.3/jersey-media-jaxb-3.1.3.jar 20:12:50.859 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.glassfish.jersey.media:jersey-media-sse:3.1.3 20:12:50.859 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.glassfish.jersey.media:jersey-media-sse:3.1.3 in repositories [target/it/repository] 20:12:50.859 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.glassfish.jersey.media:jersey-media-sse:3.1.3 is target/it/repository/org/glassfish/jersey/media/jersey-media-sse/3.1.3/jersey-media-sse-3.1.3.jar 20:12:50.861 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.glassfish.hk2:hk2-api:3.0.5 20:12:50.861 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.glassfish.hk2:hk2-api:3.0.5 in repositories [target/it/repository] 20:12:50.861 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.glassfish.hk2:hk2-api:3.0.5 is target/it/repository/org/glassfish/hk2/hk2-api/3.0.5/hk2-api-3.0.5.jar 20:12:50.863 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.glassfish.hk2.external:aopalliance-repackaged:3.0.5 20:12:50.863 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.glassfish.hk2.external:aopalliance-repackaged:3.0.5 in repositories [target/it/repository] 20:12:50.863 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.glassfish.hk2.external:aopalliance-repackaged:3.0.5 is target/it/repository/org/glassfish/hk2/external/aopalliance-repackaged/3.0.5/aopalliance-repackaged-3.0.5.jar 20:12:50.864 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.glassfish.hk2:hk2-locator:3.0.5 20:12:50.864 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.glassfish.hk2:hk2-locator:3.0.5 in repositories [target/it/repository] 20:12:50.864 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.glassfish.hk2:hk2-locator:3.0.5 is target/it/repository/org/glassfish/hk2/hk2-locator/3.0.5/hk2-locator-3.0.5.jar 20:12:50.866 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.glassfish.hk2:osgi-resource-locator:1.0.3 20:12:50.866 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.glassfish.hk2:osgi-resource-locator:1.0.3 in repositories [target/it/repository] 20:12:50.866 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.glassfish.hk2:osgi-resource-locator:1.0.3 is target/it/repository/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.jar 20:12:50.867 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.glassfish.hk2:hk2-utils:3.0.5 20:12:50.867 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.glassfish.hk2:hk2-utils:3.0.5 in repositories [target/it/repository] 20:12:50.867 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.glassfish.hk2:hk2-utils:3.0.5 is target/it/repository/org/glassfish/hk2/hk2-utils/3.0.5/hk2-utils-3.0.5.jar 20:12:50.868 [qtp304157852-40] DEBUG org.eclipse.jetty.io.IdleTimeout -- Setting idle timeout 0 -> 60000 on SocketChannelEndPoint@48683fea[{l=/127.0.0.1:8083,r=/127.0.0.1:43566,OPEN,fill=-,flush=-,to=3/60000}{io=0/0,kio=0,kro=0}]->[] 20:12:50.868 [qtp304157852-40] DEBUG org.eclipse.jetty.io.IdleTimeout -- SocketChannelEndPoint@48683fea[{l=/127.0.0.1:8083,r=/127.0.0.1:43566,OPEN,fill=-,flush=-,to=4/60000}{io=0/0,kio=0,kro=0}]->[] idle timeout check, elapsed: 4 ms, remaining: 59996 ms 20:12:50.869 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.javassist:javassist:3.29.2-GA 20:12:50.869 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.javassist:javassist:3.29.2-GA in repositories [target/it/repository] 20:12:50.869 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.javassist:javassist:3.29.2-GA is target/it/repository/org/javassist/javassist/3.29.2-GA/javassist-3.29.2-GA.jar 20:12:50.871 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.ow2.asm:asm:9.6 20:12:50.872 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.ow2.asm:asm:9.6 in repositories [target/it/repository] 20:12:50.872 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.ow2.asm:asm:9.6 is target/it/repository/org/ow2/asm/asm/9.6/asm-9.6.jar Feb 12, 2024 8:12:50 PM org.apache.aries.spifly.BaseActivator log INFO: Registered provider org.eclipse.osgitech.rest.provider.jakartars.RuntimeDelegateService of service jakarta.ws.rs.ext.RuntimeDelegate in bundle org.eclipse.osgitech.rest 20:12:50.983 [qtp304157852-40] DEBUG org.eclipse.jetty.server.HttpChannel -- new HttpChannelOverHttp@211d9802{s=HttpChannelState@43156c06{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@48683fea[{l=/127.0.0.1:8083,r=/127.0.0.1:43566,OPEN,fill=-,flush=-,to=118/60000}{io=0/0,kio=0,kro=0}]->[],null,HttpChannelState@43156c06{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 20:12:51.058 [qtp304157852-40] DEBUG org.eclipse.jetty.server.HttpConnection -- New HTTP Connection HttpConnection@21d43f62::SocketChannelEndPoint@48683fea[{l=/127.0.0.1:8083,r=/127.0.0.1:43566,OPEN,fill=-,flush=-,to=193/60000}{io=0/0,kio=0,kro=0}]->[] 20:12:51.059 [qtp304157852-40] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=true org.eclipse.jetty.io.ManagedSelector$$Lambda$400/0x00007f5cd0337040@1225883b on ManagedSelector@62a71547{STARTED} id=0 keys=1 selected=0 updates=0 20:12:51.059 [qtp304157852-40] DEBUG org.eclipse.jetty.io.AbstractEndPoint -- onOpen SocketChannelEndPoint@48683fea[{l=/127.0.0.1:8083,r=/127.0.0.1:43566,OPEN,fill=-,flush=-,to=195/60000}{io=0/0,kio=0,kro=0}]->[HttpConnection@21d43f62[p=HttpParser{s=START,0 of -1},g=HttpGenerator@27fd42c2{s=START}]=>HttpChannelOverHttp@211d9802{s=HttpChannelState@43156c06{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}] 20:12:51.059 [qtp304157852-40] DEBUG org.eclipse.jetty.io.AbstractConnection -- onOpen HttpConnection@21d43f62::SocketChannelEndPoint@48683fea[{l=/127.0.0.1:8083,r=/127.0.0.1:43566,OPEN,fill=-,flush=-,to=195/60000}{io=0/0,kio=0,kro=0}]->[HttpConnection@21d43f62[p=HttpParser{s=START,0 of -1},g=HttpGenerator@27fd42c2{s=START}]=>HttpChannelOverHttp@211d9802{s=HttpChannelState@43156c06{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}] 20:12:51.060 [qtp304157852-40] DEBUG org.eclipse.jetty.io.AbstractConnection -- fillInterested HttpConnection@21d43f62::SocketChannelEndPoint@48683fea[{l=/127.0.0.1:8083,r=/127.0.0.1:43566,OPEN,fill=-,flush=-,to=195/60000}{io=0/0,kio=0,kro=0}]->[HttpConnection@21d43f62[p=HttpParser{s=START,0 of -1},g=HttpGenerator@27fd42c2{s=START}]=>HttpChannelOverHttp@211d9802{s=HttpChannelState@43156c06{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}] 20:12:51.060 [qtp304157852-40] DEBUG org.eclipse.jetty.io.FillInterest -- interested FillInterest@6aea922e{ReadCallback@4dfe4a51{HttpConnection@21d43f62::SocketChannelEndPoint@48683fea[{l=/127.0.0.1:8083,r=/127.0.0.1:43566,OPEN,fill=FI,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}]->[HttpConnection@21d43f62[p=HttpParser{s=START,0 of -1},g=HttpGenerator@27fd42c2{s=START}]=>HttpChannelOverHttp@211d9802{s=HttpChannelState@43156c06{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}]}} 20:12:51.060 [qtp304157852-40] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- changeInterests p=false 0->1 for SocketChannelEndPoint@48683fea[{l=/127.0.0.1:8083,r=/127.0.0.1:43566,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=0}]->[HttpConnection@21d43f62[p=HttpParser{s=START,0 of -1},g=HttpGenerator@27fd42c2{s=START}]=>HttpChannelOverHttp@211d9802{s=HttpChannelState@43156c06{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}] 20:12:51.060 [qtp304157852-40] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$391/0x00007f5cd0322118@73247785 on ManagedSelector@62a71547{STARTED} id=0 keys=1 selected=0 updates=1 20:12:51.060 [qtp304157852-40] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@62a71547{STARTED} id=0 keys=1 selected=0 updates=2 20:12:51.060 [qtp304157852-40] DEBUG org.eclipse.jetty.io.ManagedSelector -- Created SocketChannelEndPoint@48683fea[{l=/127.0.0.1:8083,r=/127.0.0.1:43566,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=0}]->[HttpConnection@21d43f62[p=HttpParser{s=START,0 of -1},g=HttpGenerator@27fd42c2{s=START}]=>HttpChannelOverHttp@211d9802{s=HttpChannelState@43156c06{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}] 20:12:51.060 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@4fb47fd9 woken with none selected 20:12:51.060 [qtp304157852-40] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran Accept@7cae1ff1[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8083 remote=/127.0.0.1:43566]] in QueuedThreadPool[qtp304157852]@1221149c{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=0/2,pending=0}] 20:12:51.060 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@4fb47fd9 woken up from select, 0/0/1 selected 20:12:51.060 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@4fb47fd9 processing 0 keys, 2 updates 20:12:51.060 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 2 20:12:51.060 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$$Lambda$400/0x00007f5cd0337040@1225883b 20:12:51.060 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$391/0x00007f5cd0322118@73247785 20:12:51.060 [qtp304157852-39] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- Key interests updated 0 -> 1 on SocketChannelEndPoint@48683fea[{l=/127.0.0.1:8083,r=/127.0.0.1:43566,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=0}]->[HttpConnection@21d43f62[p=HttpParser{s=START,0 of -1},g=HttpGenerator@27fd42c2{s=START}]=>HttpChannelOverHttp@211d9802{s=HttpChannelState@43156c06{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}] 20:12:51.061 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:12:51.061 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@4fb47fd9 waiting with 1 keys 20:12:51.061 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@4fb47fd9 woken up from select, 1/1/1 selected 20:12:51.061 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@4fb47fd9 processing 1 keys, 0 updates 20:12:51.061 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- selected 1 channel=java.nio.channels.SocketChannel[connected local=/127.0.0.1:8083 remote=/127.0.0.1:43566], selector=sun.nio.ch.EPollSelectorImpl@4fb47fd9, interestOps=1, readyOps=1 SocketChannelEndPoint@48683fea[{l=/127.0.0.1:8083,r=/127.0.0.1:43566,OPEN,fill=FI,flush=-,to=1/60000}{io=1/1,kio=1,kro=1}]->[HttpConnection@21d43f62[p=HttpParser{s=START,0 of -1},g=HttpGenerator@27fd42c2{s=START}]=>HttpChannelOverHttp@211d9802{s=HttpChannelState@43156c06{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}] 20:12:51.061 [qtp304157852-39] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- onSelected 1->0 r=true w=false for SocketChannelEndPoint@48683fea[{l=/127.0.0.1:8083,r=/127.0.0.1:43566,OPEN,fill=FI,flush=-,to=1/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@21d43f62[p=HttpParser{s=START,0 of -1},g=HttpGenerator@27fd42c2{s=START}]=>HttpChannelOverHttp@211d9802{s=HttpChannelState@43156c06{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}] 20:12:51.061 [qtp304157852-39] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- task SocketChannelEndPoint@48683fea[{l=/127.0.0.1:8083,r=/127.0.0.1:43566,OPEN,fill=FI,flush=-,to=1/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@21d43f62[p=HttpParser{s=START,0 of -1},g=HttpGenerator@27fd42c2{s=START}]=>HttpChannelOverHttp@211d9802{s=HttpChannelState@43156c06{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 20:12:51.061 [qtp304157852-39] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@4d385e23{reserved=0/2,pending=0} tryExecute org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy$$Lambda$380/0x00007f5cd0314f18@14c89074 20:12:51.061 [qtp304157852-39] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@4d385e23{reserved=0/2,pending=1} startReservedThread p=1 20:12:51.062 [qtp304157852-39] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue ReservedThread@fccdd1c{PENDING,thread=null} startThread=0 20:12:51.062 [qtp304157852-43] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run ReservedThread@fccdd1c{PENDING,thread=null} in QueuedThreadPool[qtp304157852]@1221149c{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=0/2,pending=1}] 20:12:51.062 [qtp304157852-43] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@fccdd1c{PENDING,thread=Thread[qtp304157852-43,5,Configuration Admin Service]} was=PENDING next=RESERVED size=0+1 capacity=2 20:12:51.062 [qtp304157852-43] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@fccdd1c{RESERVED,thread=Thread[qtp304157852-43,5,Configuration Admin Service]} waiting ReservedThreadExecutor@4d385e23{reserved=1/2,pending=0} 20:12:51.062 [qtp304157852-39] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- ss=PRODUCE_EXECUTE_CONSUME t=SocketChannelEndPoint@48683fea[{l=/127.0.0.1:8083,r=/127.0.0.1:43566,OPEN,fill=FI,flush=-,to=2/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@21d43f62[p=HttpParser{s=START,0 of -1},g=HttpGenerator@27fd42c2{s=START}]=>HttpChannelOverHttp@211d9802{s=HttpChannelState@43156c06{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@313e7a31/SelectorProducer@1efd6dc5/PRODUCING/p=false/QueuedThreadPool[qtp304157852]@1221149c{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=1/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:12:51.062694692Z 20:12:51.062 [qtp304157852-39] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue SocketChannelEndPoint@48683fea[{l=/127.0.0.1:8083,r=/127.0.0.1:43566,OPEN,fill=FI,flush=-,to=2/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@21d43f62[p=HttpParser{s=START,0 of -1},g=HttpGenerator@27fd42c2{s=START}]=>HttpChannelOverHttp@211d9802{s=HttpChannelState@43156c06{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 20:12:51.062 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 0 20:12:51.062 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:12:51.062 [qtp304157852-42] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run SocketChannelEndPoint@48683fea[{l=/127.0.0.1:8083,r=/127.0.0.1:43566,OPEN,fill=FI,flush=-,to=2/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@21d43f62[p=HttpParser{s=START,0 of -1},g=HttpGenerator@27fd42c2{s=START}]=>HttpChannelOverHttp@211d9802{s=HttpChannelState@43156c06{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[qtp304157852]@1221149c{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=1/2,pending=0}] 20:12:51.062 [qtp304157852-39] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- Key interests updated 1 -> 0 on SocketChannelEndPoint@48683fea[{l=/127.0.0.1:8083,r=/127.0.0.1:43566,OPEN,fill=FI,flush=-,to=2/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@21d43f62[p=HttpParser{s=START,0 of -1},g=HttpGenerator@27fd42c2{s=START}]=>HttpChannelOverHttp@211d9802{s=HttpChannelState@43156c06{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}] 20:12:51.063 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@4fb47fd9 waiting with 1 keys 20:12:51.063 [qtp304157852-42] DEBUG org.eclipse.jetty.io.FillInterest -- fillable FillInterest@6aea922e{ReadCallback@4dfe4a51{HttpConnection@21d43f62::SocketChannelEndPoint@48683fea[{l=/127.0.0.1:8083,r=/127.0.0.1:43566,OPEN,fill=FI,flush=-,to=2/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@21d43f62[p=HttpParser{s=START,0 of -1},g=HttpGenerator@27fd42c2{s=START}]=>HttpChannelOverHttp@211d9802{s=HttpChannelState@43156c06{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}]}} 20:12:51.063 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@21d43f62::SocketChannelEndPoint@48683fea[{l=/127.0.0.1:8083,r=/127.0.0.1:43566,OPEN,fill=-,flush=-,to=3/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@21d43f62[p=HttpParser{s=START,0 of -1},g=HttpGenerator@27fd42c2{s=START}]=>HttpChannelOverHttp@211d9802{s=HttpChannelState@43156c06{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@43156c06{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 20:12:51.063 [qtp304157852-42] DEBUG org.eclipse.jetty.util.Pool -- RetainedBucket@3ff5ad66[inUse=0,size=1,max=-1,closed=false]{capacity=8192,inuse=0(0%)} returning new reserved entry MonoEntry@1ad8dbb3{PENDING,pooled=null} 20:12:51.065 [qtp304157852-42] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- filled 214 DirectByteBuffer@656a3417[p=0,l=214,c=8192,r=214]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 20:12:51.066 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@21d43f62::SocketChannelEndPoint@48683fea[{l=/127.0.0.1:8083,r=/127.0.0.1:43566,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@21d43f62[p=HttpParser{s=START,0 of -1},g=HttpGenerator@27fd42c2{s=START}]=>HttpChannelOverHttp@211d9802{s=HttpChannelState@43156c06{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 214 RetainableByteBuffer@349e4f18{DirectByteBuffer@656a3417[p=0,l=214,c=8192,r=214]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},r=1} 20:12:51.066 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@21d43f62::SocketChannelEndPoint@48683fea[{l=/127.0.0.1:8083,r=/127.0.0.1:43566,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@21d43f62[p=HttpParser{s=START,0 of -1},g=HttpGenerator@27fd42c2{s=START}]=>HttpChannelOverHttp@211d9802{s=HttpChannelState@43156c06{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@349e4f18{DirectByteBuffer@656a3417[p=0,l=214,c=8192,r=214]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},r=1} 20:12:51.066 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=START DirectByteBuffer@656a3417[p=0,l=214,c=8192,r=214]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 20:12:51.066 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- START --> SPACE1 Feb 12, 2024 8:12:51 PM org.eclipse.osgitech.rest.runtime.common.JerseyBundleTracker updateCondition INFO: Registered Jersey runtime condition 20:12:51.068 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- SPACE1 --> URI 20:12:51.068 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- URI --> SPACE2 20:12:51.069 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- SPACE2 --> REQUEST_VERSION 20:12:51.069 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- REQUEST_VERSION --> HEADER 20:12:51.069 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Not starting bundle org.eclipse.osgitech.rest.sse as it is a fragment 20:12:51.069 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Connection --> IN_VALUE 20:12:51.070 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Connection --> FIELD 20:12:51.070 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Content-Length: 0 --> IN_VALUE 20:12:51.070 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Content-Length: 0 --> FIELD 20:12:51.070 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Host --> VALUE 20:12:51.070 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Host --> IN_VALUE 20:12:51.070 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Host --> FIELD 20:12:51.071 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:HTTP2-Settings --> VALUE 20:12:51.071 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:HTTP2-Settings --> IN_VALUE 20:12:51.071 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:HTTP2-Settings --> FIELD 20:12:51.071 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Upgrade --> VALUE 20:12:51.071 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Upgrade --> IN_VALUE 20:12:51.071 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Upgrade --> FIELD 20:12:51.071 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:User-Agent --> VALUE 20:12:51.071 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:User-Agent --> IN_VALUE 20:12:51.071 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:User-Agent --> FIELD 20:12:51.071 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER --> CONTENT 20:12:51.073 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpInput -- reopen HttpInput@1253073905 cs=HttpChannelState@43156c06{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@7c52bc7e eof=false 20:12:51.078 [qtp304157852-42] DEBUG org.eclipse.jetty.server.BlockingContentProducer -- reopening org.eclipse.jetty.server.BlockingContentProducer@7c52bc7e 20:12:51.078 [qtp304157852-42] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- reopening AsyncContentProducer@7f81f96f[r=null,t=null,i=null,error=false,c=HttpChannelOverHttp@211d9802{s=HttpChannelState@43156c06{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=6}] 20:12:51.078 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpChannel -- REQUEST for /sensinact on HttpChannelOverHttp@211d9802{s=HttpChannelState@43156c06{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:8083/sensinact,age=6} GET /sensinact HTTP/1.1 Connection: Upgrade, HTTP2-Settings Content-Length: 0 Host: localhost:8083 HTTP2-Settings: AAEAAEAAAAIAAAABAAMAAABkAAQBAAAAAAUAAEAA Upgrade: h2c User-Agent: Java-http-client/17.0.9 20:12:51.079 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- upgrade HttpChannelOverHttp@211d9802{s=HttpChannelState@43156c06{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:8083/sensinact,age=7} Upgrade: h2c 20:12:51.080 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- No factory for Upgrade: h2c in ServerConnector@66323f4c{HTTP/1.1, (http/1.1)}{0.0.0.0:8083} 20:12:51.080 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@21d43f62::SocketChannelEndPoint@48683fea[{l=/127.0.0.1:8083,r=/127.0.0.1:43566,OPEN,fill=-,flush=-,to=14/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@21d43f62[p=HttpParser{s=CONTENT,0 of 0},g=HttpGenerator@27fd42c2{s=START}]=>HttpChannelOverHttp@211d9802{s=HttpChannelState@43156c06{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:8083/sensinact,age=8}] parsed true HttpParser{s=CONTENT,0 of 0} 20:12:51.080 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpConnection -- releaseRequestBuffer HttpConnection@21d43f62::SocketChannelEndPoint@48683fea[{l=/127.0.0.1:8083,r=/127.0.0.1:43566,OPEN,fill=-,flush=-,to=14/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@21d43f62[p=HttpParser{s=CONTENT,0 of 0},g=HttpGenerator@27fd42c2{s=START}]=>HttpChannelOverHttp@211d9802{s=HttpChannelState@43156c06{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:8083/sensinact,age=8}] 20:12:51.080 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpChannel -- handle http://localhost:8083/sensinact HttpChannelOverHttp@211d9802{s=HttpChannelState@43156c06{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:8083/sensinact,age=8} 20:12:51.080 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpChannelState -- handling HttpChannelState@43156c06{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 20:12:51.081 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpChannel -- action DISPATCH HttpChannelOverHttp@211d9802{s=HttpChannelState@43156c06{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:8083/sensinact,age=9} 20:12:51.082 [qtp304157852-42] DEBUG org.eclipse.jetty.server.Server -- REQUEST GET /sensinact ?null on HttpChannelOverHttp@211d9802{s=HttpChannelState@43156c06{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:8083/sensinact,age=10} 20:12:51.142 [qtp304157852-42] DEBUG org.eclipse.jetty.server.handler.ContextHandler -- scope null||/sensinact @ o.e.j.s.ServletContextHandler@23a589ed{/,null,AVAILABLE} 20:12:51.142 [qtp304157852-42] DEBUG org.eclipse.jetty.server.handler.ContextHandler -- context=||/sensinact @ o.e.j.s.ServletContextHandler@23a589ed{/,null,AVAILABLE} 20:12:51.142 [qtp304157852-42] DEBUG org.eclipse.jetty.server.session.SessionHandler -- Entering scope org.eclipse.jetty.server.session.SessionHandler2123212850==dftMaxIdleSec=0, dispatch=REQUEST asyncstarted=false 20:12:51.142 [qtp304157852-42] DEBUG org.eclipse.jetty.server.session.SessionHandler -- sessionHandler=org.eclipse.jetty.server.session.SessionHandler2123212850==dftMaxIdleSec=0 session=null 20:12:51.145 [qtp304157852-42] DEBUG org.eclipse.jetty.servlet.ServletHandler -- servlet ||/sensinact|ServletPathMapping{matchValue=, pattern=/*, servletName=org.apache.felix.http.base.internal.dispatch.DispatcherServlet-3250993a, mappingMatch=PATH, servletPath=, pathInfo=/sensinact} -> org.apache.felix.http.base.internal.dispatch.DispatcherServlet-3250993a==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@c53ed7f9{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 20:12:51.152 [qtp304157852-42] DEBUG org.eclipse.jetty.servlet.ServletHandler -- chain=null 20:12:51.158 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpChannelState -- sendError HttpChannelState@43156c06{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 20:12:51.159 [qtp304157852-42] DEBUG org.eclipse.jetty.server.session.SessionHandler -- Leaving scope org.eclipse.jetty.server.session.SessionHandler2123212850==dftMaxIdleSec=0 dispatch=REQUEST, async=false, session=null, oldsession=null, oldsessionhandler=null 20:12:51.159 [qtp304157852-42] DEBUG org.eclipse.jetty.server.Server -- handled=true async=false committed=true on HttpChannelOverHttp@211d9802{s=HttpChannelState@43156c06{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:8083/sensinact,age=87} 20:12:51.159 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpChannelState -- unhandle HttpChannelState@43156c06{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=true i=true al=0} 20:12:51.159 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpChannelState -- nextAction(false) SEND_ERROR HttpChannelState@43156c06{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=false al=0} 20:12:51.159 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpChannel -- action SEND_ERROR HttpChannelOverHttp@211d9802{s=HttpChannelState@43156c06{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:8083/sensinact,age=87} 20:12:51.159 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpInput -- consumeAll HttpInput@1253073905 cs=HttpChannelState@43156c06{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@7c52bc7e eof=false 20:12:51.160 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- failing all content with org.eclipse.jetty.util.StaticException: Unconsumed content HttpChannelOverHttp@211d9802{s=HttpChannelState@43156c06{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:8083/sensinact,age=88} 20:12:51.160 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- produceContent has no content, parsing and filling 20:12:51.160 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@21d43f62::SocketChannelEndPoint@48683fea[{l=/127.0.0.1:8083,r=/127.0.0.1:43566,OPEN,fill=-,flush=-,to=94/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@21d43f62[p=HttpParser{s=CONTENT,0 of 0},g=HttpGenerator@27fd42c2{s=START}]=>HttpChannelOverHttp@211d9802{s=HttpChannelState@43156c06{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:8083/sensinact,age=88}] parse null 20:12:51.160 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=CONTENT HeapByteBuffer@7bcf88dc[p=0,l=0,c=0,r=0]={<<<>>>} 20:12:51.160 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- CONTENT --> CONTENT_END 20:12:51.160 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpChannel -- onContentComplete HttpChannelOverHttp@211d9802{s=HttpChannelState@43156c06{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:8083/sensinact,age=88} 20:12:51.160 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- CONTENT_END --> END 20:12:51.160 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpChannel -- onRequestComplete HttpChannelOverHttp@211d9802{s=HttpChannelState@43156c06{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:8083/sensinact,age=88} 20:12:51.160 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- received EOF, content = null 20:12:51.160 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@21d43f62::SocketChannelEndPoint@48683fea[{l=/127.0.0.1:8083,r=/127.0.0.1:43566,OPEN,fill=-,flush=-,to=95/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@21d43f62[p=HttpParser{s=END,0 of 0},g=HttpGenerator@27fd42c2{s=START}]=>HttpChannelOverHttp@211d9802{s=HttpChannelState@43156c06{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:8083/sensinact,age=88}] parsed false HttpParser{s=END,0 of 0} 20:12:51.161 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- produceContent produced EofContent 20:12:51.161 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- failed all content, EOF = true 20:12:51.161 [qtp304157852-42] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- failed all content of http channel EOF=true AsyncContentProducer@7f81f96f[r=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],t=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],i=null,error=false,c=HttpChannelOverHttp@211d9802{s=HttpChannelState@43156c06{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:8083/sensinact,age=89}] 20:12:51.161 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpInput -- isFinished=true HttpInput@1253073905 cs=HttpChannelState@43156c06{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@7c52bc7e eof=true 20:12:51.161 [qtp304157852-42] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- isError = false AsyncContentProducer@7f81f96f[r=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],t=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],i=null,error=false,c=HttpChannelOverHttp@211d9802{s=HttpChannelState@43156c06{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:8083/sensinact,age=89}] 20:12:51.161 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpInput -- isError=false HttpInput@1253073905 cs=HttpChannelState@43156c06{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@7c52bc7e eof=true Feb 12, 2024 8:12:51 PM org.apache.aries.spifly.BaseActivator log INFO: Registered provider org.eclipse.osgitech.rest.sse.SseSourceBuilderService of service jakarta.ws.rs.sse.SseEventSource$Builder in bundle org.glassfish.jersey.media.jersey-media-sse 20:12:51.166 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Loading feature model northbound-rest-feature 20:12:51.166 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpChannelState -- completing HttpChannelState@43156c06{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=false al=0} 20:12:51.167 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpChannel -- sendResponse info=null content=DirectByteBuffer@5a2f1603[p=0,l=436,c=32768,r=436]={<<<\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@2d9aa08b 20:12:51.167 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpChannel -- COMMIT for /sensinact on HttpChannelOverHttp@211d9802{s=HttpChannelState@43156c06{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:8083/sensinact,age=95} 404 null HTTP/1.1 Cache-Control: must-revalidate,no-cache,no-store Content-Type: text/html;charset=iso-8859-1 20:12:51.168 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- The feature northbound-rest-feature depends on the feature core-feature, which is installed 20:12:51.168 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- The feature northbound-rest-feature depends on the feature jakarta-rest-whiteboard-feature, which is installed 20:12:51.168 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.sensinact.gateway.northbound:rest:0.0.2-SNAPSHOT 20:12:51.168 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.sensinact.gateway.northbound:rest:0.0.2-SNAPSHOT in repositories [target/it/repository] 20:12:51.168 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.eclipse.sensinact.gateway.northbound:rest:0.0.2-SNAPSHOT is target/it/repository/org/eclipse/sensinact/gateway/northbound/rest/0.0.2-SNAPSHOT/rest-0.0.2-SNAPSHOT.jar 20:12:51.169 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpConnection -- generate: NEED_HEADER for SendCallback@65c0c0fa[PROCESSING][i=HTTP/1.1{s=404,h=2,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@7d76fee9] (null,[p=0,l=436,c=32768,r=436],true)@START 20:12:51.170 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpGenerator -- generateHeaders HTTP/1.1{s=404,h=2,cl=-1} last=true content=DirectByteBuffer@5a2f1603[p=0,l=436,c=32768,r=436]={<<<\n\n\n\n\n\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 20:12:51.170 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpGenerator -- Cache-Control: must-revalidate,no-cache,no-store Content-Type: text/html;charset=iso-8859-1 20:12:51.170 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpGenerator -- CONTENT_LENGTH 20:12:51.170 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpConnection -- generate: FLUSH for SendCallback@65c0c0fa[PROCESSING][i=HTTP/1.1{s=404,h=2,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@7d76fee9] ([p=0,l=141,c=16384,r=141],[p=0,l=436,c=32768,r=436],true)@COMPLETING 20:12:51.170 [qtp304157852-42] DEBUG org.eclipse.jetty.io.WriteFlusher -- write: WriteFlusher@614312b6{IDLE}->null [DirectByteBuffer@34de89cf[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@5a2f1603[p=0,l=436,c=32768,r=436]={<<<\n\n\n\n\n\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}] 20:12:51.170 [qtp304157852-42] DEBUG org.eclipse.jetty.io.WriteFlusher -- update WriteFlusher@614312b6{WRITING}->null:IDLE-->WRITING 20:12:51.170 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.sensinact.gateway.northbound.filters:filters.core:0.0.2-SNAPSHOT 20:12:51.170 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.sensinact.gateway.northbound.filters:filters.core:0.0.2-SNAPSHOT in repositories [target/it/repository] 20:12:51.170 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.eclipse.sensinact.gateway.northbound.filters:filters.core:0.0.2-SNAPSHOT is target/it/repository/org/eclipse/sensinact/gateway/northbound/filters/filters.core/0.0.2-SNAPSHOT/filters.core-0.0.2-SNAPSHOT.jar 20:12:51.171 [qtp304157852-42] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- flushed 577 SocketChannelEndPoint@48683fea[{l=/127.0.0.1:8083,r=/127.0.0.1:43566,OPEN,fill=-,flush=W,to=105/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@21d43f62[p=HttpParser{s=END,0 of 0},g=HttpGenerator@27fd42c2{s=COMPLETING}]=>HttpChannelOverHttp@211d9802{s=HttpChannelState@43156c06{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:8083/sensinact,age=99}] 20:12:51.171 [qtp304157852-42] DEBUG org.eclipse.jetty.io.WriteFlusher -- Flushed=true written=577 remaining=0 WriteFlusher@614312b6{WRITING}->null 20:12:51.171 [qtp304157852-42] DEBUG org.eclipse.jetty.io.WriteFlusher -- update WriteFlusher@614312b6{IDLE}->null:WRITING-->IDLE 20:12:51.171 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpConnection -- generate: DONE for SendCallback@65c0c0fa[PROCESSING][i=HTTP/1.1{s=404,h=2,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@7d76fee9] ([p=141,l=141,c=16384,r=0],[p=436,l=436,c=32768,r=0],true)@END 20:12:51.172 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpChannelState -- completed HttpChannelState@43156c06{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 20:12:51.172 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpChannelState -- unhandle HttpChannelState@43156c06{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 20:12:51.172 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpChannelState -- nextAction(false) TERMINATED HttpChannelState@43156c06{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 20:12:51.172 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpChannel -- action TERMINATED HttpChannelOverHttp@211d9802{s=HttpChannelState@43156c06{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:8083/sensinact,age=100} 20:12:51.172 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpChannel -- onCompleted for /sensinact written=436 20:12:51.172 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpInput -- consumeAll HttpInput@1253073905 cs=HttpChannelState@43156c06{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@7c52bc7e eof=true 20:12:51.172 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- failing all content with org.eclipse.jetty.util.StaticException: Unconsumed content HttpChannelOverHttp@211d9802{s=HttpChannelState@43156c06{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:8083/sensinact,age=100} 20:12:51.172 [qtp304157852-42] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- failed all content of http channel EOF=true AsyncContentProducer@7f81f96f[r=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],t=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],i=null,error=false,c=HttpChannelOverHttp@211d9802{s=HttpChannelState@43156c06{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:8083/sensinact,age=100}] 20:12:51.172 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpInput -- isFinished=true HttpInput@1253073905 cs=HttpChannelState@43156c06{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@7c52bc7e eof=true 20:12:51.172 [qtp304157852-42] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- isError = false AsyncContentProducer@7f81f96f[r=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],t=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],i=null,error=false,c=HttpChannelOverHttp@211d9802{s=HttpChannelState@43156c06{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:8083/sensinact,age=100}] 20:12:51.172 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpInput -- isError=false HttpInput@1253073905 cs=HttpChannelState@43156c06{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@7c52bc7e eof=true 20:12:51.172 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpChannelState -- recycle HttpChannelState@43156c06{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 20:12:51.172 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpInput -- recycle HttpInput@1253073905 cs=HttpChannelState@43156c06{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@7c52bc7e eof=true 20:12:51.172 [qtp304157852-42] DEBUG org.eclipse.jetty.server.BlockingContentProducer -- recycling org.eclipse.jetty.server.BlockingContentProducer@7c52bc7e 20:12:51.172 [qtp304157852-42] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- recycling AsyncContentProducer@7f81f96f[r=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],t=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],i=null,error=false,c=HttpChannelOverHttp@211d9802{s=HttpChannelState@43156c06{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:8083/sensinact,age=100}] 20:12:51.172 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.antlr:antlr4-runtime:4.12.0 20:12:51.172 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.antlr:antlr4-runtime:4.12.0 in repositories [target/it/repository] 20:12:51.172 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.antlr:antlr4-runtime:4.12.0 is target/it/repository/org/antlr/antlr4-runtime/4.12.0/antlr4-runtime-4.12.0.jar 20:12:51.174 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- reset HttpParser{s=END,0 of 0} 20:12:51.174 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- END --> START 20:12:51.174 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpChannel -- !handle TERMINATED HttpChannelOverHttp@211d9802{s=HttpChannelState@43156c06{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} 20:12:51.174 [qtp304157852-42] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- filled 0 DirectByteBuffer@656a3417[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 20:12:51.174 [qtp304157852-42] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- filled 0 DirectByteBuffer@656a3417[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 20:12:51.174 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@21d43f62::SocketChannelEndPoint@48683fea[{l=/127.0.0.1:8083,r=/127.0.0.1:43566,OPEN,fill=-,flush=-,to=3/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@21d43f62[p=HttpParser{s=START,0 of -1},g=HttpGenerator@27fd42c2{s=START}]=>HttpChannelOverHttp@211d9802{s=HttpChannelState@43156c06{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@349e4f18{DirectByteBuffer@656a3417[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00},r=1} 20:12:51.174 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@21d43f62::SocketChannelEndPoint@48683fea[{l=/127.0.0.1:8083,r=/127.0.0.1:43566,OPEN,fill=-,flush=-,to=3/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@21d43f62[p=HttpParser{s=START,0 of -1},g=HttpGenerator@27fd42c2{s=START}]=>HttpChannelOverHttp@211d9802{s=HttpChannelState@43156c06{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@349e4f18{DirectByteBuffer@656a3417[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00},r=1} 20:12:51.174 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=START DirectByteBuffer@656a3417[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 20:12:51.174 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@21d43f62::SocketChannelEndPoint@48683fea[{l=/127.0.0.1:8083,r=/127.0.0.1:43566,OPEN,fill=-,flush=-,to=3/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@21d43f62[p=HttpParser{s=START,0 of -1},g=HttpGenerator@27fd42c2{s=START}]=>HttpChannelOverHttp@211d9802{s=HttpChannelState@43156c06{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} 20:12:51.175 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpConnection -- releaseRequestBuffer HttpConnection@21d43f62::SocketChannelEndPoint@48683fea[{l=/127.0.0.1:8083,r=/127.0.0.1:43566,OPEN,fill=-,flush=-,to=3/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@21d43f62[p=HttpParser{s=START,0 of -1},g=HttpGenerator@27fd42c2{s=START}]=>HttpChannelOverHttp@211d9802{s=HttpChannelState@43156c06{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}] 20:12:51.175 [qtp304157852-42] DEBUG org.eclipse.jetty.io.AbstractConnection -- fillInterested HttpConnection@21d43f62::SocketChannelEndPoint@48683fea[{l=/127.0.0.1:8083,r=/127.0.0.1:43566,OPEN,fill=-,flush=-,to=3/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@21d43f62[p=HttpParser{s=START,0 of -1},g=HttpGenerator@27fd42c2{s=START}]=>HttpChannelOverHttp@211d9802{s=HttpChannelState@43156c06{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}] 20:12:51.241 [qtp304157852-42] DEBUG org.eclipse.jetty.io.FillInterest -- interested FillInterest@6aea922e{ReadCallback@4dfe4a51{HttpConnection@21d43f62::SocketChannelEndPoint@48683fea[{l=/127.0.0.1:8083,r=/127.0.0.1:43566,OPEN,fill=FI,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@21d43f62[p=HttpParser{s=START,0 of -1},g=HttpGenerator@27fd42c2{s=START}]=>HttpChannelOverHttp@211d9802{s=HttpChannelState@43156c06{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}]}} 20:12:51.241 [qtp304157852-42] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- changeInterests p=false 0->1 for SocketChannelEndPoint@48683fea[{l=/127.0.0.1:8083,r=/127.0.0.1:43566,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}]->[HttpConnection@21d43f62[p=HttpParser{s=START,0 of -1},g=HttpGenerator@27fd42c2{s=START}]=>HttpChannelOverHttp@211d9802{s=HttpChannelState@43156c06{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}] 20:12:51.241 [qtp304157852-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$391/0x00007f5cd0322118@73247785 on ManagedSelector@62a71547{STARTED} id=0 keys=1 selected=0 updates=0 20:12:51.241 [qtp304157852-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@62a71547{STARTED} id=0 keys=1 selected=0 updates=1 20:12:51.242 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@21d43f62::SocketChannelEndPoint@48683fea[{l=/127.0.0.1:8083,r=/127.0.0.1:43566,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}]->[HttpConnection@21d43f62[p=HttpParser{s=START,0 of -1},g=HttpGenerator@27fd42c2{s=START}]=>HttpChannelOverHttp@211d9802{s=HttpChannelState@43156c06{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@43156c06{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 20:12:51.242 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@4fb47fd9 woken with none selected 20:12:51.242 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@4fb47fd9 woken up from select, 0/0/1 selected 20:12:51.242 [qtp304157852-42] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran SocketChannelEndPoint@48683fea[{l=/127.0.0.1:8083,r=/127.0.0.1:43566,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}]->[HttpConnection@21d43f62[p=HttpParser{s=START,0 of -1},g=HttpGenerator@27fd42c2{s=START}]=>HttpChannelOverHttp@211d9802{s=HttpChannelState@43156c06{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[qtp304157852]@1221149c{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=1/2,pending=0}] 20:12:51.242 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@4fb47fd9 processing 0 keys, 1 updates 20:12:51.242 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 20:12:51.242 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$391/0x00007f5cd0322118@73247785 20:12:51.242 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.sensinact.gateway.northbound.filters:ldap:0.0.2-SNAPSHOT 20:12:51.242 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.sensinact.gateway.northbound.filters:ldap:0.0.2-SNAPSHOT in repositories [target/it/repository] 20:12:51.242 [qtp304157852-39] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- Key interests updated 0 -> 1 on SocketChannelEndPoint@48683fea[{l=/127.0.0.1:8083,r=/127.0.0.1:43566,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=1}]->[HttpConnection@21d43f62[p=HttpParser{s=START,0 of -1},g=HttpGenerator@27fd42c2{s=START}]=>HttpChannelOverHttp@211d9802{s=HttpChannelState@43156c06{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}] 20:12:51.242 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.eclipse.sensinact.gateway.northbound.filters:ldap:0.0.2-SNAPSHOT is target/it/repository/org/eclipse/sensinact/gateway/northbound/filters/ldap/0.0.2-SNAPSHOT/ldap-0.0.2-SNAPSHOT.jar 20:12:51.242 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:12:51.242 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@4fb47fd9 waiting with 1 keys 20:12:51.245 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.sensinact.gateway.northbound:query-handler:0.0.2-SNAPSHOT 20:12:51.245 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.sensinact.gateway.northbound:query-handler:0.0.2-SNAPSHOT in repositories [target/it/repository] 20:12:51.245 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.eclipse.sensinact.gateway.northbound:query-handler:0.0.2-SNAPSHOT is target/it/repository/org/eclipse/sensinact/gateway/northbound/query-handler/0.0.2-SNAPSHOT/query-handler-0.0.2-SNAPSHOT.jar 20:12:51.248 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.sensinact.gateway.northbound.security:authentication-api:0.0.2-SNAPSHOT 20:12:51.248 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.sensinact.gateway.northbound.security:authentication-api:0.0.2-SNAPSHOT in repositories [target/it/repository] 20:12:51.248 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.eclipse.sensinact.gateway.northbound.security:authentication-api:0.0.2-SNAPSHOT is target/it/repository/org/eclipse/sensinact/gateway/northbound/security/authentication-api/0.0.2-SNAPSHOT/authentication-api-0.0.2-SNAPSHOT.jar 20:12:51.249 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.16.1 20:12:51.249 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.16.1 in repositories [target/it/repository] 20:12:51.249 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.16.1 is target/it/repository/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.16.1/jackson-datatype-jsr310-2.16.1.jar 20:12:51.251 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle com.fasterxml.jackson.jakarta.rs:jackson-jakarta-rs-base:2.16.1 20:12:51.251 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature com.fasterxml.jackson.jakarta.rs:jackson-jakarta-rs-base:2.16.1 in repositories [target/it/repository] 20:12:51.251 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature com.fasterxml.jackson.jakarta.rs:jackson-jakarta-rs-base:2.16.1 is target/it/repository/com/fasterxml/jackson/jakarta/rs/jackson-jakarta-rs-base/2.16.1/jackson-jakarta-rs-base-2.16.1.jar 20:12:51.253 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle com.fasterxml.jackson.jakarta.rs:jackson-jakarta-rs-json-provider:2.16.1 20:12:51.253 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature com.fasterxml.jackson.jakarta.rs:jackson-jakarta-rs-json-provider:2.16.1 in repositories [target/it/repository] 20:12:51.253 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature com.fasterxml.jackson.jakarta.rs:jackson-jakarta-rs-json-provider:2.16.1 is target/it/repository/com/fasterxml/jackson/jakarta/rs/jackson-jakarta-rs-json-provider/2.16.1/jackson-jakarta-rs-json-provider-2.16.1.jar 20:12:51.358 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Feature update complete. Feb 12, 2024 8:12:51 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:12:51 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:12:51 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. Feb 12, 2024 8:12:51 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. Feb 12, 2024 8:12:51 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application sensinact-rest class org.eclipse.osgitech.rest.util.OptionalResponseFilter Feb 12, 2024 8:12:51 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter Feb 12, 2024 8:12:51 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:12:51 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:12:51 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. Feb 12, 2024 8:12:51 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. Feb 12, 2024 8:12:51 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:12:51 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. Feb 12, 2024 8:12:51 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. 20:12:52.250 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@4fb47fd9 woken up from select, 1/1/1 selected 20:12:52.250 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@4fb47fd9 processing 1 keys, 0 updates 20:12:52.250 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- selected 1 channel=java.nio.channels.SocketChannel[connected local=/127.0.0.1:8083 remote=/127.0.0.1:43566], selector=sun.nio.ch.EPollSelectorImpl@4fb47fd9, interestOps=1, readyOps=1 SocketChannelEndPoint@48683fea[{l=/127.0.0.1:8083,r=/127.0.0.1:43566,OPEN,fill=FI,flush=-,to=1009/60000}{io=1/1,kio=1,kro=1}]->[HttpConnection@21d43f62[p=HttpParser{s=START,0 of -1},g=HttpGenerator@27fd42c2{s=START}]=>HttpChannelOverHttp@211d9802{s=HttpChannelState@43156c06{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}] 20:12:52.250 [qtp304157852-39] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- onSelected 1->0 r=true w=false for SocketChannelEndPoint@48683fea[{l=/127.0.0.1:8083,r=/127.0.0.1:43566,OPEN,fill=FI,flush=-,to=1009/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@21d43f62[p=HttpParser{s=START,0 of -1},g=HttpGenerator@27fd42c2{s=START}]=>HttpChannelOverHttp@211d9802{s=HttpChannelState@43156c06{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}] 20:12:52.250 [qtp304157852-39] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- task SocketChannelEndPoint@48683fea[{l=/127.0.0.1:8083,r=/127.0.0.1:43566,OPEN,fill=FI,flush=-,to=1009/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@21d43f62[p=HttpParser{s=START,0 of -1},g=HttpGenerator@27fd42c2{s=START}]=>HttpChannelOverHttp@211d9802{s=HttpChannelState@43156c06{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 20:12:52.250 [qtp304157852-39] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@4d385e23{reserved=1/2,pending=0} tryExecute org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy$$Lambda$380/0x00007f5cd0314f18@14c89074 20:12:52.250 [qtp304157852-39] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@4d385e23{reserved=0/2,pending=1} startReservedThread p=1 20:12:52.250 [qtp304157852-39] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue ReservedThread@642f61eb{PENDING,thread=null} startThread=0 20:12:52.250 [qtp304157852-44] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run ReservedThread@642f61eb{PENDING,thread=null} in QueuedThreadPool[qtp304157852]@1221149c{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=0/2,pending=1}] 20:12:52.250 [qtp304157852-39] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- ss=EXECUTE_PRODUCE_CONSUME t=SocketChannelEndPoint@48683fea[{l=/127.0.0.1:8083,r=/127.0.0.1:43566,OPEN,fill=FI,flush=-,to=1009/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@21d43f62[p=HttpParser{s=START,0 of -1},g=HttpGenerator@27fd42c2{s=START}]=>HttpChannelOverHttp@211d9802{s=HttpChannelState@43156c06{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/BLOCKING AdaptiveExecutionStrategy@313e7a31/SelectorProducer@1efd6dc5/IDLE/p=true/QueuedThreadPool[qtp304157852]@1221149c{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=0/2,pending=1}][pc=0,pic=0,pec=1,epc=0]@2024-02-12T20:12:52.251056772Z 20:12:52.251 [qtp304157852-44] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@642f61eb{PENDING,thread=Thread[qtp304157852-44,5,Configuration Admin Service]} was=PENDING next=RESERVED size=0+1 capacity=2 20:12:52.251 [qtp304157852-43] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@fccdd1c{RESERVED,thread=Thread[qtp304157852-43,5,Configuration Admin Service]} task=org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy$$Lambda$380/0x00007f5cd0314f18@14c89074 ReservedThreadExecutor@4d385e23{reserved=1/2,pending=0} 20:12:52.251 [qtp304157852-44] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@642f61eb{RESERVED,thread=Thread[qtp304157852-44,5,Configuration Admin Service]} waiting ReservedThreadExecutor@4d385e23{reserved=1/2,pending=0} 20:12:52.251 [qtp304157852-39] DEBUG org.eclipse.jetty.io.FillInterest -- fillable FillInterest@6aea922e{ReadCallback@4dfe4a51{HttpConnection@21d43f62::SocketChannelEndPoint@48683fea[{l=/127.0.0.1:8083,r=/127.0.0.1:43566,OPEN,fill=FI,flush=-,to=1009/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@21d43f62[p=HttpParser{s=START,0 of -1},g=HttpGenerator@27fd42c2{s=START}]=>HttpChannelOverHttp@211d9802{s=HttpChannelState@43156c06{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}]}} 20:12:52.251 [qtp304157852-43] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- AdaptiveExecutionStrategy@313e7a31/SelectorProducer@1efd6dc5/IDLE/p=true/QueuedThreadPool[qtp304157852]@1221149c{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=1/2,pending=0}][pc=0,pic=0,pec=1,epc=1]@2024-02-12T20:12:52.251261666Z tryProduce true 20:12:52.251 [qtp304157852-43] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 0 20:12:52.251 [qtp304157852-43] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:12:52.251 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@21d43f62::SocketChannelEndPoint@48683fea[{l=/127.0.0.1:8083,r=/127.0.0.1:43566,OPEN,fill=-,flush=-,to=1009/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@21d43f62[p=HttpParser{s=START,0 of -1},g=HttpGenerator@27fd42c2{s=START}]=>HttpChannelOverHttp@211d9802{s=HttpChannelState@43156c06{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 enter HttpChannelState@43156c06{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 20:12:52.251 [qtp304157852-43] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- Key interests updated 1 -> 0 on SocketChannelEndPoint@48683fea[{l=/127.0.0.1:8083,r=/127.0.0.1:43566,OPEN,fill=-,flush=-,to=1009/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@21d43f62[p=HttpParser{s=START,0 of -1},g=HttpGenerator@27fd42c2{s=START}]=>HttpChannelOverHttp@211d9802{s=HttpChannelState@43156c06{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}] 20:12:52.251 [qtp304157852-43] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@4fb47fd9 waiting with 1 keys 20:12:52.252 [qtp304157852-39] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- filled 214 DirectByteBuffer@656a3417[p=0,l=214,c=8192,r=214]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 20:12:52.252 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@21d43f62::SocketChannelEndPoint@48683fea[{l=/127.0.0.1:8083,r=/127.0.0.1:43566,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@21d43f62[p=HttpParser{s=START,0 of -1},g=HttpGenerator@27fd42c2{s=START}]=>HttpChannelOverHttp@211d9802{s=HttpChannelState@43156c06{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 214 RetainableByteBuffer@349e4f18{DirectByteBuffer@656a3417[p=0,l=214,c=8192,r=214]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},r=1} 20:12:52.252 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@21d43f62::SocketChannelEndPoint@48683fea[{l=/127.0.0.1:8083,r=/127.0.0.1:43566,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@21d43f62[p=HttpParser{s=START,0 of -1},g=HttpGenerator@27fd42c2{s=START}]=>HttpChannelOverHttp@211d9802{s=HttpChannelState@43156c06{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@349e4f18{DirectByteBuffer@656a3417[p=0,l=214,c=8192,r=214]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},r=1} 20:12:52.252 [qtp304157852-39] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=START DirectByteBuffer@656a3417[p=0,l=214,c=8192,r=214]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 20:12:52.252 [qtp304157852-39] DEBUG org.eclipse.jetty.http.HttpParser -- START --> SPACE1 20:12:52.252 [qtp304157852-39] DEBUG org.eclipse.jetty.http.HttpParser -- SPACE1 --> URI 20:12:52.252 [qtp304157852-39] DEBUG org.eclipse.jetty.http.HttpParser -- URI --> SPACE2 20:12:52.252 [qtp304157852-39] DEBUG org.eclipse.jetty.http.HttpParser -- SPACE2 --> REQUEST_VERSION 20:12:52.252 [qtp304157852-39] DEBUG org.eclipse.jetty.http.HttpParser -- REQUEST_VERSION --> HEADER 20:12:52.252 [qtp304157852-39] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Connection --> IN_VALUE 20:12:52.252 [qtp304157852-39] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Connection --> FIELD 20:12:52.252 [qtp304157852-39] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Content-Length: 0 --> IN_VALUE 20:12:52.252 [qtp304157852-39] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Content-Length: 0 --> FIELD 20:12:52.252 [qtp304157852-39] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Host: localhost:8083 --> IN_VALUE 20:12:52.252 [qtp304157852-39] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Host: localhost:8083 --> FIELD 20:12:52.252 [qtp304157852-39] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:HTTP2-Settings --> VALUE 20:12:52.252 [qtp304157852-39] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:HTTP2-Settings --> IN_VALUE 20:12:52.252 [qtp304157852-39] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:HTTP2-Settings --> FIELD 20:12:52.252 [qtp304157852-39] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Upgrade --> VALUE 20:12:52.252 [qtp304157852-39] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Upgrade --> IN_VALUE 20:12:52.252 [qtp304157852-39] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Upgrade --> FIELD 20:12:52.252 [qtp304157852-39] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:User-Agent: Java-http-client/17.0.9 --> IN_VALUE 20:12:52.252 [qtp304157852-39] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:User-Agent: Java-http-client/17.0.9 --> FIELD 20:12:52.252 [qtp304157852-39] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER --> CONTENT 20:12:52.252 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpInput -- reopen HttpInput@1253073905 cs=HttpChannelState@43156c06{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@7c52bc7e eof=true 20:12:52.253 [qtp304157852-39] DEBUG org.eclipse.jetty.server.BlockingContentProducer -- reopening org.eclipse.jetty.server.BlockingContentProducer@7c52bc7e 20:12:52.253 [qtp304157852-39] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- reopening AsyncContentProducer@7f81f96f[r=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],t=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],i=null,error=false,c=HttpChannelOverHttp@211d9802{s=HttpChannelState@43156c06{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=1}] 20:12:52.253 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpChannel -- REQUEST for /sensinact on HttpChannelOverHttp@211d9802{s=HttpChannelState@43156c06{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=http://localhost:8083/sensinact,age=1} GET /sensinact HTTP/1.1 Connection: Upgrade, HTTP2-Settings Content-Length: 0 Host: localhost:8083 HTTP2-Settings: AAEAAEAAAAIAAAABAAMAAABkAAQBAAAAAAUAAEAA Upgrade: h2c User-Agent: Java-http-client/17.0.9 20:12:52.253 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- upgrade HttpChannelOverHttp@211d9802{s=HttpChannelState@43156c06{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=http://localhost:8083/sensinact,age=1} Upgrade: h2c 20:12:52.253 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- No factory for Upgrade: h2c in ServerConnector@66323f4c{HTTP/1.1, (http/1.1)}{0.0.0.0:8083} 20:12:52.253 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@21d43f62::SocketChannelEndPoint@48683fea[{l=/127.0.0.1:8083,r=/127.0.0.1:43566,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@21d43f62[p=HttpParser{s=CONTENT,0 of 0},g=HttpGenerator@27fd42c2{s=START}]=>HttpChannelOverHttp@211d9802{s=HttpChannelState@43156c06{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=http://localhost:8083/sensinact,age=1}] parsed true HttpParser{s=CONTENT,0 of 0} 20:12:52.253 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpConnection -- releaseRequestBuffer HttpConnection@21d43f62::SocketChannelEndPoint@48683fea[{l=/127.0.0.1:8083,r=/127.0.0.1:43566,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@21d43f62[p=HttpParser{s=CONTENT,0 of 0},g=HttpGenerator@27fd42c2{s=START}]=>HttpChannelOverHttp@211d9802{s=HttpChannelState@43156c06{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=http://localhost:8083/sensinact,age=1}] 20:12:52.253 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpChannel -- handle http://localhost:8083/sensinact HttpChannelOverHttp@211d9802{s=HttpChannelState@43156c06{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=http://localhost:8083/sensinact,age=1} 20:12:52.253 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpChannelState -- handling HttpChannelState@43156c06{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 20:12:52.253 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpChannel -- action DISPATCH HttpChannelOverHttp@211d9802{s=HttpChannelState@43156c06{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=HANDLING,uri=http://localhost:8083/sensinact,age=1} 20:12:52.253 [qtp304157852-39] DEBUG org.eclipse.jetty.server.Server -- REQUEST GET /sensinact ?null on HttpChannelOverHttp@211d9802{s=HttpChannelState@43156c06{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=HANDLING,uri=http://localhost:8083/sensinact,age=1} 20:12:52.253 [qtp304157852-39] DEBUG org.eclipse.jetty.server.handler.ContextHandler -- scope null||/sensinact @ o.e.j.s.ServletContextHandler@23a589ed{/,null,AVAILABLE} 20:12:52.253 [qtp304157852-39] DEBUG org.eclipse.jetty.server.handler.ContextHandler -- context=||/sensinact @ o.e.j.s.ServletContextHandler@23a589ed{/,null,AVAILABLE} 20:12:52.253 [qtp304157852-39] DEBUG org.eclipse.jetty.server.session.SessionHandler -- Entering scope org.eclipse.jetty.server.session.SessionHandler2123212850==dftMaxIdleSec=0, dispatch=REQUEST asyncstarted=false 20:12:52.253 [qtp304157852-39] DEBUG org.eclipse.jetty.server.session.SessionHandler -- sessionHandler=org.eclipse.jetty.server.session.SessionHandler2123212850==dftMaxIdleSec=0 session=null 20:12:52.253 [qtp304157852-39] DEBUG org.eclipse.jetty.servlet.ServletHandler -- servlet ||/sensinact|ServletPathMapping{matchValue=, pattern=/*, servletName=org.apache.felix.http.base.internal.dispatch.DispatcherServlet-3250993a, mappingMatch=PATH, servletPath=, pathInfo=/sensinact} -> org.apache.felix.http.base.internal.dispatch.DispatcherServlet-3250993a==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@c53ed7f9{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 20:12:52.253 [qtp304157852-39] DEBUG org.eclipse.jetty.servlet.ServletHandler -- chain=null 20:12:52.380 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpOutput -- write(array HeapByteBuffer@1b9dee7[p=0,l=458,c=8192,r=458]={<<<{"type":"COMPLETE_LIST","...,"type":"SENSOR"}]}]}]}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}) 20:12:52.381 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpOutput -- write(array) s=CLOSING,api=BLOCKED,sc=false,e=null last=true agg=false flush=true async=false, len=458 null 20:12:52.381 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpChannel -- sendResponse info=null content=HeapByteBuffer@2aaed814[p=0,l=458,c=8192,r=458]={<<<{"type":"COMPLETE_LIST","...,"type":"SENSOR"}]}]}]}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} complete=true committing=true callback=Blocker@22215807{null} 20:12:52.381 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpChannel -- COMMIT for /sensinact on HttpChannelOverHttp@211d9802{s=HttpChannelState@43156c06{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=HANDLING,uri=http://localhost:8083/sensinact,age=129} 200 null HTTP/1.1 Date: Mon, 12 Feb 2024 20:12:52 GMT Content-Length: 458 Content-Type: application/json 20:12:52.381 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpConnection -- generate: NEED_HEADER for SendCallback@65c0c0fa[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=458},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@539aa794] (null,[p=0,l=458,c=8192,r=458],true)@START 20:12:52.381 [qtp304157852-39] DEBUG org.eclipse.jetty.http.HttpGenerator -- generateHeaders HTTP/1.1{s=200,h=3,cl=458} last=true content=HeapByteBuffer@2aaed814[p=0,l=458,c=8192,r=458]={<<<{"type":"COMPLETE_LIST","...,"type":"SENSOR"}]}]}]}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 20:12:52.381 [qtp304157852-39] DEBUG org.eclipse.jetty.http.HttpGenerator -- Date: Mon, 12 Feb 2024 20:12:52 GMT Content-Length: 458 Content-Type: application/json 20:12:52.381 [qtp304157852-39] DEBUG org.eclipse.jetty.http.HttpGenerator -- CONTENT_LENGTH 20:12:52.381 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpConnection -- generate: FLUSH for SendCallback@65c0c0fa[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=458},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@539aa794] ([p=0,l=109,c=16384,r=109],[p=0,l=458,c=8192,r=458],true)@COMPLETING 20:12:52.381 [qtp304157852-39] DEBUG org.eclipse.jetty.io.WriteFlusher -- write: WriteFlusher@614312b6{IDLE}->null [DirectByteBuffer@34de89cf[p=0,l=109,c=16384,r=109]={<<>>-8859-1\r\n...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@2aaed814[p=0,l=458,c=8192,r=458]={<<<{"type":"COMPLETE_LIST","...,"type":"SENSOR"}]}]}]}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}] 20:12:52.381 [qtp304157852-39] DEBUG org.eclipse.jetty.io.WriteFlusher -- update WriteFlusher@614312b6{WRITING}->null:IDLE-->WRITING 20:12:52.381 [qtp304157852-39] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- flushed 567 SocketChannelEndPoint@48683fea[{l=/127.0.0.1:8083,r=/127.0.0.1:43566,OPEN,fill=-,flush=W,to=129/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@21d43f62[p=HttpParser{s=CONTENT,0 of 0},g=HttpGenerator@27fd42c2{s=COMPLETING}]=>HttpChannelOverHttp@211d9802{s=HttpChannelState@43156c06{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=HANDLING,uri=http://localhost:8083/sensinact,age=129}] 20:12:52.381 [qtp304157852-39] DEBUG org.eclipse.jetty.io.WriteFlusher -- Flushed=true written=567 remaining=0 WriteFlusher@614312b6{WRITING}->null 20:12:52.381 [qtp304157852-39] DEBUG org.eclipse.jetty.io.WriteFlusher -- update WriteFlusher@614312b6{IDLE}->null:WRITING-->IDLE 20:12:52.381 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpConnection -- generate: DONE for SendCallback@65c0c0fa[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=458},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@539aa794] ([p=109,l=109,c=16384,r=0],[p=458,l=458,c=8192,r=0],true)@END 20:12:52.381 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpOutput -- onWriteComplete(true,null) s=CLOSING,api=BLOCKED,sc=false,e=null->s=CLOSED,api=BLOCKING,sc=false,e=null c=null cb=null w=false 20:12:52.383 [qtp304157852-39] DEBUG org.eclipse.jetty.server.session.SessionHandler -- Leaving scope org.eclipse.jetty.server.session.SessionHandler2123212850==dftMaxIdleSec=0 dispatch=REQUEST, async=false, session=null, oldsession=null, oldsessionhandler=null 20:12:52.383 [qtp304157852-39] DEBUG org.eclipse.jetty.server.Server -- handled=true async=false committed=true on HttpChannelOverHttp@211d9802{s=HttpChannelState@43156c06{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=0},r=2,c=false/true,a=HANDLING,uri=http://localhost:8083/sensinact,age=131} 20:12:52.383 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpChannelState -- unhandle HttpChannelState@43156c06{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=0} 20:12:52.383 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpChannelState -- nextAction(false) COMPLETE HttpChannelState@43156c06{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 20:12:52.383 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpChannel -- action COMPLETE HttpChannelOverHttp@211d9802{s=HttpChannelState@43156c06{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=2,c=false/true,a=HANDLING,uri=http://localhost:8083/sensinact,age=131} 20:12:52.383 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpOutput -- complete(org.eclipse.jetty.util.Callback$3@76a7c517) s=CLOSED,api=BLOCKING,sc=false,e=null s=true e=null, c=null 20:12:52.384 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpChannelState -- completed HttpChannelState@43156c06{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 20:12:52.384 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpChannelState -- unhandle HttpChannelState@43156c06{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 20:12:52.384 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpChannelState -- nextAction(false) TERMINATED HttpChannelState@43156c06{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 20:12:52.384 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpChannel -- action TERMINATED HttpChannelOverHttp@211d9802{s=HttpChannelState@43156c06{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=2,c=true/true,a=IDLE,uri=http://localhost:8083/sensinact,age=132} 20:12:52.384 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpChannel -- onCompleted for /sensinact written=458 20:12:52.384 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpInput -- consumeAll HttpInput@1253073905 cs=HttpChannelState@43156c06{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@7c52bc7e eof=false 20:12:52.384 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- failing all content with org.eclipse.jetty.util.StaticException: Unconsumed content HttpChannelOverHttp@211d9802{s=HttpChannelState@43156c06{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=2,c=true/true,a=IDLE,uri=http://localhost:8083/sensinact,age=132} 20:12:52.384 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- produceContent has no content, parsing and filling 20:12:52.384 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@21d43f62::SocketChannelEndPoint@48683fea[{l=/127.0.0.1:8083,r=/127.0.0.1:43566,OPEN,fill=-,flush=-,to=2/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@21d43f62[p=HttpParser{s=CONTENT,0 of 0},g=HttpGenerator@27fd42c2{s=END}]=>HttpChannelOverHttp@211d9802{s=HttpChannelState@43156c06{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=2,c=true/true,a=IDLE,uri=http://localhost:8083/sensinact,age=132}] parse null 20:12:52.384 [qtp304157852-39] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=CONTENT HeapByteBuffer@7bcf88dc[p=0,l=0,c=0,r=0]={<<<>>>} 20:12:52.384 [qtp304157852-39] DEBUG org.eclipse.jetty.http.HttpParser -- CONTENT --> CONTENT_END 20:12:52.384 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpChannel -- onContentComplete HttpChannelOverHttp@211d9802{s=HttpChannelState@43156c06{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=2,c=true/true,a=IDLE,uri=http://localhost:8083/sensinact,age=132} 20:12:52.384 [qtp304157852-39] DEBUG org.eclipse.jetty.http.HttpParser -- CONTENT_END --> END 20:12:52.384 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpChannel -- onRequestComplete HttpChannelOverHttp@211d9802{s=HttpChannelState@43156c06{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=2,c=true/true,a=IDLE,uri=http://localhost:8083/sensinact,age=132} 20:12:52.384 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- received EOF, content = null 20:12:52.384 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@21d43f62::SocketChannelEndPoint@48683fea[{l=/127.0.0.1:8083,r=/127.0.0.1:43566,OPEN,fill=-,flush=-,to=2/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@21d43f62[p=HttpParser{s=END,0 of 0},g=HttpGenerator@27fd42c2{s=END}]=>HttpChannelOverHttp@211d9802{s=HttpChannelState@43156c06{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=2,c=true/true,a=IDLE,uri=http://localhost:8083/sensinact,age=132}] parsed false HttpParser{s=END,0 of 0} 20:12:52.384 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- produceContent produced EofContent 20:12:52.384 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- failed all content, EOF = true 20:12:52.384 [qtp304157852-39] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- failed all content of http channel EOF=true AsyncContentProducer@7f81f96f[r=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],t=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],i=null,error=false,c=HttpChannelOverHttp@211d9802{s=HttpChannelState@43156c06{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=2,c=true/true,a=IDLE,uri=http://localhost:8083/sensinact,age=132}] 20:12:52.384 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpInput -- isFinished=true HttpInput@1253073905 cs=HttpChannelState@43156c06{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@7c52bc7e eof=true 20:12:52.384 [qtp304157852-39] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- isError = false AsyncContentProducer@7f81f96f[r=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],t=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],i=null,error=false,c=HttpChannelOverHttp@211d9802{s=HttpChannelState@43156c06{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=2,c=true/true,a=IDLE,uri=http://localhost:8083/sensinact,age=132}] 20:12:52.384 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpInput -- isError=false HttpInput@1253073905 cs=HttpChannelState@43156c06{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@7c52bc7e eof=true 20:12:52.384 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpChannelState -- recycle HttpChannelState@43156c06{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 20:12:52.384 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpInput -- recycle HttpInput@1253073905 cs=HttpChannelState@43156c06{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@7c52bc7e eof=true 20:12:52.384 [qtp304157852-39] DEBUG org.eclipse.jetty.server.BlockingContentProducer -- recycling org.eclipse.jetty.server.BlockingContentProducer@7c52bc7e 20:12:52.384 [qtp304157852-39] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- recycling AsyncContentProducer@7f81f96f[r=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],t=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],i=null,error=false,c=HttpChannelOverHttp@211d9802{s=HttpChannelState@43156c06{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=http://localhost:8083/sensinact,age=132}] 20:12:52.384 [qtp304157852-39] DEBUG org.eclipse.jetty.http.HttpParser -- reset HttpParser{s=END,0 of 0} 20:12:52.384 [qtp304157852-39] DEBUG org.eclipse.jetty.http.HttpParser -- END --> START 20:12:52.384 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpChannel -- !handle TERMINATED HttpChannelOverHttp@211d9802{s=HttpChannelState@43156c06{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0} 20:12:52.384 [qtp304157852-39] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- filled 0 DirectByteBuffer@656a3417[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 20:12:52.384 [qtp304157852-39] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- filled 0 DirectByteBuffer@656a3417[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 20:12:52.384 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@21d43f62::SocketChannelEndPoint@48683fea[{l=/127.0.0.1:8083,r=/127.0.0.1:43566,OPEN,fill=-,flush=-,to=3/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@21d43f62[p=HttpParser{s=START,0 of -1},g=HttpGenerator@27fd42c2{s=START}]=>HttpChannelOverHttp@211d9802{s=HttpChannelState@43156c06{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0}] filled 0 RetainableByteBuffer@349e4f18{DirectByteBuffer@656a3417[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00},r=1} 20:12:52.384 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@21d43f62::SocketChannelEndPoint@48683fea[{l=/127.0.0.1:8083,r=/127.0.0.1:43566,OPEN,fill=-,flush=-,to=3/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@21d43f62[p=HttpParser{s=START,0 of -1},g=HttpGenerator@27fd42c2{s=START}]=>HttpChannelOverHttp@211d9802{s=HttpChannelState@43156c06{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0}] parse RetainableByteBuffer@349e4f18{DirectByteBuffer@656a3417[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00},r=1} 20:12:52.384 [qtp304157852-39] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=START DirectByteBuffer@656a3417[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 20:12:52.384 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@21d43f62::SocketChannelEndPoint@48683fea[{l=/127.0.0.1:8083,r=/127.0.0.1:43566,OPEN,fill=-,flush=-,to=3/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@21d43f62[p=HttpParser{s=START,0 of -1},g=HttpGenerator@27fd42c2{s=START}]=>HttpChannelOverHttp@211d9802{s=HttpChannelState@43156c06{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0}] parsed false HttpParser{s=START,0 of -1} 20:12:52.384 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpConnection -- releaseRequestBuffer HttpConnection@21d43f62::SocketChannelEndPoint@48683fea[{l=/127.0.0.1:8083,r=/127.0.0.1:43566,OPEN,fill=-,flush=-,to=3/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@21d43f62[p=HttpParser{s=START,0 of -1},g=HttpGenerator@27fd42c2{s=START}]=>HttpChannelOverHttp@211d9802{s=HttpChannelState@43156c06{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0}] 20:12:52.385 [qtp304157852-39] DEBUG org.eclipse.jetty.io.AbstractConnection -- fillInterested HttpConnection@21d43f62::SocketChannelEndPoint@48683fea[{l=/127.0.0.1:8083,r=/127.0.0.1:43566,OPEN,fill=-,flush=-,to=3/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@21d43f62[p=HttpParser{s=START,0 of -1},g=HttpGenerator@27fd42c2{s=START}]=>HttpChannelOverHttp@211d9802{s=HttpChannelState@43156c06{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0}] 20:12:52.385 [qtp304157852-39] DEBUG org.eclipse.jetty.io.FillInterest -- interested FillInterest@6aea922e{ReadCallback@4dfe4a51{HttpConnection@21d43f62::SocketChannelEndPoint@48683fea[{l=/127.0.0.1:8083,r=/127.0.0.1:43566,OPEN,fill=FI,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@21d43f62[p=HttpParser{s=START,0 of -1},g=HttpGenerator@27fd42c2{s=START}]=>HttpChannelOverHttp@211d9802{s=HttpChannelState@43156c06{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0}]}} 20:12:52.385 [qtp304157852-39] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- changeInterests p=false 0->1 for SocketChannelEndPoint@48683fea[{l=/127.0.0.1:8083,r=/127.0.0.1:43566,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}]->[HttpConnection@21d43f62[p=HttpParser{s=START,0 of -1},g=HttpGenerator@27fd42c2{s=START}]=>HttpChannelOverHttp@211d9802{s=HttpChannelState@43156c06{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0}] 20:12:52.385 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$391/0x00007f5cd0322118@73247785 on ManagedSelector@62a71547{STARTED} id=0 keys=1 selected=0 updates=0 20:12:52.385 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@62a71547{STARTED} id=0 keys=1 selected=0 updates=1 20:12:52.385 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@21d43f62::SocketChannelEndPoint@48683fea[{l=/127.0.0.1:8083,r=/127.0.0.1:43566,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}]->[HttpConnection@21d43f62[p=HttpParser{s=START,0 of -1},g=HttpGenerator@27fd42c2{s=START}]=>HttpChannelOverHttp@211d9802{s=HttpChannelState@43156c06{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0}] onFillable exit HttpChannelState@43156c06{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 20:12:52.385 [qtp304157852-39] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.io.ManagedSelector$$Lambda$381/0x00007f5cd0315580@15db0d46 in QueuedThreadPool[qtp304157852]@1221149c{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=1/2,pending=0}] 20:12:52.385 [qtp304157852-43] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@4fb47fd9 woken with none selected 20:12:52.385 [qtp304157852-43] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@4fb47fd9 woken up from select, 0/0/1 selected 20:12:52.385 [qtp304157852-43] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@4fb47fd9 processing 0 keys, 1 updates 20:12:52.385 [qtp304157852-43] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 20:12:52.385 [qtp304157852-43] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$391/0x00007f5cd0322118@73247785 20:12:52.385 [qtp304157852-43] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- Key interests updated 0 -> 1 on SocketChannelEndPoint@48683fea[{l=/127.0.0.1:8083,r=/127.0.0.1:43566,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=1}]->[HttpConnection@21d43f62[p=HttpParser{s=START,0 of -1},g=HttpGenerator@27fd42c2{s=START}]=>HttpChannelOverHttp@211d9802{s=HttpChannelState@43156c06{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0}] 20:12:52.385 [qtp304157852-43] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:12:52.385 [qtp304157852-43] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@4fb47fd9 waiting with 1 keys [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.45 s - in org.eclipse.sensinact.gateway.feature.integration.northboundrest.NorthboundRestIntegrationTest [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) @ northbound-rest-feature --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-rest-feature/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/distribution/features/northbound-rest-feature/0.0.2-SNAPSHOT/northbound-rest-feature-0.0.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-rest-feature/target/repository.zip to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/distribution/features/northbound-rest-feature/0.0.2-SNAPSHOT/northbound-rest-feature-0.0.2-SNAPSHOT-osgifeaturerepo.zip [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-rest-feature/src/main/resources/northbound-rest-feature.json to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/distribution/features/northbound-rest-feature/0.0.2-SNAPSHOT/northbound-rest-feature-0.0.2-SNAPSHOT-osgifeature.json [INFO] [INFO] --- deploy:3.0.0:deploy (default-deploy) @ northbound-rest-feature --- [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/features/northbound-rest-feature/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/features/northbound-rest-feature/0.0.2-SNAPSHOT/maven-metadata.xml (1.1 kB at 8.2 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/northbound-rest-feature/0.0.2-SNAPSHOT/northbound-rest-feature-0.0.2-20240212.200245-59.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/northbound-rest-feature/0.0.2-SNAPSHOT/northbound-rest-feature-0.0.2-20240212.200245-59.pom (6.6 kB at 143 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/northbound-rest-feature/0.0.2-SNAPSHOT/northbound-rest-feature-0.0.2-20240212.200245-59-osgifeaturerepo.zip [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/northbound-rest-feature/0.0.2-SNAPSHOT/northbound-rest-feature-0.0.2-20240212.200245-59-osgifeature.json [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/northbound-rest-feature/0.0.2-SNAPSHOT/northbound-rest-feature-0.0.2-20240212.200245-59-osgifeature.json (1.3 kB at 26 kB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/northbound-rest-feature/0.0.2-SNAPSHOT/northbound-rest-feature-0.0.2-20240212.200245-59-osgifeaturerepo.zip (2.7 MB at 22 MB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/northbound-rest-feature/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/northbound-rest-feature/maven-metadata.xml (394 B at 3.6 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/northbound-rest-feature/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/features/northbound-rest-feature/0.0.2-SNAPSHOT/maven-metadata.xml (1.1 kB at 7.0 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/northbound-rest-feature/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/northbound-rest-feature/maven-metadata.xml (394 B at 9.0 kB/s) [INFO] [INFO] --< org.eclipse.sensinact.gateway.distribution.features:northbound-websocket-feature >-- [INFO] Building Eclipse sensiNact Northbound WebSocket API Feature 0.0.2-SNAPSHOT [62/68] [INFO] from distribution/features/northbound-websocket-feature/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ northbound-websocket-feature --- [INFO] [INFO] --- compiler:3.10.1:testCompile (default) @ northbound-websocket-feature --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-websocket-feature/target/test-classes [INFO] [INFO] --- dependency:3.3.0:copy-dependencies (create-feature-repo) @ northbound-websocket-feature --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/northbound/websocket/target/websocket-0.0.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-websocket-feature/target/repository/org/eclipse/sensinact/gateway/northbound/websocket/0.0.2-SNAPSHOT/websocket-0.0.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-alpn-client/11.0.13/jetty-alpn-client-11.0.13.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-websocket-feature/target/repository/org/eclipse/jetty/jetty-alpn-client/11.0.13/jetty-alpn-client-11.0.13.jar [INFO] Installing /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-client/11.0.13/jetty-client-11.0.13.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-websocket-feature/target/repository/org/eclipse/jetty/jetty-client/11.0.13/jetty-client-11.0.13.jar [INFO] Installing /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-xml/11.0.13/jetty-xml-11.0.13.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-websocket-feature/target/repository/org/eclipse/jetty/jetty-xml/11.0.13/jetty-xml-11.0.13.jar [INFO] Installing /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-webapp/11.0.13/jetty-webapp-11.0.13.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-websocket-feature/target/repository/org/eclipse/jetty/jetty-webapp/11.0.13/jetty-webapp-11.0.13.jar [INFO] Installing /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-server/11.0.13/jetty-server-11.0.13.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-websocket-feature/target/repository/org/eclipse/jetty/jetty-server/11.0.13/jetty-server-11.0.13.jar [INFO] Installing /home/jenkins/.m2/repository/org/eclipse/jetty/websocket/websocket-servlet/11.0.13/websocket-servlet-11.0.13.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-websocket-feature/target/repository/org/eclipse/jetty/websocket/websocket-servlet/11.0.13/websocket-servlet-11.0.13.jar [INFO] Installing /home/jenkins/.m2/repository/org/eclipse/jetty/websocket/websocket-core-common/11.0.13/websocket-core-common-11.0.13.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-websocket-feature/target/repository/org/eclipse/jetty/websocket/websocket-core-common/11.0.13/websocket-core-common-11.0.13.jar [INFO] Installing /home/jenkins/.m2/repository/org/eclipse/jetty/websocket/websocket-core-client/11.0.13/websocket-core-client-11.0.13.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-websocket-feature/target/repository/org/eclipse/jetty/websocket/websocket-core-client/11.0.13/websocket-core-client-11.0.13.jar [INFO] Installing /home/jenkins/.m2/repository/org/eclipse/jetty/websocket/websocket-core-server/11.0.13/websocket-core-server-11.0.13.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-websocket-feature/target/repository/org/eclipse/jetty/websocket/websocket-core-server/11.0.13/websocket-core-server-11.0.13.jar [INFO] Installing /home/jenkins/.m2/repository/org/eclipse/jetty/websocket/websocket-jetty-api/11.0.13/websocket-jetty-api-11.0.13.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-websocket-feature/target/repository/org/eclipse/jetty/websocket/websocket-jetty-api/11.0.13/websocket-jetty-api-11.0.13.jar [INFO] Installing /home/jenkins/.m2/repository/org/eclipse/jetty/websocket/websocket-jetty-common/11.0.13/websocket-jetty-common-11.0.13.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-websocket-feature/target/repository/org/eclipse/jetty/websocket/websocket-jetty-common/11.0.13/websocket-jetty-common-11.0.13.jar [INFO] Installing /home/jenkins/.m2/repository/org/eclipse/jetty/websocket/websocket-jetty-server/11.0.13/websocket-jetty-server-11.0.13.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-websocket-feature/target/repository/org/eclipse/jetty/websocket/websocket-jetty-server/11.0.13/websocket-jetty-server-11.0.13.jar [INFO] Installing /home/jenkins/.m2/repository/org/eclipse/jetty/websocket/websocket-jetty-client/11.0.13/websocket-jetty-client-11.0.13.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-websocket-feature/target/repository/org/eclipse/jetty/websocket/websocket-jetty-client/11.0.13/websocket-jetty-client-11.0.13.jar [INFO] [INFO] --- antrun:3.1.0:run (create-repository-zip) @ northbound-websocket-feature --- [INFO] Executing tasks [INFO] [zip] Building zip: /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-websocket-feature/target/repository.zip [INFO] Executed tasks [INFO] [INFO] --- build-helper:3.3.0:attach-artifact (attach-artifacts) @ northbound-websocket-feature --- [INFO] [INFO] --- dependency:3.3.0:copy (copy-test-launcher) @ northbound-websocket-feature --- [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution:launcher:export:0.0.2-SNAPSHOT:jar [INFO] Copying export.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-websocket-feature/target/it/launcher.jar [INFO] [INFO] --- dependency:3.3.0:copy (gather-test-features) @ northbound-websocket-feature --- [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution.features:core-feature:osgifeature:0.0.2-SNAPSHOT:json [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution.features:jakarta-servlet-whiteboard-feature:osgifeature:0.0.2-SNAPSHOT:json [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution.features:jakarta-rest-whiteboard-feature:osgifeature:0.0.2-SNAPSHOT:json [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution.features:northbound-rest-feature:osgifeature:0.0.2-SNAPSHOT:json [INFO] Copying core-feature.json to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-websocket-feature/target/it/features/core-feature.json [INFO] Copying jakarta-servlet-whiteboard-feature.json to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-websocket-feature/target/it/features/jakarta-servlet-whiteboard-feature.json [INFO] Copying jakarta-rest-whiteboard-feature.json to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-websocket-feature/target/it/features/jakarta-rest-whiteboard-feature.json [INFO] Copying northbound-rest-feature.json to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-websocket-feature/target/it/features/northbound-rest-feature.json [INFO] [INFO] --- dependency:3.3.0:unpack (create-test-repo) @ northbound-websocket-feature --- [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution.features:core-feature:osgifeaturerepo:0.0.2-SNAPSHOT:zip [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution.features:jakarta-servlet-whiteboard-feature:osgifeaturerepo:0.0.2-SNAPSHOT:zip [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution.features:jakarta-rest-whiteboard-feature:osgifeaturerepo:0.0.2-SNAPSHOT:zip [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution.features:northbound-rest-feature:osgifeaturerepo:0.0.2-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/core-feature/target/repository.zip to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-websocket-feature/target/it/repository with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/jakarta-servlet-whiteboard-feature/target/repository.zip to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-websocket-feature/target/it/repository with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/jakarta-rest-whiteboard-feature/target/repository.zip to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-websocket-feature/target/it/repository with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-rest-feature/target/repository.zip to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-websocket-feature/target/it/repository with includes "" and excludes "" [INFO] [INFO] --- antrun:3.1.0:run (copy-artifact-for-testing) @ northbound-websocket-feature --- [INFO] Executing tasks [INFO] [unzip] Expanding: /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-websocket-feature/target/repository.zip into /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-websocket-feature/target/it/repository [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-websocket-feature/target/it/features [INFO] Executed tasks [INFO] [INFO] --- surefire:2.22.2:test (integration-test) @ northbound-websocket-feature --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.sensinact.gateway.feature.integration.northboundrest.NorthboundWebsocketIntegrationTest 20:12:56.271 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- QueuedThreadPool[qtp2030937207]@790da477{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] added {org.eclipse.jetty.util.thread.ThreadPoolBudget@69504ae9,POJO} 20:12:56.274 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketComponents@1b919693{STOPPED} added {InflaterPool@2f953efd{STOPPED,size=-1,capacity=1024},AUTO} 20:12:56.278 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketComponents@1b919693{STOPPED} added {DeflaterPool@f68f0dc{STOPPED,size=-1,capacity=1024},AUTO} 20:12:56.278 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketComponents@1b919693{STOPPED} added {MappedByteBufferPool@d2de489{maxQueueLength=-1, factor=4096},POJO} 20:12:56.278 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketComponents@1b919693{STOPPED} added {org.eclipse.jetty.websocket.core.WebSocketExtensionRegistry@14bdbc74,POJO} 20:12:56.278 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketComponents@1b919693{STOPPED} added {org.eclipse.jetty.util.DecoratedObjectFactory[decorators=0],POJO} 20:12:56.278 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketComponents@1b919693{STOPPED} added {QueuedThreadPool[WebSocket@462526099]@790da477{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY],AUTO} 20:12:56.287 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientConnector@5167f57d{STOPPED} added {org.eclipse.jetty.io.ClientConnector$Configurator@64b0598,POJO} 20:12:56.287 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpClientTransportOverHTTP@18f8cd79{STOPPED} added {ClientConnector@5167f57d{STOPPED},AUTO} 20:12:56.288 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HTTP11@6bb4dd34[http/1.1] added {org.eclipse.jetty.client.http.HttpClientConnectionFactory@7d9f158f,POJO} 20:12:56.348 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpClient@5852c06f{STOPPED} added {HttpClientTransportOverHTTP@18f8cd79{STOPPED},AUTO} 20:12:56.348 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpClient@5852c06f{STOPPED} added {org.eclipse.jetty.client.ProtocolHandlers@47c81abf,POJO} 20:12:56.349 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpClient@5852c06f{STOPPED} added {org.eclipse.jetty.client.HttpClient$ContentDecoderFactorySet@776a6d9b,POJO} 20:12:56.349 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientConnector@5167f57d{STOPPED} added {QueuedThreadPool[WebSocket@462526099]@790da477{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY],AUTO} 20:12:56.349 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketCoreClient@21d03963{STOPPED} added {HttpClient@5852c06f{STOPPED},AUTO} 20:12:56.349 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketCoreClient@21d03963{STOPPED} added {WebSocketComponents@1b919693{STOPPED},AUTO} 20:12:56.349 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketClient@6a0dbaaa[coreClient=WebSocketCoreClient@21d03963{STOPPED},openSessions.size=0] added {WebSocketCoreClient@21d03963{STOPPED},MANAGED} 20:12:56.351 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketClient@6a0dbaaa[coreClient=WebSocketCoreClient@21d03963{STOPPED},openSessions.size=0] added {SessionTracker@b86de0d{STOPPED},AUTO} 20:12:56.351 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING WebSocketClient@6a0dbaaa[coreClient=WebSocketCoreClient@21d03963{STOPPED},openSessions.size=0] 20:12:56.351 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING WebSocketCoreClient@21d03963{STOPPED} 20:12:56.351 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING HttpClient@5852c06f{STOPPED} 20:12:56.351 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientConnector@5167f57d{STOPPED} added {MappedByteBufferPool@81d9a72{maxQueueLength=100, factor=2048},POJO} 20:12:56.351 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpClient@5852c06f{STARTING} added {org.eclipse.jetty.io.ArrayRetainableByteBufferPool@747f281{min=0,max=65536,buckets=32,heap=0/268435456,direct=0/268435456},POJO} 20:12:56.352 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientConnector@5167f57d{STOPPED} added {ScheduledExecutorScheduler@1ebea008{STOPPED},AUTO} 20:12:56.353 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpClient@5852c06f{STARTING} added {org.eclipse.jetty.util.SocketAddressResolver$Async@51bf5add,POJO} 20:12:56.358 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING HttpClientTransportOverHTTP@18f8cd79{STOPPED} 20:12:56.358 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ClientConnector@5167f57d{STOPPED} 20:12:56.361 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientConnector@5167f57d{STARTING} added {Client@4ea5b703[provider=null,keyStore=null,trustStore=null],AUTO} 20:12:56.363 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientConnector@5167f57d{STARTING} added {ClientSelectorManager@4fa1c212{STOPPED},AUTO} 20:12:56.363 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING QueuedThreadPool[WebSocket@462526099]@790da477{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] 20:12:56.364 [main] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@1130520d{reserved=0/2,pending=0} 20:12:56.364 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- QueuedThreadPool[WebSocket@462526099]@790da477{STARTING,8<=0<=200,i=0,r=-1,q=0}[ReservedThreadExecutor@1130520d{reserved=0/2,pending=0}] added {ReservedThreadExecutor@1130520d{reserved=0/2,pending=0},AUTO} 20:12:56.364 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ReservedThreadExecutor@1130520d{reserved=0/2,pending=0} 20:12:56.367 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @929ms ReservedThreadExecutor@1130520d{reserved=0/2,pending=0} 20:12:56.370 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@462526099-17,5,main] 20:12:56.370 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@462526099-18,5,main] 20:12:56.370 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@462526099-19,5,main] 20:12:56.370 [WebSocket@462526099-17] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@462526099]@790da477{STARTING,8<=2<=200,i=2,r=-1,q=0}[ReservedThreadExecutor@1130520d{reserved=0/2,pending=0}] 20:12:56.370 [WebSocket@462526099-18] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@462526099]@790da477{STARTING,8<=3<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@1130520d{reserved=0/2,pending=0}] 20:12:56.371 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@462526099-20,5,main] 20:12:56.371 [WebSocket@462526099-19] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@462526099]@790da477{STARTING,8<=4<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@1130520d{reserved=0/2,pending=0}] 20:12:56.371 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@462526099-21,5,main] 20:12:56.371 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@462526099-22,5,main] 20:12:56.371 [WebSocket@462526099-20] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@462526099]@790da477{STARTING,8<=5<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@1130520d{reserved=0/2,pending=0}] 20:12:56.371 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@462526099-23,5,main] 20:12:56.371 [WebSocket@462526099-21] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@462526099]@790da477{STARTING,8<=6<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@1130520d{reserved=0/2,pending=0}] 20:12:56.371 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@462526099-24,5,main] 20:12:56.371 [WebSocket@462526099-22] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@462526099]@790da477{STARTING,8<=7<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@1130520d{reserved=0/2,pending=0}] 20:12:56.371 [WebSocket@462526099-23] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@462526099]@790da477{STARTING,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@1130520d{reserved=0/2,pending=0}] 20:12:56.371 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @933ms QueuedThreadPool[WebSocket@462526099]@790da477{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@1130520d{reserved=0/2,pending=0}] 20:12:56.372 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ScheduledExecutorScheduler@1ebea008{STOPPED} 20:12:56.372 [WebSocket@462526099-24] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@462526099]@790da477{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@1130520d{reserved=0/2,pending=0}] 20:12:56.372 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @934ms ScheduledExecutorScheduler@1ebea008{STARTED} 20:12:56.372 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING Client@4ea5b703[provider=null,keyStore=null,trustStore=null] 20:12:56.774 [main] DEBUG org.eclipse.jetty.util.ssl.SslContextFactory -- Selected Protocols [TLSv1.3, TLSv1.2] of [TLSv1.3, TLSv1.2, TLSv1.1, TLSv1, SSLv3, SSLv2Hello] 20:12:56.774 [main] DEBUG org.eclipse.jetty.util.ssl.SslContextFactory -- Selected Ciphers [TLS_AES_256_GCM_SHA384, TLS_AES_128_GCM_SHA256, TLS_CHACHA20_POLY1305_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256, TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_RSA_WITH_CHACHA20_POLY1305_SHA256, TLS_DHE_DSS_WITH_AES_256_GCM_SHA384, TLS_DHE_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_DSS_WITH_AES_128_GCM_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_RSA_WITH_AES_256_CBC_SHA256, TLS_DHE_DSS_WITH_AES_256_CBC_SHA256, TLS_DHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_DSS_WITH_AES_128_CBC_SHA256, TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256, TLS_EMPTY_RENEGOTIATION_INFO_SCSV] of [TLS_AES_256_GCM_SHA384, TLS_AES_128_GCM_SHA256, TLS_CHACHA20_POLY1305_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256, TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_RSA_WITH_CHACHA20_POLY1305_SHA256, TLS_DHE_DSS_WITH_AES_256_GCM_SHA384, TLS_DHE_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_DSS_WITH_AES_128_GCM_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_RSA_WITH_AES_256_CBC_SHA256, TLS_DHE_DSS_WITH_AES_256_CBC_SHA256, TLS_DHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_DSS_WITH_AES_128_CBC_SHA256, TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_RSA_WITH_AES_256_CBC_SHA, TLS_DHE_DSS_WITH_AES_256_CBC_SHA, TLS_DHE_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_DSS_WITH_AES_128_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA, TLS_RSA_WITH_AES_256_GCM_SHA384, TLS_RSA_WITH_AES_128_GCM_SHA256, TLS_RSA_WITH_AES_256_CBC_SHA256, TLS_RSA_WITH_AES_128_CBC_SHA256, TLS_RSA_WITH_AES_256_CBC_SHA, TLS_RSA_WITH_AES_128_CBC_SHA, TLS_EMPTY_RENEGOTIATION_INFO_SCSV] 20:12:56.775 [main] DEBUG org.eclipse.jetty.util.ssl.SslContextFactory -- Customize SSLEngine[hostname=null, port=-1, Session(1707768776775|SSL_NULL_WITH_NULL_NULL)] 20:12:56.778 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1340ms Client@4ea5b703[provider=null,keyStore=null,trustStore=null] 20:12:56.778 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ClientSelectorManager@4fa1c212{STOPPED} 20:12:56.842 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- AdaptiveExecutionStrategy@2dc995f4/SelectorProducer@2f40e5db/IDLE/p=false/QueuedThreadPool[WebSocket@462526099]@790da477{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@1130520d{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:12:56.842570483Z added {SelectorProducer@2f40e5db,POJO} 20:12:56.842 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- AdaptiveExecutionStrategy@2dc995f4/SelectorProducer@2f40e5db/IDLE/p=false/QueuedThreadPool[WebSocket@462526099]@790da477{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@1130520d{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:12:56.84306261Z added {QueuedThreadPool[WebSocket@462526099]@790da477{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@1130520d{reserved=0/2,pending=0}],UNMANAGED} 20:12:56.843 [main] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- AdaptiveExecutionStrategy@2dc995f4/SelectorProducer@2f40e5db/IDLE/p=false/QueuedThreadPool[WebSocket@462526099]@790da477{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@1130520d{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:12:56.843534466Z created 20:12:56.843 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ManagedSelector@517566b{STOPPED} id=0 keys=-1 selected=-1 updates=0 added {AdaptiveExecutionStrategy@2dc995f4/SelectorProducer@2f40e5db/IDLE/p=false/QueuedThreadPool[WebSocket@462526099]@790da477{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@1130520d{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:12:56.843928016Z,MANAGED} 20:12:56.844 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientSelectorManager@4fa1c212{STARTING} added {ManagedSelector@517566b{STOPPED} id=0 keys=-1 selected=-1 updates=0,AUTO} 20:12:56.844 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ManagedSelector@517566b{STOPPED} id=0 keys=-1 selected=-1 updates=0 20:12:56.844 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING AdaptiveExecutionStrategy@2dc995f4/SelectorProducer@2f40e5db/IDLE/p=false/QueuedThreadPool[WebSocket@462526099]@790da477{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@1130520d{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:12:56.844486204Z 20:12:56.844 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1406ms AdaptiveExecutionStrategy@2dc995f4/SelectorProducer@2f40e5db/IDLE/p=false/QueuedThreadPool[WebSocket@462526099]@790da477{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@1130520d{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:12:56.844748561Z 20:12:56.847 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue org.eclipse.jetty.io.ManagedSelector$$Lambda$397/0x00007ff2f418e1c8@6d3c5255 startThread=0 20:12:56.847 [WebSocket@462526099-17] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.io.ManagedSelector$$Lambda$397/0x00007ff2f418e1c8@6d3c5255 in QueuedThreadPool[WebSocket@462526099]@790da477{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@1130520d{reserved=0/2,pending=0}] 20:12:56.847 [WebSocket@462526099-17] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- AdaptiveExecutionStrategy@2dc995f4/SelectorProducer@2f40e5db/IDLE/p=false/QueuedThreadPool[WebSocket@462526099]@790da477{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@1130520d{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:12:56.848111676Z tryProduce false 20:12:56.848 [main] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.ManagedSelector$Start@74eb909f on ManagedSelector@517566b{STARTING} id=0 keys=0 selected=0 updates=0 20:12:56.848 [WebSocket@462526099-17] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 20:12:56.849 [WebSocket@462526099-17] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$Start@74eb909f 20:12:56.849 [WebSocket@462526099-17] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:12:56.849 [WebSocket@462526099-17] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@35bf79af waiting with 0 keys 20:12:56.849 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1411ms ManagedSelector@517566b{STARTED} id=0 keys=0 selected=0 updates=0 20:12:56.849 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1411ms ClientSelectorManager@4fa1c212{STARTED} 20:12:56.849 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1411ms ClientConnector@5167f57d{STARTED} 20:12:56.849 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1411ms HttpClientTransportOverHTTP@18f8cd79{STARTED} 20:12:56.849 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1411ms HttpClient@5852c06f{STARTED} 20:12:56.849 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING WebSocketComponents@1b919693{STOPPED} 20:12:56.849 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING InflaterPool@2f953efd{STOPPED,size=-1,capacity=1024} 20:12:56.849 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- InflaterPool@2f953efd{STARTING,size=0,capacity=1024} added {Pool@2eee3069[inUse=0,size=0,max=1024,closed=false],POJO} 20:12:56.850 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1412ms InflaterPool@2f953efd{STARTED,size=0,capacity=1024} 20:12:56.850 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING DeflaterPool@f68f0dc{STOPPED,size=-1,capacity=1024} 20:12:56.850 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- DeflaterPool@f68f0dc{STARTING,size=0,capacity=1024} added {Pool@2826f61[inUse=0,size=0,max=1024,closed=false],POJO} 20:12:56.851 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1413ms DeflaterPool@f68f0dc{STARTED,size=0,capacity=1024} 20:12:56.851 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1413ms WebSocketComponents@1b919693{STARTED} 20:12:56.851 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1413ms WebSocketCoreClient@21d03963{STARTED} 20:12:56.851 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING SessionTracker@b86de0d{STOPPED} 20:12:56.851 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1413ms SessionTracker@b86de0d{STARTED} 20:12:56.852 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1414ms WebSocketClient@6a0dbaaa[coreClient=WebSocketCoreClient@21d03963{STARTED},openSessions.size=0] 20:12:56.859 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- QueuedThreadPool[qtp1305486145]@4dd02341{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] added {org.eclipse.jetty.util.thread.ThreadPoolBudget@3212a8d7,POJO} 20:12:56.859 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketComponents@7a1a3478{STOPPED} added {InflaterPool@495b0487{STOPPED,size=-1,capacity=1024},AUTO} 20:12:56.859 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketComponents@7a1a3478{STOPPED} added {DeflaterPool@55dfcc6{STOPPED,size=-1,capacity=1024},AUTO} 20:12:56.859 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketComponents@7a1a3478{STOPPED} added {MappedByteBufferPool@222eb8aa{maxQueueLength=-1, factor=4096},POJO} 20:12:56.859 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketComponents@7a1a3478{STOPPED} added {org.eclipse.jetty.websocket.core.WebSocketExtensionRegistry@93cf163,POJO} 20:12:56.859 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketComponents@7a1a3478{STOPPED} added {org.eclipse.jetty.util.DecoratedObjectFactory[decorators=0],POJO} 20:12:56.859 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketComponents@7a1a3478{STOPPED} added {QueuedThreadPool[WebSocket@2048537720]@4dd02341{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY],AUTO} 20:12:56.859 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientConnector@1852a3ff{STOPPED} added {org.eclipse.jetty.io.ClientConnector$Configurator@7203c7ff,POJO} 20:12:56.860 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpClientTransportOverHTTP@25bfcafd{STOPPED} added {ClientConnector@1852a3ff{STOPPED},AUTO} 20:12:56.860 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpClient@4b6690c0{STOPPED} added {HttpClientTransportOverHTTP@25bfcafd{STOPPED},AUTO} 20:12:56.860 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpClient@4b6690c0{STOPPED} added {org.eclipse.jetty.client.ProtocolHandlers@46268f08,POJO} 20:12:56.860 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpClient@4b6690c0{STOPPED} added {org.eclipse.jetty.client.HttpClient$ContentDecoderFactorySet@2a76840c,POJO} 20:12:56.860 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientConnector@1852a3ff{STOPPED} added {QueuedThreadPool[WebSocket@2048537720]@4dd02341{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY],AUTO} 20:12:56.860 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketCoreClient@71454b9d{STOPPED} added {HttpClient@4b6690c0{STOPPED},AUTO} 20:12:56.860 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketCoreClient@71454b9d{STOPPED} added {WebSocketComponents@7a1a3478{STOPPED},AUTO} 20:12:56.860 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketClient@db9965a4[coreClient=WebSocketCoreClient@71454b9d{STOPPED},openSessions.size=0] added {WebSocketCoreClient@71454b9d{STOPPED},MANAGED} 20:12:56.860 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketClient@db9965a4[coreClient=WebSocketCoreClient@71454b9d{STOPPED},openSessions.size=0] added {SessionTracker@eda25e5{STOPPED},AUTO} 20:12:56.860 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING WebSocketClient@db9965a4[coreClient=WebSocketCoreClient@71454b9d{STOPPED},openSessions.size=0] 20:12:56.860 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING WebSocketCoreClient@71454b9d{STOPPED} 20:12:56.861 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING HttpClient@4b6690c0{STOPPED} 20:12:56.861 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientConnector@1852a3ff{STOPPED} added {MappedByteBufferPool@7cf6a5f9{maxQueueLength=100, factor=2048},POJO} 20:12:56.861 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpClient@4b6690c0{STARTING} added {org.eclipse.jetty.io.ArrayRetainableByteBufferPool@623e088f{min=0,max=65536,buckets=32,heap=0/268435456,direct=0/268435456},POJO} 20:12:56.861 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientConnector@1852a3ff{STOPPED} added {ScheduledExecutorScheduler@39fcbef6{STOPPED},AUTO} 20:12:56.861 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpClient@4b6690c0{STARTING} added {org.eclipse.jetty.util.SocketAddressResolver$Async@66565121,POJO} 20:12:56.861 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING HttpClientTransportOverHTTP@25bfcafd{STOPPED} 20:12:56.861 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ClientConnector@1852a3ff{STOPPED} 20:12:56.861 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientConnector@1852a3ff{STARTING} added {Client@2fc6f97f[provider=null,keyStore=null,trustStore=null],AUTO} 20:12:56.861 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientConnector@1852a3ff{STARTING} added {ClientSelectorManager@3d2ee678{STOPPED},AUTO} 20:12:56.861 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING QueuedThreadPool[WebSocket@2048537720]@4dd02341{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] 20:12:56.862 [main] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@6179e425{reserved=0/2,pending=0} 20:12:56.862 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- QueuedThreadPool[WebSocket@2048537720]@4dd02341{STARTING,8<=0<=200,i=0,r=-1,q=0}[ReservedThreadExecutor@6179e425{reserved=0/2,pending=0}] added {ReservedThreadExecutor@6179e425{reserved=0/2,pending=0},AUTO} 20:12:56.862 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ReservedThreadExecutor@6179e425{reserved=0/2,pending=0} 20:12:56.862 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1424ms ReservedThreadExecutor@6179e425{reserved=0/2,pending=0} 20:12:56.862 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@2048537720-25,5,main] 20:12:56.862 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@2048537720-26,5,main] 20:12:56.862 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@2048537720-27,5,main] 20:12:56.862 [WebSocket@2048537720-25] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@2048537720]@4dd02341{STARTING,8<=2<=200,i=2,r=-1,q=0}[ReservedThreadExecutor@6179e425{reserved=0/2,pending=0}] 20:12:56.862 [WebSocket@2048537720-26] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@2048537720]@4dd02341{STARTING,8<=3<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@6179e425{reserved=0/2,pending=0}] 20:12:56.863 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@2048537720-28,5,main] 20:12:56.863 [WebSocket@2048537720-27] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@2048537720]@4dd02341{STARTING,8<=4<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@6179e425{reserved=0/2,pending=0}] 20:12:56.863 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@2048537720-29,5,main] 20:12:56.863 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@2048537720-30,5,main] 20:12:56.863 [WebSocket@2048537720-28] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@2048537720]@4dd02341{STARTING,8<=5<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@6179e425{reserved=0/2,pending=0}] 20:12:56.863 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@2048537720-31,5,main] 20:12:56.863 [WebSocket@2048537720-29] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@2048537720]@4dd02341{STARTING,8<=6<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@6179e425{reserved=0/2,pending=0}] 20:12:56.863 [WebSocket@2048537720-30] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@2048537720]@4dd02341{STARTING,8<=7<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@6179e425{reserved=0/2,pending=0}] 20:12:56.864 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@2048537720-32,5,main] 20:12:56.864 [WebSocket@2048537720-31] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@2048537720]@4dd02341{STARTING,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@6179e425{reserved=0/2,pending=0}] 20:12:56.864 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1426ms QueuedThreadPool[WebSocket@2048537720]@4dd02341{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@6179e425{reserved=0/2,pending=0}] 20:12:56.864 [WebSocket@2048537720-32] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@2048537720]@4dd02341{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@6179e425{reserved=0/2,pending=0}] 20:12:56.864 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ScheduledExecutorScheduler@39fcbef6{STOPPED} 20:12:56.864 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1426ms ScheduledExecutorScheduler@39fcbef6{STARTED} 20:12:56.864 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING Client@2fc6f97f[provider=null,keyStore=null,trustStore=null] 20:12:56.865 [main] DEBUG org.eclipse.jetty.util.ssl.SslContextFactory -- Selected Protocols [TLSv1.3, TLSv1.2] of [TLSv1.3, TLSv1.2, TLSv1.1, TLSv1, SSLv3, SSLv2Hello] 20:12:56.866 [main] DEBUG org.eclipse.jetty.util.ssl.SslContextFactory -- Selected Ciphers [TLS_AES_256_GCM_SHA384, TLS_AES_128_GCM_SHA256, TLS_CHACHA20_POLY1305_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256, TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_RSA_WITH_CHACHA20_POLY1305_SHA256, TLS_DHE_DSS_WITH_AES_256_GCM_SHA384, TLS_DHE_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_DSS_WITH_AES_128_GCM_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_RSA_WITH_AES_256_CBC_SHA256, TLS_DHE_DSS_WITH_AES_256_CBC_SHA256, TLS_DHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_DSS_WITH_AES_128_CBC_SHA256, TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256, TLS_EMPTY_RENEGOTIATION_INFO_SCSV] of [TLS_AES_256_GCM_SHA384, TLS_AES_128_GCM_SHA256, TLS_CHACHA20_POLY1305_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256, TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_RSA_WITH_CHACHA20_POLY1305_SHA256, TLS_DHE_DSS_WITH_AES_256_GCM_SHA384, TLS_DHE_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_DSS_WITH_AES_128_GCM_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_RSA_WITH_AES_256_CBC_SHA256, TLS_DHE_DSS_WITH_AES_256_CBC_SHA256, TLS_DHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_DSS_WITH_AES_128_CBC_SHA256, TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_RSA_WITH_AES_256_CBC_SHA, TLS_DHE_DSS_WITH_AES_256_CBC_SHA, TLS_DHE_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_DSS_WITH_AES_128_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA, TLS_RSA_WITH_AES_256_GCM_SHA384, TLS_RSA_WITH_AES_128_GCM_SHA256, TLS_RSA_WITH_AES_256_CBC_SHA256, TLS_RSA_WITH_AES_128_CBC_SHA256, TLS_RSA_WITH_AES_256_CBC_SHA, TLS_RSA_WITH_AES_128_CBC_SHA, TLS_EMPTY_RENEGOTIATION_INFO_SCSV] 20:12:56.866 [main] DEBUG org.eclipse.jetty.util.ssl.SslContextFactory -- Customize SSLEngine[hostname=null, port=-1, Session(1707768776866|SSL_NULL_WITH_NULL_NULL)] 20:12:56.867 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1429ms Client@2fc6f97f[provider=null,keyStore=null,trustStore=null] 20:12:56.867 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ClientSelectorManager@3d2ee678{STOPPED} 20:12:56.867 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- AdaptiveExecutionStrategy@13d73fa/SelectorProducer@5023bb8b/IDLE/p=false/QueuedThreadPool[WebSocket@2048537720]@4dd02341{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@6179e425{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:12:56.868078194Z added {SelectorProducer@5023bb8b,POJO} 20:12:56.868 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- AdaptiveExecutionStrategy@13d73fa/SelectorProducer@5023bb8b/IDLE/p=false/QueuedThreadPool[WebSocket@2048537720]@4dd02341{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@6179e425{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:12:56.868282124Z added {QueuedThreadPool[WebSocket@2048537720]@4dd02341{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@6179e425{reserved=0/2,pending=0}],UNMANAGED} 20:12:56.868 [main] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- AdaptiveExecutionStrategy@13d73fa/SelectorProducer@5023bb8b/IDLE/p=false/QueuedThreadPool[WebSocket@2048537720]@4dd02341{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@6179e425{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:12:56.868529663Z created 20:12:56.868 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ManagedSelector@5d5f10b2{STOPPED} id=0 keys=-1 selected=-1 updates=0 added {AdaptiveExecutionStrategy@13d73fa/SelectorProducer@5023bb8b/IDLE/p=false/QueuedThreadPool[WebSocket@2048537720]@4dd02341{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@6179e425{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:12:56.868721402Z,MANAGED} 20:12:56.868 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientSelectorManager@3d2ee678{STARTING} added {ManagedSelector@5d5f10b2{STOPPED} id=0 keys=-1 selected=-1 updates=0,AUTO} 20:12:56.868 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ManagedSelector@5d5f10b2{STOPPED} id=0 keys=-1 selected=-1 updates=0 20:12:56.868 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING AdaptiveExecutionStrategy@13d73fa/SelectorProducer@5023bb8b/IDLE/p=false/QueuedThreadPool[WebSocket@2048537720]@4dd02341{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@6179e425{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:12:56.869031162Z 20:12:56.869 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1431ms AdaptiveExecutionStrategy@13d73fa/SelectorProducer@5023bb8b/IDLE/p=false/QueuedThreadPool[WebSocket@2048537720]@4dd02341{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@6179e425{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:12:56.869198337Z 20:12:56.869 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue org.eclipse.jetty.io.ManagedSelector$$Lambda$397/0x00007ff2f418e1c8@74c79fa2 startThread=0 20:12:56.869 [main] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.ManagedSelector$Start@1e0f9063 on ManagedSelector@5d5f10b2{STARTING} id=0 keys=0 selected=0 updates=0 20:12:56.869 [WebSocket@2048537720-25] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.io.ManagedSelector$$Lambda$397/0x00007ff2f418e1c8@74c79fa2 in QueuedThreadPool[WebSocket@2048537720]@4dd02341{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@6179e425{reserved=0/2,pending=0}] 20:12:56.869 [WebSocket@2048537720-25] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- AdaptiveExecutionStrategy@13d73fa/SelectorProducer@5023bb8b/IDLE/p=false/QueuedThreadPool[WebSocket@2048537720]@4dd02341{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@6179e425{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:12:56.869678012Z tryProduce false 20:12:56.869 [WebSocket@2048537720-25] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 20:12:56.869 [WebSocket@2048537720-25] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$Start@1e0f9063 20:12:56.869 [WebSocket@2048537720-25] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:12:56.869 [WebSocket@2048537720-25] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@342e6c3a waiting with 0 keys 20:12:56.869 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1431ms ManagedSelector@5d5f10b2{STARTED} id=0 keys=0 selected=0 updates=0 20:12:56.870 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1432ms ClientSelectorManager@3d2ee678{STARTED} 20:12:56.870 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1432ms ClientConnector@1852a3ff{STARTED} 20:12:56.870 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1432ms HttpClientTransportOverHTTP@25bfcafd{STARTED} 20:12:56.870 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1432ms HttpClient@4b6690c0{STARTED} 20:12:56.870 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING WebSocketComponents@7a1a3478{STOPPED} 20:12:56.870 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING InflaterPool@495b0487{STOPPED,size=-1,capacity=1024} 20:12:56.870 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- InflaterPool@495b0487{STARTING,size=0,capacity=1024} added {Pool@53bd8fca[inUse=0,size=0,max=1024,closed=false],POJO} 20:12:56.870 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1432ms InflaterPool@495b0487{STARTED,size=0,capacity=1024} 20:12:56.870 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING DeflaterPool@55dfcc6{STOPPED,size=-1,capacity=1024} 20:12:56.870 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- DeflaterPool@55dfcc6{STARTING,size=0,capacity=1024} added {Pool@7642df8f[inUse=0,size=0,max=1024,closed=false],POJO} 20:12:56.870 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1432ms DeflaterPool@55dfcc6{STARTED,size=0,capacity=1024} 20:12:56.870 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1432ms WebSocketComponents@7a1a3478{STARTED} 20:12:56.870 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1432ms WebSocketCoreClient@71454b9d{STARTED} 20:12:56.870 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING SessionTracker@eda25e5{STOPPED} 20:12:56.870 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1432ms SessionTracker@eda25e5{STARTED} 20:12:56.870 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1432ms WebSocketClient@db9965a4[coreClient=WebSocketCoreClient@71454b9d{STARTED},openSessions.size=0] 20:12:56.955 [main] DEBUG org.eclipse.jetty.websocket.core.client.WebSocketCoreClient -- connect to websocket ws://localhost:14001/ws/sensinact 20:12:56.960 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpClient@4b6690c0{STARTED} added {HttpDestination[Origin@98895eee[ws://localhost:14001,tag=null,protocol=Protocol@7f4624a[proto=[http/1.1],nego=false]]]@44040454,state=STOPPED,queue=0,pool=null,stale=false,idle=-1,MANAGED} 20:12:56.960 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING HttpDestination[Origin@98895eee[ws://localhost:14001,tag=null,protocol=Protocol@7f4624a[proto=[http/1.1],nego=false]]]@44040454,state=STOPPED,queue=0,pool=null,stale=false,idle=-1 Feb 12, 2024 8:12:56 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 20:12:56.962 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- DuplexConnectionPool@37052337[s=STOPPED,c=0/0/64,a=0,i=0,q=0,p=Pool@7a560583[inUse=0,size=0,max=64,closed=false]] added {Pool@7a560583[inUse=0,size=0,max=64,closed=false],POJO} 20:12:56.963 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpDestination[Origin@98895eee[ws://localhost:14001,tag=null,protocol=Protocol@7f4624a[proto=[http/1.1],nego=false]]]@44040454,state=STARTING,queue=0,pool=DuplexConnectionPool@37052337[s=STOPPED,c=0/0/64,a=0,i=0,q=0,p=Pool@7a560583[inUse=0,size=0,max=64,closed=false]],stale=false,idle=-1 added {DuplexConnectionPool@37052337[s=STOPPED,c=0/0/64,a=0,i=0,q=0,p=Pool@7a560583[inUse=0,size=0,max=64,closed=false]],MANAGED} 20:12:56.963 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING DuplexConnectionPool@37052337[s=STOPPED,c=0/0/64,a=0,i=0,q=0,p=Pool@7a560583[inUse=0,size=0,max=64,closed=false]] 20:12:56.963 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1525ms DuplexConnectionPool@37052337[s=STARTED,c=0/0/64,a=0,i=0,q=0,p=Pool@7a560583[inUse=0,size=0,max=64,closed=false]] 20:12:56.964 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1526ms HttpDestination[Origin@98895eee[ws://localhost:14001,tag=null,protocol=Protocol@7f4624a[proto=[http/1.1],nego=false]]]@44040454,state=STARTED,queue=0,pool=DuplexConnectionPool@37052337[s=STARTED,c=0/0/64,a=0,i=0,q=0,p=Pool@7a560583[inUse=0,size=0,max=64,closed=false]],stale=false,idle=-1 20:12:56.964 [main] DEBUG org.eclipse.jetty.client.HttpClient -- Created HttpDestination[Origin@98895eee[ws://localhost:14001,tag=null,protocol=Protocol@7f4624a[proto=[http/1.1],nego=false]]]@44040454,state=STARTED,queue=0,pool=DuplexConnectionPool@37052337[s=STARTED,c=0/0/64,a=0,i=0,q=0,p=Pool@7a560583[inUse=0,size=0,max=64,closed=false]],stale=false,idle=-1; existing: 'null' 20:12:56.964 [main] DEBUG org.eclipse.jetty.client.HttpClient -- Resolved HttpDestination[Origin@98895eee[ws://localhost:14001,tag=null,protocol=Protocol@7f4624a[proto=[http/1.1],nego=false]]]@44040454,state=STARTED,queue=0,pool=DuplexConnectionPool@37052337[s=STARTED,c=0/0/64,a=0,i=0,q=0,p=Pool@7a560583[inUse=0,size=0,max=64,closed=false]],stale=false,idle=-1 for JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@77a7cf58 20:12:56.966 [main] DEBUG org.eclipse.jetty.client.HttpConversation -- Exchanges in conversation 1, override=null, listeners=[JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@77a7cf58] 20:12:56.966 [main] DEBUG org.eclipse.jetty.client.HttpDestination -- Queued JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@77a7cf58 for HttpDestination[Origin@98895eee[ws://localhost:14001,tag=null,protocol=Protocol@7f4624a[proto=[http/1.1],nego=false]]]@44040454,state=STARTED,queue=1,pool=DuplexConnectionPool@37052337[s=STARTED,c=0/0/64,a=0,i=0,q=1,p=Pool@7a560583[inUse=0,size=0,max=64,closed=false]],stale=false,idle=-1 20:12:56.966 [main] DEBUG org.eclipse.jetty.client.AbstractConnectionPool -- Acquiring create=true on DuplexConnectionPool@37052337[s=STARTED,c=0/0/64,a=0,i=0,q=1,p=Pool@7a560583[inUse=0,size=0,max=64,closed=false]] 20:12:56.966 [main] DEBUG org.eclipse.jetty.client.AbstractConnectionPool -- Try creating connection 0/64 with 0 pending 20:12:56.966 [main] DEBUG org.eclipse.jetty.client.AbstractConnectionPool -- Try creating(true) connection, pending/demand/supply: 0/2/0, result=true 20:12:56.966 [main] DEBUG org.eclipse.jetty.util.Pool -- Pool@7a560583[inUse=0,size=1,max=64,closed=false] returning new reserved entry MultiEntry@7966baa7{PENDING,usage=0,multiplex=0,pooled=null} 20:12:56.967 [main] DEBUG org.eclipse.jetty.client.AbstractConnectionPool -- Creating connection 0/64 at MultiEntry@7966baa7{PENDING,usage=0,multiplex=0,pooled=null} 20:12:56.968 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue org.eclipse.jetty.util.SocketAddressResolver$Async$$Lambda$416/0x00007ff2f4206898@681a8b4e startThread=0 20:12:56.968 [WebSocket@2048537720-26] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.SocketAddressResolver$Async$$Lambda$416/0x00007ff2f4206898@681a8b4e in QueuedThreadPool[WebSocket@2048537720]@4dd02341{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@6179e425{reserved=0/2,pending=0}] 20:12:56.972 [WebSocket@2048537720-26] DEBUG org.eclipse.jetty.util.SocketAddressResolver -- Resolved localhost in 2 ms 20:12:56.976 [WebSocket@2048537720-26] DEBUG org.eclipse.jetty.io.ClientConnector -- Connecting non-blocking to localhost/127.0.0.1:14001 20:12:56.977 [WebSocket@2048537720-26] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false Connect@38f09910{java.nio.channels.SocketChannel[connection-pending remote=localhost/127.0.0.1:14001],{org.eclipse.jetty.client.connector.remoteSocketAddress=localhost/127.0.0.1:14001, org.eclipse.jetty.client.connector.clientConnectionFactory=HttpClientTransportOverHTTP@25bfcafd{STARTED}, org.eclipse.jetty.client.destination=HttpDestination[Origin@98895eee[ws://localhost:14001,tag=null,protocol=Protocol@7f4624a[proto=[http/1.1],nego=false]]]@44040454,state=STARTED,queue=1,pool=DuplexConnectionPool@37052337[s=STARTED,c=1/1/64,a=0,i=0,q=1,p=Pool@7a560583[inUse=0,size=1,max=64,closed=false]],stale=false,idle=-1, org.eclipse.jetty.client.connector=ClientConnector@1852a3ff{STARTED}, org.eclipse.jetty.client.connector.applicationProtocols=[http/1.1], org.eclipse.jetty.client=HttpClient@4b6690c0{STARTED}, org.eclipse.jetty.client.connection.promise=org.eclipse.jetty.client.HttpClient$1$1@22c57d2b, org.eclipse.jetty.client.connector.connectionPromise=org.eclipse.jetty.util.Promise$1@2c96c2b6}} on ManagedSelector@5d5f10b2{STARTED} id=0 keys=0 selected=0 updates=0 20:12:56.977 [WebSocket@2048537720-26] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@5d5f10b2{STARTED} id=0 keys=0 selected=0 updates=1 20:12:56.978 [WebSocket@2048537720-25] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@342e6c3a woken with none selected 20:12:56.978 [WebSocket@2048537720-26] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.SocketAddressResolver$Async$$Lambda$416/0x00007ff2f4206898@681a8b4e in QueuedThreadPool[WebSocket@2048537720]@4dd02341{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@6179e425{reserved=0/2,pending=0}] 20:12:56.978 [WebSocket@2048537720-25] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@342e6c3a woken up from select, 0/0/0 selected 20:12:56.978 [WebSocket@2048537720-25] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@342e6c3a processing 0 keys, 1 updates 20:12:56.978 [WebSocket@2048537720-25] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 20:12:56.978 [WebSocket@2048537720-25] DEBUG org.eclipse.jetty.io.ManagedSelector -- update Connect@38f09910{java.nio.channels.SocketChannel[connection-pending remote=localhost/127.0.0.1:14001],{org.eclipse.jetty.client.connector.remoteSocketAddress=localhost/127.0.0.1:14001, org.eclipse.jetty.client.connector.clientConnectionFactory=HttpClientTransportOverHTTP@25bfcafd{STARTED}, org.eclipse.jetty.client.destination=HttpDestination[Origin@98895eee[ws://localhost:14001,tag=null,protocol=Protocol@7f4624a[proto=[http/1.1],nego=false]]]@44040454,state=STARTED,queue=1,pool=DuplexConnectionPool@37052337[s=STARTED,c=1/1/64,a=0,i=0,q=1,p=Pool@7a560583[inUse=0,size=1,max=64,closed=false]],stale=false,idle=-1, org.eclipse.jetty.client.connector=ClientConnector@1852a3ff{STARTED}, org.eclipse.jetty.client.connector.applicationProtocols=[http/1.1], org.eclipse.jetty.client=HttpClient@4b6690c0{STARTED}, org.eclipse.jetty.client.connection.promise=org.eclipse.jetty.client.HttpClient$1$1@22c57d2b, org.eclipse.jetty.client.connector.connectionPromise=org.eclipse.jetty.util.Promise$1@2c96c2b6}} 20:12:56.979 [WebSocket@2048537720-25] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:12:56.979 [WebSocket@2048537720-25] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@342e6c3a waiting with 1 keys 20:12:56.979 [WebSocket@2048537720-25] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@342e6c3a woken up from select, 1/1/1 selected 20:12:56.980 [WebSocket@2048537720-25] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@342e6c3a processing 1 keys, 0 updates 20:12:56.980 [WebSocket@2048537720-25] DEBUG org.eclipse.jetty.io.ManagedSelector -- selected 8 channel=java.nio.channels.SocketChannel[connection-pending remote=localhost/127.0.0.1:14001], selector=sun.nio.ch.EPollSelectorImpl@342e6c3a, interestOps=8, readyOps=8 Connect@38f09910{java.nio.channels.SocketChannel[connection-pending remote=localhost/127.0.0.1:14001],{org.eclipse.jetty.client.connector.remoteSocketAddress=localhost/127.0.0.1:14001, org.eclipse.jetty.client.connector.clientConnectionFactory=HttpClientTransportOverHTTP@25bfcafd{STARTED}, org.eclipse.jetty.client.destination=HttpDestination[Origin@98895eee[ws://localhost:14001,tag=null,protocol=Protocol@7f4624a[proto=[http/1.1],nego=false]]]@44040454,state=STARTED,queue=1,pool=DuplexConnectionPool@37052337[s=STARTED,c=1/1/64,a=0,i=0,q=1,p=Pool@7a560583[inUse=0,size=1,max=64,closed=false]],stale=false,idle=-1, org.eclipse.jetty.client.connector=ClientConnector@1852a3ff{STARTED}, org.eclipse.jetty.client.connector.applicationProtocols=[http/1.1], org.eclipse.jetty.client=HttpClient@4b6690c0{STARTED}, org.eclipse.jetty.client.connection.promise=org.eclipse.jetty.client.HttpClient$1$1@22c57d2b, org.eclipse.jetty.client.connector.connectionPromise=org.eclipse.jetty.util.Promise$1@2c96c2b6}} 20:12:57.042 [WebSocket@2048537720-25] DEBUG org.eclipse.jetty.io.ClientConnector -- Could not connect to localhost/127.0.0.1:14001 20:12:57.042 [WebSocket@2048537720-25] DEBUG org.eclipse.jetty.io.ClientConnector -- Connecting non-blocking to localhost/[0:0:0:0:0:0:0:1]:14001 20:12:57.042 [WebSocket@2048537720-25] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false Connect@2833763f{java.nio.channels.SocketChannel[connection-pending remote=localhost/[0:0:0:0:0:0:0:1]:14001],{org.eclipse.jetty.client.connector.remoteSocketAddress=localhost/127.0.0.1:14001, org.eclipse.jetty.client.connector.clientConnectionFactory=HttpClientTransportOverHTTP@25bfcafd{STARTED}, org.eclipse.jetty.client.destination=HttpDestination[Origin@98895eee[ws://localhost:14001,tag=null,protocol=Protocol@7f4624a[proto=[http/1.1],nego=false]]]@44040454,state=STARTED,queue=1,pool=DuplexConnectionPool@37052337[s=STARTED,c=1/1/64,a=0,i=0,q=1,p=Pool@7a560583[inUse=0,size=1,max=64,closed=false]],stale=false,idle=-1, org.eclipse.jetty.client.connector=ClientConnector@1852a3ff{STARTED}, org.eclipse.jetty.client.connector.applicationProtocols=[http/1.1], org.eclipse.jetty.client=HttpClient@4b6690c0{STARTED}, org.eclipse.jetty.client.connection.promise=org.eclipse.jetty.client.HttpClient$1$1@3ae8209, org.eclipse.jetty.client.connector.connectionPromise=org.eclipse.jetty.util.Promise$1@2a393afa}} on ManagedSelector@5d5f10b2{STARTED} id=0 keys=1 selected=1 updates=0 20:12:57.042 [WebSocket@2048537720-25] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 20:12:57.042 [WebSocket@2048537720-25] DEBUG org.eclipse.jetty.io.ManagedSelector -- update Connect@2833763f{java.nio.channels.SocketChannel[connection-pending remote=localhost/[0:0:0:0:0:0:0:1]:14001],{org.eclipse.jetty.client.connector.remoteSocketAddress=localhost/127.0.0.1:14001, org.eclipse.jetty.client.connector.clientConnectionFactory=HttpClientTransportOverHTTP@25bfcafd{STARTED}, org.eclipse.jetty.client.destination=HttpDestination[Origin@98895eee[ws://localhost:14001,tag=null,protocol=Protocol@7f4624a[proto=[http/1.1],nego=false]]]@44040454,state=STARTED,queue=1,pool=DuplexConnectionPool@37052337[s=STARTED,c=1/1/64,a=0,i=0,q=1,p=Pool@7a560583[inUse=0,size=1,max=64,closed=false]],stale=false,idle=-1, org.eclipse.jetty.client.connector=ClientConnector@1852a3ff{STARTED}, org.eclipse.jetty.client.connector.applicationProtocols=[http/1.1], org.eclipse.jetty.client=HttpClient@4b6690c0{STARTED}, org.eclipse.jetty.client.connection.promise=org.eclipse.jetty.client.HttpClient$1$1@3ae8209, org.eclipse.jetty.client.connector.connectionPromise=org.eclipse.jetty.util.Promise$1@2a393afa}} 20:12:57.043 [WebSocket@2048537720-25] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:12:57.043 [WebSocket@2048537720-25] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@342e6c3a waiting with 2 keys 20:12:57.043 [WebSocket@2048537720-25] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@342e6c3a woken up from select, 1/1/1 selected 20:12:57.043 [WebSocket@2048537720-25] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@342e6c3a processing 1 keys, 0 updates 20:12:57.043 [WebSocket@2048537720-25] DEBUG org.eclipse.jetty.io.ManagedSelector -- selected 8 channel=java.nio.channels.SocketChannel[connection-pending remote=localhost/[0:0:0:0:0:0:0:1]:14001], selector=sun.nio.ch.EPollSelectorImpl@342e6c3a, interestOps=8, readyOps=8 Connect@2833763f{java.nio.channels.SocketChannel[connection-pending remote=localhost/[0:0:0:0:0:0:0:1]:14001],{org.eclipse.jetty.client.connector.remoteSocketAddress=localhost/127.0.0.1:14001, org.eclipse.jetty.client.connector.clientConnectionFactory=HttpClientTransportOverHTTP@25bfcafd{STARTED}, org.eclipse.jetty.client.destination=HttpDestination[Origin@98895eee[ws://localhost:14001,tag=null,protocol=Protocol@7f4624a[proto=[http/1.1],nego=false]]]@44040454,state=STARTED,queue=1,pool=DuplexConnectionPool@37052337[s=STARTED,c=1/1/64,a=0,i=0,q=1,p=Pool@7a560583[inUse=0,size=1,max=64,closed=false]],stale=false,idle=-1, org.eclipse.jetty.client.connector=ClientConnector@1852a3ff{STARTED}, org.eclipse.jetty.client.connector.applicationProtocols=[http/1.1], org.eclipse.jetty.client=HttpClient@4b6690c0{STARTED}, org.eclipse.jetty.client.connection.promise=org.eclipse.jetty.client.HttpClient$1$1@3ae8209, org.eclipse.jetty.client.connector.connectionPromise=org.eclipse.jetty.util.Promise$1@2a393afa}} 20:12:57.043 [WebSocket@2048537720-25] DEBUG org.eclipse.jetty.io.ClientConnector -- Could not connect to localhost/127.0.0.1:14001 20:12:57.043 [WebSocket@2048537720-25] DEBUG org.eclipse.jetty.client.AbstractConnectionPool -- Connection creation failed MultiEntry@7966baa7{PENDING,usage=0,multiplex=0,pooled=null} java.net.ConnectException: Connection refused at java.base/sun.nio.ch.Net.pollConnect(Native Method) at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) at org.eclipse.jetty.io.SelectorManager.doFinishConnect(SelectorManager.java:341) at org.eclipse.jetty.io.ManagedSelector.processConnect(ManagedSelector.java:344) at org.eclipse.jetty.io.ManagedSelector$SelectorProducer.processSelected(ManagedSelector.java:675) at org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:533) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.produceTask(AdaptiveExecutionStrategy.java:450) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce(AdaptiveExecutionStrategy.java:243) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.produce(AdaptiveExecutionStrategy.java:194) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:934) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1078) at java.base/java.lang.Thread.run(Thread.java:840) 20:12:57.045 [WebSocket@2048537720-25] DEBUG org.eclipse.jetty.client.HttpExchange -- Failed HttpExchange@a317c17{req=JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@77a7cf58[COMPLETED/java.net.ConnectException: Connection refused] res=HttpResponse[null 0 null]@476df3f4[COMPLETED/java.net.ConnectException: Connection refused]}: req=true/rsp=true {} java.net.ConnectException: Connection refused at java.base/sun.nio.ch.Net.pollConnect(Native Method) at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) at org.eclipse.jetty.io.SelectorManager.doFinishConnect(SelectorManager.java:341) at org.eclipse.jetty.io.ManagedSelector.processConnect(ManagedSelector.java:344) at org.eclipse.jetty.io.ManagedSelector$SelectorProducer.processSelected(ManagedSelector.java:675) at org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:533) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.produceTask(AdaptiveExecutionStrategy.java:450) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce(AdaptiveExecutionStrategy.java:243) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.produce(AdaptiveExecutionStrategy.java:194) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:934) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1078) at java.base/java.lang.Thread.run(Thread.java:840) 20:12:57.046 [WebSocket@2048537720-25] DEBUG org.eclipse.jetty.client.HttpExchange -- Aborting while queued HttpExchange@a317c17{req=JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@77a7cf58[COMPLETED/java.net.ConnectException: Connection refused] res=HttpResponse[null 0 null]@476df3f4[COMPLETED/java.net.ConnectException: Connection refused]}: {} java.net.ConnectException: Connection refused at java.base/sun.nio.ch.Net.pollConnect(Native Method) at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) at org.eclipse.jetty.io.SelectorManager.doFinishConnect(SelectorManager.java:341) at org.eclipse.jetty.io.ManagedSelector.processConnect(ManagedSelector.java:344) at org.eclipse.jetty.io.ManagedSelector$SelectorProducer.processSelected(ManagedSelector.java:675) at org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:533) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.produceTask(AdaptiveExecutionStrategy.java:450) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce(AdaptiveExecutionStrategy.java:243) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.produce(AdaptiveExecutionStrategy.java:194) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:934) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1078) at java.base/java.lang.Thread.run(Thread.java:840) 20:12:57.046 [WebSocket@2048537720-25] DEBUG org.eclipse.jetty.websocket.core.client.CoreClientUpgradeRequest -- onComplete() - Result[JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@77a7cf58 > HttpResponse[null 0 null]@476df3f4] java.net.ConnectException: Connection refused 20:12:57.048 [WebSocket@2048537720-25] DEBUG org.eclipse.jetty.websocket.core.client.CoreClientUpgradeRequest -- General Failure java.net.ConnectException: Connection refused at java.base/sun.nio.ch.Net.pollConnect(Native Method) at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) at org.eclipse.jetty.io.SelectorManager.doFinishConnect(SelectorManager.java:341) at org.eclipse.jetty.io.ManagedSelector.processConnect(ManagedSelector.java:344) at org.eclipse.jetty.io.ManagedSelector$SelectorProducer.processSelected(ManagedSelector.java:675) at org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:533) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.produceTask(AdaptiveExecutionStrategy.java:450) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce(AdaptiveExecutionStrategy.java:243) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.produce(AdaptiveExecutionStrategy.java:194) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:934) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1078) at java.base/java.lang.Thread.run(Thread.java:840) 20:12:57.048 [WebSocket@2048537720-25] DEBUG org.eclipse.jetty.websocket.core.client.CoreClientUpgradeRequest -- Request Failure java.net.ConnectException: Connection refused at java.base/sun.nio.ch.Net.pollConnect(Native Method) at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) at org.eclipse.jetty.io.SelectorManager.doFinishConnect(SelectorManager.java:341) at org.eclipse.jetty.io.ManagedSelector.processConnect(ManagedSelector.java:344) at org.eclipse.jetty.io.ManagedSelector$SelectorProducer.processSelected(ManagedSelector.java:675) at org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:533) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.produceTask(AdaptiveExecutionStrategy.java:450) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce(AdaptiveExecutionStrategy.java:243) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.produce(AdaptiveExecutionStrategy.java:194) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:934) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1078) at java.base/java.lang.Thread.run(Thread.java:840) 20:12:57.049 [WebSocket@2048537720-25] DEBUG org.eclipse.jetty.websocket.core.client.CoreClientUpgradeRequest -- Response Failure java.net.ConnectException: Connection refused at java.base/sun.nio.ch.Net.pollConnect(Native Method) at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) at org.eclipse.jetty.io.SelectorManager.doFinishConnect(SelectorManager.java:341) at org.eclipse.jetty.io.ManagedSelector.processConnect(ManagedSelector.java:344) at org.eclipse.jetty.io.ManagedSelector$SelectorProducer.processSelected(ManagedSelector.java:675) at org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:533) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.produceTask(AdaptiveExecutionStrategy.java:450) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce(AdaptiveExecutionStrategy.java:243) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.produce(AdaptiveExecutionStrategy.java:194) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:934) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1078) at java.base/java.lang.Thread.run(Thread.java:840) 20:12:57.049 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING WebSocketClient@db9965a4[coreClient=WebSocketCoreClient@71454b9d{STARTED},openSessions.size=0] 20:12:57.049 [main] INFO org.eclipse.jetty.websocket.client.WebSocketClient -- Shutdown WebSocketClient@db9965a4[coreClient=WebSocketCoreClient@71454b9d{STARTED},openSessions.size=0] 20:12:57.050 [WebSocket@2048537720-25] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 0 20:12:57.050 [main] DEBUG org.eclipse.jetty.websocket.client.WebSocketClient -- graceful SessionTracker@eda25e5{STARTED} 20:12:57.050 [WebSocket@2048537720-25] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:12:57.050 [WebSocket@2048537720-25] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@342e6c3a waiting with 1 keys 20:12:57.053 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING SessionTracker@eda25e5{STARTED} 20:12:57.053 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED SessionTracker@eda25e5{STOPPED} 20:12:57.053 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING WebSocketCoreClient@71454b9d{STARTED} 20:12:57.053 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING WebSocketComponents@7a1a3478{STARTED} 20:12:57.053 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING DeflaterPool@55dfcc6{STARTED,size=0,capacity=1024} 20:12:57.053 [main] DEBUG org.eclipse.jetty.util.Pool -- Closing Pool@7642df8f[inUse=0,size=0,max=1024,closed=false] 20:12:57.053 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED DeflaterPool@55dfcc6{STOPPED,size=-1,capacity=1024} 20:12:57.053 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING InflaterPool@495b0487{STARTED,size=0,capacity=1024} 20:12:57.053 [main] DEBUG org.eclipse.jetty.util.Pool -- Closing Pool@53bd8fca[inUse=0,size=0,max=1024,closed=false] 20:12:57.054 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED InflaterPool@495b0487{STOPPED,size=-1,capacity=1024} 20:12:57.054 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED WebSocketComponents@7a1a3478{STOPPED} 20:12:57.054 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING HttpClient@4b6690c0{STARTED} 20:12:57.054 [main] DEBUG org.eclipse.jetty.client.HttpDestination -- Closed HttpDestination[Origin@98895eee[ws://localhost:14001,tag=null,protocol=Protocol@7f4624a[proto=[http/1.1],nego=false]]]@44040454,state=STARTED,queue=0,pool=DuplexConnectionPool@37052337[s=STARTED,c=0/0/64,a=0,i=0,q=0,p=Pool@7a560583[inUse=0,size=0,max=64,closed=false]],stale=false,idle=-1 20:12:57.054 [main] DEBUG org.eclipse.jetty.util.Pool -- Closing Pool@7a560583[inUse=0,size=0,max=64,closed=false] 20:12:57.054 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING HttpDestination[Origin@98895eee[ws://localhost:14001,tag=null,protocol=Protocol@7f4624a[proto=[http/1.1],nego=false]]]@44040454,state=STARTED,queue=0,pool=DuplexConnectionPool@37052337[s=STARTED,c=0/0/64,a=0,i=0,q=0,p=Pool@7a560583[inUse=0,size=0,max=64,closed=true]],stale=false,idle=-1 20:12:57.054 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING DuplexConnectionPool@37052337[s=STARTED,c=0/0/64,a=0,i=0,q=0,p=Pool@7a560583[inUse=0,size=0,max=64,closed=true]] 20:12:57.054 [main] DEBUG org.eclipse.jetty.util.Pool -- Closing Pool@7a560583[inUse=0,size=0,max=64,closed=true] 20:12:57.054 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED DuplexConnectionPool@37052337[s=STOPPED,c=0/0/64,a=0,i=0,q=0,p=Pool@7a560583[inUse=0,size=0,max=64,closed=true]] 20:12:57.055 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED HttpDestination[Origin@98895eee[ws://localhost:14001,tag=null,protocol=Protocol@7f4624a[proto=[http/1.1],nego=false]]]@44040454,state=STOPPED,queue=0,pool=DuplexConnectionPool@37052337[s=STOPPED,c=0/0/64,a=0,i=0,q=0,p=Pool@7a560583[inUse=0,size=0,max=64,closed=true]],stale=false,idle=-1 20:12:57.055 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING HttpClientTransportOverHTTP@25bfcafd{STARTED} 20:12:57.055 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ClientConnector@1852a3ff{STARTED} 20:12:57.055 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ClientSelectorManager@3d2ee678{STARTED} 20:12:57.055 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ManagedSelector@5d5f10b2{STARTED} id=0 keys=0 selected=0 updates=0 20:12:57.055 [main] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.ManagedSelector$CloseConnections@4233e892 on ManagedSelector@5d5f10b2{STOPPING} id=0 keys=0 selected=0 updates=0 20:12:57.055 [main] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@5d5f10b2{STOPPING} id=0 keys=0 selected=0 updates=1 20:12:57.055 [WebSocket@2048537720-25] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@342e6c3a woken with none selected 20:12:57.055 [WebSocket@2048537720-25] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@342e6c3a woken up from select, 0/0/0 selected 20:12:57.055 [WebSocket@2048537720-25] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@342e6c3a processing 0 keys, 1 updates 20:12:57.055 [WebSocket@2048537720-25] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 20:12:57.056 [WebSocket@2048537720-25] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$CloseConnections@4233e892 20:12:57.056 [WebSocket@2048537720-25] DEBUG org.eclipse.jetty.io.ManagedSelector -- Closing 0 connections on ManagedSelector@5d5f10b2{STOPPING} id=0 keys=0 selected=0 updates=0 20:12:57.056 [WebSocket@2048537720-25] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:12:57.056 [WebSocket@2048537720-25] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@342e6c3a waiting with 0 keys 20:12:57.056 [main] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.ManagedSelector$StopSelector@555cf22 on ManagedSelector@5d5f10b2{STOPPING} id=0 keys=0 selected=0 updates=0 20:12:57.056 [main] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@5d5f10b2{STOPPING} id=0 keys=0 selected=0 updates=1 20:12:57.056 [WebSocket@2048537720-25] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@342e6c3a woken with none selected 20:12:57.056 [WebSocket@2048537720-25] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@342e6c3a woken up from select, 0/0/0 selected 20:12:57.056 [WebSocket@2048537720-25] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@342e6c3a processing 0 keys, 1 updates 20:12:57.056 [WebSocket@2048537720-25] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 20:12:57.056 [WebSocket@2048537720-25] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$StopSelector@555cf22 20:12:57.056 [WebSocket@2048537720-25] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:12:57.056 [WebSocket@2048537720-25] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.io.ManagedSelector$$Lambda$397/0x00007ff2f418e1c8@74c79fa2 in QueuedThreadPool[WebSocket@2048537720]@4dd02341{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@6179e425{reserved=0/2,pending=0}] 20:12:57.056 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING AdaptiveExecutionStrategy@13d73fa/SelectorProducer@5023bb8b/IDLE/p=false/QueuedThreadPool[WebSocket@2048537720]@4dd02341{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@6179e425{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:12:57.057017245Z 20:12:57.057 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED AdaptiveExecutionStrategy@13d73fa/SelectorProducer@5023bb8b/IDLE/p=false/QueuedThreadPool[WebSocket@2048537720]@4dd02341{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@6179e425{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:12:57.057180057Z 20:12:57.057 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ManagedSelector@5d5f10b2{STOPPED} id=0 keys=-1 selected=-1 updates=0 20:12:57.057 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ClientSelectorManager@3d2ee678{STOPPED} 20:12:57.057 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING Client@2fc6f97f[provider=null,keyStore=null,trustStore=null] 20:12:57.057 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED Client@2fc6f97f[provider=null,keyStore=null,trustStore=null] 20:12:57.057 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ScheduledExecutorScheduler@39fcbef6{STARTED} 20:12:57.057 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ScheduledExecutorScheduler@39fcbef6{STOPPED} 20:12:57.057 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING QueuedThreadPool[WebSocket@2048537720]@4dd02341{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@6179e425{reserved=0/2,pending=0}] 20:12:57.057 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Stopping QueuedThreadPool[WebSocket@2048537720]@4dd02341{STOPPING,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@6179e425{reserved=0/2,pending=0}] 20:12:57.057 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ReservedThreadExecutor@6179e425{reserved=0/2,pending=0} 20:12:57.059 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ReservedThreadExecutor@6179e425{reserved=-1/2,pending=0} 20:12:57.059 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Waiting for Thread[WebSocket@2048537720-25,5,main] for 2499 20:12:57.059 [WebSocket@2048537720-27] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@2048537720]@4dd02341{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:12:57.059 [WebSocket@2048537720-28] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@2048537720]@4dd02341{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:12:57.059 [WebSocket@2048537720-29] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@2048537720]@4dd02341{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:12:57.059 [WebSocket@2048537720-30] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@2048537720]@4dd02341{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:12:57.059 [WebSocket@2048537720-28] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@2048537720]@4dd02341{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:12:57.059 [WebSocket@2048537720-29] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@2048537720]@4dd02341{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:12:57.059 [WebSocket@2048537720-30] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@2048537720]@4dd02341{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:12:57.059 [WebSocket@2048537720-27] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@2048537720]@4dd02341{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:12:57.059 [WebSocket@2048537720-32] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@2048537720]@4dd02341{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:12:57.059 [WebSocket@2048537720-31] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@2048537720]@4dd02341{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:12:57.059 [WebSocket@2048537720-26] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@2048537720]@4dd02341{STOPPING,8<=0<=200,i=9,r=-1,q=0}[NO_TRY] 20:12:57.059 [WebSocket@2048537720-25] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@2048537720]@4dd02341{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:12:57.059 [WebSocket@2048537720-30] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@2048537720-30,5,main] exited for QueuedThreadPool[WebSocket@2048537720]@4dd02341{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:12:57.059 [WebSocket@2048537720-29] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@2048537720-29,5,main] exited for QueuedThreadPool[WebSocket@2048537720]@4dd02341{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:12:57.059 [WebSocket@2048537720-32] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@2048537720]@4dd02341{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:12:57.059 [WebSocket@2048537720-31] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@2048537720]@4dd02341{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:12:57.059 [WebSocket@2048537720-25] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@2048537720]@4dd02341{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:12:57.059 [WebSocket@2048537720-28] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@2048537720-28,5,main] exited for QueuedThreadPool[WebSocket@2048537720]@4dd02341{STOPPING,8<=0<=200,i=9,r=-1,q=0}[NO_TRY] 20:12:57.059 [WebSocket@2048537720-26] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@2048537720]@4dd02341{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:12:57.059 [WebSocket@2048537720-27] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@2048537720-27,5,main] exited for QueuedThreadPool[WebSocket@2048537720]@4dd02341{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:12:57.060 [WebSocket@2048537720-31] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@2048537720-31,5,main] exited for QueuedThreadPool[WebSocket@2048537720]@4dd02341{STOPPING,8<=0<=200,i=9,r=-1,q=0}[NO_TRY] 20:12:57.060 [WebSocket@2048537720-32] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@2048537720-32,5,main] exited for QueuedThreadPool[WebSocket@2048537720]@4dd02341{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:12:57.060 [WebSocket@2048537720-26] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@2048537720-26,5,main] exited for QueuedThreadPool[WebSocket@2048537720]@4dd02341{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:12:57.060 [WebSocket@2048537720-25] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@2048537720-25,5,main] exited for QueuedThreadPool[WebSocket@2048537720]@4dd02341{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:12:57.060 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Waiting for Thread[WebSocket@2048537720-27,5,] for 2499 20:12:57.060 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED QueuedThreadPool[WebSocket@2048537720]@4dd02341{STOPPED,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:12:57.060 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ClientConnector@1852a3ff{STOPPED} 20:12:57.060 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED HttpClientTransportOverHTTP@25bfcafd{STOPPED} 20:12:57.060 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED HttpClient@4b6690c0{STOPPED} 20:12:57.060 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED WebSocketCoreClient@71454b9d{STOPPED} 20:12:57.060 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED WebSocketClient@db9965a4[coreClient=WebSocketCoreClient@71454b9d{STOPPED},openSessions.size=0] Feb 12, 2024 8:12:57 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 20:12:57.355 [main] INFO org.eclipse.sensinact.gateway.launcher.ConfigurationManager -- Eclipse sensiNact is watching for changes in configuration file src/it/resources/config/configuration.json 20:12:57.369 [main] INFO org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Feature installation for features [] requested using repositories [repository] and feature directories [features] 20:12:57.370 [main] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- The following bundles [] are no longer required and will be removed. 20:12:57.372 [main] INFO org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Feature update complete. 20:12:57.495 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Feature installation for features [core-feature, jakarta-servlet-whiteboard-feature, jakarta-rest-whiteboard-feature, northbound-rest-feature, northbound-websocket-feature] requested using repositories [target/it/repository] and feature directories [target/it/features] 20:12:57.495 [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. 20:12:57.495 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Loading feature model core-feature 20:12:57.501 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.sensinact.gateway.core:annotation:0.0.2-SNAPSHOT 20:12:57.501 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.sensinact.gateway.core:annotation:0.0.2-SNAPSHOT in repositories [target/it/repository] 20:12:57.501 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.eclipse.sensinact.gateway.core:annotation:0.0.2-SNAPSHOT is target/it/repository/org/eclipse/sensinact/gateway/core/annotation/0.0.2-SNAPSHOT/annotation-0.0.2-SNAPSHOT.jar 20:12:57.503 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.sensinact.gateway.core:api:0.0.2-SNAPSHOT 20:12:57.504 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.sensinact.gateway.core:api:0.0.2-SNAPSHOT in repositories [target/it/repository] 20:12:57.504 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.eclipse.sensinact.gateway.core:api:0.0.2-SNAPSHOT is target/it/repository/org/eclipse/sensinact/gateway/core/api/0.0.2-SNAPSHOT/api-0.0.2-SNAPSHOT.jar 20:12:57.506 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.sensinact.gateway.core:emf-api:0.0.2-SNAPSHOT 20:12:57.506 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.sensinact.gateway.core:emf-api:0.0.2-SNAPSHOT in repositories [target/it/repository] 20:12:57.506 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.eclipse.sensinact.gateway.core:emf-api:0.0.2-SNAPSHOT is target/it/repository/org/eclipse/sensinact/gateway/core/emf-api/0.0.2-SNAPSHOT/emf-api-0.0.2-SNAPSHOT.jar 20:12:57.508 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.sensinact.gateway.core:impl:0.0.2-SNAPSHOT 20:12:57.508 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.sensinact.gateway.core:impl:0.0.2-SNAPSHOT in repositories [target/it/repository] 20:12:57.508 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.eclipse.sensinact.gateway.core:impl:0.0.2-SNAPSHOT is target/it/repository/org/eclipse/sensinact/gateway/core/impl/0.0.2-SNAPSHOT/impl-0.0.2-SNAPSHOT.jar 20:12:57.542 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.sensinact.gateway.core.models:provider:0.0.2-SNAPSHOT 20:12:57.543 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.sensinact.gateway.core.models:provider:0.0.2-SNAPSHOT in repositories [target/it/repository] 20:12:57.543 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.eclipse.sensinact.gateway.core.models:provider:0.0.2-SNAPSHOT is target/it/repository/org/eclipse/sensinact/gateway/core/models/provider/0.0.2-SNAPSHOT/provider-0.0.2-SNAPSHOT.jar 20:12:57.545 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.sensinact.gateway.core.models:metadata:0.0.2-SNAPSHOT 20:12:57.545 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.sensinact.gateway.core.models:metadata:0.0.2-SNAPSHOT in repositories [target/it/repository] 20:12:57.545 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.eclipse.sensinact.gateway.core.models:metadata:0.0.2-SNAPSHOT is target/it/repository/org/eclipse/sensinact/gateway/core/models/metadata/0.0.2-SNAPSHOT/metadata-0.0.2-SNAPSHOT.jar 20:12:57.547 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.sensinact.gateway.core:geo-json:0.0.2-SNAPSHOT 20:12:57.548 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.sensinact.gateway.core:geo-json:0.0.2-SNAPSHOT in repositories [target/it/repository] 20:12:57.548 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.eclipse.sensinact.gateway.core:geo-json:0.0.2-SNAPSHOT is target/it/repository/org/eclipse/sensinact/gateway/core/geo-json/0.0.2-SNAPSHOT/geo-json-0.0.2-SNAPSHOT.jar 20:12:57.549 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle com.fasterxml.jackson.core:jackson-annotations:2.16.1 20:12:57.550 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature com.fasterxml.jackson.core:jackson-annotations:2.16.1 in repositories [target/it/repository] 20:12:57.550 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature com.fasterxml.jackson.core:jackson-annotations:2.16.1 is target/it/repository/com/fasterxml/jackson/core/jackson-annotations/2.16.1/jackson-annotations-2.16.1.jar 20:12:57.551 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle com.fasterxml.jackson.core:jackson-core:2.16.1 20:12:57.551 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature com.fasterxml.jackson.core:jackson-core:2.16.1 in repositories [target/it/repository] 20:12:57.551 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature com.fasterxml.jackson.core:jackson-core:2.16.1 is target/it/repository/com/fasterxml/jackson/core/jackson-core/2.16.1/jackson-core-2.16.1.jar 20:12:57.554 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle com.fasterxml.jackson.core:jackson-databind:2.16.1 20:12:57.554 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature com.fasterxml.jackson.core:jackson-databind:2.16.1 in repositories [target/it/repository] 20:12:57.554 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature com.fasterxml.jackson.core:jackson-databind:2.16.1 is target/it/repository/com/fasterxml/jackson/core/jackson-databind/2.16.1/jackson-databind-2.16.1.jar 20:12:57.558 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.osgi:org.osgi.service.typedevent:1.0.0 20:12:57.559 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.osgi:org.osgi.service.typedevent:1.0.0 in repositories [target/it/repository] 20:12:57.559 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.osgi:org.osgi.service.typedevent:1.0.0 is target/it/repository/org/osgi/org.osgi.service.typedevent/1.0.0/org.osgi.service.typedevent-1.0.0.jar 20:12:57.560 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.osgi:org.osgi.util.pushstream:1.0.2 20:12:57.560 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.osgi:org.osgi.util.pushstream:1.0.2 in repositories [target/it/repository] 20:12:57.560 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.osgi:org.osgi.util.pushstream:1.0.2 is target/it/repository/org/osgi/org.osgi.util.pushstream/1.0.2/org.osgi.util.pushstream-1.0.2.jar 20:12:57.562 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.emf:org.eclipse.emf.common:2.29.0 20:12:57.562 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.emf:org.eclipse.emf.common:2.29.0 in repositories [target/it/repository] 20:12:57.562 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.eclipse.emf:org.eclipse.emf.common:2.29.0 is target/it/repository/org/eclipse/emf/org.eclipse.emf.common/2.29.0/org.eclipse.emf.common-2.29.0.jar 20:12:57.564 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.emf:org.eclipse.emf.ecore:2.35.0 20:12:57.565 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.emf:org.eclipse.emf.ecore:2.35.0 in repositories [target/it/repository] 20:12:57.565 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.eclipse.emf:org.eclipse.emf.ecore:2.35.0 is target/it/repository/org/eclipse/emf/org.eclipse.emf.ecore/2.35.0/org.eclipse.emf.ecore-2.35.0.jar 20:12:57.570 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.emf:org.eclipse.emf.ecore.xmi:2.36.0 20:12:57.570 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.emf:org.eclipse.emf.ecore.xmi:2.36.0 in repositories [target/it/repository] 20:12:57.570 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.eclipse.emf:org.eclipse.emf.ecore.xmi:2.36.0 is target/it/repository/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.36.0/org.eclipse.emf.ecore.xmi-2.36.0.jar 20:12:57.572 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.geckoprojects.emf:org.gecko.emf.osgi.component.minimal:6.1.0 20:12:57.572 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.geckoprojects.emf:org.gecko.emf.osgi.component.minimal:6.1.0 in repositories [target/it/repository] 20:12:57.572 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.geckoprojects.emf:org.gecko.emf.osgi.component.minimal:6.1.0 is target/it/repository/org/geckoprojects/emf/org.gecko.emf.osgi.component.minimal/6.1.0/org.gecko.emf.osgi.component.minimal-6.1.0.jar 20:12:57.575 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.apache.aries.component-dsl:org.apache.aries.component-dsl.component-dsl:1.2.2 20:12:57.575 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.apache.aries.component-dsl:org.apache.aries.component-dsl.component-dsl:1.2.2 in repositories [target/it/repository] 20:12:57.575 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.apache.aries.component-dsl:org.apache.aries.component-dsl.component-dsl:1.2.2 is target/it/repository/org/apache/aries/component-dsl/org.apache.aries.component-dsl.component-dsl/1.2.2/org.apache.aries.component-dsl.component-dsl-1.2.2.jar 20:12:57.576 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.apache.aries.typedevent:org.apache.aries.typedevent.bus:0.0.2-SNAPSHOT 20:12:57.577 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.apache.aries.typedevent:org.apache.aries.typedevent.bus:0.0.2-SNAPSHOT in repositories [target/it/repository] 20:12:57.577 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.apache.aries.typedevent:org.apache.aries.typedevent.bus:0.0.2-SNAPSHOT is target/it/repository/org/apache/aries/typedevent/org.apache.aries.typedevent.bus/0.0.2-SNAPSHOT/org.apache.aries.typedevent.bus-0.0.2-SNAPSHOT.jar 20:12:57.578 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle io.dropwizard.metrics:metrics-core:4.2.19 20:12:57.578 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature io.dropwizard.metrics:metrics-core:4.2.19 in repositories [target/it/repository] 20:12:57.578 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature io.dropwizard.metrics:metrics-core:4.2.19 is target/it/repository/io/dropwizard/metrics/metrics-core/4.2.19/metrics-core-4.2.19.jar 20:12:57.900 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.apache.aries.typedevent.bus.impl.TypedEventBusActivator -- Aries Typed Event Bus Starting Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/admin Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/system Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/system/version Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/system/version Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/system/started Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/system/started Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/system/started 20:12:58.102 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.apache.aries.typedevent.bus.impl.TypedEventBusActivator -- Aries Typed Event Bus Started 20:12:58.104 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Loading feature model jakarta-servlet-whiteboard-feature 20:12:58.105 [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 20:12:58.105 [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] 20:12:58.105 [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 20:12:58.112 [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 20:12:58.112 [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] 20:12:58.112 [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 Feb 12, 2024 8:12:58 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 12, 2024 8:12:58 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 20:12:58.215 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- QueuedThreadPool[qtp2131715522]@7f0f65c2{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] added {org.eclipse.jetty.util.thread.ThreadPoolBudget@456400d3,POJO} 20:12:58.215 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@51bb2c5d{STOPPED}[11.0.13,sto=0] added {QueuedThreadPool[qtp2131715522]@7f0f65c2{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY],AUTO} 20:12:58.243 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@51bb2c5d{STOPPED}[11.0.13,sto=0] added {AttributeContainerMap@6d15772e{size=0},AUTO} 20:12:58.247 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HashLoginService@393a4898[null] added {org.eclipse.jetty.security.DefaultIdentityService@3cb75445,POJO} 20:12:58.247 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HashLoginService@393a4898[OSGi HTTP Service Realm] added {UserStore@39270a7[users.count=0],AUTO} 20:12:58.247 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@51bb2c5d{STOPPED}[11.0.13,sto=0] added {HashLoginService@393a4898[OSGi HTTP Service Realm],AUTO} 20:12:58.314 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- o.e.j.s.ServletContextHandler@ba34cd9{/,null,STOPPED} added {SymlinkAllowedResourceAliasChecker@48c5c0dd{base=null,protected=[]},MANAGED} 20:12:58.323 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.handler.ContextHandlerCollection -- AT@2b9326df{cs=true;c=1;=/=[Lorg.eclipse.jetty.server.handler.ContextHandlerCollection$Branch;@4b702220} 20:12:58.344 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ContextHandlerCollection@7f25a148{STOPPED} added {o.e.j.s.ServletContextHandler@ba34cd9{/,null,STOPPED},AUTO} 20:12:58.355 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- o.e.j.s.ServletContextHandler@ba34cd9{/,null,STOPPED} added {org.eclipse.jetty.server.session.SessionHandler83683401==dftMaxIdleSec=-1,MANAGED} 20:12:58.357 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- org.eclipse.jetty.server.session.SessionHandler83683401==dftMaxIdleSec=-1 added {ServletHandler@5a21d709{STOPPED},MANAGED} 20:12:58.357 [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) 20:12:58.358 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- o.e.j.s.ServletContextHandler@ba34cd9{/,null,STOPPED} added {org.apache.felix.http.base.internal.EventDispatcher@79921ba8,POJO} 20:12:58.359 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- org.eclipse.jetty.server.session.SessionHandler83683401==dftMaxIdleSec=0 added {org.apache.felix.http.base.internal.EventDispatcher@79921ba8,POJO} 20:12:58.374 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServletHandler@5a21d709{STOPPED} added {org.apache.felix.http.base.internal.dispatch.DispatcherServlet-59252196==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@2717014{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED},AUTO} 20:12:58.376 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServletHandler@5a21d709{STOPPED} added {[/*]=>org.apache.felix.http.base.internal.dispatch.DispatcherServlet-59252196,POJO} 20:12:58.376 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@51bb2c5d{STOPPED}[11.0.13,sto=0] added {ContextHandlerCollection@7f25a148{STOPPED},MANAGED} 20:12:58.376 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING Server@51bb2c5d{STOPPED}[11.0.13,sto=0] 20:12:58.381 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@51bb2c5d{STARTING}[11.0.13,sto=0] added {ErrorHandler@2698a328{STOPPED},AUTO} 20:12:58.383 [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 20:12:58.442 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting Server@51bb2c5d{STARTING}[11.0.13,sto=0] 20:12:58.442 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING QueuedThreadPool[qtp2131715522]@7f0f65c2{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] 20:12:58.455 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0} 20:12:58.455 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- QueuedThreadPool[qtp2131715522]@7f0f65c2{STARTING,8<=0<=200,i=0,r=-1,q=0}[ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0}] added {ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0},AUTO} 20:12:58.455 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0} 20:12:58.467 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2594ms ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0} 20:12:58.469 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp2131715522-29,5,Configuration Admin Service] 20:12:58.470 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp2131715522-30,5,Configuration Admin Service] 20:12:58.470 [qtp2131715522-29] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp2131715522]@7f0f65c2{STARTING,8<=2<=200,i=2,r=-1,q=0}[ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0}] 20:12:58.470 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp2131715522-31,5,Configuration Admin Service] 20:12:58.470 [qtp2131715522-30] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp2131715522]@7f0f65c2{STARTING,8<=3<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0}] 20:12:58.470 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp2131715522-32,5,Configuration Admin Service] 20:12:58.470 [qtp2131715522-31] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp2131715522]@7f0f65c2{STARTING,8<=4<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0}] 20:12:58.471 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp2131715522-33,5,Configuration Admin Service] 20:12:58.471 [qtp2131715522-32] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp2131715522]@7f0f65c2{STARTING,8<=5<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0}] 20:12:58.471 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp2131715522-34,5,Configuration Admin Service] 20:12:58.471 [qtp2131715522-33] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp2131715522]@7f0f65c2{STARTING,8<=6<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0}] 20:12:58.471 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp2131715522-35,5,Configuration Admin Service] 20:12:58.471 [qtp2131715522-34] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp2131715522]@7f0f65c2{STARTING,8<=7<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0}] 20:12:58.471 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp2131715522-36,5,Configuration Admin Service] 20:12:58.471 [qtp2131715522-35] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp2131715522]@7f0f65c2{STARTING,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0}] 20:12:58.471 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2599ms QueuedThreadPool[qtp2131715522]@7f0f65c2{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0}] 20:12:58.472 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING AttributeContainerMap@6d15772e{size=0} 20:12:58.472 [qtp2131715522-36] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp2131715522]@7f0f65c2{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0}] 20:12:58.472 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2600ms AttributeContainerMap@6d15772e{size=0} 20:12:58.472 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING HashLoginService@393a4898[OSGi HTTP Service Realm] 20:12:58.472 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING UserStore@39270a7[users.count=0] 20:12:58.472 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2600ms UserStore@39270a7[users.count=0] 20:12:58.472 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2600ms HashLoginService@393a4898[OSGi HTTP Service Realm] 20:12:58.472 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ContextHandlerCollection@7f25a148{STOPPED} 20:12:58.472 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting ContextHandlerCollection@7f25a148{STARTING} 20:12:58.472 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING o.e.j.s.ServletContextHandler@ba34cd9{/,null,STOPPED} 20:12:58.473 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.DecoratedObjectFactory -- Adding Decorator: org.eclipse.jetty.util.DeprecationWarning@1d3389c2 20:12:58.486 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.http.PreEncodedHttpField -- HttpField encoders loaded: [org.eclipse.jetty.http.Http1FieldPreEncoder@1a31cfef, org.eclipse.jetty.http2.hpack.HpackFieldPreEncoder@44875c68] 20:12:58.504 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting o.e.j.s.ServletContextHandler@ba34cd9{/,null,STARTING} 20:12:58.504 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING SymlinkAllowedResourceAliasChecker@48c5c0dd{base=null,protected=[]} 20:12:58.504 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- o.e.j.s.ServletContextHandler@ba34cd9{/,null,STARTING} added {org.eclipse.jetty.server.AllowedResourceAliasChecker$AllowedResourceAliasCheckListener@2f8481c2,POJO} 20:12:58.504 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2632ms SymlinkAllowedResourceAliasChecker@48c5c0dd{base=null,protected=[]} 20:12:58.504 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING org.eclipse.jetty.server.session.SessionHandler83683401==dftMaxIdleSec=0 20:12:58.508 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- org.eclipse.jetty.server.session.SessionHandler83683401==dftMaxIdleSec=0 added {org.eclipse.jetty.server.session.DefaultSessionCache@3897d75a[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false],AUTO} 20:12:58.510 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- org.eclipse.jetty.server.session.DefaultSessionCache@3897d75a[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] added {org.eclipse.jetty.server.session.NullSessionDataStore@4e64d768[passivating=false,graceSec=3600],AUTO} 20:12:58.542 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING DefaultSessionIdManager@2f950dbc{STOPPED}[worker=null] 20:12:58.544 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- DefaultSessionIdManager@2f950dbc{STARTING}[worker=node0] added {HouseKeeper@1410ba11{STOPPED}[interval=600000, ownscheduler=false],MANAGED} 20:12:58.546 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO org.eclipse.jetty.server.session.DefaultSessionIdManager -- Session workerName=node0 20:12:58.547 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING HouseKeeper@1410ba11{STOPPED}[interval=600000, ownscheduler=false] 20:12:58.548 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ScheduledExecutorScheduler@57baafd2{STOPPED} 20:12:58.548 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2676ms ScheduledExecutorScheduler@57baafd2{STARTED} 20:12:58.548 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.session.HouseKeeper -- node0 using own scheduler for scavenging 20:12:58.548 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.session.HouseKeeper -- node0 scavenging every 600000ms 20:12:58.551 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2679ms HouseKeeper@1410ba11{STARTED}[interval=600000, ownscheduler=true] 20:12:58.551 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2679ms DefaultSessionIdManager@2f950dbc{STARTED}[worker=node0] 20:12:58.551 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@51bb2c5d{STARTING}[11.0.13,sto=0] added {DefaultSessionIdManager@2f950dbc{STARTED}[worker=node0],MANAGED} 20:12:58.551 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- org.eclipse.jetty.server.session.SessionHandler83683401==dftMaxIdleSec=0 added {DefaultSessionIdManager@2f950dbc{STARTED}[worker=node0],UNMANAGED} 20:12:58.551 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ScheduledExecutorScheduler@730c647f{STOPPED} 20:12:58.552 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2679ms ScheduledExecutorScheduler@730c647f{STARTED} 20:12:58.552 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting org.eclipse.jetty.server.session.SessionHandler83683401==dftMaxIdleSec=0 20:12:58.552 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ServletHandler@5a21d709{STOPPED} 20:12:58.560 [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-59252196[EMBEDDED:null] 20:12:58.562 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.http.pathmap.ServletPathSpec -- Creating ServletPathSpec[/*] (group: PREFIX_GLOB, prefix: "", suffix: "null") 20:12:58.563 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457a78e{/*},resource=MappedServlet1699e5c8{/*->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-59252196==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@2717014{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=1] 20:12:58.563 [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-59252196=MappedServlet62402dee{null->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-59252196==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@2717014{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}} 20:12:58.563 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.servlet.ServletHandler -- Adding Default404Servlet to ServletHandler@5a21d709{STARTING} 20:12:58.564 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServletHandler@5a21d709{STARTING} added {org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-7f2a2089==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@1d05b611{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED},AUTO} 20:12:58.564 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServletHandler@5a21d709{STARTING} added {[/]=>org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-7f2a2089,POJO} 20:12:58.564 [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-59252196[EMBEDDED:null] 20:12:58.564 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.http.pathmap.ServletPathSpec -- Creating ServletPathSpec[/*] (group: PREFIX_GLOB, prefix: "", suffix: "null") 20:12:58.564 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457a78e{/*},resource=MappedServlet1ce65ddf{/*->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-59252196==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@2717014{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=1] 20:12:58.564 [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-7f2a2089[EMBEDDED:null] 20:12:58.564 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457dcb7{/},resource=MappedServlet4528e7c7{/->org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-7f2a2089==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@1d05b611{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=2] 20:12:58.564 [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-7f2a2089=MappedServlet3ee43fc3{null->org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-7f2a2089==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@1d05b611{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}, org.apache.felix.http.base.internal.dispatch.DispatcherServlet-59252196=MappedServlet10e46efe{null->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-59252196==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@2717014{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}} 20:12:58.564 [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-59252196[EMBEDDED:null] 20:12:58.564 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.http.pathmap.ServletPathSpec -- Creating ServletPathSpec[/*] (group: PREFIX_GLOB, prefix: "", suffix: "null") 20:12:58.564 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457a78e{/*},resource=MappedServlet3e42d198{/*->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-59252196==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@2717014{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=1] 20:12:58.564 [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-7f2a2089[EMBEDDED:null] 20:12:58.565 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457dcb7{/},resource=MappedServlet3cd61f48{/->org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-7f2a2089==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@1d05b611{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=2] 20:12:58.565 [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-7f2a2089=MappedServlet3ee43fc3{null->org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-7f2a2089==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@1d05b611{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}, org.apache.felix.http.base.internal.dispatch.DispatcherServlet-59252196=MappedServlet10e46efe{null->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-59252196==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@2717014{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}} 20:12:58.565 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting ServletHandler@5a21d709{STARTING} 20:12:58.565 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2693ms ServletHandler@5a21d709{STARTED} 20:12:58.565 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING org.eclipse.jetty.server.session.DefaultSessionCache@3897d75a[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] 20:12:58.565 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING org.eclipse.jetty.server.session.NullSessionDataStore@4e64d768[passivating=false,graceSec=3600] 20:12:58.565 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2693ms org.eclipse.jetty.server.session.NullSessionDataStore@4e64d768[passivating=false,graceSec=3600] 20:12:58.565 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2693ms org.eclipse.jetty.server.session.DefaultSessionCache@3897d75a[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] 20:12:58.565 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2693ms org.eclipse.jetty.server.session.SessionHandler83683401==dftMaxIdleSec=0 20:12:58.568 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING org.apache.felix.http.base.internal.dispatch.DispatcherServlet-59252196==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@2717014{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED} 20:12:58.569 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2697ms org.apache.felix.http.base.internal.dispatch.DispatcherServlet-59252196==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@2717014{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STARTED} 20:12:58.569 [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-59252196 20:12:58.569 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-7f2a2089==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@1d05b611{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED} 20:12:58.570 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2698ms org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-7f2a2089==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@1d05b611{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STARTED} 20:12:58.570 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO org.eclipse.jetty.server.handler.ContextHandler -- Started o.e.j.s.ServletContextHandler@ba34cd9{/,null,AVAILABLE} 20:12:58.570 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2698ms o.e.j.s.ServletContextHandler@ba34cd9{/,null,AVAILABLE} 20:12:58.570 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2698ms ContextHandlerCollection@7f25a148{STARTED} 20:12:58.570 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ErrorHandler@2698a328{STOPPED} 20:12:58.570 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting ErrorHandler@2698a328{STARTING} 20:12:58.570 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2698ms ErrorHandler@2698a328{STARTED} 20:12:58.570 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO org.eclipse.jetty.server.Server -- Started Server@51bb2c5d{STARTING}[11.0.13,sto=0] @2698ms 20:12:58.570 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2698ms Server@51bb2c5d{STARTED}[11.0.13,sto=0] 20:12:58.570 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.session.HouseKeeper -- node0 scavenging every 660000ms 20:12:58.580 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpConnectionFactory@31bf755b[HTTP/1.1] added {HttpConfiguration@279a631c{32768/8192,8192/8192,https://:0,[]},POJO} 20:12:58.595 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@1e10a0a0{null, ()}{0.0.0.0:0} added {QueuedThreadPool[qtp2131715522]@7f0f65c2{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0}],UNMANAGED} 20:12:58.596 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@1e10a0a0{null, ()}{0.0.0.0:0} added {ScheduledExecutorScheduler@5cc3d81f{STOPPED},AUTO} 20:12:58.607 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@51bb2c5d{STARTED}[11.0.13,sto=0] added {LogarithmicArrayByteBufferPool@14014639{minBufferCapacity=0, maxBufferCapacity=65536, maxQueueLength=-1, factor=4096},POJO} 20:12:58.607 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@1e10a0a0{null, ()}{0.0.0.0:0} added {LogarithmicArrayByteBufferPool@14014639{minBufferCapacity=0, maxBufferCapacity=65536, maxQueueLength=-1, factor=4096},UNMANAGED} 20:12:58.607 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@1e10a0a0{null, ()}{0.0.0.0:0} added {org.eclipse.jetty.io.LogarithmicArrayByteBufferPool$LogarithmicRetainablePool@10d942c7{min=0,max=65536,buckets=17,heap=0/-1,direct=0/-1},POJO} 20:12:58.607 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@1e10a0a0{null, ()}{0.0.0.0:0} added {org.eclipse.jetty.server.AbstractConnector$1@59958110,POJO} 20:12:58.608 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@1e10a0a0{null, (http/1.1)}{0.0.0.0:0} added {HttpConnectionFactory@31bf755b[HTTP/1.1],AUTO} 20:12:58.608 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.AbstractConnector -- ServerConnector@1e10a0a0{HTTP/1.1, (http/1.1)}{0.0.0.0:0} added HttpConnectionFactory@31bf755b[HTTP/1.1] 20:12:58.611 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@1e10a0a0{HTTP/1.1, (http/1.1)}{0.0.0.0:0} added {SelectorManager@ServerConnector@1e10a0a0{HTTP/1.1, (http/1.1)}{0.0.0.0:0},MANAGED} 20:12:58.611 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@51bb2c5d{STARTED}[11.0.13,sto=0] added {ServerConnector@1e10a0a0{HTTP/1.1, (http/1.1)}{0.0.0.0:8080},UNMANAGED} 20:12:58.611 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ServerConnector@1e10a0a0{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 20:12:58.618 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@1e10a0a0{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} 20:12:58.620 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ScheduledExecutorScheduler@5cc3d81f{STOPPED} 20:12:58.620 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2748ms ScheduledExecutorScheduler@5cc3d81f{STARTED} 20:12:58.620 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING HttpConnectionFactory@31bf755b[HTTP/1.1] 20:12:58.620 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2748ms HttpConnectionFactory@31bf755b[HTTP/1.1] 20:12:58.620 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING SelectorManager@ServerConnector@1e10a0a0{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 20:12:58.626 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- AdaptiveExecutionStrategy@3106614d/SelectorProducer@16ad2b9f/IDLE/p=false/QueuedThreadPool[qtp2131715522]@7f0f65c2{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:12:58.64214812Z added {SelectorProducer@16ad2b9f,POJO} 20:12:58.642 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- AdaptiveExecutionStrategy@3106614d/SelectorProducer@16ad2b9f/IDLE/p=false/QueuedThreadPool[qtp2131715522]@7f0f65c2{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:12:58.642570459Z added {QueuedThreadPool[qtp2131715522]@7f0f65c2{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0}],UNMANAGED} 20:12:58.642 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- AdaptiveExecutionStrategy@3106614d/SelectorProducer@16ad2b9f/IDLE/p=false/QueuedThreadPool[qtp2131715522]@7f0f65c2{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:12:58.64276049Z created 20:12:58.642 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ManagedSelector@28686d1f{STOPPED} id=0 keys=-1 selected=-1 updates=0 added {AdaptiveExecutionStrategy@3106614d/SelectorProducer@16ad2b9f/IDLE/p=false/QueuedThreadPool[qtp2131715522]@7f0f65c2{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:12:58.642936899Z,MANAGED} 20:12:58.643 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- SelectorManager@ServerConnector@1e10a0a0{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} added {ManagedSelector@28686d1f{STOPPED} id=0 keys=-1 selected=-1 updates=0,AUTO} 20:12:58.643 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ManagedSelector@28686d1f{STOPPED} id=0 keys=-1 selected=-1 updates=0 20:12:58.643 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING AdaptiveExecutionStrategy@3106614d/SelectorProducer@16ad2b9f/IDLE/p=false/QueuedThreadPool[qtp2131715522]@7f0f65c2{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:12:58.643318946Z 20:12:58.643 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2771ms AdaptiveExecutionStrategy@3106614d/SelectorProducer@16ad2b9f/IDLE/p=false/QueuedThreadPool[qtp2131715522]@7f0f65c2{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:12:58.643495496Z 20:12:58.645 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue org.eclipse.jetty.io.ManagedSelector$$Lambda$381/0x00007fa8e43133e0@602f3247 startThread=0 20:12:58.645 [qtp2131715522-29] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.io.ManagedSelector$$Lambda$381/0x00007fa8e43133e0@602f3247 in QueuedThreadPool[qtp2131715522]@7f0f65c2{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0}] 20:12:58.645 [qtp2131715522-29] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- AdaptiveExecutionStrategy@3106614d/SelectorProducer@16ad2b9f/IDLE/p=false/QueuedThreadPool[qtp2131715522]@7f0f65c2{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:12:58.645959368Z tryProduce false 20:12:58.646 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.ManagedSelector$Start@4c21382e on ManagedSelector@28686d1f{STARTING} id=0 keys=0 selected=0 updates=0 20:12:58.648 [qtp2131715522-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 20:12:58.649 [qtp2131715522-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$Start@4c21382e 20:12:58.649 [qtp2131715522-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:12:58.649 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2777ms ManagedSelector@28686d1f{STARTED} id=0 keys=0 selected=0 updates=0 20:12:58.649 [qtp2131715522-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@39575612 waiting with 0 keys 20:12:58.649 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2777ms SelectorManager@ServerConnector@1e10a0a0{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 20:12:58.650 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@1e10a0a0{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} added {acceptor-0@5398e6b,POJO} 20:12:58.651 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue acceptor-0@5398e6b startThread=0 20:12:58.651 [qtp2131715522-30] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run acceptor-0@5398e6b in QueuedThreadPool[qtp2131715522]@7f0f65c2{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0}] 20:12:58.651 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO org.eclipse.jetty.server.AbstractConnector -- Started ServerConnector@1e10a0a0{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 20:12:58.651 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2779ms ServerConnector@1e10a0a0{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 20:12:58.653 [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] 20:12:58.690 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@51bb2c5d{STARTED}[11.0.13,sto=0] added {org.apache.felix.http.jetty.internal.RequestLogTracker@4600999e,POJO} 20:12:58.692 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING Server@51bb2c5d{STARTED}[11.0.13,sto=0] 20:12:58.692 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.Server -- Stopped Server@51bb2c5d{STOPPING}[11.0.13,sto=0] 20:12:58.692 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.Server -- doStop Server@51bb2c5d{STOPPING}[11.0.13,sto=0] 20:12:58.692 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ServerConnector@1e10a0a0{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 20:12:58.692 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING SelectorManager@ServerConnector@1e10a0a0{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 20:12:58.693 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ManagedSelector@28686d1f{STARTED} id=0 keys=0 selected=0 updates=0 20:12:58.693 [qtp2131715522-30] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran qtp2131715522-30-acceptor-0@5398e6b-ServerConnector@1e10a0a0{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} in QueuedThreadPool[qtp2131715522]@7f0f65c2{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0}] 20:12:58.693 [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@28686d1f{STOPPING} id=0 keys=0 selected=0 updates=0 20:12:58.693 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@28686d1f{STOPPING} id=0 keys=0 selected=0 updates=1 20:12:58.694 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Loading feature model jakarta-rest-whiteboard-feature 20:12:58.694 [qtp2131715522-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@39575612 woken with none selected 20:12:58.694 [qtp2131715522-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@39575612 woken up from select, 0/0/0 selected 20:12:58.694 [qtp2131715522-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@39575612 processing 0 keys, 1 updates 20:12:58.694 [qtp2131715522-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 20:12:58.694 [qtp2131715522-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$CloseConnections@11232948 20:12:58.694 [qtp2131715522-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- Closing 0 connections on ManagedSelector@28686d1f{STOPPING} id=0 keys=0 selected=0 updates=0 20:12:58.694 [qtp2131715522-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:12:58.694 [qtp2131715522-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@39575612 waiting with 0 keys 20:12:58.694 [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@28686d1f{STOPPING} id=0 keys=0 selected=0 updates=0 20:12:58.694 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@28686d1f{STOPPING} id=0 keys=0 selected=0 updates=1 20:12:58.694 [qtp2131715522-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@39575612 woken with none selected 20:12:58.694 [qtp2131715522-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@39575612 woken up from select, 0/0/0 selected 20:12:58.694 [qtp2131715522-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@39575612 processing 0 keys, 1 updates 20:12:58.694 [qtp2131715522-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 20:12:58.694 [qtp2131715522-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$StopSelector@6b723ae2 20:12:58.697 [qtp2131715522-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:12:58.697 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING AdaptiveExecutionStrategy@3106614d/SelectorProducer@16ad2b9f/PRODUCING/p=false/QueuedThreadPool[qtp2131715522]@7f0f65c2{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:12:58.697493198Z 20:12:58.697 [qtp2131715522-29] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.io.ManagedSelector$$Lambda$381/0x00007fa8e43133e0@602f3247 in QueuedThreadPool[qtp2131715522]@7f0f65c2{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0}] 20:12:58.697 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED AdaptiveExecutionStrategy@3106614d/SelectorProducer@16ad2b9f/IDLE/p=false/QueuedThreadPool[qtp2131715522]@7f0f65c2{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:12:58.697651108Z 20:12:58.697 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ManagedSelector@28686d1f{STOPPED} id=0 keys=-1 selected=-1 updates=0 20:12:58.697 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED SelectorManager@ServerConnector@1e10a0a0{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 20:12:58.697 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING HttpConnectionFactory@31bf755b[HTTP/1.1] 20:12:58.697 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED HttpConnectionFactory@31bf755b[HTTP/1.1] 20:12:58.697 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ScheduledExecutorScheduler@5cc3d81f{STARTED} 20:12:58.697 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ScheduledExecutorScheduler@5cc3d81f{STOPPED} 20:12:58.698 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.AbstractConnector -- Stopped ServerConnector@1e10a0a0{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 20:12:58.698 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ServerConnector@1e10a0a0{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 20:12:58.698 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- stopping Server@51bb2c5d{STOPPING}[11.0.13,sto=0] 20:12:58.703 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING DefaultSessionIdManager@2f950dbc{STARTED}[worker=node0] 20:12:58.703 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- The feature jakarta-rest-whiteboard-feature depends on the feature jakarta-servlet-whiteboard-feature, which is installed 20:12:58.703 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING HouseKeeper@1410ba11{STARTED}[interval=660000, ownscheduler=true] 20:12:58.703 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.session.HouseKeeper -- node0 stopped scavenging 20:12:58.703 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ScheduledExecutorScheduler@57baafd2{STARTED} 20:12:58.703 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.osgi-technology.rest:org.eclipse.osgitech.rest:1.2.2 20:12:58.703 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ScheduledExecutorScheduler@57baafd2{STOPPED} 20:12:58.703 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.osgi-technology.rest:org.eclipse.osgitech.rest:1.2.2 in repositories [target/it/repository] 20:12:58.703 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED HouseKeeper@1410ba11{STOPPED}[interval=660000, ownscheduler=false] 20:12:58.703 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED DefaultSessionIdManager@2f950dbc{STOPPED}[worker=node0] 20:12:58.703 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ErrorHandler@2698a328{STARTED} 20:12:58.703 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.eclipse.osgi-technology.rest:org.eclipse.osgitech.rest:1.2.2 is target/it/repository/org/eclipse/osgi-technology/rest/org.eclipse.osgitech.rest/1.2.2/org.eclipse.osgitech.rest-1.2.2.jar 20:12:58.703 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- stopping ErrorHandler@2698a328{STOPPING} 20:12:58.703 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ErrorHandler@2698a328{STOPPED} 20:12:58.703 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ContextHandlerCollection@7f25a148{STARTED} 20:12:58.703 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- stopping ContextHandlerCollection@7f25a148{STOPPING} 20:12:58.703 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING o.e.j.s.ServletContextHandler@ba34cd9{/,null,AVAILABLE} 20:12:58.703 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- stopping o.e.j.s.ServletContextHandler@ba34cd9{/,null,STOPPED} 20:12:58.703 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING org.eclipse.jetty.server.session.SessionHandler83683401==dftMaxIdleSec=0 20:12:58.703 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.session.DefaultSessionCache -- Shutdown sessions, invalidating = false 20:12:58.703 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING org.eclipse.jetty.server.session.DefaultSessionCache@3897d75a[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] 20:12:58.703 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING org.eclipse.jetty.server.session.NullSessionDataStore@4e64d768[passivating=false,graceSec=3600] 20:12:58.703 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED org.eclipse.jetty.server.session.NullSessionDataStore@4e64d768[passivating=false,graceSec=3600] 20:12:58.703 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED org.eclipse.jetty.server.session.DefaultSessionCache@3897d75a[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] 20:12:58.703 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ScheduledExecutorScheduler@730c647f{STARTED} 20:12:58.704 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ScheduledExecutorScheduler@730c647f{STOPPED} 20:12:58.704 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- stopping org.eclipse.jetty.server.session.SessionHandler83683401==dftMaxIdleSec=0 20:12:58.704 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ServletHandler@5a21d709{STARTED} 20:12:58.704 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- stopping ServletHandler@5a21d709{STOPPING} 20:12:58.704 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-7f2a2089==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@1d05b611{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STARTED} 20:12:58.704 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-7f2a2089==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@1d05b611{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED} 20:12:58.704 [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-59252196==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@2717014{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 20:12:58.704 [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-59252196==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@2717014{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED} 20:12:58.706 [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-59252196[EMBEDDED:null] 20:12:58.706 [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") 20:12:58.706 [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-59252196==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@2717014{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=1] 20:12:58.706 [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-59252196=MappedServlete66368a{null->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-59252196==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@2717014{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}} 20:12:58.707 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ServletHandler@5a21d709{STOPPED} 20:12:58.707 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED org.eclipse.jetty.server.session.SessionHandler83683401==dftMaxIdleSec=0 20:12:58.707 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING SymlinkAllowedResourceAliasChecker@48c5c0dd{base=null,protected=[]} 20:12:58.707 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED SymlinkAllowedResourceAliasChecker@48c5c0dd{base=null,protected=[]} 20:12:58.707 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.handler.ContextHandler -- Stopped o.e.j.s.ServletContextHandler@ba34cd9{/,null,STOPPED} 20:12:58.707 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED o.e.j.s.ServletContextHandler@ba34cd9{/,null,STOPPED} 20:12:58.707 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ContextHandlerCollection@7f25a148{STOPPED} 20:12:58.707 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING HashLoginService@393a4898[OSGi HTTP Service Realm] 20:12:58.707 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING UserStore@39270a7[users.count=0] 20:12:58.707 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED UserStore@39270a7[users.count=0] 20:12:58.707 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED HashLoginService@393a4898[OSGi HTTP Service Realm] 20:12:58.707 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING AttributeContainerMap@6d15772e{size=0} 20:12:58.707 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED AttributeContainerMap@6d15772e{size=0} 20:12:58.707 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING QueuedThreadPool[qtp2131715522]@7f0f65c2{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0}] 20:12:58.707 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Stopping QueuedThreadPool[qtp2131715522]@7f0f65c2{STOPPING,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0}] 20:12:58.707 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0} 20:12:58.742 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ReservedThreadExecutor@436ec45a{reserved=-1/2,pending=0} 20:12:58.742 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Waiting for Thread[qtp2131715522-30,5,Configuration Admin Service] for 2499 20:12:58.744 [qtp2131715522-33] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$322/0x00007fa8e4287ca0@326bc056 in QueuedThreadPool[qtp2131715522]@7f0f65c2{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:12:58.744 [qtp2131715522-31] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$322/0x00007fa8e4287ca0@326bc056 in QueuedThreadPool[qtp2131715522]@7f0f65c2{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:12:58.744 [qtp2131715522-34] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$322/0x00007fa8e4287ca0@326bc056 in QueuedThreadPool[qtp2131715522]@7f0f65c2{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:12:58.744 [qtp2131715522-36] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$322/0x00007fa8e4287ca0@326bc056 in QueuedThreadPool[qtp2131715522]@7f0f65c2{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:12:58.744 [qtp2131715522-32] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$322/0x00007fa8e4287ca0@326bc056 in QueuedThreadPool[qtp2131715522]@7f0f65c2{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:12:58.744 [qtp2131715522-35] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$322/0x00007fa8e4287ca0@326bc056 in QueuedThreadPool[qtp2131715522]@7f0f65c2{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:12:58.744 [qtp2131715522-33] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$322/0x00007fa8e4287ca0@326bc056 in QueuedThreadPool[qtp2131715522]@7f0f65c2{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:12:58.744 [qtp2131715522-31] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$322/0x00007fa8e4287ca0@326bc056 in QueuedThreadPool[qtp2131715522]@7f0f65c2{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:12:58.744 [qtp2131715522-34] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$322/0x00007fa8e4287ca0@326bc056 in QueuedThreadPool[qtp2131715522]@7f0f65c2{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:12:58.745 [qtp2131715522-36] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$322/0x00007fa8e4287ca0@326bc056 in QueuedThreadPool[qtp2131715522]@7f0f65c2{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:12:58.745 [qtp2131715522-32] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$322/0x00007fa8e4287ca0@326bc056 in QueuedThreadPool[qtp2131715522]@7f0f65c2{STOPPING,8<=0<=200,i=9,r=-1,q=0}[NO_TRY] 20:12:58.745 [qtp2131715522-35] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$322/0x00007fa8e4287ca0@326bc056 in QueuedThreadPool[qtp2131715522]@7f0f65c2{STOPPING,8<=0<=200,i=9,r=-1,q=0}[NO_TRY] 20:12:58.745 [qtp2131715522-34] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[qtp2131715522-34,5,Configuration Admin Service] exited for QueuedThreadPool[qtp2131715522]@7f0f65c2{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:12:58.745 [qtp2131715522-33] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[qtp2131715522-33,5,Configuration Admin Service] exited for QueuedThreadPool[qtp2131715522]@7f0f65c2{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:12:58.745 [qtp2131715522-29] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$322/0x00007fa8e4287ca0@326bc056 in QueuedThreadPool[qtp2131715522]@7f0f65c2{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:12:58.745 [qtp2131715522-31] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[qtp2131715522-31,5,Configuration Admin Service] exited for QueuedThreadPool[qtp2131715522]@7f0f65c2{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:12:58.745 [qtp2131715522-30] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$322/0x00007fa8e4287ca0@326bc056 in QueuedThreadPool[qtp2131715522]@7f0f65c2{STOPPING,8<=0<=200,i=9,r=-1,q=0}[NO_TRY] 20:12:58.745 [qtp2131715522-36] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[qtp2131715522-36,5,Configuration Admin Service] exited for QueuedThreadPool[qtp2131715522]@7f0f65c2{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:12:58.745 [qtp2131715522-30] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$322/0x00007fa8e4287ca0@326bc056 in QueuedThreadPool[qtp2131715522]@7f0f65c2{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:12:58.745 [qtp2131715522-32] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[qtp2131715522-32,5,Configuration Admin Service] exited for QueuedThreadPool[qtp2131715522]@7f0f65c2{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:12:58.745 [qtp2131715522-35] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[qtp2131715522-35,5,Configuration Admin Service] exited for QueuedThreadPool[qtp2131715522]@7f0f65c2{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:12:58.745 [qtp2131715522-30] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[qtp2131715522-30,5,Configuration Admin Service] exited for QueuedThreadPool[qtp2131715522]@7f0f65c2{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:12:58.745 [qtp2131715522-29] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$322/0x00007fa8e4287ca0@326bc056 in QueuedThreadPool[qtp2131715522]@7f0f65c2{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:12:58.745 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Waiting for Thread[qtp2131715522-31,5,] for 2496 20:12:58.745 [qtp2131715522-29] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[qtp2131715522-29,5,Configuration Admin Service] exited for QueuedThreadPool[qtp2131715522]@7f0f65c2{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:12:58.745 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Waiting for Thread[qtp2131715522-35,5,] for 2496 20:12:58.745 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED QueuedThreadPool[qtp2131715522]@7f0f65c2{STOPPED,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:12:58.745 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED Server@51bb2c5d{STOPPED}[11.0.13,sto=0] 20:12:58.745 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.apache.felix.http -- Stopped Jetty 20:12:58.745 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- QueuedThreadPool[qtp304157852]@1221149c{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] added {org.eclipse.jetty.util.thread.ThreadPoolBudget@4c4e8b6,POJO} 20:12:58.745 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@1dcb86aa{STOPPED}[11.0.13,sto=0] added {QueuedThreadPool[qtp304157852]@1221149c{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY],AUTO} 20:12:58.745 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@1dcb86aa{STOPPED}[11.0.13,sto=0] added {AttributeContainerMap@659b7320{size=0},AUTO} 20:12:58.745 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HashLoginService@7f841efb[null] added {org.eclipse.jetty.security.DefaultIdentityService@5ca6c8e5,POJO} 20:12:58.746 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HashLoginService@7f841efb[OSGi HTTP Service Realm] added {UserStore@1d99fb0d[users.count=0],AUTO} 20:12:58.746 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@1dcb86aa{STOPPED}[11.0.13,sto=0] added {HashLoginService@7f841efb[OSGi HTTP Service Realm],AUTO} 20:12:58.746 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.osgi-technology.rest:org.eclipse.osgitech.rest.sse:1.2.2 20:12:58.746 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.osgi-technology.rest:org.eclipse.osgitech.rest.sse:1.2.2 in repositories [target/it/repository] 20:12:58.746 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.eclipse.osgi-technology.rest:org.eclipse.osgitech.rest.sse:1.2.2 is target/it/repository/org/eclipse/osgi-technology/rest/org.eclipse.osgitech.rest.sse/1.2.2/org.eclipse.osgitech.rest.sse-1.2.2.jar 20:12:58.746 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- o.e.j.s.ServletContextHandler@23a589ed{/,null,STOPPED} added {SymlinkAllowedResourceAliasChecker@7c8938a4{base=null,protected=[]},MANAGED} 20:12:58.746 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.ContextHandlerCollection -- AT@16823630{cs=true;c=1;=/=[Lorg.eclipse.jetty.server.handler.ContextHandlerCollection$Branch;@4411f67e} 20:12:58.746 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ContextHandlerCollection@4bf4f5f0{STOPPED} added {o.e.j.s.ServletContextHandler@23a589ed{/,null,STOPPED},AUTO} 20:12:58.746 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- o.e.j.s.ServletContextHandler@23a589ed{/,null,STOPPED} added {org.eclipse.jetty.server.session.SessionHandler2123212850==dftMaxIdleSec=-1,MANAGED} 20:12:58.746 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- org.eclipse.jetty.server.session.SessionHandler2123212850==dftMaxIdleSec=-1 added {ServletHandler@79392265{STOPPED},MANAGED} 20:12:58.746 [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) 20:12:58.746 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- o.e.j.s.ServletContextHandler@23a589ed{/,null,STOPPED} added {org.apache.felix.http.base.internal.EventDispatcher@79921ba8,POJO} 20:12:58.746 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- org.eclipse.jetty.server.session.SessionHandler2123212850==dftMaxIdleSec=0 added {org.apache.felix.http.base.internal.EventDispatcher@79921ba8,POJO} 20:12:58.746 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServletHandler@79392265{STOPPED} added {org.apache.felix.http.base.internal.dispatch.DispatcherServlet-3250993a==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@c53ed7f9{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED},AUTO} 20:12:58.746 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServletHandler@79392265{STOPPED} added {[/*]=>org.apache.felix.http.base.internal.dispatch.DispatcherServlet-3250993a,POJO} 20:12:58.746 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@1dcb86aa{STOPPED}[11.0.13,sto=0] added {ContextHandlerCollection@4bf4f5f0{STOPPED},MANAGED} 20:12:58.746 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING Server@1dcb86aa{STOPPED}[11.0.13,sto=0] 20:12:58.746 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@1dcb86aa{STARTING}[11.0.13,sto=0] added {ErrorHandler@5ee7b1f5{STOPPED},AUTO} 20:12:58.746 [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 20:12:58.746 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting Server@1dcb86aa{STARTING}[11.0.13,sto=0] 20:12:58.746 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING QueuedThreadPool[qtp304157852]@1221149c{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] 20:12:58.747 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@4d385e23{reserved=0/2,pending=0} 20:12:58.747 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- QueuedThreadPool[qtp304157852]@1221149c{STARTING,8<=0<=200,i=0,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=0/2,pending=0}] added {ReservedThreadExecutor@4d385e23{reserved=0/2,pending=0},AUTO} 20:12:58.747 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ReservedThreadExecutor@4d385e23{reserved=0/2,pending=0} 20:12:58.747 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2875ms ReservedThreadExecutor@4d385e23{reserved=0/2,pending=0} 20:12:58.747 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp304157852-39,5,Configuration Admin Service] 20:12:58.747 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp304157852-40,5,Configuration Admin Service] 20:12:58.747 [qtp304157852-39] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp304157852]@1221149c{STARTING,8<=2<=200,i=2,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=0/2,pending=0}] 20:12:58.747 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp304157852-41,5,Configuration Admin Service] 20:12:58.747 [qtp304157852-40] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp304157852]@1221149c{STARTING,8<=3<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=0/2,pending=0}] 20:12:58.747 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp304157852-42,5,Configuration Admin Service] 20:12:58.747 [qtp304157852-41] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp304157852]@1221149c{STARTING,8<=4<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=0/2,pending=0}] 20:12:58.747 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp304157852-43,5,Configuration Admin Service] 20:12:58.747 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.osgi-technology.rest:org.eclipse.osgitech.rest.servlet.whiteboard:1.2.2 20:12:58.747 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.osgi-technology.rest:org.eclipse.osgitech.rest.servlet.whiteboard:1.2.2 in repositories [target/it/repository] 20:12:58.747 [qtp304157852-42] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp304157852]@1221149c{STARTING,8<=5<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=0/2,pending=0}] 20:12:58.747 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp304157852-44,5,Configuration Admin Service] 20:12:58.747 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.eclipse.osgi-technology.rest:org.eclipse.osgitech.rest.servlet.whiteboard:1.2.2 is target/it/repository/org/eclipse/osgi-technology/rest/org.eclipse.osgitech.rest.servlet.whiteboard/1.2.2/org.eclipse.osgitech.rest.servlet.whiteboard-1.2.2.jar 20:12:58.747 [qtp304157852-43] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp304157852]@1221149c{STARTING,8<=6<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=0/2,pending=0}] 20:12:58.748 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp304157852-45,5,Configuration Admin Service] 20:12:58.748 [qtp304157852-44] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp304157852]@1221149c{STARTING,8<=7<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=0/2,pending=0}] 20:12:58.748 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp304157852-46,5,Configuration Admin Service] 20:12:58.748 [qtp304157852-45] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp304157852]@1221149c{STARTING,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=0/2,pending=0}] 20:12:58.748 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2876ms QueuedThreadPool[qtp304157852]@1221149c{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=0/2,pending=0}] 20:12:58.748 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING AttributeContainerMap@659b7320{size=0} 20:12:58.748 [qtp304157852-46] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp304157852]@1221149c{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=0/2,pending=0}] 20:12:58.748 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2876ms AttributeContainerMap@659b7320{size=0} 20:12:58.748 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING HashLoginService@7f841efb[OSGi HTTP Service Realm] 20:12:58.748 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING UserStore@1d99fb0d[users.count=0] 20:12:58.748 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2876ms UserStore@1d99fb0d[users.count=0] 20:12:58.748 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2876ms HashLoginService@7f841efb[OSGi HTTP Service Realm] 20:12:58.748 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ContextHandlerCollection@4bf4f5f0{STOPPED} 20:12:58.748 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting ContextHandlerCollection@4bf4f5f0{STARTING} 20:12:58.748 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING o.e.j.s.ServletContextHandler@23a589ed{/,null,STOPPED} 20:12:58.748 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.DecoratedObjectFactory -- Adding Decorator: org.eclipse.jetty.util.DeprecationWarning@671a7f4 20:12:58.748 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting o.e.j.s.ServletContextHandler@23a589ed{/,null,STARTING} 20:12:58.748 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING SymlinkAllowedResourceAliasChecker@7c8938a4{base=null,protected=[]} 20:12:58.748 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- o.e.j.s.ServletContextHandler@23a589ed{/,null,STARTING} added {org.eclipse.jetty.server.AllowedResourceAliasChecker$AllowedResourceAliasCheckListener@22814221,POJO} 20:12:58.748 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2876ms SymlinkAllowedResourceAliasChecker@7c8938a4{base=null,protected=[]} 20:12:58.749 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING org.eclipse.jetty.server.session.SessionHandler2123212850==dftMaxIdleSec=0 20:12:58.749 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- org.eclipse.jetty.server.session.SessionHandler2123212850==dftMaxIdleSec=0 added {org.eclipse.jetty.server.session.DefaultSessionCache@722858be[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false],AUTO} 20:12:58.749 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- org.eclipse.jetty.server.session.DefaultSessionCache@722858be[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] added {org.eclipse.jetty.server.session.NullSessionDataStore@1c18ade0[passivating=false,graceSec=3600],AUTO} 20:12:58.749 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING DefaultSessionIdManager@175de790{STOPPED}[worker=null] 20:12:58.749 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- DefaultSessionIdManager@175de790{STARTING}[worker=node0] added {HouseKeeper@3fe53f10{STOPPED}[interval=600000, ownscheduler=false],MANAGED} 20:12:58.749 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.session.DefaultSessionIdManager -- Session workerName=node0 20:12:58.749 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING HouseKeeper@3fe53f10{STOPPED}[interval=600000, ownscheduler=false] 20:12:58.749 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ScheduledExecutorScheduler@fb87dfa{STOPPED} 20:12:58.749 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2877ms ScheduledExecutorScheduler@fb87dfa{STARTED} 20:12:58.749 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.session.HouseKeeper -- node0 using own scheduler for scavenging 20:12:58.749 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.session.HouseKeeper -- node0 scavenging every 600000ms 20:12:58.749 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.osgi:org.osgi.service.jakartars:2.0.0 20:12:58.749 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2877ms HouseKeeper@3fe53f10{STARTED}[interval=600000, ownscheduler=true] 20:12:58.749 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.osgi:org.osgi.service.jakartars:2.0.0 in repositories [target/it/repository] 20:12:58.749 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2877ms DefaultSessionIdManager@175de790{STARTED}[worker=node0] 20:12:58.749 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.osgi:org.osgi.service.jakartars:2.0.0 is target/it/repository/org/osgi/org.osgi.service.jakartars/2.0.0/org.osgi.service.jakartars-2.0.0.jar 20:12:58.749 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@1dcb86aa{STARTING}[11.0.13,sto=0] added {DefaultSessionIdManager@175de790{STARTED}[worker=node0],MANAGED} 20:12:58.749 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- org.eclipse.jetty.server.session.SessionHandler2123212850==dftMaxIdleSec=0 added {DefaultSessionIdManager@175de790{STARTED}[worker=node0],UNMANAGED} 20:12:58.750 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ScheduledExecutorScheduler@2e8fba75{STOPPED} 20:12:58.750 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2877ms ScheduledExecutorScheduler@2e8fba75{STARTED} 20:12:58.750 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting org.eclipse.jetty.server.session.SessionHandler2123212850==dftMaxIdleSec=0 20:12:58.750 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ServletHandler@79392265{STOPPED} 20:12:58.750 [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-3250993a[EMBEDDED:null] 20:12:58.750 [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") 20:12:58.750 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457a78e{/*},resource=MappedServlet38840d0b{/*->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-3250993a==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@c53ed7f9{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=1] 20:12:58.750 [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-3250993a=MappedServlet749fe04c{null->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-3250993a==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@c53ed7f9{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}} 20:12:58.750 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.servlet.ServletHandler -- Adding Default404Servlet to ServletHandler@79392265{STARTING} 20:12:58.750 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServletHandler@79392265{STARTING} added {org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-17d8ec29==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@4aa240f3{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED},AUTO} 20:12:58.750 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServletHandler@79392265{STARTING} added {[/]=>org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-17d8ec29,POJO} 20:12:58.750 [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-3250993a[EMBEDDED:null] 20:12:58.750 [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") 20:12:58.750 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457a78e{/*},resource=MappedServlet4457a0b5{/*->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-3250993a==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@c53ed7f9{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=1] 20:12:58.750 [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-17d8ec29[EMBEDDED:null] 20:12:58.750 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457dcb7{/},resource=MappedServlet5c230161{/->org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-17d8ec29==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@4aa240f3{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=2] 20:12:58.750 [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-17d8ec29=MappedServlet57b51729{null->org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-17d8ec29==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@4aa240f3{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}, org.apache.felix.http.base.internal.dispatch.DispatcherServlet-3250993a=MappedServlet7dc0052{null->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-3250993a==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@c53ed7f9{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}} 20:12:58.751 [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-3250993a[EMBEDDED:null] 20:12:58.751 [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") 20:12:58.751 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457a78e{/*},resource=MappedServlet7ef74a14{/*->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-3250993a==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@c53ed7f9{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=1] 20:12:58.751 [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-17d8ec29[EMBEDDED:null] 20:12:58.751 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457dcb7{/},resource=MappedServlet3a9b74a2{/->org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-17d8ec29==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@4aa240f3{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=2] 20:12:58.751 [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-17d8ec29=MappedServlet57b51729{null->org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-17d8ec29==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@4aa240f3{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}, org.apache.felix.http.base.internal.dispatch.DispatcherServlet-3250993a=MappedServlet7dc0052{null->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-3250993a==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@c53ed7f9{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}} 20:12:58.751 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting ServletHandler@79392265{STARTING} 20:12:58.751 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2879ms ServletHandler@79392265{STARTED} 20:12:58.751 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING org.eclipse.jetty.server.session.DefaultSessionCache@722858be[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] 20:12:58.751 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING org.eclipse.jetty.server.session.NullSessionDataStore@1c18ade0[passivating=false,graceSec=3600] 20:12:58.751 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2879ms org.eclipse.jetty.server.session.NullSessionDataStore@1c18ade0[passivating=false,graceSec=3600] 20:12:58.751 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2879ms org.eclipse.jetty.server.session.DefaultSessionCache@722858be[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] 20:12:58.751 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2879ms org.eclipse.jetty.server.session.SessionHandler2123212850==dftMaxIdleSec=0 20:12:58.751 [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-3250993a==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@c53ed7f9{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED} 20:12:58.751 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle jakarta.ws.rs:jakarta.ws.rs-api:3.1.0 20:12:58.751 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature jakarta.ws.rs:jakarta.ws.rs-api:3.1.0 in repositories [target/it/repository] 20:12:58.751 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2879ms org.apache.felix.http.base.internal.dispatch.DispatcherServlet-3250993a==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@c53ed7f9{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STARTED} 20:12:58.751 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature jakarta.ws.rs:jakarta.ws.rs-api:3.1.0 is target/it/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.1.0/jakarta.ws.rs-api-3.1.0.jar 20:12:58.751 [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-3250993a 20:12:58.752 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-17d8ec29==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@4aa240f3{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED} 20:12:58.752 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2880ms org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-17d8ec29==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@4aa240f3{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STARTED} 20:12:58.752 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.handler.ContextHandler -- Started o.e.j.s.ServletContextHandler@23a589ed{/,null,AVAILABLE} 20:12:58.752 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2880ms o.e.j.s.ServletContextHandler@23a589ed{/,null,AVAILABLE} 20:12:58.752 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2880ms ContextHandlerCollection@4bf4f5f0{STARTED} 20:12:58.752 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ErrorHandler@5ee7b1f5{STOPPED} 20:12:58.752 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting ErrorHandler@5ee7b1f5{STARTING} 20:12:58.752 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2880ms ErrorHandler@5ee7b1f5{STARTED} 20:12:58.752 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.Server -- Started Server@1dcb86aa{STARTING}[11.0.13,sto=0] @2880ms 20:12:58.752 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2880ms Server@1dcb86aa{STARTED}[11.0.13,sto=0] 20:12:58.752 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.session.HouseKeeper -- node0 scavenging every 660000ms 20:12:58.752 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpConnectionFactory@45683087[HTTP/1.1] added {HttpConfiguration@22d176e8{32768/8192,8192/8192,https://:0,[]},POJO} 20:12:58.752 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@66323f4c{null, ()}{0.0.0.0:0} added {QueuedThreadPool[qtp304157852]@1221149c{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=0/2,pending=0}],UNMANAGED} 20:12:58.752 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@66323f4c{null, ()}{0.0.0.0:0} added {ScheduledExecutorScheduler@76d694c{STOPPED},AUTO} 20:12:58.753 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@1dcb86aa{STARTED}[11.0.13,sto=0] added {LogarithmicArrayByteBufferPool@3858d2e{minBufferCapacity=0, maxBufferCapacity=65536, maxQueueLength=-1, factor=4096},POJO} 20:12:58.753 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@66323f4c{null, ()}{0.0.0.0:0} added {LogarithmicArrayByteBufferPool@3858d2e{minBufferCapacity=0, maxBufferCapacity=65536, maxQueueLength=-1, factor=4096},UNMANAGED} 20:12:58.753 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@66323f4c{null, ()}{0.0.0.0:0} added {org.eclipse.jetty.io.LogarithmicArrayByteBufferPool$LogarithmicRetainablePool@2a4add80{min=0,max=65536,buckets=17,heap=0/-1,direct=0/-1},POJO} 20:12:58.753 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@66323f4c{null, ()}{0.0.0.0:0} added {org.eclipse.jetty.server.AbstractConnector$1@5d755fda,POJO} 20:12:58.753 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@66323f4c{null, (http/1.1)}{0.0.0.0:0} added {HttpConnectionFactory@45683087[HTTP/1.1],AUTO} 20:12:58.753 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.AbstractConnector -- ServerConnector@66323f4c{HTTP/1.1, (http/1.1)}{0.0.0.0:0} added HttpConnectionFactory@45683087[HTTP/1.1] 20:12:58.753 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@66323f4c{HTTP/1.1, (http/1.1)}{0.0.0.0:0} added {SelectorManager@ServerConnector@66323f4c{HTTP/1.1, (http/1.1)}{0.0.0.0:0},MANAGED} 20:12:58.753 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@1dcb86aa{STARTED}[11.0.13,sto=0] added {ServerConnector@66323f4c{HTTP/1.1, (http/1.1)}{0.0.0.0:14001},UNMANAGED} 20:12:58.753 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ServerConnector@66323f4c{HTTP/1.1, (http/1.1)}{0.0.0.0:14001} 20:12:58.753 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle jakarta.activation:jakarta.activation-api:2.1.0 20:12:58.753 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature jakarta.activation:jakarta.activation-api:2.1.0 in repositories [target/it/repository] 20:12:58.753 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature jakarta.activation:jakarta.activation-api:2.1.0 is target/it/repository/jakarta/activation/jakarta.activation-api/2.1.0/jakarta.activation-api-2.1.0.jar 20:12:58.753 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@66323f4c{HTTP/1.1, (http/1.1)}{0.0.0.0:14001} added {sun.nio.ch.ServerSocketChannelImpl[/[0:0:0:0:0:0:0:0]:14001],POJO} 20:12:58.754 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ScheduledExecutorScheduler@76d694c{STOPPED} 20:12:58.754 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2882ms ScheduledExecutorScheduler@76d694c{STARTED} 20:12:58.754 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING HttpConnectionFactory@45683087[HTTP/1.1] 20:12:58.754 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2882ms HttpConnectionFactory@45683087[HTTP/1.1] 20:12:58.754 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING SelectorManager@ServerConnector@66323f4c{HTTP/1.1, (http/1.1)}{0.0.0.0:14001} 20:12:58.754 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- AdaptiveExecutionStrategy@313e7a31/SelectorProducer@1efd6dc5/IDLE/p=false/QueuedThreadPool[qtp304157852]@1221149c{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:12:58.754466394Z added {SelectorProducer@1efd6dc5,POJO} 20:12:58.754 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- AdaptiveExecutionStrategy@313e7a31/SelectorProducer@1efd6dc5/IDLE/p=false/QueuedThreadPool[qtp304157852]@1221149c{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:12:58.754609631Z added {QueuedThreadPool[qtp304157852]@1221149c{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=0/2,pending=0}],UNMANAGED} 20:12:58.754 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- AdaptiveExecutionStrategy@313e7a31/SelectorProducer@1efd6dc5/IDLE/p=false/QueuedThreadPool[qtp304157852]@1221149c{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:12:58.754712931Z created 20:12:58.754 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ManagedSelector@62a71547{STOPPED} id=0 keys=-1 selected=-1 updates=0 added {AdaptiveExecutionStrategy@313e7a31/SelectorProducer@1efd6dc5/IDLE/p=false/QueuedThreadPool[qtp304157852]@1221149c{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:12:58.754829682Z,MANAGED} 20:12:58.754 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- SelectorManager@ServerConnector@66323f4c{HTTP/1.1, (http/1.1)}{0.0.0.0:14001} added {ManagedSelector@62a71547{STOPPED} id=0 keys=-1 selected=-1 updates=0,AUTO} 20:12:58.754 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ManagedSelector@62a71547{STOPPED} id=0 keys=-1 selected=-1 updates=0 20:12:58.755 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING AdaptiveExecutionStrategy@313e7a31/SelectorProducer@1efd6dc5/IDLE/p=false/QueuedThreadPool[qtp304157852]@1221149c{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:12:58.755047847Z 20:12:58.755 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle jakarta.annotation:jakarta.annotation-api:2.1.1 20:12:58.755 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature jakarta.annotation:jakarta.annotation-api:2.1.1 in repositories [target/it/repository] 20:12:58.755 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature jakarta.annotation:jakarta.annotation-api:2.1.1 is target/it/repository/jakarta/annotation/jakarta.annotation-api/2.1.1/jakarta.annotation-api-2.1.1.jar 20:12:58.755 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2883ms AdaptiveExecutionStrategy@313e7a31/SelectorProducer@1efd6dc5/IDLE/p=false/QueuedThreadPool[qtp304157852]@1221149c{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:12:58.755169302Z 20:12:58.755 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue org.eclipse.jetty.io.ManagedSelector$$Lambda$381/0x00007fa8e43133e0@15db0d46 startThread=0 20:12:58.755 [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@57f6123e on ManagedSelector@62a71547{STARTING} id=0 keys=0 selected=0 updates=0 20:12:58.755 [qtp304157852-39] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.io.ManagedSelector$$Lambda$381/0x00007fa8e43133e0@15db0d46 in QueuedThreadPool[qtp304157852]@1221149c{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=0/2,pending=0}] 20:12:58.755 [qtp304157852-39] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- AdaptiveExecutionStrategy@313e7a31/SelectorProducer@1efd6dc5/IDLE/p=false/QueuedThreadPool[qtp304157852]@1221149c{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:12:58.7554574Z tryProduce false 20:12:58.755 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 20:12:58.755 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$Start@57f6123e 20:12:58.755 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:12:58.755 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@5d48c143 waiting with 0 keys 20:12:58.755 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2883ms ManagedSelector@62a71547{STARTED} id=0 keys=0 selected=0 updates=0 20:12:58.755 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2883ms SelectorManager@ServerConnector@66323f4c{HTTP/1.1, (http/1.1)}{0.0.0.0:14001} 20:12:58.755 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@66323f4c{HTTP/1.1, (http/1.1)}{0.0.0.0:14001} added {acceptor-0@2290de40,POJO} 20:12:58.755 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue acceptor-0@2290de40 startThread=0 20:12:58.755 [qtp304157852-40] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run acceptor-0@2290de40 in QueuedThreadPool[qtp304157852]@1221149c{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=0/2,pending=0}] 20:12:58.755 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.AbstractConnector -- Started ServerConnector@66323f4c{HTTP/1.1, (http/1.1)}{0.0.0.0:14001} 20:12:58.755 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2883ms ServerConnector@66323f4c{HTTP/1.1, (http/1.1)}{0.0.0.0:14001} 20:12:58.756 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.apache.felix.http -- Started Jetty 11.0.13 at port(s) HTTP:14001 on context path / [minThreads=8,maxThreads=200,acceptors=1,selectors=1] 20:12:58.756 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle jakarta.inject:jakarta.inject-api:2.0.1 20:12:58.756 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature jakarta.inject:jakarta.inject-api:2.0.1 in repositories [target/it/repository] 20:12:58.756 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature jakarta.inject:jakarta.inject-api:2.0.1 is target/it/repository/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.jar 20:12:58.757 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle jakarta.validation:jakarta.validation-api:3.0.2 20:12:58.757 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature jakarta.validation:jakarta.validation-api:3.0.2 in repositories [target/it/repository] 20:12:58.757 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature jakarta.validation:jakarta.validation-api:3.0.2 is target/it/repository/jakarta/validation/jakarta.validation-api/3.0.2/jakarta.validation-api-3.0.2.jar 20:12:58.757 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@1dcb86aa{STARTED}[11.0.13,sto=0] added {org.apache.felix.http.jetty.internal.RequestLogTracker@76fd5ca9,POJO} 20:12:58.759 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle jakarta.xml.bind:jakarta.xml.bind-api:4.0.0 20:12:58.759 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature jakarta.xml.bind:jakarta.xml.bind-api:4.0.0 in repositories [target/it/repository] 20:12:58.759 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature jakarta.xml.bind:jakarta.xml.bind-api:4.0.0 is target/it/repository/jakarta/xml/bind/jakarta.xml.bind-api/4.0.0/jakarta.xml.bind-api-4.0.0.jar 20:12:58.761 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.glassfish.jersey.core:jersey-common:3.1.3 20:12:58.761 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.glassfish.jersey.core:jersey-common:3.1.3 in repositories [target/it/repository] 20:12:58.761 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.glassfish.jersey.core:jersey-common:3.1.3 is target/it/repository/org/glassfish/jersey/core/jersey-common/3.1.3/jersey-common-3.1.3.jar 20:12:58.764 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.glassfish.jersey.core:jersey-server:3.1.3 20:12:58.764 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.glassfish.jersey.core:jersey-server:3.1.3 in repositories [target/it/repository] 20:12:58.764 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.glassfish.jersey.core:jersey-server:3.1.3 is target/it/repository/org/glassfish/jersey/core/jersey-server/3.1.3/jersey-server-3.1.3.jar 20:12:58.768 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.glassfish.jersey.core:jersey-client:3.1.3 20:12:58.768 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.glassfish.jersey.core:jersey-client:3.1.3 in repositories [target/it/repository] 20:12:58.768 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.glassfish.jersey.core:jersey-client:3.1.3 is target/it/repository/org/glassfish/jersey/core/jersey-client/3.1.3/jersey-client-3.1.3.jar 20:12:58.770 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.glassfish.jersey.containers:jersey-container-servlet-core:3.1.3 20:12:58.770 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.glassfish.jersey.containers:jersey-container-servlet-core:3.1.3 in repositories [target/it/repository] 20:12:58.770 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.glassfish.jersey.containers:jersey-container-servlet-core:3.1.3 is target/it/repository/org/glassfish/jersey/containers/jersey-container-servlet-core/3.1.3/jersey-container-servlet-core-3.1.3.jar 20:12:58.772 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.glassfish.jersey.containers:jersey-container-servlet:3.1.3 20:12:58.772 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.glassfish.jersey.containers:jersey-container-servlet:3.1.3 in repositories [target/it/repository] 20:12:58.772 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.glassfish.jersey.containers:jersey-container-servlet:3.1.3 is target/it/repository/org/glassfish/jersey/containers/jersey-container-servlet/3.1.3/jersey-container-servlet-3.1.3.jar 20:12:58.773 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.glassfish.jersey.inject:jersey-hk2:3.1.3 20:12:58.773 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.glassfish.jersey.inject:jersey-hk2:3.1.3 in repositories [target/it/repository] 20:12:58.773 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.glassfish.jersey.inject:jersey-hk2:3.1.3 is target/it/repository/org/glassfish/jersey/inject/jersey-hk2/3.1.3/jersey-hk2-3.1.3.jar 20:12:58.775 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.glassfish.jersey.media:jersey-media-jaxb:3.1.3 20:12:58.775 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.glassfish.jersey.media:jersey-media-jaxb:3.1.3 in repositories [target/it/repository] 20:12:58.775 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.glassfish.jersey.media:jersey-media-jaxb:3.1.3 is target/it/repository/org/glassfish/jersey/media/jersey-media-jaxb/3.1.3/jersey-media-jaxb-3.1.3.jar 20:12:58.776 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.glassfish.jersey.media:jersey-media-sse:3.1.3 20:12:58.776 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.glassfish.jersey.media:jersey-media-sse:3.1.3 in repositories [target/it/repository] 20:12:58.776 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.glassfish.jersey.media:jersey-media-sse:3.1.3 is target/it/repository/org/glassfish/jersey/media/jersey-media-sse/3.1.3/jersey-media-sse-3.1.3.jar 20:12:58.778 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.glassfish.hk2:hk2-api:3.0.5 20:12:58.779 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.glassfish.hk2:hk2-api:3.0.5 in repositories [target/it/repository] 20:12:58.779 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.glassfish.hk2:hk2-api:3.0.5 is target/it/repository/org/glassfish/hk2/hk2-api/3.0.5/hk2-api-3.0.5.jar 20:12:58.842 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.glassfish.hk2.external:aopalliance-repackaged:3.0.5 20:12:58.842 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.glassfish.hk2.external:aopalliance-repackaged:3.0.5 in repositories [target/it/repository] 20:12:58.842 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.glassfish.hk2.external:aopalliance-repackaged:3.0.5 is target/it/repository/org/glassfish/hk2/external/aopalliance-repackaged/3.0.5/aopalliance-repackaged-3.0.5.jar 20:12:58.843 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.glassfish.hk2:hk2-locator:3.0.5 20:12:58.843 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.glassfish.hk2:hk2-locator:3.0.5 in repositories [target/it/repository] 20:12:58.843 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.glassfish.hk2:hk2-locator:3.0.5 is target/it/repository/org/glassfish/hk2/hk2-locator/3.0.5/hk2-locator-3.0.5.jar 20:12:58.845 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.glassfish.hk2:osgi-resource-locator:1.0.3 20:12:58.845 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.glassfish.hk2:osgi-resource-locator:1.0.3 in repositories [target/it/repository] 20:12:58.846 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.glassfish.hk2:osgi-resource-locator:1.0.3 is target/it/repository/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.jar 20:12:58.847 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.glassfish.hk2:hk2-utils:3.0.5 20:12:58.847 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.glassfish.hk2:hk2-utils:3.0.5 in repositories [target/it/repository] 20:12:58.847 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.glassfish.hk2:hk2-utils:3.0.5 is target/it/repository/org/glassfish/hk2/hk2-utils/3.0.5/hk2-utils-3.0.5.jar 20:12:58.849 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.javassist:javassist:3.29.2-GA 20:12:58.849 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.javassist:javassist:3.29.2-GA in repositories [target/it/repository] 20:12:58.849 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.javassist:javassist:3.29.2-GA is target/it/repository/org/javassist/javassist/3.29.2-GA/javassist-3.29.2-GA.jar 20:12:58.852 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.ow2.asm:asm:9.6 20:12:58.852 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.ow2.asm:asm:9.6 in repositories [target/it/repository] 20:12:58.852 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.ow2.asm:asm:9.6 is target/it/repository/org/ow2/asm/asm/9.6/asm-9.6.jar Feb 12, 2024 8:12:58 PM org.apache.aries.spifly.BaseActivator log INFO: Registered provider org.eclipse.osgitech.rest.provider.jakartars.RuntimeDelegateService of service jakarta.ws.rs.ext.RuntimeDelegate in bundle org.eclipse.osgitech.rest Feb 12, 2024 8:12:58 PM org.eclipse.osgitech.rest.runtime.common.JerseyBundleTracker updateCondition INFO: Registered Jersey runtime condition 20:12:58.962 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Not starting bundle org.eclipse.osgitech.rest.sse as it is a fragment Feb 12, 2024 8:12:58 PM org.apache.aries.spifly.BaseActivator log INFO: Registered provider org.eclipse.osgitech.rest.sse.SseSourceBuilderService of service jakarta.ws.rs.sse.SseEventSource$Builder in bundle org.glassfish.jersey.media.jersey-media-sse 20:12:58.995 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Loading feature model northbound-rest-feature 20:12:58.998 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- The feature northbound-rest-feature depends on the feature core-feature, which is installed 20:12:58.998 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- The feature northbound-rest-feature depends on the feature jakarta-rest-whiteboard-feature, which is installed 20:12:58.998 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.sensinact.gateway.northbound:rest:0.0.2-SNAPSHOT 20:12:58.998 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.sensinact.gateway.northbound:rest:0.0.2-SNAPSHOT in repositories [target/it/repository] 20:12:58.998 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.eclipse.sensinact.gateway.northbound:rest:0.0.2-SNAPSHOT is target/it/repository/org/eclipse/sensinact/gateway/northbound/rest/0.0.2-SNAPSHOT/rest-0.0.2-SNAPSHOT.jar 20:12:59.001 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.sensinact.gateway.northbound.filters:filters.core:0.0.2-SNAPSHOT 20:12:59.001 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.sensinact.gateway.northbound.filters:filters.core:0.0.2-SNAPSHOT in repositories [target/it/repository] 20:12:59.001 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.eclipse.sensinact.gateway.northbound.filters:filters.core:0.0.2-SNAPSHOT is target/it/repository/org/eclipse/sensinact/gateway/northbound/filters/filters.core/0.0.2-SNAPSHOT/filters.core-0.0.2-SNAPSHOT.jar 20:12:59.003 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.antlr:antlr4-runtime:4.12.0 20:12:59.003 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.antlr:antlr4-runtime:4.12.0 in repositories [target/it/repository] 20:12:59.003 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.antlr:antlr4-runtime:4.12.0 is target/it/repository/org/antlr/antlr4-runtime/4.12.0/antlr4-runtime-4.12.0.jar 20:12:59.005 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.sensinact.gateway.northbound.filters:ldap:0.0.2-SNAPSHOT 20:12:59.006 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.sensinact.gateway.northbound.filters:ldap:0.0.2-SNAPSHOT in repositories [target/it/repository] 20:12:59.006 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.eclipse.sensinact.gateway.northbound.filters:ldap:0.0.2-SNAPSHOT is target/it/repository/org/eclipse/sensinact/gateway/northbound/filters/ldap/0.0.2-SNAPSHOT/ldap-0.0.2-SNAPSHOT.jar 20:12:59.042 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.sensinact.gateway.northbound:query-handler:0.0.2-SNAPSHOT 20:12:59.042 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.sensinact.gateway.northbound:query-handler:0.0.2-SNAPSHOT in repositories [target/it/repository] 20:12:59.042 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.eclipse.sensinact.gateway.northbound:query-handler:0.0.2-SNAPSHOT is target/it/repository/org/eclipse/sensinact/gateway/northbound/query-handler/0.0.2-SNAPSHOT/query-handler-0.0.2-SNAPSHOT.jar 20:12:59.045 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.sensinact.gateway.northbound.security:authentication-api:0.0.2-SNAPSHOT 20:12:59.045 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.sensinact.gateway.northbound.security:authentication-api:0.0.2-SNAPSHOT in repositories [target/it/repository] 20:12:59.045 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.eclipse.sensinact.gateway.northbound.security:authentication-api:0.0.2-SNAPSHOT is target/it/repository/org/eclipse/sensinact/gateway/northbound/security/authentication-api/0.0.2-SNAPSHOT/authentication-api-0.0.2-SNAPSHOT.jar 20:12:59.047 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.16.1 20:12:59.047 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.16.1 in repositories [target/it/repository] 20:12:59.047 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.16.1 is target/it/repository/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.16.1/jackson-datatype-jsr310-2.16.1.jar 20:12:59.053 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle com.fasterxml.jackson.jakarta.rs:jackson-jakarta-rs-base:2.16.1 20:12:59.053 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature com.fasterxml.jackson.jakarta.rs:jackson-jakarta-rs-base:2.16.1 in repositories [target/it/repository] 20:12:59.053 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature com.fasterxml.jackson.jakarta.rs:jackson-jakarta-rs-base:2.16.1 is target/it/repository/com/fasterxml/jackson/jakarta/rs/jackson-jakarta-rs-base/2.16.1/jackson-jakarta-rs-base-2.16.1.jar 20:12:59.055 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle com.fasterxml.jackson.jakarta.rs:jackson-jakarta-rs-json-provider:2.16.1 20:12:59.055 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature com.fasterxml.jackson.jakarta.rs:jackson-jakarta-rs-json-provider:2.16.1 in repositories [target/it/repository] 20:12:59.055 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature com.fasterxml.jackson.jakarta.rs:jackson-jakarta-rs-json-provider:2.16.1 is target/it/repository/com/fasterxml/jackson/jakarta/rs/jackson-jakarta-rs-json-provider/2.16.1/jackson-jakarta-rs-json-provider-2.16.1.jar 20:12:59.060 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING WebSocketClient@6a0dbaaa[coreClient=WebSocketCoreClient@21d03963{STARTED},openSessions.size=0] 20:12:59.061 [main] INFO org.eclipse.jetty.websocket.client.WebSocketClient -- Shutdown WebSocketClient@6a0dbaaa[coreClient=WebSocketCoreClient@21d03963{STARTED},openSessions.size=0] 20:12:59.061 [main] DEBUG org.eclipse.jetty.websocket.client.WebSocketClient -- graceful SessionTracker@b86de0d{STARTED} 20:12:59.061 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING SessionTracker@b86de0d{STARTED} 20:12:59.061 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED SessionTracker@b86de0d{STOPPED} 20:12:59.061 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING WebSocketCoreClient@21d03963{STARTED} 20:12:59.061 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING WebSocketComponents@1b919693{STARTED} 20:12:59.061 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING DeflaterPool@f68f0dc{STARTED,size=0,capacity=1024} 20:12:59.061 [main] DEBUG org.eclipse.jetty.util.Pool -- Closing Pool@2826f61[inUse=0,size=0,max=1024,closed=false] 20:12:59.061 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED DeflaterPool@f68f0dc{STOPPED,size=-1,capacity=1024} 20:12:59.062 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING InflaterPool@2f953efd{STARTED,size=0,capacity=1024} 20:12:59.062 [main] DEBUG org.eclipse.jetty.util.Pool -- Closing Pool@2eee3069[inUse=0,size=0,max=1024,closed=false] 20:12:59.062 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED InflaterPool@2f953efd{STOPPED,size=-1,capacity=1024} 20:12:59.062 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED WebSocketComponents@1b919693{STOPPED} 20:12:59.062 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING HttpClient@5852c06f{STARTED} 20:12:59.062 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING HttpClientTransportOverHTTP@18f8cd79{STARTED} 20:12:59.062 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ClientConnector@5167f57d{STARTED} 20:12:59.062 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ClientSelectorManager@4fa1c212{STARTED} 20:12:59.062 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ManagedSelector@517566b{STARTED} id=0 keys=0 selected=0 updates=0 20:12:59.062 [main] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.ManagedSelector$CloseConnections@2e61d218 on ManagedSelector@517566b{STOPPING} id=0 keys=0 selected=0 updates=0 20:12:59.062 [main] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@517566b{STOPPING} id=0 keys=0 selected=0 updates=1 20:12:59.062 [WebSocket@462526099-17] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@35bf79af woken with none selected 20:12:59.062 [WebSocket@462526099-17] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@35bf79af woken up from select, 0/0/0 selected 20:12:59.062 [WebSocket@462526099-17] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@35bf79af processing 0 keys, 1 updates 20:12:59.062 [WebSocket@462526099-17] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 20:12:59.062 [WebSocket@462526099-17] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$CloseConnections@2e61d218 20:12:59.062 [WebSocket@462526099-17] DEBUG org.eclipse.jetty.io.ManagedSelector -- Closing 0 connections on ManagedSelector@517566b{STOPPING} id=0 keys=0 selected=0 updates=0 20:12:59.062 [WebSocket@462526099-17] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:12:59.062 [WebSocket@462526099-17] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@35bf79af waiting with 0 keys 20:12:59.062 [main] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.ManagedSelector$StopSelector@3569fc08 on ManagedSelector@517566b{STOPPING} id=0 keys=0 selected=0 updates=0 20:12:59.062 [main] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@517566b{STOPPING} id=0 keys=0 selected=0 updates=1 20:12:59.063 [WebSocket@462526099-17] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@35bf79af woken with none selected 20:12:59.063 [WebSocket@462526099-17] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@35bf79af woken up from select, 0/0/0 selected 20:12:59.063 [WebSocket@462526099-17] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@35bf79af processing 0 keys, 1 updates 20:12:59.063 [WebSocket@462526099-17] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 20:12:59.063 [WebSocket@462526099-17] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$StopSelector@3569fc08 20:12:59.063 [WebSocket@462526099-17] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:12:59.063 [WebSocket@462526099-17] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.io.ManagedSelector$$Lambda$397/0x00007ff2f418e1c8@6d3c5255 in QueuedThreadPool[WebSocket@462526099]@790da477{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@1130520d{reserved=0/2,pending=0}] 20:12:59.063 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING AdaptiveExecutionStrategy@2dc995f4/SelectorProducer@2f40e5db/IDLE/p=false/QueuedThreadPool[WebSocket@462526099]@790da477{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@1130520d{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:12:59.063363184Z 20:12:59.063 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED AdaptiveExecutionStrategy@2dc995f4/SelectorProducer@2f40e5db/IDLE/p=false/QueuedThreadPool[WebSocket@462526099]@790da477{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@1130520d{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:12:59.063561217Z 20:12:59.063 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ManagedSelector@517566b{STOPPED} id=0 keys=-1 selected=-1 updates=0 20:12:59.063 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ClientSelectorManager@4fa1c212{STOPPED} 20:12:59.063 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING Client@4ea5b703[provider=null,keyStore=null,trustStore=null] 20:12:59.063 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED Client@4ea5b703[provider=null,keyStore=null,trustStore=null] 20:12:59.063 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ScheduledExecutorScheduler@1ebea008{STARTED} 20:12:59.063 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ScheduledExecutorScheduler@1ebea008{STOPPED} 20:12:59.063 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING QueuedThreadPool[WebSocket@462526099]@790da477{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@1130520d{reserved=0/2,pending=0}] 20:12:59.063 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Stopping QueuedThreadPool[WebSocket@462526099]@790da477{STOPPING,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@1130520d{reserved=0/2,pending=0}] 20:12:59.063 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ReservedThreadExecutor@1130520d{reserved=0/2,pending=0} 20:12:59.063 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ReservedThreadExecutor@1130520d{reserved=-1/2,pending=0} 20:12:59.064 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Waiting for Thread[WebSocket@462526099-21,5,main] for 2499 20:12:59.064 [WebSocket@462526099-19] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@462526099]@790da477{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:12:59.064 [WebSocket@462526099-18] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@462526099]@790da477{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:12:59.064 [WebSocket@462526099-20] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@462526099]@790da477{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:12:59.064 [WebSocket@462526099-22] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@462526099]@790da477{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:12:59.064 [WebSocket@462526099-21] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@462526099]@790da477{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:12:59.064 [WebSocket@462526099-19] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@462526099]@790da477{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:12:59.064 [WebSocket@462526099-18] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@462526099]@790da477{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:12:59.064 [WebSocket@462526099-22] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@462526099]@790da477{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:12:59.064 [WebSocket@462526099-20] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@462526099]@790da477{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:12:59.064 [WebSocket@462526099-23] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@462526099]@790da477{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:12:59.064 [WebSocket@462526099-24] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@462526099]@790da477{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:12:59.064 [WebSocket@462526099-17] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@462526099]@790da477{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:12:59.064 [WebSocket@462526099-21] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@462526099]@790da477{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:12:59.064 [WebSocket@462526099-18] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@462526099-18,5,main] exited for QueuedThreadPool[WebSocket@462526099]@790da477{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:12:59.064 [WebSocket@462526099-19] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@462526099-19,5,main] exited for QueuedThreadPool[WebSocket@462526099]@790da477{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:12:59.064 [WebSocket@462526099-22] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@462526099-22,5,main] exited for QueuedThreadPool[WebSocket@462526099]@790da477{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:12:59.064 [WebSocket@462526099-20] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@462526099-20,5,main] exited for QueuedThreadPool[WebSocket@462526099]@790da477{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:12:59.064 [WebSocket@462526099-23] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@462526099]@790da477{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:12:59.064 [WebSocket@462526099-17] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@462526099]@790da477{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:12:59.064 [WebSocket@462526099-24] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@462526099]@790da477{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:12:59.064 [WebSocket@462526099-23] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@462526099-23,5,main] exited for QueuedThreadPool[WebSocket@462526099]@790da477{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:12:59.064 [WebSocket@462526099-21] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@462526099-21,5,main] exited for QueuedThreadPool[WebSocket@462526099]@790da477{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:12:59.064 [WebSocket@462526099-24] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@462526099-24,5,main] exited for QueuedThreadPool[WebSocket@462526099]@790da477{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:12:59.064 [WebSocket@462526099-17] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@462526099-17,5,main] exited for QueuedThreadPool[WebSocket@462526099]@790da477{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:12:59.064 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Waiting for Thread[WebSocket@462526099-20,5,] for 2499 20:12:59.064 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED QueuedThreadPool[WebSocket@462526099]@790da477{STOPPED,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:12:59.064 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ClientConnector@5167f57d{STOPPED} 20:12:59.064 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED HttpClientTransportOverHTTP@18f8cd79{STOPPED} 20:12:59.064 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED HttpClient@5852c06f{STOPPED} 20:12:59.064 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED WebSocketCoreClient@21d03963{STOPPED} 20:12:59.064 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED WebSocketClient@6a0dbaaa[coreClient=WebSocketCoreClient@21d03963{STOPPED},openSessions.size=0] 20:12:59.066 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- QueuedThreadPool[qtp1454026445]@56aaaecd{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] added {org.eclipse.jetty.util.thread.ThreadPoolBudget@522a32b1,POJO} 20:12:59.066 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketComponents@35390ee3{STOPPED} added {InflaterPool@5e01a982{STOPPED,size=-1,capacity=1024},AUTO} 20:12:59.066 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketComponents@35390ee3{STOPPED} added {DeflaterPool@5ddea849{STOPPED,size=-1,capacity=1024},AUTO} 20:12:59.066 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketComponents@35390ee3{STOPPED} added {MappedByteBufferPool@5ee2b6f9{maxQueueLength=-1, factor=4096},POJO} 20:12:59.066 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketComponents@35390ee3{STOPPED} added {org.eclipse.jetty.websocket.core.WebSocketExtensionRegistry@23d1e5d0,POJO} 20:12:59.066 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketComponents@35390ee3{STOPPED} added {org.eclipse.jetty.util.DecoratedObjectFactory[decorators=0],POJO} 20:12:59.066 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketComponents@35390ee3{STOPPED} added {QueuedThreadPool[WebSocket@892931811]@56aaaecd{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY],AUTO} 20:12:59.066 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientConnector@704f1591{STOPPED} added {org.eclipse.jetty.io.ClientConnector$Configurator@58fb7731,POJO} 20:12:59.066 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpClientTransportOverHTTP@13e547a9{STOPPED} added {ClientConnector@704f1591{STOPPED},AUTO} 20:12:59.066 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpClient@3fb6cf60{STOPPED} added {HttpClientTransportOverHTTP@13e547a9{STOPPED},AUTO} 20:12:59.066 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpClient@3fb6cf60{STOPPED} added {org.eclipse.jetty.client.ProtocolHandlers@37ddb69a,POJO} 20:12:59.066 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpClient@3fb6cf60{STOPPED} added {org.eclipse.jetty.client.HttpClient$ContentDecoderFactorySet@349c1daf,POJO} 20:12:59.066 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientConnector@704f1591{STOPPED} added {QueuedThreadPool[WebSocket@892931811]@56aaaecd{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY],AUTO} 20:12:59.066 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketCoreClient@dfddc9a{STOPPED} added {HttpClient@3fb6cf60{STOPPED},AUTO} 20:12:59.066 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketCoreClient@dfddc9a{STOPPED} added {WebSocketComponents@35390ee3{STOPPED},AUTO} 20:12:59.066 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketClient@f48f5692[coreClient=WebSocketCoreClient@dfddc9a{STOPPED},openSessions.size=0] added {WebSocketCoreClient@dfddc9a{STOPPED},MANAGED} 20:12:59.066 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketClient@f48f5692[coreClient=WebSocketCoreClient@dfddc9a{STOPPED},openSessions.size=0] added {SessionTracker@4b9df8a{STOPPED},AUTO} 20:12:59.066 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING WebSocketClient@f48f5692[coreClient=WebSocketCoreClient@dfddc9a{STOPPED},openSessions.size=0] 20:12:59.066 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING WebSocketCoreClient@dfddc9a{STOPPED} 20:12:59.066 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING HttpClient@3fb6cf60{STOPPED} 20:12:59.067 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientConnector@704f1591{STOPPED} added {MappedByteBufferPool@5e8ac0e1{maxQueueLength=100, factor=2048},POJO} 20:12:59.067 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpClient@3fb6cf60{STARTING} added {org.eclipse.jetty.io.ArrayRetainableByteBufferPool@aafcffa{min=0,max=65536,buckets=32,heap=0/268435456,direct=0/268435456},POJO} 20:12:59.067 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientConnector@704f1591{STOPPED} added {ScheduledExecutorScheduler@6955cb39{STOPPED},AUTO} 20:12:59.067 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpClient@3fb6cf60{STARTING} added {org.eclipse.jetty.util.SocketAddressResolver$Async@235a0c16,POJO} 20:12:59.067 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING HttpClientTransportOverHTTP@13e547a9{STOPPED} 20:12:59.067 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ClientConnector@704f1591{STOPPED} 20:12:59.067 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientConnector@704f1591{STARTING} added {Client@2b5f4d54[provider=null,keyStore=null,trustStore=null],AUTO} 20:12:59.067 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientConnector@704f1591{STARTING} added {ClientSelectorManager@5f7b97da{STOPPED},AUTO} 20:12:59.067 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING QueuedThreadPool[WebSocket@892931811]@56aaaecd{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] 20:12:59.067 [main] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@18b0930f{reserved=0/2,pending=0} 20:12:59.067 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- QueuedThreadPool[WebSocket@892931811]@56aaaecd{STARTING,8<=0<=200,i=0,r=-1,q=0}[ReservedThreadExecutor@18b0930f{reserved=0/2,pending=0}] added {ReservedThreadExecutor@18b0930f{reserved=0/2,pending=0},AUTO} 20:12:59.067 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ReservedThreadExecutor@18b0930f{reserved=0/2,pending=0} 20:12:59.067 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @3629ms ReservedThreadExecutor@18b0930f{reserved=0/2,pending=0} 20:12:59.067 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@892931811-36,5,main] 20:12:59.067 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@892931811-37,5,main] 20:12:59.067 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@892931811-38,5,main] 20:12:59.067 [WebSocket@892931811-36] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@892931811]@56aaaecd{STARTING,8<=3<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@18b0930f{reserved=0/2,pending=0}] 20:12:59.068 [WebSocket@892931811-37] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@892931811]@56aaaecd{STARTING,8<=3<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@18b0930f{reserved=0/2,pending=0}] 20:12:59.068 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@892931811-39,5,main] 20:12:59.068 [WebSocket@892931811-38] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@892931811]@56aaaecd{STARTING,8<=4<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@18b0930f{reserved=0/2,pending=0}] 20:12:59.068 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@892931811-40,5,main] 20:12:59.068 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@892931811-41,5,main] 20:12:59.068 [WebSocket@892931811-39] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@892931811]@56aaaecd{STARTING,8<=6<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@18b0930f{reserved=0/2,pending=0}] 20:12:59.068 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@892931811-42,5,main] 20:12:59.068 [WebSocket@892931811-40] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@892931811]@56aaaecd{STARTING,8<=7<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@18b0930f{reserved=0/2,pending=0}] 20:12:59.068 [WebSocket@892931811-41] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@892931811]@56aaaecd{STARTING,8<=7<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@18b0930f{reserved=0/2,pending=0}] 20:12:59.068 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@892931811-43,5,main] 20:12:59.068 [WebSocket@892931811-42] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@892931811]@56aaaecd{STARTING,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@18b0930f{reserved=0/2,pending=0}] 20:12:59.068 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @3630ms QueuedThreadPool[WebSocket@892931811]@56aaaecd{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@18b0930f{reserved=0/2,pending=0}] 20:12:59.068 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ScheduledExecutorScheduler@6955cb39{STOPPED} 20:12:59.068 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @3630ms ScheduledExecutorScheduler@6955cb39{STARTED} 20:12:59.068 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING Client@2b5f4d54[provider=null,keyStore=null,trustStore=null] 20:12:59.068 [WebSocket@892931811-43] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@892931811]@56aaaecd{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@18b0930f{reserved=0/2,pending=0}] 20:12:59.070 [main] DEBUG org.eclipse.jetty.util.ssl.SslContextFactory -- Selected Protocols [TLSv1.3, TLSv1.2] of [TLSv1.3, TLSv1.2, TLSv1.1, TLSv1, SSLv3, SSLv2Hello] 20:12:59.070 [main] DEBUG org.eclipse.jetty.util.ssl.SslContextFactory -- Selected Ciphers [TLS_AES_256_GCM_SHA384, TLS_AES_128_GCM_SHA256, TLS_CHACHA20_POLY1305_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256, TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_RSA_WITH_CHACHA20_POLY1305_SHA256, TLS_DHE_DSS_WITH_AES_256_GCM_SHA384, TLS_DHE_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_DSS_WITH_AES_128_GCM_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_RSA_WITH_AES_256_CBC_SHA256, TLS_DHE_DSS_WITH_AES_256_CBC_SHA256, TLS_DHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_DSS_WITH_AES_128_CBC_SHA256, TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256, TLS_EMPTY_RENEGOTIATION_INFO_SCSV] of [TLS_AES_256_GCM_SHA384, TLS_AES_128_GCM_SHA256, TLS_CHACHA20_POLY1305_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256, TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_RSA_WITH_CHACHA20_POLY1305_SHA256, TLS_DHE_DSS_WITH_AES_256_GCM_SHA384, TLS_DHE_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_DSS_WITH_AES_128_GCM_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_RSA_WITH_AES_256_CBC_SHA256, TLS_DHE_DSS_WITH_AES_256_CBC_SHA256, TLS_DHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_DSS_WITH_AES_128_CBC_SHA256, TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_RSA_WITH_AES_256_CBC_SHA, TLS_DHE_DSS_WITH_AES_256_CBC_SHA, TLS_DHE_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_DSS_WITH_AES_128_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA, TLS_RSA_WITH_AES_256_GCM_SHA384, TLS_RSA_WITH_AES_128_GCM_SHA256, TLS_RSA_WITH_AES_256_CBC_SHA256, TLS_RSA_WITH_AES_128_CBC_SHA256, TLS_RSA_WITH_AES_256_CBC_SHA, TLS_RSA_WITH_AES_128_CBC_SHA, TLS_EMPTY_RENEGOTIATION_INFO_SCSV] 20:12:59.070 [main] DEBUG org.eclipse.jetty.util.ssl.SslContextFactory -- Customize SSLEngine[hostname=null, port=-1, Session(1707768779070|SSL_NULL_WITH_NULL_NULL)] 20:12:59.071 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @3633ms Client@2b5f4d54[provider=null,keyStore=null,trustStore=null] 20:12:59.071 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ClientSelectorManager@5f7b97da{STOPPED} 20:12:59.072 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- AdaptiveExecutionStrategy@6c5945a7/SelectorProducer@2f05be7f/IDLE/p=false/QueuedThreadPool[WebSocket@892931811]@56aaaecd{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@18b0930f{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:12:59.072082518Z added {SelectorProducer@2f05be7f,POJO} 20:12:59.072 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- AdaptiveExecutionStrategy@6c5945a7/SelectorProducer@2f05be7f/IDLE/p=false/QueuedThreadPool[WebSocket@892931811]@56aaaecd{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@18b0930f{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:12:59.072215076Z added {QueuedThreadPool[WebSocket@892931811]@56aaaecd{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@18b0930f{reserved=0/2,pending=0}],UNMANAGED} 20:12:59.072 [main] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- AdaptiveExecutionStrategy@6c5945a7/SelectorProducer@2f05be7f/IDLE/p=false/QueuedThreadPool[WebSocket@892931811]@56aaaecd{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@18b0930f{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:12:59.072307385Z created 20:12:59.072 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ManagedSelector@640f11a1{STOPPED} id=0 keys=-1 selected=-1 updates=0 added {AdaptiveExecutionStrategy@6c5945a7/SelectorProducer@2f05be7f/IDLE/p=false/QueuedThreadPool[WebSocket@892931811]@56aaaecd{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@18b0930f{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:12:59.07240065Z,MANAGED} 20:12:59.072 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientSelectorManager@5f7b97da{STARTING} added {ManagedSelector@640f11a1{STOPPED} id=0 keys=-1 selected=-1 updates=0,AUTO} 20:12:59.072 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ManagedSelector@640f11a1{STOPPED} id=0 keys=-1 selected=-1 updates=0 20:12:59.072 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING AdaptiveExecutionStrategy@6c5945a7/SelectorProducer@2f05be7f/IDLE/p=false/QueuedThreadPool[WebSocket@892931811]@56aaaecd{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@18b0930f{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:12:59.072535698Z 20:12:59.072 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @3634ms AdaptiveExecutionStrategy@6c5945a7/SelectorProducer@2f05be7f/IDLE/p=false/QueuedThreadPool[WebSocket@892931811]@56aaaecd{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@18b0930f{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:12:59.072616053Z 20:12:59.072 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue org.eclipse.jetty.io.ManagedSelector$$Lambda$397/0x00007ff2f418e1c8@5c10f1c3 startThread=0 20:12:59.072 [main] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.ManagedSelector$Start@7ac2e39b on ManagedSelector@640f11a1{STARTING} id=0 keys=0 selected=0 updates=0 20:12:59.072 [WebSocket@892931811-36] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.io.ManagedSelector$$Lambda$397/0x00007ff2f418e1c8@5c10f1c3 in QueuedThreadPool[WebSocket@892931811]@56aaaecd{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@18b0930f{reserved=0/2,pending=0}] 20:12:59.072 [WebSocket@892931811-36] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- AdaptiveExecutionStrategy@6c5945a7/SelectorProducer@2f05be7f/IDLE/p=false/QueuedThreadPool[WebSocket@892931811]@56aaaecd{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@18b0930f{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:12:59.072950025Z tryProduce false 20:12:59.073 [WebSocket@892931811-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 20:12:59.073 [WebSocket@892931811-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$Start@7ac2e39b 20:12:59.073 [WebSocket@892931811-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:12:59.073 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @3635ms ManagedSelector@640f11a1{STARTED} id=0 keys=0 selected=0 updates=0 20:12:59.073 [WebSocket@892931811-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@13d7178e waiting with 0 keys 20:12:59.073 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @3635ms ClientSelectorManager@5f7b97da{STARTED} 20:12:59.073 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @3635ms ClientConnector@704f1591{STARTED} 20:12:59.073 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @3635ms HttpClientTransportOverHTTP@13e547a9{STARTED} 20:12:59.073 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @3635ms HttpClient@3fb6cf60{STARTED} 20:12:59.073 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING WebSocketComponents@35390ee3{STOPPED} 20:12:59.073 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING InflaterPool@5e01a982{STOPPED,size=-1,capacity=1024} 20:12:59.073 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- InflaterPool@5e01a982{STARTING,size=0,capacity=1024} added {Pool@78365cfa[inUse=0,size=0,max=1024,closed=false],POJO} 20:12:59.073 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @3635ms InflaterPool@5e01a982{STARTED,size=0,capacity=1024} 20:12:59.073 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING DeflaterPool@5ddea849{STOPPED,size=-1,capacity=1024} 20:12:59.073 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- DeflaterPool@5ddea849{STARTING,size=0,capacity=1024} added {Pool@64a8c844[inUse=0,size=0,max=1024,closed=false],POJO} 20:12:59.073 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @3635ms DeflaterPool@5ddea849{STARTED,size=0,capacity=1024} 20:12:59.073 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @3635ms WebSocketComponents@35390ee3{STARTED} 20:12:59.073 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @3635ms WebSocketCoreClient@dfddc9a{STARTED} 20:12:59.073 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING SessionTracker@4b9df8a{STOPPED} 20:12:59.073 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @3635ms SessionTracker@4b9df8a{STARTED} 20:12:59.073 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @3635ms WebSocketClient@f48f5692[coreClient=WebSocketCoreClient@dfddc9a{STARTED},openSessions.size=0] 20:12:59.074 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- QueuedThreadPool[qtp1214133948]@485e36bc{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] added {org.eclipse.jetty.util.thread.ThreadPoolBudget@781f10f2,POJO} 20:12:59.074 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketComponents@2a79d4b1{STOPPED} added {InflaterPool@2e9fda69{STOPPED,size=-1,capacity=1024},AUTO} 20:12:59.074 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketComponents@2a79d4b1{STOPPED} added {DeflaterPool@17cdf2d0{STOPPED,size=-1,capacity=1024},AUTO} 20:12:59.074 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketComponents@2a79d4b1{STOPPED} added {MappedByteBufferPool@1755e85b{maxQueueLength=-1, factor=4096},POJO} 20:12:59.074 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketComponents@2a79d4b1{STOPPED} added {org.eclipse.jetty.websocket.core.WebSocketExtensionRegistry@736d6a5c,POJO} 20:12:59.074 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketComponents@2a79d4b1{STOPPED} added {org.eclipse.jetty.util.DecoratedObjectFactory[decorators=0],POJO} 20:12:59.074 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketComponents@2a79d4b1{STOPPED} added {QueuedThreadPool[WebSocket@712627377]@485e36bc{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY],AUTO} 20:12:59.074 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientConnector@2371aaca{STOPPED} added {org.eclipse.jetty.io.ClientConnector$Configurator@5b529706,POJO} 20:12:59.075 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpClientTransportOverHTTP@63fdab07{STOPPED} added {ClientConnector@2371aaca{STOPPED},AUTO} 20:12:59.075 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpClient@7b5a12ae{STOPPED} added {HttpClientTransportOverHTTP@63fdab07{STOPPED},AUTO} 20:12:59.075 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpClient@7b5a12ae{STOPPED} added {org.eclipse.jetty.client.ProtocolHandlers@5553d0f5,POJO} 20:12:59.075 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpClient@7b5a12ae{STOPPED} added {org.eclipse.jetty.client.HttpClient$ContentDecoderFactorySet@1af687fe,POJO} 20:12:59.075 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientConnector@2371aaca{STOPPED} added {QueuedThreadPool[WebSocket@712627377]@485e36bc{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY],AUTO} 20:12:59.075 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketCoreClient@14dda234{STOPPED} added {HttpClient@7b5a12ae{STOPPED},AUTO} 20:12:59.075 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketCoreClient@14dda234{STOPPED} added {WebSocketComponents@2a79d4b1{STOPPED},AUTO} 20:12:59.075 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketClient@e6f1c38a[coreClient=WebSocketCoreClient@14dda234{STOPPED},openSessions.size=0] added {WebSocketCoreClient@14dda234{STOPPED},MANAGED} 20:12:59.075 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketClient@e6f1c38a[coreClient=WebSocketCoreClient@14dda234{STOPPED},openSessions.size=0] added {SessionTracker@3f390d63{STOPPED},AUTO} 20:12:59.075 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING WebSocketClient@e6f1c38a[coreClient=WebSocketCoreClient@14dda234{STOPPED},openSessions.size=0] 20:12:59.075 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING WebSocketCoreClient@14dda234{STOPPED} 20:12:59.075 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING HttpClient@7b5a12ae{STOPPED} 20:12:59.075 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientConnector@2371aaca{STOPPED} added {MappedByteBufferPool@74a6a609{maxQueueLength=100, factor=2048},POJO} 20:12:59.075 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpClient@7b5a12ae{STARTING} added {org.eclipse.jetty.io.ArrayRetainableByteBufferPool@5a411614{min=0,max=65536,buckets=32,heap=0/268435456,direct=0/268435456},POJO} 20:12:59.075 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientConnector@2371aaca{STOPPED} added {ScheduledExecutorScheduler@2374d36a{STOPPED},AUTO} 20:12:59.075 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpClient@7b5a12ae{STARTING} added {org.eclipse.jetty.util.SocketAddressResolver$Async@54d18072,POJO} 20:12:59.075 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING HttpClientTransportOverHTTP@63fdab07{STOPPED} 20:12:59.075 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ClientConnector@2371aaca{STOPPED} 20:12:59.075 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientConnector@2371aaca{STARTING} added {Client@1506f20f[provider=null,keyStore=null,trustStore=null],AUTO} 20:12:59.075 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientConnector@2371aaca{STARTING} added {ClientSelectorManager@47a5b70d{STOPPED},AUTO} 20:12:59.076 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING QueuedThreadPool[WebSocket@712627377]@485e36bc{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] 20:12:59.076 [main] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@424fd310{reserved=0/2,pending=0} 20:12:59.076 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- QueuedThreadPool[WebSocket@712627377]@485e36bc{STARTING,8<=0<=200,i=0,r=-1,q=0}[ReservedThreadExecutor@424fd310{reserved=0/2,pending=0}] added {ReservedThreadExecutor@424fd310{reserved=0/2,pending=0},AUTO} 20:12:59.076 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ReservedThreadExecutor@424fd310{reserved=0/2,pending=0} 20:12:59.076 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @3638ms ReservedThreadExecutor@424fd310{reserved=0/2,pending=0} 20:12:59.076 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@712627377-44,5,main] 20:12:59.076 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@712627377-45,5,main] 20:12:59.076 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@712627377-46,5,main] 20:12:59.076 [WebSocket@712627377-44] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@712627377]@485e36bc{STARTING,8<=2<=200,i=2,r=-1,q=0}[ReservedThreadExecutor@424fd310{reserved=0/2,pending=0}] 20:12:59.076 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@712627377-47,5,main] 20:12:59.076 [WebSocket@712627377-45] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@712627377]@485e36bc{STARTING,8<=4<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@424fd310{reserved=0/2,pending=0}] 20:12:59.076 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@712627377-48,5,main] 20:12:59.076 [WebSocket@712627377-46] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@712627377]@485e36bc{STARTING,8<=4<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@424fd310{reserved=0/2,pending=0}] 20:12:59.076 [WebSocket@712627377-47] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@712627377]@485e36bc{STARTING,8<=5<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@424fd310{reserved=0/2,pending=0}] 20:12:59.077 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@712627377-49,5,main] 20:12:59.077 [WebSocket@712627377-48] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@712627377]@485e36bc{STARTING,8<=6<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@424fd310{reserved=0/2,pending=0}] 20:12:59.141 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@712627377-50,5,main] 20:12:59.141 [WebSocket@712627377-49] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@712627377]@485e36bc{STARTING,8<=7<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@424fd310{reserved=0/2,pending=0}] 20:12:59.142 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@712627377-51,5,main] 20:12:59.142 [WebSocket@712627377-50] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@712627377]@485e36bc{STARTING,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@424fd310{reserved=0/2,pending=0}] 20:12:59.142 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @3704ms QueuedThreadPool[WebSocket@712627377]@485e36bc{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@424fd310{reserved=0/2,pending=0}] 20:12:59.142 [WebSocket@712627377-51] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@712627377]@485e36bc{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@424fd310{reserved=0/2,pending=0}] 20:12:59.142 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ScheduledExecutorScheduler@2374d36a{STOPPED} 20:12:59.142 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @3704ms ScheduledExecutorScheduler@2374d36a{STARTED} 20:12:59.142 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING Client@1506f20f[provider=null,keyStore=null,trustStore=null] 20:12:59.144 [main] DEBUG org.eclipse.jetty.util.ssl.SslContextFactory -- Selected Protocols [TLSv1.3, TLSv1.2] of [TLSv1.3, TLSv1.2, TLSv1.1, TLSv1, SSLv3, SSLv2Hello] 20:12:59.144 [main] DEBUG org.eclipse.jetty.util.ssl.SslContextFactory -- Selected Ciphers [TLS_AES_256_GCM_SHA384, TLS_AES_128_GCM_SHA256, TLS_CHACHA20_POLY1305_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256, TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_RSA_WITH_CHACHA20_POLY1305_SHA256, TLS_DHE_DSS_WITH_AES_256_GCM_SHA384, TLS_DHE_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_DSS_WITH_AES_128_GCM_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_RSA_WITH_AES_256_CBC_SHA256, TLS_DHE_DSS_WITH_AES_256_CBC_SHA256, TLS_DHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_DSS_WITH_AES_128_CBC_SHA256, TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256, TLS_EMPTY_RENEGOTIATION_INFO_SCSV] of [TLS_AES_256_GCM_SHA384, TLS_AES_128_GCM_SHA256, TLS_CHACHA20_POLY1305_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256, TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_RSA_WITH_CHACHA20_POLY1305_SHA256, TLS_DHE_DSS_WITH_AES_256_GCM_SHA384, TLS_DHE_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_DSS_WITH_AES_128_GCM_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_RSA_WITH_AES_256_CBC_SHA256, TLS_DHE_DSS_WITH_AES_256_CBC_SHA256, TLS_DHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_DSS_WITH_AES_128_CBC_SHA256, TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_RSA_WITH_AES_256_CBC_SHA, TLS_DHE_DSS_WITH_AES_256_CBC_SHA, TLS_DHE_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_DSS_WITH_AES_128_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA, TLS_RSA_WITH_AES_256_GCM_SHA384, TLS_RSA_WITH_AES_128_GCM_SHA256, TLS_RSA_WITH_AES_256_CBC_SHA256, TLS_RSA_WITH_AES_128_CBC_SHA256, TLS_RSA_WITH_AES_256_CBC_SHA, TLS_RSA_WITH_AES_128_CBC_SHA, TLS_EMPTY_RENEGOTIATION_INFO_SCSV] 20:12:59.144 [main] DEBUG org.eclipse.jetty.util.ssl.SslContextFactory -- Customize SSLEngine[hostname=null, port=-1, Session(1707768779144|SSL_NULL_WITH_NULL_NULL)] 20:12:59.145 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @3707ms Client@1506f20f[provider=null,keyStore=null,trustStore=null] 20:12:59.146 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ClientSelectorManager@47a5b70d{STOPPED} 20:12:59.146 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- AdaptiveExecutionStrategy@48a12036/SelectorProducer@bf1ec20/IDLE/p=false/QueuedThreadPool[WebSocket@712627377]@485e36bc{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@424fd310{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:12:59.146185192Z added {SelectorProducer@bf1ec20,POJO} 20:12:59.146 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- AdaptiveExecutionStrategy@48a12036/SelectorProducer@bf1ec20/IDLE/p=false/QueuedThreadPool[WebSocket@712627377]@485e36bc{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@424fd310{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:12:59.146321907Z added {QueuedThreadPool[WebSocket@712627377]@485e36bc{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@424fd310{reserved=0/2,pending=0}],UNMANAGED} 20:12:59.146 [main] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- AdaptiveExecutionStrategy@48a12036/SelectorProducer@bf1ec20/IDLE/p=false/QueuedThreadPool[WebSocket@712627377]@485e36bc{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@424fd310{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:12:59.146462332Z created 20:12:59.146 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ManagedSelector@70efb718{STOPPED} id=0 keys=-1 selected=-1 updates=0 added {AdaptiveExecutionStrategy@48a12036/SelectorProducer@bf1ec20/IDLE/p=false/QueuedThreadPool[WebSocket@712627377]@485e36bc{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@424fd310{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:12:59.146618969Z,MANAGED} 20:12:59.146 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientSelectorManager@47a5b70d{STARTING} added {ManagedSelector@70efb718{STOPPED} id=0 keys=-1 selected=-1 updates=0,AUTO} 20:12:59.146 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ManagedSelector@70efb718{STOPPED} id=0 keys=-1 selected=-1 updates=0 20:12:59.146 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING AdaptiveExecutionStrategy@48a12036/SelectorProducer@bf1ec20/IDLE/p=false/QueuedThreadPool[WebSocket@712627377]@485e36bc{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@424fd310{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:12:59.146847686Z 20:12:59.146 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @3708ms AdaptiveExecutionStrategy@48a12036/SelectorProducer@bf1ec20/IDLE/p=false/QueuedThreadPool[WebSocket@712627377]@485e36bc{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@424fd310{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:12:59.14698436Z 20:12:59.147 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue org.eclipse.jetty.io.ManagedSelector$$Lambda$397/0x00007ff2f418e1c8@b70da4c startThread=0 20:12:59.147 [main] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.ManagedSelector$Start@4a11eb84 on ManagedSelector@70efb718{STARTING} id=0 keys=0 selected=0 updates=0 20:12:59.147 [WebSocket@712627377-44] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.io.ManagedSelector$$Lambda$397/0x00007ff2f418e1c8@b70da4c in QueuedThreadPool[WebSocket@712627377]@485e36bc{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@424fd310{reserved=0/2,pending=0}] 20:12:59.147 [WebSocket@712627377-44] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- AdaptiveExecutionStrategy@48a12036/SelectorProducer@bf1ec20/IDLE/p=false/QueuedThreadPool[WebSocket@712627377]@485e36bc{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@424fd310{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:12:59.147398099Z tryProduce false 20:12:59.147 [WebSocket@712627377-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 20:12:59.147 [WebSocket@712627377-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$Start@4a11eb84 20:12:59.147 [WebSocket@712627377-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:12:59.147 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @3709ms ManagedSelector@70efb718{STARTED} id=0 keys=0 selected=0 updates=0 20:12:59.147 [WebSocket@712627377-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@2bf60a0c waiting with 0 keys 20:12:59.147 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @3709ms ClientSelectorManager@47a5b70d{STARTED} 20:12:59.147 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @3709ms ClientConnector@2371aaca{STARTED} 20:12:59.147 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @3709ms HttpClientTransportOverHTTP@63fdab07{STARTED} 20:12:59.147 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @3709ms HttpClient@7b5a12ae{STARTED} 20:12:59.147 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING WebSocketComponents@2a79d4b1{STOPPED} 20:12:59.147 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING InflaterPool@2e9fda69{STOPPED,size=-1,capacity=1024} 20:12:59.147 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- InflaterPool@2e9fda69{STARTING,size=0,capacity=1024} added {Pool@4e858e0a[inUse=0,size=0,max=1024,closed=false],POJO} 20:12:59.147 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @3709ms InflaterPool@2e9fda69{STARTED,size=0,capacity=1024} 20:12:59.148 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING DeflaterPool@17cdf2d0{STOPPED,size=-1,capacity=1024} 20:12:59.148 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- DeflaterPool@17cdf2d0{STARTING,size=0,capacity=1024} added {Pool@435fb7b5[inUse=0,size=0,max=1024,closed=false],POJO} 20:12:59.148 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @3710ms DeflaterPool@17cdf2d0{STARTED,size=0,capacity=1024} 20:12:59.148 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @3710ms WebSocketComponents@2a79d4b1{STARTED} 20:12:59.148 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @3710ms WebSocketCoreClient@14dda234{STARTED} 20:12:59.148 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING SessionTracker@3f390d63{STOPPED} 20:12:59.148 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @3710ms SessionTracker@3f390d63{STARTED} 20:12:59.148 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @3710ms WebSocketClient@e6f1c38a[coreClient=WebSocketCoreClient@14dda234{STARTED},openSessions.size=0] 20:12:59.148 [main] DEBUG org.eclipse.jetty.websocket.core.client.WebSocketCoreClient -- connect to websocket ws://localhost:14001/ws/sensinact 20:12:59.149 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpClient@7b5a12ae{STARTED} added {HttpDestination[Origin@98895eee[ws://localhost:14001,tag=null,protocol=Protocol@7f4624a[proto=[http/1.1],nego=false]]]@4e70a728,state=STOPPED,queue=0,pool=null,stale=false,idle=-1,MANAGED} 20:12:59.149 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING HttpDestination[Origin@98895eee[ws://localhost:14001,tag=null,protocol=Protocol@7f4624a[proto=[http/1.1],nego=false]]]@4e70a728,state=STOPPED,queue=0,pool=null,stale=false,idle=-1 20:12:59.149 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- DuplexConnectionPool@b7838a9[s=STOPPED,c=0/0/64,a=0,i=0,q=0,p=Pool@696f0212[inUse=0,size=0,max=64,closed=false]] added {Pool@696f0212[inUse=0,size=0,max=64,closed=false],POJO} 20:12:59.149 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpDestination[Origin@98895eee[ws://localhost:14001,tag=null,protocol=Protocol@7f4624a[proto=[http/1.1],nego=false]]]@4e70a728,state=STARTING,queue=0,pool=DuplexConnectionPool@b7838a9[s=STOPPED,c=0/0/64,a=0,i=0,q=0,p=Pool@696f0212[inUse=0,size=0,max=64,closed=false]],stale=false,idle=-1 added {DuplexConnectionPool@b7838a9[s=STOPPED,c=0/0/64,a=0,i=0,q=0,p=Pool@696f0212[inUse=0,size=0,max=64,closed=false]],MANAGED} 20:12:59.149 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING DuplexConnectionPool@b7838a9[s=STOPPED,c=0/0/64,a=0,i=0,q=0,p=Pool@696f0212[inUse=0,size=0,max=64,closed=false]] 20:12:59.149 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @3711ms DuplexConnectionPool@b7838a9[s=STARTED,c=0/0/64,a=0,i=0,q=0,p=Pool@696f0212[inUse=0,size=0,max=64,closed=false]] 20:12:59.149 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @3711ms HttpDestination[Origin@98895eee[ws://localhost:14001,tag=null,protocol=Protocol@7f4624a[proto=[http/1.1],nego=false]]]@4e70a728,state=STARTED,queue=0,pool=DuplexConnectionPool@b7838a9[s=STARTED,c=0/0/64,a=0,i=0,q=0,p=Pool@696f0212[inUse=0,size=0,max=64,closed=false]],stale=false,idle=-1 20:12:59.149 [main] DEBUG org.eclipse.jetty.client.HttpClient -- Created HttpDestination[Origin@98895eee[ws://localhost:14001,tag=null,protocol=Protocol@7f4624a[proto=[http/1.1],nego=false]]]@4e70a728,state=STARTED,queue=0,pool=DuplexConnectionPool@b7838a9[s=STARTED,c=0/0/64,a=0,i=0,q=0,p=Pool@696f0212[inUse=0,size=0,max=64,closed=false]],stale=false,idle=-1; existing: 'null' 20:12:59.149 [main] DEBUG org.eclipse.jetty.client.HttpClient -- Resolved HttpDestination[Origin@98895eee[ws://localhost:14001,tag=null,protocol=Protocol@7f4624a[proto=[http/1.1],nego=false]]]@4e70a728,state=STARTED,queue=0,pool=DuplexConnectionPool@b7838a9[s=STARTED,c=0/0/64,a=0,i=0,q=0,p=Pool@696f0212[inUse=0,size=0,max=64,closed=false]],stale=false,idle=-1 for JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@5733f295 20:12:59.149 [main] DEBUG org.eclipse.jetty.client.HttpConversation -- Exchanges in conversation 1, override=null, listeners=[JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@5733f295] 20:12:59.149 [main] DEBUG org.eclipse.jetty.client.HttpDestination -- Queued JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@5733f295 for HttpDestination[Origin@98895eee[ws://localhost:14001,tag=null,protocol=Protocol@7f4624a[proto=[http/1.1],nego=false]]]@4e70a728,state=STARTED,queue=1,pool=DuplexConnectionPool@b7838a9[s=STARTED,c=0/0/64,a=0,i=0,q=1,p=Pool@696f0212[inUse=0,size=0,max=64,closed=false]],stale=false,idle=-1 20:12:59.150 [main] DEBUG org.eclipse.jetty.client.AbstractConnectionPool -- Acquiring create=true on DuplexConnectionPool@b7838a9[s=STARTED,c=0/0/64,a=0,i=0,q=1,p=Pool@696f0212[inUse=0,size=0,max=64,closed=false]] 20:12:59.150 [main] DEBUG org.eclipse.jetty.client.AbstractConnectionPool -- Try creating connection 0/64 with 0 pending 20:12:59.150 [main] DEBUG org.eclipse.jetty.client.AbstractConnectionPool -- Try creating(true) connection, pending/demand/supply: 0/2/0, result=true 20:12:59.150 [main] DEBUG org.eclipse.jetty.util.Pool -- Pool@696f0212[inUse=0,size=1,max=64,closed=false] returning new reserved entry MultiEntry@1c3146bc{PENDING,usage=0,multiplex=0,pooled=null} 20:12:59.150 [main] DEBUG org.eclipse.jetty.client.AbstractConnectionPool -- Creating connection 0/64 at MultiEntry@1c3146bc{PENDING,usage=0,multiplex=0,pooled=null} 20:12:59.150 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue org.eclipse.jetty.util.SocketAddressResolver$Async$$Lambda$416/0x00007ff2f4206898@56c698e3 startThread=0 20:12:59.150 [WebSocket@712627377-45] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.SocketAddressResolver$Async$$Lambda$416/0x00007ff2f4206898@56c698e3 in QueuedThreadPool[WebSocket@712627377]@485e36bc{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@424fd310{reserved=0/2,pending=0}] 20:12:59.150 [WebSocket@712627377-45] DEBUG org.eclipse.jetty.util.SocketAddressResolver -- Resolved localhost in 0 ms 20:12:59.159 [WebSocket@712627377-45] DEBUG org.eclipse.jetty.io.ClientConnector -- Connecting non-blocking to localhost/127.0.0.1:14001 20:12:59.159 [WebSocket@712627377-45] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false Connect@32065dec{java.nio.channels.SocketChannel[connection-pending remote=localhost/127.0.0.1:14001],{org.eclipse.jetty.client.connector.remoteSocketAddress=localhost/127.0.0.1:14001, org.eclipse.jetty.client.connector.clientConnectionFactory=HttpClientTransportOverHTTP@63fdab07{STARTED}, org.eclipse.jetty.client.destination=HttpDestination[Origin@98895eee[ws://localhost:14001,tag=null,protocol=Protocol@7f4624a[proto=[http/1.1],nego=false]]]@4e70a728,state=STARTED,queue=1,pool=DuplexConnectionPool@b7838a9[s=STARTED,c=1/1/64,a=0,i=0,q=1,p=Pool@696f0212[inUse=0,size=1,max=64,closed=false]],stale=false,idle=-1, org.eclipse.jetty.client.connector=ClientConnector@2371aaca{STARTED}, org.eclipse.jetty.client.connector.applicationProtocols=[http/1.1], org.eclipse.jetty.client=HttpClient@7b5a12ae{STARTED}, org.eclipse.jetty.client.connection.promise=org.eclipse.jetty.client.HttpClient$1$1@3639cf74, org.eclipse.jetty.client.connector.connectionPromise=org.eclipse.jetty.util.Promise$1@733b57d7}} on ManagedSelector@70efb718{STARTED} id=0 keys=0 selected=0 updates=0 20:12:59.160 [WebSocket@712627377-45] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@70efb718{STARTED} id=0 keys=0 selected=0 updates=1 20:12:59.160 [WebSocket@712627377-45] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.SocketAddressResolver$Async$$Lambda$416/0x00007ff2f4206898@56c698e3 in QueuedThreadPool[WebSocket@712627377]@485e36bc{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@424fd310{reserved=0/2,pending=0}] 20:12:59.160 [WebSocket@712627377-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@2bf60a0c woken with none selected 20:12:59.160 [WebSocket@712627377-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@2bf60a0c woken up from select, 0/0/0 selected 20:12:59.160 [WebSocket@712627377-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@2bf60a0c processing 0 keys, 1 updates 20:12:59.160 [WebSocket@712627377-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 20:12:59.160 [WebSocket@712627377-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- update Connect@32065dec{java.nio.channels.SocketChannel[connection-pending remote=localhost/127.0.0.1:14001],{org.eclipse.jetty.client.connector.remoteSocketAddress=localhost/127.0.0.1:14001, org.eclipse.jetty.client.connector.clientConnectionFactory=HttpClientTransportOverHTTP@63fdab07{STARTED}, org.eclipse.jetty.client.destination=HttpDestination[Origin@98895eee[ws://localhost:14001,tag=null,protocol=Protocol@7f4624a[proto=[http/1.1],nego=false]]]@4e70a728,state=STARTED,queue=1,pool=DuplexConnectionPool@b7838a9[s=STARTED,c=1/1/64,a=0,i=0,q=1,p=Pool@696f0212[inUse=0,size=1,max=64,closed=false]],stale=false,idle=-1, org.eclipse.jetty.client.connector=ClientConnector@2371aaca{STARTED}, org.eclipse.jetty.client.connector.applicationProtocols=[http/1.1], org.eclipse.jetty.client=HttpClient@7b5a12ae{STARTED}, org.eclipse.jetty.client.connection.promise=org.eclipse.jetty.client.HttpClient$1$1@3639cf74, org.eclipse.jetty.client.connector.connectionPromise=org.eclipse.jetty.util.Promise$1@733b57d7}} 20:12:59.160 [WebSocket@712627377-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:12:59.160 [WebSocket@712627377-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@2bf60a0c waiting with 1 keys 20:12:59.160 [WebSocket@712627377-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@2bf60a0c woken up from select, 1/1/1 selected 20:12:59.160 [WebSocket@712627377-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@2bf60a0c processing 1 keys, 0 updates 20:12:59.160 [WebSocket@712627377-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- selected 8 channel=java.nio.channels.SocketChannel[connection-pending remote=localhost/127.0.0.1:14001], selector=sun.nio.ch.EPollSelectorImpl@2bf60a0c, interestOps=8, readyOps=8 Connect@32065dec{java.nio.channels.SocketChannel[connection-pending remote=localhost/127.0.0.1:14001],{org.eclipse.jetty.client.connector.remoteSocketAddress=localhost/127.0.0.1:14001, org.eclipse.jetty.client.connector.clientConnectionFactory=HttpClientTransportOverHTTP@63fdab07{STARTED}, org.eclipse.jetty.client.destination=HttpDestination[Origin@98895eee[ws://localhost:14001,tag=null,protocol=Protocol@7f4624a[proto=[http/1.1],nego=false]]]@4e70a728,state=STARTED,queue=1,pool=DuplexConnectionPool@b7838a9[s=STARTED,c=1/1/64,a=0,i=0,q=1,p=Pool@696f0212[inUse=0,size=1,max=64,closed=false]],stale=false,idle=-1, org.eclipse.jetty.client.connector=ClientConnector@2371aaca{STARTED}, org.eclipse.jetty.client.connector.applicationProtocols=[http/1.1], org.eclipse.jetty.client=HttpClient@7b5a12ae{STARTED}, org.eclipse.jetty.client.connection.promise=org.eclipse.jetty.client.HttpClient$1$1@3639cf74, org.eclipse.jetty.client.connector.connectionPromise=org.eclipse.jetty.util.Promise$1@733b57d7}} 20:12:59.161 [WebSocket@712627377-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- Connected true java.nio.channels.SocketChannel[connected local=/127.0.0.1:56898 remote=localhost/127.0.0.1:14001] 20:12:59.161 [qtp304157852-40-acceptor-0@2290de40-ServerConnector@66323f4c{HTTP/1.1, (http/1.1)}{0.0.0.0:14001}] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false Accept@14c89074[java.nio.channels.SocketChannel[connected local=/127.0.0.1:14001 remote=/127.0.0.1:56898]] on ManagedSelector@62a71547{STARTED} id=0 keys=0 selected=0 updates=0 20:12:59.161 [qtp304157852-40-acceptor-0@2290de40-ServerConnector@66323f4c{HTTP/1.1, (http/1.1)}{0.0.0.0:14001}] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@62a71547{STARTED} id=0 keys=0 selected=0 updates=1 20:12:59.161 [WebSocket@712627377-44] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue CreateEndPoint@5522ecdb{Connect@32065dec{java.nio.channels.SocketChannel[connected local=/127.0.0.1:56898 remote=localhost/127.0.0.1:14001],{org.eclipse.jetty.client.connector.remoteSocketAddress=localhost/127.0.0.1:14001, org.eclipse.jetty.client.connector.clientConnectionFactory=HttpClientTransportOverHTTP@63fdab07{STARTED}, org.eclipse.jetty.client.destination=HttpDestination[Origin@98895eee[ws://localhost:14001,tag=null,protocol=Protocol@7f4624a[proto=[http/1.1],nego=false]]]@4e70a728,state=STARTED,queue=1,pool=DuplexConnectionPool@b7838a9[s=STARTED,c=1/1/64,a=0,i=0,q=1,p=Pool@696f0212[inUse=0,size=1,max=64,closed=false]],stale=false,idle=-1, org.eclipse.jetty.client.connector=ClientConnector@2371aaca{STARTED}, org.eclipse.jetty.client.connector.applicationProtocols=[http/1.1], org.eclipse.jetty.client=HttpClient@7b5a12ae{STARTED}, org.eclipse.jetty.client.connection.promise=org.eclipse.jetty.client.HttpClient$1$1@3639cf74, org.eclipse.jetty.client.connector.connectionPromise=org.eclipse.jetty.util.Promise$1@733b57d7}}} startThread=0 20:12:59.161 [WebSocket@712627377-46] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run CreateEndPoint@5522ecdb{Connect@32065dec{java.nio.channels.SocketChannel[connected local=/127.0.0.1:56898 remote=localhost/127.0.0.1:14001],{org.eclipse.jetty.client.connector.remoteSocketAddress=localhost/127.0.0.1:14001, org.eclipse.jetty.client.connector.clientConnectionFactory=HttpClientTransportOverHTTP@63fdab07{STARTED}, org.eclipse.jetty.client.destination=HttpDestination[Origin@98895eee[ws://localhost:14001,tag=null,protocol=Protocol@7f4624a[proto=[http/1.1],nego=false]]]@4e70a728,state=STARTED,queue=1,pool=DuplexConnectionPool@b7838a9[s=STARTED,c=1/1/64,a=0,i=0,q=1,p=Pool@696f0212[inUse=0,size=1,max=64,closed=false]],stale=false,idle=-1, org.eclipse.jetty.client.connector=ClientConnector@2371aaca{STARTED}, org.eclipse.jetty.client.connector.applicationProtocols=[http/1.1], org.eclipse.jetty.client=HttpClient@7b5a12ae{STARTED}, org.eclipse.jetty.client.connection.promise=org.eclipse.jetty.client.HttpClient$1$1@3639cf74, org.eclipse.jetty.client.connector.connectionPromise=org.eclipse.jetty.util.Promise$1@733b57d7}}} in QueuedThreadPool[WebSocket@712627377]@485e36bc{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@424fd310{reserved=0/2,pending=0}] 20:12:59.162 [WebSocket@712627377-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 0 20:12:59.162 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@5d48c143 woken with none selected 20:12:59.162 [WebSocket@712627377-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:12:59.162 [WebSocket@712627377-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@2bf60a0c waiting with 1 keys 20:12:59.162 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@5d48c143 woken up from select, 0/0/0 selected 20:12:59.162 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@5d48c143 processing 0 keys, 1 updates 20:12:59.162 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 20:12:59.162 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- update Accept@14c89074[java.nio.channels.SocketChannel[connected local=/127.0.0.1:14001 remote=/127.0.0.1:56898]] 20:12:59.163 [qtp304157852-39] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue Accept@14c89074[java.nio.channels.SocketChannel[connected local=/127.0.0.1:14001 remote=/127.0.0.1:56898]] startThread=0 20:12:59.163 [qtp304157852-41] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run Accept@14c89074[java.nio.channels.SocketChannel[connected local=/127.0.0.1:14001 remote=/127.0.0.1:56898]] in QueuedThreadPool[qtp304157852]@1221149c{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=0/2,pending=0}] 20:12:59.163 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:12:59.163 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@5d48c143 waiting with 1 keys 20:12:59.167 [WebSocket@712627377-46] DEBUG org.eclipse.jetty.io.IdleTimeout -- Setting idle timeout 0 -> 30000 on SocketChannelEndPoint@7f9a117d[{l=/127.0.0.1:56898,r=localhost/127.0.0.1:14001,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=8}]->[] 20:12:59.167 [WebSocket@712627377-46] DEBUG org.eclipse.jetty.io.IdleTimeout -- SocketChannelEndPoint@7f9a117d[{l=/127.0.0.1:56898,r=localhost/127.0.0.1:14001,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=8}]->[] idle timeout check, elapsed: 2 ms, remaining: 29998 ms 20:12:59.251 [qtp304157852-41] DEBUG org.eclipse.jetty.io.IdleTimeout -- Setting idle timeout 0 -> 60000 on SocketChannelEndPoint@48683fea[{l=/127.0.0.1:14001,r=/127.0.0.1:56898,OPEN,fill=-,flush=-,to=3/60000}{io=0/0,kio=0,kro=0}]->[] 20:12:59.252 [qtp304157852-41] DEBUG org.eclipse.jetty.io.IdleTimeout -- SocketChannelEndPoint@48683fea[{l=/127.0.0.1:14001,r=/127.0.0.1:56898,OPEN,fill=-,flush=-,to=4/60000}{io=0/0,kio=0,kro=0}]->[] idle timeout check, elapsed: 4 ms, remaining: 59996 ms 20:12:59.253 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Loading feature model northbound-websocket-feature 20:12:59.255 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- The feature northbound-websocket-feature depends on the feature core-feature, which is installed 20:12:59.255 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- The feature northbound-websocket-feature depends on the feature northbound-rest-feature, which is installed 20:12:59.255 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.jetty:jetty-alpn-client:11.0.13 20:12:59.255 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.jetty:jetty-alpn-client:11.0.13 in repositories [target/it/repository] 20:12:59.255 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.eclipse.jetty:jetty-alpn-client:11.0.13 is target/it/repository/org/eclipse/jetty/jetty-alpn-client/11.0.13/jetty-alpn-client-11.0.13.jar 20:12:59.257 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.jetty:jetty-client:11.0.13 20:12:59.257 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.jetty:jetty-client:11.0.13 in repositories [target/it/repository] 20:12:59.257 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.eclipse.jetty:jetty-client:11.0.13 is target/it/repository/org/eclipse/jetty/jetty-client/11.0.13/jetty-client-11.0.13.jar 20:12:59.260 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.jetty:jetty-server:11.0.13 20:12:59.260 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.jetty:jetty-server:11.0.13 in repositories [target/it/repository] 20:12:59.260 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.eclipse.jetty:jetty-server:11.0.13 is target/it/repository/org/eclipse/jetty/jetty-server/11.0.13/jetty-server-11.0.13.jar 20:12:59.263 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.jetty:jetty-webapp:11.0.13 20:12:59.263 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.jetty:jetty-webapp:11.0.13 in repositories [target/it/repository] 20:12:59.263 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.eclipse.jetty:jetty-webapp:11.0.13 is target/it/repository/org/eclipse/jetty/jetty-webapp/11.0.13/jetty-webapp-11.0.13.jar 20:12:59.267 [WebSocket@712627377-46] DEBUG org.eclipse.jetty.http.PreEncodedHttpField -- HttpField encoders loaded: [org.eclipse.jetty.http.Http1FieldPreEncoder@668770e1] 20:12:59.272 [WebSocket@712627377-46] DEBUG org.eclipse.jetty.client.http.HttpClientTransportOverHTTP -- Created HttpConnectionOverHTTP@484efda8::SocketChannelEndPoint@7f9a117d[{l=/127.0.0.1:56898,r=localhost/127.0.0.1:14001,OPEN,fill=-,flush=-,to=107/30000}{io=0/0,kio=0,kro=8}]->[] 20:12:59.342 [WebSocket@712627377-46] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=true org.eclipse.jetty.io.ManagedSelector$$Lambda$439/0x00007ff2f421e438@559439c9 on ManagedSelector@70efb718{STARTED} id=0 keys=1 selected=0 updates=0 20:12:59.342 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.jetty:jetty-xml:11.0.13 20:12:59.342 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.jetty:jetty-xml:11.0.13 in repositories [target/it/repository] 20:12:59.342 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.eclipse.jetty:jetty-xml:11.0.13 is target/it/repository/org/eclipse/jetty/jetty-xml/11.0.13/jetty-xml-11.0.13.jar 20:12:59.342 [WebSocket@712627377-46] DEBUG org.eclipse.jetty.io.AbstractEndPoint -- onOpen SocketChannelEndPoint@7f9a117d[{l=/127.0.0.1:56898,r=localhost/127.0.0.1:14001,OPEN,fill=-,flush=-,to=177/30000}{io=0/0,kio=0,kro=8}]->[HttpConnectionOverHTTP@484efda8(l:/127.0.0.1:56898 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@6ff48f6f(exchange=null)[send=HttpSenderOverHTTP@50e89c84(req=QUEUED,failure=null)[HttpGenerator@247d0de3{s=START}],recv=HttpReceiverOverHTTP@50d332d4(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 20:12:59.343 [WebSocket@712627377-46] DEBUG org.eclipse.jetty.io.AbstractConnection -- onOpen HttpConnectionOverHTTP@484efda8::SocketChannelEndPoint@7f9a117d[{l=/127.0.0.1:56898,r=localhost/127.0.0.1:14001,OPEN,fill=-,flush=-,to=178/30000}{io=0/0,kio=0,kro=8}]->[HttpConnectionOverHTTP@484efda8(l:/127.0.0.1:56898 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@6ff48f6f(exchange=null)[send=HttpSenderOverHTTP@50e89c84(req=QUEUED,failure=null)[HttpGenerator@247d0de3{s=START}],recv=HttpReceiverOverHTTP@50d332d4(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 20:12:59.343 [WebSocket@712627377-46] DEBUG org.eclipse.jetty.io.AbstractConnection -- fillInterested HttpConnectionOverHTTP@484efda8::SocketChannelEndPoint@7f9a117d[{l=/127.0.0.1:56898,r=localhost/127.0.0.1:14001,OPEN,fill=-,flush=-,to=178/30000}{io=0/0,kio=0,kro=8}]->[HttpConnectionOverHTTP@484efda8(l:/127.0.0.1:56898 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@6ff48f6f(exchange=null)[send=HttpSenderOverHTTP@50e89c84(req=QUEUED,failure=null)[HttpGenerator@247d0de3{s=START}],recv=HttpReceiverOverHTTP@50d332d4(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 20:12:59.343 [WebSocket@712627377-46] DEBUG org.eclipse.jetty.io.FillInterest -- interested FillInterest@1b974056{ReadCallback@f0fe31c{HttpConnectionOverHTTP@484efda8::SocketChannelEndPoint@7f9a117d[{l=/127.0.0.1:56898,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=8}]->[HttpConnectionOverHTTP@484efda8(l:/127.0.0.1:56898 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@6ff48f6f(exchange=null)[send=HttpSenderOverHTTP@50e89c84(req=QUEUED,failure=null)[HttpGenerator@247d0de3{s=START}],recv=HttpReceiverOverHTTP@50d332d4(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]]}} 20:12:59.343 [WebSocket@712627377-46] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- changeInterests p=false 0->1 for SocketChannelEndPoint@7f9a117d[{l=/127.0.0.1:56898,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=8}]->[HttpConnectionOverHTTP@484efda8(l:/127.0.0.1:56898 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@6ff48f6f(exchange=null)[send=HttpSenderOverHTTP@50e89c84(req=QUEUED,failure=null)[HttpGenerator@247d0de3{s=START}],recv=HttpReceiverOverHTTP@50d332d4(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 20:12:59.343 [WebSocket@712627377-46] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$431/0x00007ff2f4210ca8@4351e50b on ManagedSelector@70efb718{STARTED} id=0 keys=1 selected=0 updates=1 20:12:59.343 [WebSocket@712627377-46] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@70efb718{STARTED} id=0 keys=1 selected=0 updates=2 20:12:59.343 [WebSocket@712627377-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@2bf60a0c woken with none selected 20:12:59.343 [WebSocket@712627377-46] DEBUG org.eclipse.jetty.client.AbstractConnectionPool -- Connection creation succeeded MultiEntry@1c3146bc{PENDING,usage=0,multiplex=0,pooled=null}: HttpConnectionOverHTTP@484efda8::SocketChannelEndPoint@7f9a117d[{l=/127.0.0.1:56898,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=8}]->[HttpConnectionOverHTTP@484efda8(l:/127.0.0.1:56898 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@6ff48f6f(exchange=null)[send=HttpSenderOverHTTP@50e89c84(req=QUEUED,failure=null)[HttpGenerator@247d0de3{s=START}],recv=HttpReceiverOverHTTP@50d332d4(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 20:12:59.344 [WebSocket@712627377-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@2bf60a0c woken up from select, 0/0/1 selected 20:12:59.344 [WebSocket@712627377-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@2bf60a0c processing 0 keys, 2 updates 20:12:59.344 [WebSocket@712627377-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 2 20:12:59.344 [WebSocket@712627377-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$$Lambda$439/0x00007ff2f421e438@559439c9 20:12:59.344 [WebSocket@712627377-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$431/0x00007ff2f4210ca8@4351e50b 20:12:59.344 [WebSocket@712627377-44] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- Key interests updated 0 -> 1 on SocketChannelEndPoint@7f9a117d[{l=/127.0.0.1:56898,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=8}]->[HttpConnectionOverHTTP@484efda8(l:/127.0.0.1:56898 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@6ff48f6f(exchange=null)[send=HttpSenderOverHTTP@50e89c84(req=QUEUED,failure=null)[HttpGenerator@247d0de3{s=START}],recv=HttpReceiverOverHTTP@50d332d4(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 20:12:59.344 [WebSocket@712627377-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:12:59.344 [WebSocket@712627377-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@2bf60a0c waiting with 1 keys 20:12:59.344 [WebSocket@712627377-46] DEBUG org.eclipse.jetty.client.AbstractConnectionPool -- Acquiring create=false on DuplexConnectionPool@b7838a9[s=STARTED,c=0/1/64,a=0,i=1,q=1,p=Pool@696f0212[inUse=0,size=1,max=64,closed=false]] 20:12:59.344 [WebSocket@712627377-46] DEBUG org.eclipse.jetty.client.AbstractConnectionPool -- Activated MultiEntry@1c3146bc{ACTIVE,usage=1,multiplex=1,pooled=HttpConnectionOverHTTP@484efda8::SocketChannelEndPoint@7f9a117d[{l=/127.0.0.1:56898,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=8}]->[HttpConnectionOverHTTP@484efda8(l:/127.0.0.1:56898 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@6ff48f6f(exchange=null)[send=HttpSenderOverHTTP@50e89c84(req=QUEUED,failure=null)[HttpGenerator@247d0de3{s=START}],recv=HttpReceiverOverHTTP@50d332d4(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]]} Pool@696f0212[inUse=1,size=1,max=64,closed=false] 20:12:59.344 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.jetty.websocket:websocket-servlet:11.0.13 20:12:59.345 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.jetty.websocket:websocket-servlet:11.0.13 in repositories [target/it/repository] 20:12:59.345 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.eclipse.jetty.websocket:websocket-servlet:11.0.13 is target/it/repository/org/eclipse/jetty/websocket/websocket-servlet/11.0.13/websocket-servlet-11.0.13.jar 20:12:59.345 [WebSocket@712627377-46] DEBUG org.eclipse.jetty.client.HttpDestination -- Processing exchange HttpExchange@17bb907f{req=JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@5733f295[PENDING/null] res=HttpResponse[null 0 null]@74d49cad[PENDING/null]} on HttpConnectionOverHTTP@484efda8::SocketChannelEndPoint@7f9a117d[{l=/127.0.0.1:56898,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=8}]->[HttpConnectionOverHTTP@484efda8(l:/127.0.0.1:56898 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@6ff48f6f(exchange=null)[send=HttpSenderOverHTTP@50e89c84(req=QUEUED,failure=null)[HttpGenerator@247d0de3{s=START}],recv=HttpReceiverOverHTTP@50d332d4(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] of HttpDestination[Origin@98895eee[ws://localhost:14001,tag=null,protocol=Protocol@7f4624a[proto=[http/1.1],nego=false]]]@4e70a728,state=STARTED,queue=0,pool=DuplexConnectionPool@b7838a9[s=STARTED,c=0/1/64,a=1,i=0,q=0,p=Pool@696f0212[inUse=1,size=1,max=64,closed=false]],stale=false,idle=-1 20:12:59.345 [WebSocket@712627377-46] DEBUG org.eclipse.jetty.client.HttpConnection -- Normalizing true JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@5733f295 20:12:59.346 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.jetty.websocket:websocket-core-common:11.0.13 20:12:59.347 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.jetty.websocket:websocket-core-common:11.0.13 in repositories [target/it/repository] 20:12:59.347 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.eclipse.jetty.websocket:websocket-core-common:11.0.13 is target/it/repository/org/eclipse/jetty/websocket/websocket-core-common/11.0.13/websocket-core-common-11.0.13.jar 20:12:59.349 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.jetty.websocket:websocket-core-client:11.0.13 20:12:59.349 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.jetty.websocket:websocket-core-client:11.0.13 in repositories [target/it/repository] 20:12:59.349 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.eclipse.jetty.websocket:websocket-core-client:11.0.13 is target/it/repository/org/eclipse/jetty/websocket/websocket-core-client/11.0.13/websocket-core-client-11.0.13.jar 20:12:59.351 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.jetty.websocket:websocket-core-server:11.0.13 20:12:59.351 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.jetty.websocket:websocket-core-server:11.0.13 in repositories [target/it/repository] 20:12:59.352 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.eclipse.jetty.websocket:websocket-core-server:11.0.13 is target/it/repository/org/eclipse/jetty/websocket/websocket-core-server/11.0.13/websocket-core-server-11.0.13.jar 20:12:59.352 [WebSocket@712627377-46] DEBUG org.eclipse.jetty.client.HttpChannel -- HttpExchange@17bb907f{req=JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@5733f295[PENDING/null] res=HttpResponse[null 0 null]@74d49cad[PENDING/null]} associated true to HttpChannelOverHTTP@6ff48f6f(exchange=HttpExchange@17bb907f{req=JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@5733f295[PENDING/null] res=HttpResponse[null 0 null]@74d49cad[PENDING/null]})[send=HttpSenderOverHTTP@50e89c84(req=QUEUED,failure=null)[HttpGenerator@247d0de3{s=START}],recv=HttpReceiverOverHTTP@50d332d4(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 20:12:59.352 [WebSocket@712627377-46] DEBUG org.eclipse.jetty.client.HttpSender -- Request begin JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@5733f295 20:12:59.353 [WebSocket@712627377-46] DEBUG org.eclipse.jetty.client.util.AbstractRequestContent -- Content subscription for BytesRequestContent.SubscriptionImpl@71aac0a8[demand=0,stalled=true,committed=false,emitInitial=true]: org.eclipse.jetty.client.HttpSender$ContentConsumer@646c5b90 20:12:59.353 [WebSocket@712627377-46] DEBUG org.eclipse.jetty.client.HttpSender -- Request headers JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@5733f295 Accept-Encoding: gzip User-Agent: Jetty/11.0.13 Host: localhost:14001 Sec-WebSocket-Version: 13 Upgrade: websocket Connection: Upgrade Sec-WebSocket-Key: Gt3jsEZrG1B8zACZlLM0RQ== Pragma: no-cache Cache-Control: no-cache 20:12:59.353 [WebSocket@712627377-46] DEBUG org.eclipse.jetty.client.util.AbstractRequestContent -- Content demand, producing true for BytesRequestContent.SubscriptionImpl@71aac0a8[demand=1,stalled=false,committed=false,emitInitial=true] 20:12:59.353 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.jetty.websocket:websocket-jetty-api:11.0.13 20:12:59.354 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.jetty.websocket:websocket-jetty-api:11.0.13 in repositories [target/it/repository] 20:12:59.354 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.eclipse.jetty.websocket:websocket-jetty-api:11.0.13 is target/it/repository/org/eclipse/jetty/websocket/websocket-jetty-api/11.0.13/websocket-jetty-api-11.0.13.jar 20:12:59.354 [WebSocket@712627377-46] DEBUG org.eclipse.jetty.client.util.AbstractRequestContent -- Notifying content last=true HeapByteBuffer@485b3521[p=0,l=0,c=0,r=0]={<<<>>>} for BytesRequestContent.SubscriptionImpl@71aac0a8[demand=0,stalled=false,committed=true,emitInitial=true] 20:12:59.354 [WebSocket@712627377-46] DEBUG org.eclipse.jetty.client.HttpSender -- Content HeapByteBuffer@485b3521[p=0,l=0,c=0,r=0]={<<<>>>} last=true for JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@5733f295 20:12:59.355 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.jetty.websocket:websocket-jetty-common:11.0.13 20:12:59.355 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.jetty.websocket:websocket-jetty-common:11.0.13 in repositories [target/it/repository] 20:12:59.355 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.eclipse.jetty.websocket:websocket-jetty-common:11.0.13 is target/it/repository/org/eclipse/jetty/websocket/websocket-jetty-common/11.0.13/websocket-jetty-common-11.0.13.jar 20:12:59.357 [WebSocket@712627377-46] DEBUG org.eclipse.jetty.client.http.HttpSenderOverHTTP -- Sending headers with content HeapByteBuffer@485b3521[p=0,l=0,c=0,r=0]={<<<>>>} last=true for JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@5733f295 20:12:59.357 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.jetty.websocket:websocket-jetty-client:11.0.13 20:12:59.357 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.jetty.websocket:websocket-jetty-client:11.0.13 in repositories [target/it/repository] 20:12:59.357 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.eclipse.jetty.websocket:websocket-jetty-client:11.0.13 is target/it/repository/org/eclipse/jetty/websocket/websocket-jetty-client/11.0.13/websocket-jetty-client-11.0.13.jar 20:12:59.358 [WebSocket@712627377-46] DEBUG org.eclipse.jetty.client.http.HttpSenderOverHTTP -- Generated headers (-1 bytes), chunk (-1 bytes), content (0 bytes) - NEED_HEADER/HttpGenerator@247d0de3{s=START} for JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@5733f295 20:12:59.359 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.jetty.websocket:websocket-jetty-server:11.0.13 20:12:59.360 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.jetty.websocket:websocket-jetty-server:11.0.13 in repositories [target/it/repository] 20:12:59.360 [WebSocket@712627377-46] DEBUG org.eclipse.jetty.http.HttpGenerator -- generateHeaders GET{u=/ws/sensinact,HTTP/1.1,h=9,cl=0,p=null} last=true content=HeapByteBuffer@485b3521[p=0,l=0,c=0,r=0]={<<<>>>} 20:12:59.360 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.eclipse.jetty.websocket:websocket-jetty-server:11.0.13 is target/it/repository/org/eclipse/jetty/websocket/websocket-jetty-server/11.0.13/websocket-jetty-server-11.0.13.jar 20:12:59.360 [WebSocket@712627377-46] DEBUG org.eclipse.jetty.http.HttpGenerator -- Accept-Encoding: gzip User-Agent: Jetty/11.0.13 Host: localhost:14001 Sec-WebSocket-Version: 13 Upgrade: websocket Connection: Upgrade Sec-WebSocket-Key: Gt3jsEZrG1B8zACZlLM0RQ== Pragma: no-cache Cache-Control: no-cache 20:12:59.360 [WebSocket@712627377-46] DEBUG org.eclipse.jetty.http.HttpGenerator -- NO_CONTENT 20:12:59.360 [WebSocket@712627377-46] DEBUG org.eclipse.jetty.client.http.HttpSenderOverHTTP -- Generated headers (259 bytes), chunk (-1 bytes), content (0 bytes) - FLUSH/HttpGenerator@247d0de3{s=COMPLETING} for JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@5733f295 20:12:59.360 [WebSocket@712627377-46] DEBUG org.eclipse.jetty.io.WriteFlusher -- write: WriteFlusher@62736348{IDLE}->null [DirectByteBuffer@3e4a77ea[p=0,l=259,c=4096,r=259]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@485b3521[p=0,l=0,c=0,r=0]={<<<>>>},HeapByteBuffer@485b3521[p=0,l=0,c=0,r=0]={<<<>>>}] 20:12:59.360 [WebSocket@712627377-46] DEBUG org.eclipse.jetty.io.WriteFlusher -- update WriteFlusher@62736348{WRITING}->null:IDLE-->WRITING 20:12:59.361 [WebSocket@712627377-46] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- flushed 259 SocketChannelEndPoint@7f9a117d[{l=/127.0.0.1:56898,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=W,to=18/30000}{io=1/1,kio=1,kro=8}]->[HttpConnectionOverHTTP@484efda8(l:/127.0.0.1:56898 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@6ff48f6f(exchange=HttpExchange@17bb907f{req=JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@5733f295[PENDING/null] res=HttpResponse[null 0 null]@74d49cad[PENDING/null]})[send=HttpSenderOverHTTP@50e89c84(req=HEADERS,failure=null)[HttpGenerator@247d0de3{s=COMPLETING}],recv=HttpReceiverOverHTTP@50d332d4(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 20:12:59.361 [WebSocket@712627377-46] DEBUG org.eclipse.jetty.io.WriteFlusher -- Flushed=true written=259 remaining=0 WriteFlusher@62736348{WRITING}->null 20:12:59.361 [WebSocket@712627377-46] DEBUG org.eclipse.jetty.io.WriteFlusher -- update WriteFlusher@62736348{IDLE}->null:WRITING-->IDLE 20:12:59.362 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.sensinact.gateway.northbound:websocket:0.0.2-SNAPSHOT 20:12:59.362 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.sensinact.gateway.northbound:websocket:0.0.2-SNAPSHOT in repositories [target/it/repository] 20:12:59.362 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.eclipse.sensinact.gateway.northbound:websocket:0.0.2-SNAPSHOT is target/it/repository/org/eclipse/sensinact/gateway/northbound/websocket/0.0.2-SNAPSHOT/websocket-0.0.2-SNAPSHOT.jar 20:12:59.364 [WebSocket@712627377-46] DEBUG org.eclipse.jetty.client.http.HttpSenderOverHTTP -- Generated headers (-1 bytes), chunk (-1 bytes), content (-1 bytes) - DONE/HttpGenerator@247d0de3{s=END} for JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@5733f295 20:12:59.364 [WebSocket@712627377-46] DEBUG org.eclipse.jetty.client.HttpSender -- Request committed JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@5733f295 20:12:59.364 [WebSocket@712627377-46] DEBUG org.eclipse.jetty.client.HttpSender -- Request success JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@5733f295 20:12:59.364 [WebSocket@712627377-46] DEBUG org.eclipse.jetty.client.HttpExchange -- Terminated request for HttpExchange@17bb907f{req=JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@5733f295[TERMINATED/null] res=HttpResponse[null 0 null]@74d49cad[PENDING/null]}, result: null 20:12:59.364 [WebSocket@712627377-46] DEBUG org.eclipse.jetty.client.HttpSender -- Terminating request JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@5733f295 20:12:59.364 [WebSocket@712627377-46] DEBUG org.eclipse.jetty.client.util.AbstractRequestContent -- No demand, processing stalled for BytesRequestContent.SubscriptionImpl@71aac0a8[demand=0,stalled=true,committed=true,emitInitial=true] 20:12:59.364 [WebSocket@712627377-46] DEBUG org.eclipse.jetty.io.ManagedSelector -- Created SocketChannelEndPoint@7f9a117d[{l=/127.0.0.1:56898,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=3/30000}{io=1/1,kio=1,kro=8}]->[HttpConnectionOverHTTP@484efda8(l:/127.0.0.1:56898 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@6ff48f6f(exchange=HttpExchange@17bb907f{req=JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@5733f295[TERMINATED/null] res=HttpResponse[null 0 null]@74d49cad[PENDING/null]})[send=HttpSenderOverHTTP@50e89c84(req=QUEUED,failure=null)[HttpGenerator@247d0de3{s=START}],recv=HttpReceiverOverHTTP@50d332d4(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 20:12:59.365 [WebSocket@712627377-46] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran CreateEndPoint@5522ecdb{Connect@32065dec{java.nio.channels.SocketChannel[connected local=/127.0.0.1:56898 remote=localhost/127.0.0.1:14001],{org.eclipse.jetty.client.connector.remoteSocketAddress=localhost/127.0.0.1:14001, org.eclipse.jetty.client.connector.clientConnectionFactory=HttpClientTransportOverHTTP@63fdab07{STARTED}, org.eclipse.jetty.client.destination=HttpDestination[Origin@98895eee[ws://localhost:14001,tag=null,protocol=Protocol@7f4624a[proto=[http/1.1],nego=false]]]@4e70a728,state=STARTED,queue=0,pool=DuplexConnectionPool@b7838a9[s=STARTED,c=0/1/64,a=1,i=0,q=0,p=Pool@696f0212[inUse=1,size=1,max=64,closed=false]],stale=false,idle=-1, org.eclipse.jetty.client.connector=ClientConnector@2371aaca{STARTED}, org.eclipse.jetty.client.connector.applicationProtocols=[http/1.1], org.eclipse.jetty.client=HttpClient@7b5a12ae{STARTED}, org.eclipse.jetty.client.connection.promise=org.eclipse.jetty.client.HttpClient$1$1@3639cf74, org.eclipse.jetty.client.connector.connectionPromise=org.eclipse.jetty.util.Promise$1@733b57d7}}} in QueuedThreadPool[WebSocket@712627377]@485e36bc{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@424fd310{reserved=0/2,pending=0}] 20:12:59.542 [qtp304157852-41] DEBUG org.eclipse.jetty.server.HttpChannel -- new HttpChannelOverHttp@7092953d{s=HttpChannelState@2a52071{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@48683fea[{l=/127.0.0.1:14001,r=/127.0.0.1:56898,OPEN,fill=-,flush=-,to=294/60000}{io=0/0,kio=0,kro=0}]->[],null,HttpChannelState@2a52071{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} Feb 12, 2024 8:12:59 PM org.apache.aries.spifly.BaseActivator log INFO: Registered provider org.eclipse.jetty.webapp.FragmentConfiguration of service org.eclipse.jetty.webapp.Configuration in bundle org.eclipse.jetty.webapp Feb 12, 2024 8:12:59 PM org.apache.aries.spifly.BaseActivator log INFO: Registered provider org.eclipse.jetty.webapp.JettyWebXmlConfiguration of service org.eclipse.jetty.webapp.Configuration in bundle org.eclipse.jetty.webapp Feb 12, 2024 8:12:59 PM org.apache.aries.spifly.BaseActivator log INFO: Registered provider org.eclipse.jetty.webapp.JaasConfiguration of service org.eclipse.jetty.webapp.Configuration in bundle org.eclipse.jetty.webapp Feb 12, 2024 8:12:59 PM org.apache.aries.spifly.BaseActivator log INFO: Registered provider org.eclipse.jetty.webapp.JaspiConfiguration of service org.eclipse.jetty.webapp.Configuration in bundle org.eclipse.jetty.webapp Feb 12, 2024 8:12:59 PM org.apache.aries.spifly.BaseActivator log INFO: Registered provider org.eclipse.jetty.webapp.JmxConfiguration of service org.eclipse.jetty.webapp.Configuration in bundle org.eclipse.jetty.webapp Feb 12, 2024 8:12:59 PM org.apache.aries.spifly.BaseActivator log INFO: Registered provider org.eclipse.jetty.webapp.JndiConfiguration of service org.eclipse.jetty.webapp.Configuration in bundle org.eclipse.jetty.webapp Feb 12, 2024 8:12:59 PM org.apache.aries.spifly.BaseActivator log INFO: Registered provider org.eclipse.jetty.webapp.JspConfiguration of service org.eclipse.jetty.webapp.Configuration in bundle org.eclipse.jetty.webapp Feb 12, 2024 8:12:59 PM org.apache.aries.spifly.BaseActivator log INFO: Registered provider org.eclipse.jetty.webapp.MetaInfConfiguration of service org.eclipse.jetty.webapp.Configuration in bundle org.eclipse.jetty.webapp Feb 12, 2024 8:12:59 PM org.apache.aries.spifly.BaseActivator log INFO: Registered provider org.eclipse.jetty.webapp.ServletsConfiguration of service org.eclipse.jetty.webapp.Configuration in bundle org.eclipse.jetty.webapp Feb 12, 2024 8:12:59 PM org.apache.aries.spifly.BaseActivator log INFO: Registered provider org.eclipse.jetty.webapp.WebAppConfiguration of service org.eclipse.jetty.webapp.Configuration in bundle org.eclipse.jetty.webapp Feb 12, 2024 8:12:59 PM org.apache.aries.spifly.BaseActivator log INFO: Registered provider org.eclipse.jetty.webapp.WebInfConfiguration of service org.eclipse.jetty.webapp.Configuration in bundle org.eclipse.jetty.webapp Feb 12, 2024 8:12:59 PM org.apache.aries.spifly.BaseActivator log INFO: Registered provider org.eclipse.jetty.webapp.WebXmlConfiguration of service org.eclipse.jetty.webapp.Configuration in bundle org.eclipse.jetty.webapp 20:12:59.559 [qtp304157852-41] DEBUG org.eclipse.jetty.server.HttpConnection -- New HTTP Connection HttpConnection@5703ee72::SocketChannelEndPoint@48683fea[{l=/127.0.0.1:14001,r=/127.0.0.1:56898,OPEN,fill=-,flush=-,to=311/60000}{io=0/0,kio=0,kro=0}]->[] 20:12:59.560 [qtp304157852-41] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=true org.eclipse.jetty.io.ManagedSelector$$Lambda$496/0x00007fa8e43c2d48@1aeae61d on ManagedSelector@62a71547{STARTED} id=0 keys=1 selected=0 updates=0 20:12:59.560 [qtp304157852-41] DEBUG org.eclipse.jetty.io.AbstractEndPoint -- onOpen SocketChannelEndPoint@48683fea[{l=/127.0.0.1:14001,r=/127.0.0.1:56898,OPEN,fill=-,flush=-,to=312/60000}{io=0/0,kio=0,kro=0}]->[HttpConnection@5703ee72[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2901d654{s=START}]=>HttpChannelOverHttp@7092953d{s=HttpChannelState@2a52071{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}] 20:12:59.560 [qtp304157852-41] DEBUG org.eclipse.jetty.io.AbstractConnection -- onOpen HttpConnection@5703ee72::SocketChannelEndPoint@48683fea[{l=/127.0.0.1:14001,r=/127.0.0.1:56898,OPEN,fill=-,flush=-,to=312/60000}{io=0/0,kio=0,kro=0}]->[HttpConnection@5703ee72[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2901d654{s=START}]=>HttpChannelOverHttp@7092953d{s=HttpChannelState@2a52071{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}] 20:12:59.560 [qtp304157852-41] DEBUG org.eclipse.jetty.io.AbstractConnection -- fillInterested HttpConnection@5703ee72::SocketChannelEndPoint@48683fea[{l=/127.0.0.1:14001,r=/127.0.0.1:56898,OPEN,fill=-,flush=-,to=312/60000}{io=0/0,kio=0,kro=0}]->[HttpConnection@5703ee72[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2901d654{s=START}]=>HttpChannelOverHttp@7092953d{s=HttpChannelState@2a52071{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}] 20:12:59.560 [qtp304157852-41] DEBUG org.eclipse.jetty.io.FillInterest -- interested FillInterest@1225883b{ReadCallback@27fd42c2{HttpConnection@5703ee72::SocketChannelEndPoint@48683fea[{l=/127.0.0.1:14001,r=/127.0.0.1:56898,OPEN,fill=FI,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}]->[HttpConnection@5703ee72[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2901d654{s=START}]=>HttpChannelOverHttp@7092953d{s=HttpChannelState@2a52071{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}]}} 20:12:59.560 [qtp304157852-41] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- changeInterests p=false 0->1 for SocketChannelEndPoint@48683fea[{l=/127.0.0.1:14001,r=/127.0.0.1:56898,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=0}]->[HttpConnection@5703ee72[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2901d654{s=START}]=>HttpChannelOverHttp@7092953d{s=HttpChannelState@2a52071{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}] 20:12:59.560 [qtp304157852-41] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$463/0x00007fa8e437ea68@6aea922e on ManagedSelector@62a71547{STARTED} id=0 keys=1 selected=0 updates=1 20:12:59.560 [qtp304157852-41] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@62a71547{STARTED} id=0 keys=1 selected=0 updates=2 20:12:59.560 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@5d48c143 woken with none selected 20:12:59.560 [qtp304157852-41] DEBUG org.eclipse.jetty.io.ManagedSelector -- Created SocketChannelEndPoint@48683fea[{l=/127.0.0.1:14001,r=/127.0.0.1:56898,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=0}]->[HttpConnection@5703ee72[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2901d654{s=START}]=>HttpChannelOverHttp@7092953d{s=HttpChannelState@2a52071{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}] 20:12:59.561 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@5d48c143 woken up from select, 0/0/1 selected 20:12:59.561 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@5d48c143 processing 0 keys, 2 updates 20:12:59.561 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 2 20:12:59.561 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$$Lambda$496/0x00007fa8e43c2d48@1aeae61d 20:12:59.561 [qtp304157852-41] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran Accept@14c89074[java.nio.channels.SocketChannel[connected local=/127.0.0.1:14001 remote=/127.0.0.1:56898]] in QueuedThreadPool[qtp304157852]@1221149c{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=0/2,pending=0}] 20:12:59.561 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$463/0x00007fa8e437ea68@6aea922e 20:12:59.561 [qtp304157852-39] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- Key interests updated 0 -> 1 on SocketChannelEndPoint@48683fea[{l=/127.0.0.1:14001,r=/127.0.0.1:56898,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=0}]->[HttpConnection@5703ee72[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2901d654{s=START}]=>HttpChannelOverHttp@7092953d{s=HttpChannelState@2a52071{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}] 20:12:59.561 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:12:59.561 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@5d48c143 waiting with 1 keys 20:12:59.561 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@5d48c143 woken up from select, 1/1/1 selected 20:12:59.561 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@5d48c143 processing 1 keys, 0 updates 20:12:59.561 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- selected 1 channel=java.nio.channels.SocketChannel[connected local=/127.0.0.1:14001 remote=/127.0.0.1:56898], selector=sun.nio.ch.EPollSelectorImpl@5d48c143, interestOps=1, readyOps=1 SocketChannelEndPoint@48683fea[{l=/127.0.0.1:14001,r=/127.0.0.1:56898,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=1}]->[HttpConnection@5703ee72[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2901d654{s=START}]=>HttpChannelOverHttp@7092953d{s=HttpChannelState@2a52071{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}] 20:12:59.561 [qtp304157852-39] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- onSelected 1->0 r=true w=false for SocketChannelEndPoint@48683fea[{l=/127.0.0.1:14001,r=/127.0.0.1:56898,OPEN,fill=FI,flush=-,to=0/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@5703ee72[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2901d654{s=START}]=>HttpChannelOverHttp@7092953d{s=HttpChannelState@2a52071{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}] 20:12:59.561 [qtp304157852-39] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- task SocketChannelEndPoint@48683fea[{l=/127.0.0.1:14001,r=/127.0.0.1:56898,OPEN,fill=FI,flush=-,to=1/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@5703ee72[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2901d654{s=START}]=>HttpChannelOverHttp@7092953d{s=HttpChannelState@2a52071{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 20:12:59.561 [qtp304157852-39] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@4d385e23{reserved=0/2,pending=0} tryExecute org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy$$Lambda$380/0x00007fa8e4312d78@71d9be42 20:12:59.561 [qtp304157852-39] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@4d385e23{reserved=0/2,pending=1} startReservedThread p=1 Feb 12, 2024 8:12:59 PM org.apache.aries.spifly.BaseActivator log INFO: Registered provider org.eclipse.jetty.websocket.core.internal.IdentityExtension of service org.eclipse.jetty.websocket.core.Extension in bundle org.eclipse.jetty.websocket.core.common 20:12:59.562 [qtp304157852-39] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue ReservedThread@6addf1de{PENDING,thread=null} startThread=0 20:12:59.562 [qtp304157852-42] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run ReservedThread@6addf1de{PENDING,thread=null} in QueuedThreadPool[qtp304157852]@1221149c{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=0/2,pending=1}] 20:12:59.562 [qtp304157852-42] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@6addf1de{PENDING,thread=Thread[qtp304157852-42,5,Configuration Admin Service]} was=PENDING next=RESERVED size=0+1 capacity=2 20:12:59.562 [qtp304157852-42] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@6addf1de{RESERVED,thread=Thread[qtp304157852-42,5,Configuration Admin Service]} waiting ReservedThreadExecutor@4d385e23{reserved=1/2,pending=0} 20:12:59.562 [qtp304157852-39] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- ss=PRODUCE_EXECUTE_CONSUME t=SocketChannelEndPoint@48683fea[{l=/127.0.0.1:14001,r=/127.0.0.1:56898,OPEN,fill=FI,flush=-,to=1/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@5703ee72[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2901d654{s=START}]=>HttpChannelOverHttp@7092953d{s=HttpChannelState@2a52071{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@313e7a31/SelectorProducer@1efd6dc5/PRODUCING/p=false/QueuedThreadPool[qtp304157852]@1221149c{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=1/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:12:59.562696988Z 20:12:59.562 [qtp304157852-39] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue SocketChannelEndPoint@48683fea[{l=/127.0.0.1:14001,r=/127.0.0.1:56898,OPEN,fill=FI,flush=-,to=2/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@5703ee72[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2901d654{s=START}]=>HttpChannelOverHttp@7092953d{s=HttpChannelState@2a52071{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 20:12:59.562 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 0 20:12:59.562 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:12:59.562 [qtp304157852-43] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run SocketChannelEndPoint@48683fea[{l=/127.0.0.1:14001,r=/127.0.0.1:56898,OPEN,fill=FI,flush=-,to=2/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@5703ee72[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2901d654{s=START}]=>HttpChannelOverHttp@7092953d{s=HttpChannelState@2a52071{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[qtp304157852]@1221149c{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=1/2,pending=0}] 20:12:59.562 [qtp304157852-39] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- Key interests updated 1 -> 0 on SocketChannelEndPoint@48683fea[{l=/127.0.0.1:14001,r=/127.0.0.1:56898,OPEN,fill=FI,flush=-,to=2/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5703ee72[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2901d654{s=START}]=>HttpChannelOverHttp@7092953d{s=HttpChannelState@2a52071{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}] 20:12:59.562 [qtp304157852-43] DEBUG org.eclipse.jetty.io.FillInterest -- fillable FillInterest@1225883b{ReadCallback@27fd42c2{HttpConnection@5703ee72::SocketChannelEndPoint@48683fea[{l=/127.0.0.1:14001,r=/127.0.0.1:56898,OPEN,fill=FI,flush=-,to=2/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5703ee72[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2901d654{s=START}]=>HttpChannelOverHttp@7092953d{s=HttpChannelState@2a52071{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}]}} 20:12:59.563 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@5d48c143 waiting with 1 keys 20:12:59.563 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@5703ee72::SocketChannelEndPoint@48683fea[{l=/127.0.0.1:14001,r=/127.0.0.1:56898,OPEN,fill=-,flush=-,to=2/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5703ee72[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2901d654{s=START}]=>HttpChannelOverHttp@7092953d{s=HttpChannelState@2a52071{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@2a52071{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null Feb 12, 2024 8:12:59 PM org.apache.aries.spifly.BaseActivator log INFO: Registered provider org.eclipse.jetty.websocket.core.internal.FragmentExtension of service org.eclipse.jetty.websocket.core.Extension in bundle org.eclipse.jetty.websocket.core.common 20:12:59.563 [qtp304157852-43] DEBUG org.eclipse.jetty.util.Pool -- RetainedBucket@3ff5ad66[inUse=0,size=1,max=-1,closed=false]{capacity=8192,inuse=0(0%)} returning new reserved entry MonoEntry@1ad8dbb3{PENDING,pooled=null} Feb 12, 2024 8:12:59 PM org.apache.aries.spifly.BaseActivator log INFO: Registered provider org.eclipse.jetty.websocket.core.internal.PerMessageDeflateExtension of service org.eclipse.jetty.websocket.core.Extension in bundle org.eclipse.jetty.websocket.core.common Feb 12, 2024 8:12:59 PM org.apache.aries.spifly.BaseActivator log INFO: Registered provider org.eclipse.jetty.websocket.core.internal.ValidationExtension of service org.eclipse.jetty.websocket.core.Extension in bundle org.eclipse.jetty.websocket.core.common Feb 12, 2024 8:12:59 PM org.apache.aries.spifly.BaseActivator log INFO: Registered provider org.eclipse.jetty.websocket.core.internal.FrameCaptureExtension of service org.eclipse.jetty.websocket.core.Extension in bundle org.eclipse.jetty.websocket.core.common 20:12:59.565 [qtp304157852-43] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- filled 259 DirectByteBuffer@656a3417[p=0,l=259,c=8192,r=259]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 20:12:59.565 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@5703ee72::SocketChannelEndPoint@48683fea[{l=/127.0.0.1:14001,r=/127.0.0.1:56898,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5703ee72[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2901d654{s=START}]=>HttpChannelOverHttp@7092953d{s=HttpChannelState@2a52071{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 259 RetainableByteBuffer@349e4f18{DirectByteBuffer@656a3417[p=0,l=259,c=8192,r=259]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},r=1} 20:12:59.565 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@5703ee72::SocketChannelEndPoint@48683fea[{l=/127.0.0.1:14001,r=/127.0.0.1:56898,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5703ee72[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2901d654{s=START}]=>HttpChannelOverHttp@7092953d{s=HttpChannelState@2a52071{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@349e4f18{DirectByteBuffer@656a3417[p=0,l=259,c=8192,r=259]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},r=1} 20:12:59.566 [qtp304157852-43] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=START DirectByteBuffer@656a3417[p=0,l=259,c=8192,r=259]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 20:12:59.566 [qtp304157852-43] DEBUG org.eclipse.jetty.http.HttpParser -- START --> SPACE1 20:12:59.568 [qtp304157852-43] DEBUG org.eclipse.jetty.http.HttpParser -- SPACE1 --> URI 20:12:59.568 [qtp304157852-43] DEBUG org.eclipse.jetty.http.HttpParser -- URI --> SPACE2 20:12:59.568 [qtp304157852-43] DEBUG org.eclipse.jetty.http.HttpParser -- SPACE2 --> REQUEST_VERSION 20:12:59.568 [qtp304157852-43] DEBUG org.eclipse.jetty.http.HttpParser -- REQUEST_VERSION --> HEADER Feb 12, 2024 8:12:59 PM org.apache.aries.spifly.BaseActivator log INFO: Registered provider org.eclipse.jetty.websocket.common.ExtensionConfigParser of service org.eclipse.jetty.websocket.api.ExtensionConfig$Parser in bundle org.eclipse.jetty.websocket.common 20:12:59.569 [qtp304157852-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Accept-Encoding: gzip --> IN_VALUE 20:12:59.569 [qtp304157852-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Accept-Encoding: gzip --> FIELD 20:12:59.569 [qtp304157852-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:User-Agent --> VALUE 20:12:59.569 [qtp304157852-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:User-Agent --> IN_VALUE 20:12:59.569 [qtp304157852-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:User-Agent --> FIELD 20:12:59.569 [qtp304157852-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Host --> VALUE 20:12:59.569 [qtp304157852-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Host --> IN_VALUE 20:12:59.569 [qtp304157852-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Host --> FIELD Feb 12, 2024 8:12:59 PM org.apache.aries.spifly.BaseActivator log INFO: Registered provider org.eclipse.jetty.websocket.client.config.JettyWebSocketClientConfiguration of service org.eclipse.jetty.webapp.Configuration in bundle org.eclipse.jetty.websocket.client 20:12:59.570 [qtp304157852-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Sec-WebSocket-Version --> VALUE 20:12:59.570 [qtp304157852-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Sec-WebSocket-Version --> IN_VALUE 20:12:59.570 [qtp304157852-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Sec-WebSocket-Version --> FIELD 20:12:59.570 [qtp304157852-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Upgrade --> VALUE 20:12:59.570 [qtp304157852-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Upgrade --> IN_VALUE 20:12:59.570 [qtp304157852-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Upgrade --> FIELD 20:12:59.570 [qtp304157852-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Connection: Upgrade --> IN_VALUE 20:12:59.570 [qtp304157852-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Connection: Upgrade --> FIELD 20:12:59.570 [qtp304157852-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Sec-WebSocket-Key --> VALUE 20:12:59.570 [qtp304157852-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Sec-WebSocket-Key --> IN_VALUE 20:12:59.570 [qtp304157852-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Sec-WebSocket-Key --> FIELD 20:12:59.570 [qtp304157852-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Pragma: no-cache --> IN_VALUE 20:12:59.570 [qtp304157852-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Pragma: no-cache --> FIELD 20:12:59.570 [qtp304157852-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Cache-Control: no-cache --> IN_VALUE 20:12:59.570 [qtp304157852-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Cache-Control: no-cache --> FIELD 20:12:59.570 [qtp304157852-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER --> CONTENT Feb 12, 2024 8:12:59 PM org.apache.aries.spifly.BaseActivator log INFO: Registered provider org.eclipse.jetty.websocket.server.config.JettyWebSocketServletContainerInitializer of service jakarta.servlet.ServletContainerInitializer in bundle org.eclipse.jetty.websocket.server Feb 12, 2024 8:12:59 PM org.apache.aries.spifly.BaseActivator log INFO: Registered provider org.eclipse.jetty.websocket.server.config.JettyWebSocketConfiguration of service org.eclipse.jetty.webapp.Configuration in bundle org.eclipse.jetty.websocket.server 20:12:59.572 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpInput -- reopen HttpInput@1253073905 cs=HttpChannelState@2a52071{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@7c52bc7e eof=false 20:12:59.576 [qtp304157852-43] DEBUG org.eclipse.jetty.server.BlockingContentProducer -- reopening org.eclipse.jetty.server.BlockingContentProducer@7c52bc7e 20:12:59.576 [qtp304157852-43] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- reopening AsyncContentProducer@7f81f96f[r=null,t=null,i=null,error=false,c=HttpChannelOverHttp@7092953d{s=HttpChannelState@2a52071{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}] 20:12:59.576 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpChannel -- REQUEST for /ws/sensinact on HttpChannelOverHttp@7092953d{s=HttpChannelState@2a52071{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:14001/ws/sensinact,age=5} GET /ws/sensinact HTTP/1.1 Accept-Encoding: gzip User-Agent: Jetty/11.0.13 Host: localhost:14001 Sec-WebSocket-Version: 13 Upgrade: websocket Connection: Upgrade Sec-WebSocket-Key: Gt3jsEZrG1B8zACZlLM0RQ== Pragma: no-cache Cache-Control: no-cache 20:12:59.641 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- upgrade HttpChannelOverHttp@7092953d{s=HttpChannelState@2a52071{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:14001/ws/sensinact,age=70} Upgrade: websocket 20:12:59.642 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- No factory for Upgrade: websocket in ServerConnector@66323f4c{HTTP/1.1, (http/1.1)}{0.0.0.0:14001} 20:12:59.643 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@5703ee72::SocketChannelEndPoint@48683fea[{l=/127.0.0.1:14001,r=/127.0.0.1:56898,OPEN,fill=-,flush=-,to=77/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5703ee72[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@2901d654{s=START}]=>HttpChannelOverHttp@7092953d{s=HttpChannelState@2a52071{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:14001/ws/sensinact,age=72}] parsed true HttpParser{s=CONTENT,0 of -1} 20:12:59.643 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpConnection -- releaseRequestBuffer HttpConnection@5703ee72::SocketChannelEndPoint@48683fea[{l=/127.0.0.1:14001,r=/127.0.0.1:56898,OPEN,fill=-,flush=-,to=77/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5703ee72[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@2901d654{s=START}]=>HttpChannelOverHttp@7092953d{s=HttpChannelState@2a52071{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:14001/ws/sensinact,age=72}] 20:12:59.643 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpChannel -- handle http://localhost:14001/ws/sensinact HttpChannelOverHttp@7092953d{s=HttpChannelState@2a52071{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:14001/ws/sensinact,age=72} 20:12:59.643 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpChannelState -- handling HttpChannelState@2a52071{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 20:12:59.644 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpChannel -- action DISPATCH HttpChannelOverHttp@7092953d{s=HttpChannelState@2a52071{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:14001/ws/sensinact,age=73} 20:12:59.646 [qtp304157852-43] DEBUG org.eclipse.jetty.server.Server -- REQUEST GET /ws/sensinact ?null on HttpChannelOverHttp@7092953d{s=HttpChannelState@2a52071{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:14001/ws/sensinact,age=75} 20:12:59.646 [qtp304157852-43] DEBUG org.eclipse.jetty.server.handler.ContextHandler -- scope null||/ws/sensinact @ o.e.j.s.ServletContextHandler@23a589ed{/,null,AVAILABLE} 20:12:59.646 [qtp304157852-43] DEBUG org.eclipse.jetty.server.handler.ContextHandler -- context=||/ws/sensinact @ o.e.j.s.ServletContextHandler@23a589ed{/,null,AVAILABLE} 20:12:59.646 [qtp304157852-43] DEBUG org.eclipse.jetty.server.session.SessionHandler -- Entering scope org.eclipse.jetty.server.session.SessionHandler2123212850==dftMaxIdleSec=0, dispatch=REQUEST asyncstarted=false 20:12:59.646 [qtp304157852-43] DEBUG org.eclipse.jetty.server.session.SessionHandler -- sessionHandler=org.eclipse.jetty.server.session.SessionHandler2123212850==dftMaxIdleSec=0 session=null 20:12:59.648 [qtp304157852-43] DEBUG org.eclipse.jetty.servlet.ServletHandler -- servlet ||/ws/sensinact|ServletPathMapping{matchValue=, pattern=/*, servletName=org.apache.felix.http.base.internal.dispatch.DispatcherServlet-3250993a, mappingMatch=PATH, servletPath=, pathInfo=/ws/sensinact} -> org.apache.felix.http.base.internal.dispatch.DispatcherServlet-3250993a==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@c53ed7f9{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 20:12:59.652 [qtp304157852-43] DEBUG org.eclipse.jetty.servlet.ServletHandler -- chain=null 20:12:59.656 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpChannelState -- sendError HttpChannelState@2a52071{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 20:12:59.657 [qtp304157852-43] DEBUG org.eclipse.jetty.server.session.SessionHandler -- Leaving scope org.eclipse.jetty.server.session.SessionHandler2123212850==dftMaxIdleSec=0 dispatch=REQUEST, async=false, session=null, oldsession=null, oldsessionhandler=null 20:12:59.657 [qtp304157852-43] DEBUG org.eclipse.jetty.server.Server -- handled=true async=false committed=true on HttpChannelOverHttp@7092953d{s=HttpChannelState@2a52071{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:14001/ws/sensinact,age=86} 20:12:59.657 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpChannelState -- unhandle HttpChannelState@2a52071{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=true i=true al=0} 20:12:59.657 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpChannelState -- nextAction(false) SEND_ERROR HttpChannelState@2a52071{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=false al=0} 20:12:59.657 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpChannel -- action SEND_ERROR HttpChannelOverHttp@7092953d{s=HttpChannelState@2a52071{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:14001/ws/sensinact,age=86} 20:12:59.658 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpInput -- consumeAll HttpInput@1253073905 cs=HttpChannelState@2a52071{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@7c52bc7e eof=false 20:12:59.658 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- failing all content with org.eclipse.jetty.util.StaticException: Unconsumed content HttpChannelOverHttp@7092953d{s=HttpChannelState@2a52071{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:14001/ws/sensinact,age=87} 20:12:59.658 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- produceContent has no content, parsing and filling 20:12:59.658 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@5703ee72::SocketChannelEndPoint@48683fea[{l=/127.0.0.1:14001,r=/127.0.0.1:56898,OPEN,fill=-,flush=-,to=92/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5703ee72[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@2901d654{s=START}]=>HttpChannelOverHttp@7092953d{s=HttpChannelState@2a52071{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:14001/ws/sensinact,age=87}] parse null 20:12:59.658 [qtp304157852-43] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=CONTENT HeapByteBuffer@63635569[p=0,l=0,c=0,r=0]={<<<>>>} 20:12:59.658 [qtp304157852-43] DEBUG org.eclipse.jetty.http.HttpParser -- CONTENT --> CONTENT_END 20:12:59.658 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpChannel -- onContentComplete HttpChannelOverHttp@7092953d{s=HttpChannelState@2a52071{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:14001/ws/sensinact,age=87} 20:12:59.658 [qtp304157852-43] DEBUG org.eclipse.jetty.http.HttpParser -- CONTENT_END --> END 20:12:59.658 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpChannel -- onRequestComplete HttpChannelOverHttp@7092953d{s=HttpChannelState@2a52071{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:14001/ws/sensinact,age=87} 20:12:59.658 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- received EOF, content = null 20:12:59.658 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@5703ee72::SocketChannelEndPoint@48683fea[{l=/127.0.0.1:14001,r=/127.0.0.1:56898,OPEN,fill=-,flush=-,to=93/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5703ee72[p=HttpParser{s=END,0 of -1},g=HttpGenerator@2901d654{s=START}]=>HttpChannelOverHttp@7092953d{s=HttpChannelState@2a52071{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:14001/ws/sensinact,age=87}] parsed false HttpParser{s=END,0 of -1} 20:12:59.658 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- produceContent produced EofContent 20:12:59.658 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- failed all content, EOF = true 20:12:59.658 [qtp304157852-43] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- failed all content of http channel EOF=true AsyncContentProducer@7f81f96f[r=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],t=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],i=null,error=false,c=HttpChannelOverHttp@7092953d{s=HttpChannelState@2a52071{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:14001/ws/sensinact,age=87}] 20:12:59.658 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpInput -- isFinished=true HttpInput@1253073905 cs=HttpChannelState@2a52071{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@7c52bc7e eof=true 20:12:59.659 [qtp304157852-43] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- isError = false AsyncContentProducer@7f81f96f[r=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],t=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],i=null,error=false,c=HttpChannelOverHttp@7092953d{s=HttpChannelState@2a52071{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:14001/ws/sensinact,age=88}] 20:12:59.659 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpInput -- isError=false HttpInput@1253073905 cs=HttpChannelState@2a52071{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@7c52bc7e eof=true 20:12:59.663 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpChannelState -- completing HttpChannelState@2a52071{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=false al=0} 20:12:59.664 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpChannel -- sendResponse info=null content=DirectByteBuffer@376ddc2c[p=0,l=439,c=32768,r=439]={<<<\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@5a2f1603 20:12:59.664 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpChannel -- COMMIT for /ws/sensinact on HttpChannelOverHttp@7092953d{s=HttpChannelState@2a52071{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:14001/ws/sensinact,age=93} 404 null HTTP/1.1 Cache-Control: must-revalidate,no-cache,no-store Content-Type: text/html;charset=iso-8859-1 20:12:59.666 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpConnection -- generate: NEED_HEADER for SendCallback@53328ca9[PROCESSING][i=HTTP/1.1{s=404,h=2,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@65c0c0fa] (null,[p=0,l=439,c=32768,r=439],true)@START 20:12:59.667 [qtp304157852-43] DEBUG org.eclipse.jetty.http.HttpGenerator -- generateHeaders HTTP/1.1{s=404,h=2,cl=-1} last=true content=DirectByteBuffer@376ddc2c[p=0,l=439,c=32768,r=439]={<<<\n\n\n\n\n\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 20:12:59.667 [qtp304157852-43] DEBUG org.eclipse.jetty.http.HttpGenerator -- Cache-Control: must-revalidate,no-cache,no-store Content-Type: text/html;charset=iso-8859-1 20:12:59.667 [qtp304157852-43] DEBUG org.eclipse.jetty.http.HttpGenerator -- CONTENT_LENGTH 20:12:59.667 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpConnection -- generate: FLUSH for SendCallback@53328ca9[PROCESSING][i=HTTP/1.1{s=404,h=2,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@65c0c0fa] ([p=0,l=141,c=16384,r=141],[p=0,l=439,c=32768,r=439],true)@COMPLETING 20:12:59.667 [qtp304157852-43] DEBUG org.eclipse.jetty.io.WriteFlusher -- write: WriteFlusher@34de89cf{IDLE}->null [DirectByteBuffer@7e95b142[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@376ddc2c[p=0,l=439,c=32768,r=439]={<<<\n\n\n\n\n\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}] 20:12:59.667 [qtp304157852-43] DEBUG org.eclipse.jetty.io.WriteFlusher -- update WriteFlusher@34de89cf{WRITING}->null:IDLE-->WRITING 20:12:59.668 [WebSocket@712627377-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@2bf60a0c woken up from select, 1/1/1 selected 20:12:59.668 [qtp304157852-43] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- flushed 580 SocketChannelEndPoint@48683fea[{l=/127.0.0.1:14001,r=/127.0.0.1:56898,OPEN,fill=-,flush=W,to=102/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5703ee72[p=HttpParser{s=END,0 of -1},g=HttpGenerator@2901d654{s=COMPLETING}]=>HttpChannelOverHttp@7092953d{s=HttpChannelState@2a52071{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:14001/ws/sensinact,age=97}] 20:12:59.668 [qtp304157852-43] DEBUG org.eclipse.jetty.io.WriteFlusher -- Flushed=true written=580 remaining=0 WriteFlusher@34de89cf{WRITING}->null 20:12:59.668 [qtp304157852-43] DEBUG org.eclipse.jetty.io.WriteFlusher -- update WriteFlusher@34de89cf{IDLE}->null:WRITING-->IDLE 20:12:59.668 [WebSocket@712627377-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@2bf60a0c processing 1 keys, 0 updates 20:12:59.668 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpConnection -- generate: DONE for SendCallback@53328ca9[PROCESSING][i=HTTP/1.1{s=404,h=2,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@65c0c0fa] ([p=141,l=141,c=16384,r=0],[p=439,l=439,c=32768,r=0],true)@END 20:12:59.668 [WebSocket@712627377-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- selected 1 channel=java.nio.channels.SocketChannel[connected local=/127.0.0.1:56898 remote=localhost/127.0.0.1:14001], selector=sun.nio.ch.EPollSelectorImpl@2bf60a0c, interestOps=1, readyOps=1 SocketChannelEndPoint@7f9a117d[{l=/127.0.0.1:56898,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=306/30000}{io=1/1,kio=1,kro=1}]->[HttpConnectionOverHTTP@484efda8(l:/127.0.0.1:56898 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@6ff48f6f(exchange=HttpExchange@17bb907f{req=JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@5733f295[TERMINATED/null] res=HttpResponse[null 0 null]@74d49cad[PENDING/null]})[send=HttpSenderOverHTTP@50e89c84(req=QUEUED,failure=null)[HttpGenerator@247d0de3{s=START}],recv=HttpReceiverOverHTTP@50d332d4(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 20:12:59.668 [WebSocket@712627377-44] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- onSelected 1->0 r=true w=false for SocketChannelEndPoint@7f9a117d[{l=/127.0.0.1:56898,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=306/30000}{io=1/0,kio=1,kro=1}]->[HttpConnectionOverHTTP@484efda8(l:/127.0.0.1:56898 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@6ff48f6f(exchange=HttpExchange@17bb907f{req=JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@5733f295[TERMINATED/null] res=HttpResponse[null 0 null]@74d49cad[PENDING/null]})[send=HttpSenderOverHTTP@50e89c84(req=QUEUED,failure=null)[HttpGenerator@247d0de3{s=START}],recv=HttpReceiverOverHTTP@50d332d4(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 20:12:59.668 [WebSocket@712627377-44] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- task SocketChannelEndPoint@7f9a117d[{l=/127.0.0.1:56898,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=307/30000}{io=1/0,kio=1,kro=1}]->[HttpConnectionOverHTTP@484efda8(l:/127.0.0.1:56898 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@6ff48f6f(exchange=HttpExchange@17bb907f{req=JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@5733f295[TERMINATED/null] res=HttpResponse[null 0 null]@74d49cad[PENDING/null]})[send=HttpSenderOverHTTP@50e89c84(req=QUEUED,failure=null)[HttpGenerator@247d0de3{s=START}],recv=HttpReceiverOverHTTP@50d332d4(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]]:runFillable:BLOCKING 20:12:59.668 [WebSocket@712627377-44] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@424fd310{reserved=0/2,pending=0} tryExecute org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy$$Lambda$394/0x00007ff2f418db60@7757282 20:12:59.669 [WebSocket@712627377-44] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@424fd310{reserved=0/2,pending=1} startReservedThread p=1 20:12:59.669 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpChannelState -- completed HttpChannelState@2a52071{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 20:12:59.669 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpChannelState -- unhandle HttpChannelState@2a52071{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 20:12:59.669 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpChannelState -- nextAction(false) TERMINATED HttpChannelState@2a52071{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 20:12:59.669 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpChannel -- action TERMINATED HttpChannelOverHttp@7092953d{s=HttpChannelState@2a52071{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:14001/ws/sensinact,age=98} 20:12:59.669 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpChannel -- onCompleted for /ws/sensinact written=439 20:12:59.669 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpInput -- consumeAll HttpInput@1253073905 cs=HttpChannelState@2a52071{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@7c52bc7e eof=true 20:12:59.669 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- failing all content with org.eclipse.jetty.util.StaticException: Unconsumed content HttpChannelOverHttp@7092953d{s=HttpChannelState@2a52071{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:14001/ws/sensinact,age=98} 20:12:59.669 [qtp304157852-43] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- failed all content of http channel EOF=true AsyncContentProducer@7f81f96f[r=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],t=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],i=null,error=false,c=HttpChannelOverHttp@7092953d{s=HttpChannelState@2a52071{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:14001/ws/sensinact,age=98}] 20:12:59.669 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpInput -- isFinished=true HttpInput@1253073905 cs=HttpChannelState@2a52071{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@7c52bc7e eof=true 20:12:59.669 [qtp304157852-43] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- isError = false AsyncContentProducer@7f81f96f[r=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],t=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],i=null,error=false,c=HttpChannelOverHttp@7092953d{s=HttpChannelState@2a52071{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:14001/ws/sensinact,age=98}] 20:12:59.669 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpInput -- isError=false HttpInput@1253073905 cs=HttpChannelState@2a52071{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@7c52bc7e eof=true 20:12:59.669 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpChannelState -- recycle HttpChannelState@2a52071{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 20:12:59.669 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpInput -- recycle HttpInput@1253073905 cs=HttpChannelState@2a52071{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@7c52bc7e eof=true 20:12:59.669 [qtp304157852-43] DEBUG org.eclipse.jetty.server.BlockingContentProducer -- recycling org.eclipse.jetty.server.BlockingContentProducer@7c52bc7e 20:12:59.669 [qtp304157852-43] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- recycling AsyncContentProducer@7f81f96f[r=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],t=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],i=null,error=false,c=HttpChannelOverHttp@7092953d{s=HttpChannelState@2a52071{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:14001/ws/sensinact,age=98}] 20:12:59.669 [WebSocket@712627377-44] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue ReservedThread@1c71dba8{PENDING,thread=null} startThread=0 20:12:59.669 [WebSocket@712627377-47] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run ReservedThread@1c71dba8{PENDING,thread=null} in QueuedThreadPool[WebSocket@712627377]@485e36bc{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@424fd310{reserved=0/2,pending=1}] 20:12:59.669 [WebSocket@712627377-47] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@1c71dba8{PENDING,thread=Thread[WebSocket@712627377-47,5,main]} was=PENDING next=RESERVED size=0+1 capacity=2 20:12:59.670 [WebSocket@712627377-47] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@1c71dba8{RESERVED,thread=Thread[WebSocket@712627377-47,5,main]} waiting ReservedThreadExecutor@424fd310{reserved=1/2,pending=0} 20:12:59.669 [WebSocket@712627377-44] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- ss=PRODUCE_EXECUTE_CONSUME t=SocketChannelEndPoint@7f9a117d[{l=/127.0.0.1:56898,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=308/30000}{io=1/0,kio=1,kro=1}]->[HttpConnectionOverHTTP@484efda8(l:/127.0.0.1:56898 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@6ff48f6f(exchange=HttpExchange@17bb907f{req=JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@5733f295[TERMINATED/null] res=HttpResponse[null 0 null]@74d49cad[PENDING/null]})[send=HttpSenderOverHTTP@50e89c84(req=QUEUED,failure=null)[HttpGenerator@247d0de3{s=START}],recv=HttpReceiverOverHTTP@50d332d4(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]]:runFillable:BLOCKING/BLOCKING AdaptiveExecutionStrategy@48a12036/SelectorProducer@bf1ec20/PRODUCING/p=false/QueuedThreadPool[WebSocket@712627377]@485e36bc{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@424fd310{reserved=1/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:12:59.670179591Z 20:12:59.670 [WebSocket@712627377-44] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue SocketChannelEndPoint@7f9a117d[{l=/127.0.0.1:56898,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=308/30000}{io=1/0,kio=1,kro=1}]->[HttpConnectionOverHTTP@484efda8(l:/127.0.0.1:56898 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@6ff48f6f(exchange=HttpExchange@17bb907f{req=JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@5733f295[TERMINATED/null] res=HttpResponse[null 0 null]@74d49cad[PENDING/null]})[send=HttpSenderOverHTTP@50e89c84(req=QUEUED,failure=null)[HttpGenerator@247d0de3{s=START}],recv=HttpReceiverOverHTTP@50d332d4(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]]:runFillable:BLOCKING startThread=0 20:12:59.670 [WebSocket@712627377-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 0 20:12:59.670 [WebSocket@712627377-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:12:59.670 [WebSocket@712627377-48] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run SocketChannelEndPoint@7f9a117d[{l=/127.0.0.1:56898,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=308/30000}{io=1/0,kio=1,kro=1}]->[HttpConnectionOverHTTP@484efda8(l:/127.0.0.1:56898 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@6ff48f6f(exchange=HttpExchange@17bb907f{req=JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@5733f295[TERMINATED/null] res=HttpResponse[null 0 null]@74d49cad[PENDING/null]})[send=HttpSenderOverHTTP@50e89c84(req=QUEUED,failure=null)[HttpGenerator@247d0de3{s=START}],recv=HttpReceiverOverHTTP@50d332d4(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]]:runFillable:BLOCKING in QueuedThreadPool[WebSocket@712627377]@485e36bc{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@424fd310{reserved=1/2,pending=0}] 20:12:59.670 [WebSocket@712627377-44] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- Key interests updated 1 -> 0 on SocketChannelEndPoint@7f9a117d[{l=/127.0.0.1:56898,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=308/30000}{io=0/0,kio=0,kro=1}]->[HttpConnectionOverHTTP@484efda8(l:/127.0.0.1:56898 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@6ff48f6f(exchange=HttpExchange@17bb907f{req=JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@5733f295[TERMINATED/null] res=HttpResponse[null 0 null]@74d49cad[PENDING/null]})[send=HttpSenderOverHTTP@50e89c84(req=QUEUED,failure=null)[HttpGenerator@247d0de3{s=START}],recv=HttpReceiverOverHTTP@50d332d4(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 20:12:59.670 [WebSocket@712627377-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@2bf60a0c waiting with 1 keys 20:12:59.670 [WebSocket@712627377-48] DEBUG org.eclipse.jetty.io.FillInterest -- fillable FillInterest@1b974056{ReadCallback@f0fe31c{HttpConnectionOverHTTP@484efda8::SocketChannelEndPoint@7f9a117d[{l=/127.0.0.1:56898,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=309/30000}{io=0/0,kio=0,kro=1}]->[HttpConnectionOverHTTP@484efda8(l:/127.0.0.1:56898 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@6ff48f6f(exchange=HttpExchange@17bb907f{req=JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@5733f295[TERMINATED/null] res=HttpResponse[null 0 null]@74d49cad[PENDING/null]})[send=HttpSenderOverHTTP@50e89c84(req=QUEUED,failure=null)[HttpGenerator@247d0de3{s=START}],recv=HttpReceiverOverHTTP@50d332d4(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]]}} 20:12:59.671 [WebSocket@712627377-48] DEBUG org.eclipse.jetty.util.Pool -- RetainedBucket@70658923[inUse=0,size=1,max=100,closed=false]{capacity=16384,inuse=0(0%)} returning new reserved entry MonoEntry@745a13f7{PENDING,pooled=null} 20:12:59.671 [qtp304157852-43] DEBUG org.eclipse.jetty.http.HttpParser -- reset HttpParser{s=END,0 of -1} 20:12:59.671 [qtp304157852-43] DEBUG org.eclipse.jetty.http.HttpParser -- END --> START 20:12:59.671 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpChannel -- !handle TERMINATED HttpChannelOverHttp@7092953d{s=HttpChannelState@2a52071{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} 20:12:59.671 [qtp304157852-43] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- filled 0 DirectByteBuffer@656a3417[p=0,l=0,c=8192,r=0]={<<<>>>GET /ws/s...\x00\x00\x00\x00\x00\x00\x00} 20:12:59.671 [qtp304157852-43] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- filled 0 DirectByteBuffer@656a3417[p=0,l=0,c=8192,r=0]={<<<>>>GET /ws/s...\x00\x00\x00\x00\x00\x00\x00} 20:12:59.671 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@5703ee72::SocketChannelEndPoint@48683fea[{l=/127.0.0.1:14001,r=/127.0.0.1:56898,OPEN,fill=-,flush=-,to=3/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5703ee72[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2901d654{s=START}]=>HttpChannelOverHttp@7092953d{s=HttpChannelState@2a52071{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@349e4f18{DirectByteBuffer@656a3417[p=0,l=0,c=8192,r=0]={<<<>>>GET /ws/s...\x00\x00\x00\x00\x00\x00\x00},r=1} 20:12:59.671 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@5703ee72::SocketChannelEndPoint@48683fea[{l=/127.0.0.1:14001,r=/127.0.0.1:56898,OPEN,fill=-,flush=-,to=3/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5703ee72[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2901d654{s=START}]=>HttpChannelOverHttp@7092953d{s=HttpChannelState@2a52071{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@349e4f18{DirectByteBuffer@656a3417[p=0,l=0,c=8192,r=0]={<<<>>>GET /ws/s...\x00\x00\x00\x00\x00\x00\x00},r=1} 20:12:59.671 [qtp304157852-43] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=START DirectByteBuffer@656a3417[p=0,l=0,c=8192,r=0]={<<<>>>GET /ws/s...\x00\x00\x00\x00\x00\x00\x00} 20:12:59.671 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@5703ee72::SocketChannelEndPoint@48683fea[{l=/127.0.0.1:14001,r=/127.0.0.1:56898,OPEN,fill=-,flush=-,to=3/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5703ee72[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2901d654{s=START}]=>HttpChannelOverHttp@7092953d{s=HttpChannelState@2a52071{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} 20:12:59.671 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpConnection -- releaseRequestBuffer HttpConnection@5703ee72::SocketChannelEndPoint@48683fea[{l=/127.0.0.1:14001,r=/127.0.0.1:56898,OPEN,fill=-,flush=-,to=3/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5703ee72[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2901d654{s=START}]=>HttpChannelOverHttp@7092953d{s=HttpChannelState@2a52071{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}] 20:12:59.671 [qtp304157852-43] DEBUG org.eclipse.jetty.io.AbstractConnection -- fillInterested HttpConnection@5703ee72::SocketChannelEndPoint@48683fea[{l=/127.0.0.1:14001,r=/127.0.0.1:56898,OPEN,fill=-,flush=-,to=3/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5703ee72[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2901d654{s=START}]=>HttpChannelOverHttp@7092953d{s=HttpChannelState@2a52071{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}] 20:12:59.671 [qtp304157852-43] DEBUG org.eclipse.jetty.io.FillInterest -- interested FillInterest@1225883b{ReadCallback@27fd42c2{HttpConnection@5703ee72::SocketChannelEndPoint@48683fea[{l=/127.0.0.1:14001,r=/127.0.0.1:56898,OPEN,fill=FI,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5703ee72[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2901d654{s=START}]=>HttpChannelOverHttp@7092953d{s=HttpChannelState@2a52071{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}]}} 20:12:59.671 [qtp304157852-43] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- changeInterests p=false 0->1 for SocketChannelEndPoint@48683fea[{l=/127.0.0.1:14001,r=/127.0.0.1:56898,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}]->[HttpConnection@5703ee72[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2901d654{s=START}]=>HttpChannelOverHttp@7092953d{s=HttpChannelState@2a52071{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}] 20:12:59.672 [qtp304157852-43] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$463/0x00007fa8e437ea68@6aea922e on ManagedSelector@62a71547{STARTED} id=0 keys=1 selected=0 updates=0 20:12:59.672 [qtp304157852-43] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@62a71547{STARTED} id=0 keys=1 selected=0 updates=1 20:12:59.672 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@5d48c143 woken with none selected 20:12:59.672 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@5d48c143 woken up from select, 0/0/1 selected 20:12:59.672 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@5d48c143 processing 0 keys, 1 updates 20:12:59.672 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 20:12:59.672 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$463/0x00007fa8e437ea68@6aea922e 20:12:59.672 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@5703ee72::SocketChannelEndPoint@48683fea[{l=/127.0.0.1:14001,r=/127.0.0.1:56898,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}]->[HttpConnection@5703ee72[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2901d654{s=START}]=>HttpChannelOverHttp@7092953d{s=HttpChannelState@2a52071{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@2a52071{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 20:12:59.672 [qtp304157852-39] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- Key interests updated 0 -> 1 on SocketChannelEndPoint@48683fea[{l=/127.0.0.1:14001,r=/127.0.0.1:56898,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=1}]->[HttpConnection@5703ee72[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2901d654{s=START}]=>HttpChannelOverHttp@7092953d{s=HttpChannelState@2a52071{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}] 20:12:59.672 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:12:59.672 [qtp304157852-43] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran SocketChannelEndPoint@48683fea[{l=/127.0.0.1:14001,r=/127.0.0.1:56898,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=1}]->[HttpConnection@5703ee72[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2901d654{s=START}]=>HttpChannelOverHttp@7092953d{s=HttpChannelState@2a52071{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[qtp304157852]@1221149c{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=1/2,pending=0}] 20:12:59.672 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@5d48c143 waiting with 1 keys 20:12:59.742 [WebSocket@712627377-48] DEBUG org.eclipse.jetty.client.http.HttpReceiverOverHTTP -- Acquired RetainableByteBuffer@55394181{DirectByteBuffer@104ab4e1[p=0,l=0,c=16384,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},r=1} 20:12:59.742 [WebSocket@712627377-48] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=START DirectByteBuffer@104ab4e1[p=0,l=0,c=16384,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 20:12:59.742 [WebSocket@712627377-48] DEBUG org.eclipse.jetty.client.http.HttpReceiverOverHTTP -- Parse result=false, failed=false 20:12:59.742 [WebSocket@712627377-48] DEBUG org.eclipse.jetty.client.http.HttpReceiverOverHTTP -- Parse complete=false, RetainableByteBuffer@55394181{DirectByteBuffer@104ab4e1[p=0,l=0,c=16384,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},r=1} HttpParser{s=START,0 of -1} 20:12:59.743 [WebSocket@712627377-48] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- filled 580 DirectByteBuffer@104ab4e1[p=0,l=580,c=16384,r=580]={<<\n\n\n\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 20:12:59.743 [WebSocket@712627377-48] DEBUG org.eclipse.jetty.client.http.HttpReceiverOverHTTP -- Read 580 bytes in RetainableByteBuffer@55394181{DirectByteBuffer@104ab4e1[p=0,l=580,c=16384,r=580]={<<\n\n\n\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},r=1} from SocketChannelEndPoint@7f9a117d[{l=/127.0.0.1:56898,r=localhost/127.0.0.1:14001,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}]->[HttpConnectionOverHTTP@484efda8(l:/127.0.0.1:56898 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@6ff48f6f(exchange=HttpExchange@17bb907f{req=JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@5733f295[TERMINATED/null] res=HttpResponse[null 0 null]@74d49cad[PENDING/null]})[send=HttpSenderOverHTTP@50e89c84(req=QUEUED,failure=null)[HttpGenerator@247d0de3{s=START}],recv=HttpReceiverOverHTTP@50d332d4(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 20:12:59.743 [WebSocket@712627377-48] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=START DirectByteBuffer@104ab4e1[p=0,l=580,c=16384,r=580]={<<\n\n\n\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 20:12:59.743 [WebSocket@712627377-48] DEBUG org.eclipse.jetty.http.HttpParser -- START --> RESPONSE_VERSION 20:12:59.743 [WebSocket@712627377-48] DEBUG org.eclipse.jetty.http.HttpParser -- RESPONSE_VERSION --> SPACE1 20:12:59.743 [WebSocket@712627377-48] DEBUG org.eclipse.jetty.http.HttpParser -- SPACE1 --> STATUS 20:12:59.743 [WebSocket@712627377-48] DEBUG org.eclipse.jetty.http.HttpParser -- STATUS --> SPACE2 20:12:59.744 [WebSocket@712627377-48] DEBUG org.eclipse.jetty.http.HttpParser -- SPACE2 --> REASON 20:12:59.744 [WebSocket@712627377-48] DEBUG org.eclipse.jetty.http.HttpParser -- REASON --> HEADER 20:12:59.744 [WebSocket@712627377-48] DEBUG org.eclipse.jetty.client.HttpConversation -- Exchanges in conversation 1, override=null, listeners=[JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@5733f295] 20:12:59.744 [WebSocket@712627377-48] DEBUG org.eclipse.jetty.client.HttpReceiver -- Response begin HttpResponse[HTTP/1.1 404 Not Found]@74d49cad 20:12:59.744 [WebSocket@712627377-48] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Cache-Control --> VALUE 20:12:59.744 [WebSocket@712627377-48] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Cache-Control --> IN_VALUE 20:12:59.744 [WebSocket@712627377-48] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Cache-Control --> FIELD 20:12:59.744 [WebSocket@712627377-48] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Content-Type: text/html;charset=ISO-8859-1 --> IN_VALUE 20:12:59.744 [WebSocket@712627377-48] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Content-Type: text/html;charset=ISO-8859-1 --> FIELD 20:12:59.744 [WebSocket@712627377-48] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Content-Length --> VALUE 20:12:59.744 [WebSocket@712627377-48] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Content-Length --> IN_VALUE 20:12:59.744 [WebSocket@712627377-48] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Content-Length --> FIELD 20:12:59.744 [WebSocket@712627377-48] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER --> CONTENT 20:12:59.744 [WebSocket@712627377-48] DEBUG org.eclipse.jetty.client.HttpReceiver -- Response headers HttpResponse[HTTP/1.1 404 Not Found]@74d49cad Cache-Control: must-revalidate,no-cache,no-store Content-Type: text/html;charset=ISO-8859-1 Content-Length: 439 20:12:59.745 [WebSocket@712627377-48] DEBUG org.eclipse.jetty.client.HttpReceiver -- Response demand=1/1, resume=false 20:12:59.745 [WebSocket@712627377-48] DEBUG org.eclipse.jetty.client.HttpReceiver -- Response headers hasDemand=true HttpResponse[HTTP/1.1 404 Not Found]@74d49cad 20:12:59.746 [WebSocket@712627377-48] DEBUG org.eclipse.jetty.client.HttpReceiver -- Response content HttpResponse[HTTP/1.1 404 Not Found]@74d49cad DirectByteBufferR@2870f0c5[p=141,l=580,c=16384,r=439]={HTTP/1.1 ...439\r\n\r\n<<<\n\n\n\n\n\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 20:12:59.747 [WebSocket@712627377-48] DEBUG org.eclipse.jetty.client.HttpReceiver -- Response content HttpResponse[HTTP/1.1 404 Not Found]@74d49cad, hasDemand=true 20:12:59.747 [WebSocket@712627377-48] DEBUG org.eclipse.jetty.http.HttpParser -- CONTENT --> CONTENT_END 20:12:59.747 [WebSocket@712627377-48] DEBUG org.eclipse.jetty.http.HttpParser -- CONTENT_END --> END 20:12:59.747 [WebSocket@712627377-48] DEBUG org.eclipse.jetty.http.HttpParser -- reset HttpParser{s=END,439 of 439} 20:12:59.747 [WebSocket@712627377-48] DEBUG org.eclipse.jetty.http.HttpParser -- END --> START 20:12:59.747 [WebSocket@712627377-48] DEBUG org.eclipse.jetty.client.HttpReceiver -- Response success HttpResponse[HTTP/1.1 404 Not Found]@74d49cad 20:12:59.747 [WebSocket@712627377-48] DEBUG org.eclipse.jetty.client.HttpExchange -- Terminated response for HttpExchange@17bb907f{req=JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@5733f295[TERMINATED/null] res=HttpResponse[HTTP/1.1 404 Not Found]@74d49cad[TERMINATED/null]}, result: Result[JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@5733f295 > HttpResponse[HTTP/1.1 404 Not Found]@74d49cad] null 20:12:59.747 [WebSocket@712627377-48] DEBUG org.eclipse.jetty.client.HttpReceiver -- Response complete HttpResponse[HTTP/1.1 404 Not Found]@74d49cad, result: Result[JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@5733f295 > HttpResponse[HTTP/1.1 404 Not Found]@74d49cad] null 20:12:59.747 [WebSocket@712627377-48] DEBUG org.eclipse.jetty.client.HttpChannel -- HttpExchange@17bb907f{req=JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@5733f295[TERMINATED/null] res=HttpResponse[HTTP/1.1 404 Not Found]@74d49cad[TERMINATED/null]} disassociated true from HttpChannelOverHTTP@6ff48f6f(exchange=null)[send=HttpSenderOverHTTP@50e89c84(req=QUEUED,failure=null)[HttpGenerator@247d0de3{s=START}],recv=HttpReceiverOverHTTP@50d332d4(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 20:12:59.747 [WebSocket@712627377-48] DEBUG org.eclipse.jetty.io.IdleTimeout -- Setting idle timeout 30000 -> 30000 on SocketChannelEndPoint@7f9a117d[{l=/127.0.0.1:56898,r=localhost/127.0.0.1:14001,OPEN,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}]->[HttpConnectionOverHTTP@484efda8(l:/127.0.0.1:56898 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@6ff48f6f(exchange=null)[send=HttpSenderOverHTTP@50e89c84(req=QUEUED,failure=null)[HttpGenerator@247d0de3{s=START}],recv=HttpReceiverOverHTTP@50d332d4(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 20:12:59.747 [WebSocket@712627377-48] DEBUG org.eclipse.jetty.client.HttpDestination -- Released HttpConnectionOverHTTP@484efda8::SocketChannelEndPoint@7f9a117d[{l=/127.0.0.1:56898,r=localhost/127.0.0.1:14001,OPEN,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}]->[HttpConnectionOverHTTP@484efda8(l:/127.0.0.1:56898 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@6ff48f6f(exchange=null)[send=HttpSenderOverHTTP@50e89c84(req=QUEUED,failure=null)[HttpGenerator@247d0de3{s=START}],recv=HttpReceiverOverHTTP@50d332d4(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 20:12:59.748 [WebSocket@712627377-48] DEBUG org.eclipse.jetty.client.AbstractConnectionPool -- Released (true) MultiEntry@1c3146bc{IDLE,usage=1,multiplex=0,pooled=HttpConnectionOverHTTP@484efda8::SocketChannelEndPoint@7f9a117d[{l=/127.0.0.1:56898,r=localhost/127.0.0.1:14001,OPEN,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=1}]->[HttpConnectionOverHTTP@484efda8(l:/127.0.0.1:56898 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@6ff48f6f(exchange=null)[send=HttpSenderOverHTTP@50e89c84(req=QUEUED,failure=null)[HttpGenerator@247d0de3{s=START}],recv=HttpReceiverOverHTTP@50d332d4(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]]} Pool@696f0212[inUse=0,size=1,max=64,closed=false] 20:12:59.748 [WebSocket@712627377-48] DEBUG org.eclipse.jetty.client.HttpReceiver -- Request/Response succeeded: Result[JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@5733f295 > HttpResponse[HTTP/1.1 404 Not Found]@74d49cad] null, notifying [JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@5733f295] 20:12:59.748 [WebSocket@712627377-48] DEBUG org.eclipse.jetty.websocket.core.client.CoreClientUpgradeRequest -- onComplete() - Result[JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@5733f295 > HttpResponse[HTTP/1.1 404 Not Found]@74d49cad] null 20:12:59.748 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING WebSocketClient@e6f1c38a[coreClient=WebSocketCoreClient@14dda234{STARTED},openSessions.size=0] 20:12:59.748 [WebSocket@712627377-48] DEBUG org.eclipse.jetty.client.HttpExchange -- Failed HttpExchange@17bb907f{req=JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@5733f295[TERMINATED/null] res=HttpResponse[HTTP/1.1 404 Not Found]@74d49cad[TERMINATED/null]}: req=false/rsp=false {} org.eclipse.jetty.websocket.core.exception.UpgradeException: Failed to upgrade to websocket: Unexpected HTTP Response Status Code: 404 Not Found at org.eclipse.jetty.websocket.core.client.CoreClientUpgradeRequest.onComplete(CoreClientUpgradeRequest.java:235) at org.eclipse.jetty.client.ResponseNotifier.notifyComplete(ResponseNotifier.java:213) at org.eclipse.jetty.client.ResponseNotifier.notifyComplete(ResponseNotifier.java:205) at org.eclipse.jetty.client.HttpReceiver.terminateResponse(HttpReceiver.java:477) at org.eclipse.jetty.client.HttpReceiver.terminateResponse(HttpReceiver.java:457) at org.eclipse.jetty.client.HttpReceiver.responseSuccess(HttpReceiver.java:420) at org.eclipse.jetty.client.http.HttpReceiverOverHTTP.messageComplete(HttpReceiverOverHTTP.java:386) at org.eclipse.jetty.http.HttpParser.handleContentMessage(HttpParser.java:585) at org.eclipse.jetty.http.HttpParser.parseContent(HttpParser.java:1709) at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:1538) at org.eclipse.jetty.client.http.HttpReceiverOverHTTP.parse(HttpReceiverOverHTTP.java:221) at org.eclipse.jetty.client.http.HttpReceiverOverHTTP.process(HttpReceiverOverHTTP.java:160) at org.eclipse.jetty.client.http.HttpReceiverOverHTTP.receive(HttpReceiverOverHTTP.java:91) at org.eclipse.jetty.client.http.HttpChannelOverHTTP.receive(HttpChannelOverHTTP.java:91) at org.eclipse.jetty.client.http.HttpConnectionOverHTTP.onFillable(HttpConnectionOverHTTP.java:194) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:314) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:100) at org.eclipse.jetty.io.SelectableChannelEndPoint$1.run(SelectableChannelEndPoint.java:53) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:934) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1078) at java.base/java.lang.Thread.run(Thread.java:840) 20:12:59.748 [main] INFO org.eclipse.jetty.websocket.client.WebSocketClient -- Shutdown WebSocketClient@e6f1c38a[coreClient=WebSocketCoreClient@14dda234{STARTED},openSessions.size=0] 20:12:59.748 [WebSocket@712627377-48] DEBUG org.eclipse.jetty.client.http.HttpReceiverOverHTTP -- Parse result=false, failed=false 20:12:59.748 [main] DEBUG org.eclipse.jetty.websocket.client.WebSocketClient -- graceful SessionTracker@3f390d63{STARTED} 20:12:59.748 [WebSocket@712627377-48] DEBUG org.eclipse.jetty.client.http.HttpReceiverOverHTTP -- Parse complete=true, RetainableByteBuffer@55394181{DirectByteBuffer@104ab4e1[p=580,l=580,c=16384,r=0]={HTTP/1.1 .../html>\n<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},r=1} HttpParser{s=START,0 of -1} 20:12:59.749 [WebSocket@712627377-48] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- filled 0 DirectByteBuffer@104ab4e1[p=0,l=0,c=16384,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 20:12:59.749 [WebSocket@712627377-48] DEBUG org.eclipse.jetty.client.http.HttpReceiverOverHTTP -- Read 0 bytes in RetainableByteBuffer@55394181{DirectByteBuffer@104ab4e1[p=0,l=0,c=16384,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00},r=1} from SocketChannelEndPoint@7f9a117d[{l=/127.0.0.1:56898,r=localhost/127.0.0.1:14001,OPEN,fill=-,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}]->[HttpConnectionOverHTTP@484efda8(l:/127.0.0.1:56898 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@6ff48f6f(exchange=null)[send=HttpSenderOverHTTP@50e89c84(req=QUEUED,failure=null)[HttpGenerator@247d0de3{s=START}],recv=HttpReceiverOverHTTP@50d332d4(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 20:12:59.749 [WebSocket@712627377-48] DEBUG org.eclipse.jetty.client.http.HttpReceiverOverHTTP -- Released RetainableByteBuffer@55394181{DirectByteBuffer@104ab4e1[p=0,l=0,c=16384,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00},r=0} 20:12:59.749 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING SessionTracker@3f390d63{STARTED} 20:12:59.749 [WebSocket@712627377-48] DEBUG org.eclipse.jetty.io.AbstractConnection -- fillInterested HttpConnectionOverHTTP@484efda8::SocketChannelEndPoint@7f9a117d[{l=/127.0.0.1:56898,r=localhost/127.0.0.1:14001,OPEN,fill=-,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}]->[HttpConnectionOverHTTP@484efda8(l:/127.0.0.1:56898 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@6ff48f6f(exchange=null)[send=HttpSenderOverHTTP@50e89c84(req=QUEUED,failure=null)[HttpGenerator@247d0de3{s=START}],recv=HttpReceiverOverHTTP@50d332d4(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 20:12:59.749 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED SessionTracker@3f390d63{STOPPED} 20:12:59.749 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING WebSocketCoreClient@14dda234{STARTED} 20:12:59.749 [WebSocket@712627377-48] DEBUG org.eclipse.jetty.io.FillInterest -- interested FillInterest@1b974056{ReadCallback@f0fe31c{HttpConnectionOverHTTP@484efda8::SocketChannelEndPoint@7f9a117d[{l=/127.0.0.1:56898,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}]->[HttpConnectionOverHTTP@484efda8(l:/127.0.0.1:56898 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@6ff48f6f(exchange=null)[send=HttpSenderOverHTTP@50e89c84(req=QUEUED,failure=null)[HttpGenerator@247d0de3{s=START}],recv=HttpReceiverOverHTTP@50d332d4(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]]}} 20:12:59.749 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING WebSocketComponents@2a79d4b1{STARTED} 20:12:59.749 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING DeflaterPool@17cdf2d0{STARTED,size=0,capacity=1024} 20:12:59.749 [WebSocket@712627377-48] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- changeInterests p=false 0->1 for SocketChannelEndPoint@7f9a117d[{l=/127.0.0.1:56898,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}]->[HttpConnectionOverHTTP@484efda8(l:/127.0.0.1:56898 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@6ff48f6f(exchange=null)[send=HttpSenderOverHTTP@50e89c84(req=QUEUED,failure=null)[HttpGenerator@247d0de3{s=START}],recv=HttpReceiverOverHTTP@50d332d4(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 20:12:59.749 [WebSocket@712627377-48] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$431/0x00007ff2f4210ca8@4351e50b on ManagedSelector@70efb718{STARTED} id=0 keys=1 selected=0 updates=0 20:12:59.749 [main] DEBUG org.eclipse.jetty.util.Pool -- Closing Pool@435fb7b5[inUse=0,size=0,max=1024,closed=false] 20:12:59.749 [WebSocket@712627377-48] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@70efb718{STARTED} id=0 keys=1 selected=0 updates=1 20:12:59.749 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED DeflaterPool@17cdf2d0{STOPPED,size=-1,capacity=1024} 20:12:59.749 [WebSocket@712627377-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@2bf60a0c woken with none selected 20:12:59.749 [WebSocket@712627377-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@2bf60a0c woken up from select, 0/0/1 selected 20:12:59.749 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING InflaterPool@2e9fda69{STARTED,size=0,capacity=1024} 20:12:59.749 [WebSocket@712627377-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@2bf60a0c processing 0 keys, 1 updates 20:12:59.749 [WebSocket@712627377-48] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran SocketChannelEndPoint@7f9a117d[{l=/127.0.0.1:56898,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}]->[HttpConnectionOverHTTP@484efda8(l:/127.0.0.1:56898 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@6ff48f6f(exchange=null)[send=HttpSenderOverHTTP@50e89c84(req=QUEUED,failure=null)[HttpGenerator@247d0de3{s=START}],recv=HttpReceiverOverHTTP@50d332d4(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]]:runFillable:BLOCKING in QueuedThreadPool[WebSocket@712627377]@485e36bc{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@424fd310{reserved=1/2,pending=0}] 20:12:59.749 [WebSocket@712627377-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 20:12:59.749 [WebSocket@712627377-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$431/0x00007ff2f4210ca8@4351e50b 20:12:59.749 [main] DEBUG org.eclipse.jetty.util.Pool -- Closing Pool@4e858e0a[inUse=0,size=0,max=1024,closed=false] 20:12:59.749 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED InflaterPool@2e9fda69{STOPPED,size=-1,capacity=1024} 20:12:59.749 [WebSocket@712627377-44] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- Key interests updated 0 -> 1 on SocketChannelEndPoint@7f9a117d[{l=/127.0.0.1:56898,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}]->[HttpConnectionOverHTTP@484efda8(l:/127.0.0.1:56898 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@6ff48f6f(exchange=null)[send=HttpSenderOverHTTP@50e89c84(req=QUEUED,failure=null)[HttpGenerator@247d0de3{s=START}],recv=HttpReceiverOverHTTP@50d332d4(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 20:12:59.750 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED WebSocketComponents@2a79d4b1{STOPPED} 20:12:59.750 [WebSocket@712627377-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:12:59.750 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING HttpClient@7b5a12ae{STARTED} 20:12:59.750 [WebSocket@712627377-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@2bf60a0c waiting with 1 keys 20:12:59.750 [main] DEBUG org.eclipse.jetty.client.HttpDestination -- Closed HttpDestination[Origin@98895eee[ws://localhost:14001,tag=null,protocol=Protocol@7f4624a[proto=[http/1.1],nego=false]]]@4e70a728,state=STARTED,queue=0,pool=DuplexConnectionPool@b7838a9[s=STARTED,c=0/1/64,a=0,i=1,q=0,p=Pool@696f0212[inUse=0,size=1,max=64,closed=false]],stale=false,idle=-1 20:12:59.750 [main] DEBUG org.eclipse.jetty.util.Pool -- Closing Pool@696f0212[inUse=0,size=0,max=64,closed=false] 20:12:59.750 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING HttpDestination[Origin@98895eee[ws://localhost:14001,tag=null,protocol=Protocol@7f4624a[proto=[http/1.1],nego=false]]]@4e70a728,state=STARTED,queue=0,pool=DuplexConnectionPool@b7838a9[s=STARTED,c=0/0/64,a=0,i=0,q=0,p=Pool@696f0212[inUse=0,size=0,max=64,closed=true]],stale=false,idle=-1 20:12:59.750 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING DuplexConnectionPool@b7838a9[s=STARTED,c=0/0/64,a=0,i=0,q=0,p=Pool@696f0212[inUse=0,size=0,max=64,closed=true]] 20:12:59.750 [main] DEBUG org.eclipse.jetty.util.Pool -- Closing Pool@696f0212[inUse=0,size=0,max=64,closed=true] 20:12:59.750 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED DuplexConnectionPool@b7838a9[s=STOPPED,c=0/0/64,a=0,i=0,q=0,p=Pool@696f0212[inUse=0,size=0,max=64,closed=true]] 20:12:59.750 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED HttpDestination[Origin@98895eee[ws://localhost:14001,tag=null,protocol=Protocol@7f4624a[proto=[http/1.1],nego=false]]]@4e70a728,state=STOPPED,queue=0,pool=DuplexConnectionPool@b7838a9[s=STOPPED,c=0/0/64,a=0,i=0,q=0,p=Pool@696f0212[inUse=0,size=0,max=64,closed=true]],stale=false,idle=-1 20:12:59.750 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING HttpClientTransportOverHTTP@63fdab07{STARTED} 20:12:59.750 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ClientConnector@2371aaca{STARTED} 20:12:59.750 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ClientSelectorManager@47a5b70d{STARTED} 20:12:59.750 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ManagedSelector@70efb718{STARTED} id=0 keys=1 selected=0 updates=0 20:12:59.750 [main] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.ManagedSelector$CloseConnections@47a86fbb on ManagedSelector@70efb718{STOPPING} id=0 keys=1 selected=0 updates=0 20:12:59.750 [main] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@70efb718{STOPPING} id=0 keys=1 selected=0 updates=1 20:12:59.750 [WebSocket@712627377-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@2bf60a0c woken with none selected 20:12:59.751 [WebSocket@712627377-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@2bf60a0c woken up from select, 0/0/1 selected 20:12:59.751 [WebSocket@712627377-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@2bf60a0c processing 0 keys, 1 updates 20:12:59.751 [WebSocket@712627377-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 20:12:59.751 [WebSocket@712627377-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$CloseConnections@47a86fbb 20:12:59.751 [WebSocket@712627377-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- Closing 1 connections on ManagedSelector@70efb718{STOPPING} id=0 keys=1 selected=0 updates=0 20:12:59.751 [WebSocket@712627377-44] DEBUG org.eclipse.jetty.client.AbstractConnectionPool -- Removed (false) MultiEntry@1c3146bc{CLOSED,usage=0,multiplex=0,pooled=HttpConnectionOverHTTP@484efda8::SocketChannelEndPoint@7f9a117d[{l=/127.0.0.1:56898,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}]->[HttpConnectionOverHTTP@484efda8(l:/127.0.0.1:56898 <-> r:localhost/127.0.0.1:14001,closed=true)=>HttpChannelOverHTTP@6ff48f6f(exchange=null)[send=HttpSenderOverHTTP@50e89c84(req=QUEUED,failure=null)[HttpGenerator@247d0de3{s=START}],recv=HttpReceiverOverHTTP@50d332d4(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]]} Pool@696f0212[inUse=0,size=0,max=64,closed=true] 20:12:59.751 [WebSocket@712627377-44] DEBUG org.eclipse.jetty.io.AbstractEndPoint -- shutdownOutput SocketChannelEndPoint@7f9a117d[{l=/127.0.0.1:56898,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}]->[HttpConnectionOverHTTP@484efda8(l:/127.0.0.1:56898 <-> r:localhost/127.0.0.1:14001,closed=true)=>HttpChannelOverHTTP@6ff48f6f(exchange=null)[send=HttpSenderOverHTTP@50e89c84(req=QUEUED,failure=null)[HttpGenerator@247d0de3{s=START}],recv=HttpReceiverOverHTTP@50d332d4(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 20:12:59.751 [WebSocket@712627377-44] DEBUG org.eclipse.jetty.client.http.HttpConnectionOverHTTP -- Shutdown HttpConnectionOverHTTP@484efda8::SocketChannelEndPoint@7f9a117d[{l=/127.0.0.1:56898,r=localhost/127.0.0.1:14001,OSHUT,fill=FI,flush=-,to=2/30000}{io=1/1,kio=1,kro=1}]->[HttpConnectionOverHTTP@484efda8(l:/127.0.0.1:56898 <-> r:localhost/127.0.0.1:14001,closed=true)=>HttpChannelOverHTTP@6ff48f6f(exchange=null)[send=HttpSenderOverHTTP@50e89c84(req=QUEUED,failure=null)[HttpGenerator@247d0de3{s=START}],recv=HttpReceiverOverHTTP@50d332d4(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 20:12:59.751 [WebSocket@712627377-44] DEBUG org.eclipse.jetty.io.AbstractEndPoint -- close SocketChannelEndPoint@7f9a117d[{l=/127.0.0.1:56898,r=localhost/127.0.0.1:14001,OSHUT,fill=FI,flush=-,to=2/30000}{io=1/1,kio=1,kro=1}]->[HttpConnectionOverHTTP@484efda8(l:/127.0.0.1:56898 <-> r:localhost/127.0.0.1:14001,closed=true)=>HttpChannelOverHTTP@6ff48f6f(exchange=null)[send=HttpSenderOverHTTP@50e89c84(req=QUEUED,failure=null)[HttpGenerator@247d0de3{s=START}],recv=HttpReceiverOverHTTP@50d332d4(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 20:12:59.751 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@5d48c143 woken up from select, 1/1/1 selected 20:12:59.751 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@5d48c143 processing 1 keys, 0 updates 20:12:59.751 [WebSocket@712627377-44] DEBUG org.eclipse.jetty.io.AbstractEndPoint -- close(null) SocketChannelEndPoint@7f9a117d[{l=/127.0.0.1:56898,r=localhost/127.0.0.1:14001,OSHUT,fill=FI,flush=-,to=2/30000}{io=1/1,kio=1,kro=1}]->[HttpConnectionOverHTTP@484efda8(l:/127.0.0.1:56898 <-> r:localhost/127.0.0.1:14001,closed=true)=>HttpChannelOverHTTP@6ff48f6f(exchange=null)[send=HttpSenderOverHTTP@50e89c84(req=QUEUED,failure=null)[HttpGenerator@247d0de3{s=START}],recv=HttpReceiverOverHTTP@50d332d4(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 20:12:59.751 [WebSocket@712627377-44] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- doClose SocketChannelEndPoint@7f9a117d[{l=/127.0.0.1:56898,r=localhost/127.0.0.1:14001,CLOSED,fill=FI,flush=-,to=2/30000}{io=1/1,kio=1,kro=1}]->[HttpConnectionOverHTTP@484efda8(l:/127.0.0.1:56898 <-> r:localhost/127.0.0.1:14001,closed=true)=>HttpChannelOverHTTP@6ff48f6f(exchange=null)[send=HttpSenderOverHTTP@50e89c84(req=QUEUED,failure=null)[HttpGenerator@247d0de3{s=START}],recv=HttpReceiverOverHTTP@50d332d4(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 20:12:59.751 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- selected 1 channel=java.nio.channels.SocketChannel[connected local=/127.0.0.1:14001 remote=/127.0.0.1:56898], selector=sun.nio.ch.EPollSelectorImpl@5d48c143, interestOps=1, readyOps=1 SocketChannelEndPoint@48683fea[{l=/127.0.0.1:14001,r=/127.0.0.1:56898,OPEN,fill=FI,flush=-,to=79/60000}{io=1/1,kio=1,kro=1}]->[HttpConnection@5703ee72[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2901d654{s=START}]=>HttpChannelOverHttp@7092953d{s=HttpChannelState@2a52071{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}] 20:12:59.751 [qtp304157852-39] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- onSelected 1->0 r=true w=false for SocketChannelEndPoint@48683fea[{l=/127.0.0.1:14001,r=/127.0.0.1:56898,OPEN,fill=FI,flush=-,to=80/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@5703ee72[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2901d654{s=START}]=>HttpChannelOverHttp@7092953d{s=HttpChannelState@2a52071{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}] 20:12:59.752 [qtp304157852-39] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- task SocketChannelEndPoint@48683fea[{l=/127.0.0.1:14001,r=/127.0.0.1:56898,OPEN,fill=FI,flush=-,to=80/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@5703ee72[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2901d654{s=START}]=>HttpChannelOverHttp@7092953d{s=HttpChannelState@2a52071{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 20:12:59.752 [qtp304157852-39] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@4d385e23{reserved=1/2,pending=0} tryExecute org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy$$Lambda$380/0x00007fa8e4312d78@71d9be42 20:12:59.752 [qtp304157852-39] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@4d385e23{reserved=0/2,pending=1} startReservedThread p=1 20:12:59.752 [qtp304157852-39] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue ReservedThread@76d3dfda{PENDING,thread=null} startThread=0 20:12:59.752 [WebSocket@712627377-44] DEBUG org.eclipse.jetty.io.FillInterest -- onClose FillInterest@1b974056{ReadCallback@f0fe31c{HttpConnectionOverHTTP@484efda8::SocketChannelEndPoint@7f9a117d[{l=null,r=null,CLOSED,fill=FI,flush=-,to=2/30000}{io=1/1,kio=-1,kro=-1}]->[HttpConnectionOverHTTP@484efda8(l:null <-> r:null,closed=true)=>HttpChannelOverHTTP@6ff48f6f(exchange=null)[send=HttpSenderOverHTTP@50e89c84(req=QUEUED,failure=null)[HttpGenerator@247d0de3{s=START}],recv=HttpReceiverOverHTTP@50d332d4(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]]}} 20:12:59.752 [qtp304157852-44] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run ReservedThread@76d3dfda{PENDING,thread=null} in QueuedThreadPool[qtp304157852]@1221149c{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=0/2,pending=1}] 20:12:59.752 [qtp304157852-44] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@76d3dfda{PENDING,thread=Thread[qtp304157852-44,5,Configuration Admin Service]} was=PENDING next=RESERVED size=0+1 capacity=2 20:12:59.752 [qtp304157852-42] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@6addf1de{RESERVED,thread=Thread[qtp304157852-42,5,Configuration Admin Service]} task=org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy$$Lambda$380/0x00007fa8e4312d78@71d9be42 ReservedThreadExecutor@4d385e23{reserved=1/2,pending=0} 20:12:59.752 [qtp304157852-44] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@76d3dfda{RESERVED,thread=Thread[qtp304157852-44,5,Configuration Admin Service]} waiting ReservedThreadExecutor@4d385e23{reserved=1/2,pending=0} 20:12:59.752 [qtp304157852-39] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- ss=EXECUTE_PRODUCE_CONSUME t=SocketChannelEndPoint@48683fea[{l=/127.0.0.1:14001,r=/127.0.0.1:56898,OPEN,fill=FI,flush=-,to=80/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@5703ee72[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2901d654{s=START}]=>HttpChannelOverHttp@7092953d{s=HttpChannelState@2a52071{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/BLOCKING AdaptiveExecutionStrategy@313e7a31/SelectorProducer@1efd6dc5/IDLE/p=true/QueuedThreadPool[qtp304157852]@1221149c{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=1/2,pending=0}][pc=0,pic=0,pec=1,epc=0]@2024-02-12T20:12:59.752472273Z 20:12:59.752 [qtp304157852-42] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- AdaptiveExecutionStrategy@313e7a31/SelectorProducer@1efd6dc5/IDLE/p=true/QueuedThreadPool[qtp304157852]@1221149c{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=1/2,pending=0}][pc=0,pic=0,pec=1,epc=1]@2024-02-12T20:12:59.752567942Z tryProduce true 20:12:59.752 [WebSocket@712627377-44] DEBUG org.eclipse.jetty.io.AbstractConnection -- HttpConnectionOverHTTP@484efda8::SocketChannelEndPoint@7f9a117d[{l=null,r=null,CLOSED,fill=-,flush=-,to=2/30000}{io=1/1,kio=-1,kro=-1}]->[HttpConnectionOverHTTP@484efda8(l:null <-> r:null,closed=true)=>HttpChannelOverHTTP@6ff48f6f(exchange=null)[send=HttpSenderOverHTTP@50e89c84(req=QUEUED,failure=null)[HttpGenerator@247d0de3{s=START}],recv=HttpReceiverOverHTTP@50d332d4(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] onFillInterestedFailed {} java.nio.channels.ClosedChannelException: null at org.eclipse.jetty.io.FillInterest.onClose(FillInterest.java:147) at org.eclipse.jetty.io.AbstractEndPoint.onClose(AbstractEndPoint.java:354) at org.eclipse.jetty.io.SelectableChannelEndPoint.onClose(SelectableChannelEndPoint.java:165) at org.eclipse.jetty.io.AbstractEndPoint.onClose(AbstractEndPoint.java:344) at org.eclipse.jetty.io.AbstractEndPoint.doOnClose(AbstractEndPoint.java:263) at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:227) at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:210) at org.eclipse.jetty.client.http.HttpConnectionOverHTTP.close(HttpConnectionOverHTTP.java:242) at org.eclipse.jetty.client.http.HttpConnectionOverHTTP.close(HttpConnectionOverHTTP.java:229) at org.eclipse.jetty.util.IO.close(IO.java:407) at org.eclipse.jetty.io.ManagedSelector$CloseConnections.update(ManagedSelector.java:1014) at org.eclipse.jetty.io.ManagedSelector$SelectorProducer.processUpdates(ManagedSelector.java:566) at org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:537) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.produceTask(AdaptiveExecutionStrategy.java:450) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce(AdaptiveExecutionStrategy.java:243) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.produce(AdaptiveExecutionStrategy.java:194) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:934) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1078) at java.base/java.lang.Thread.run(Thread.java:840) 20:12:59.752 [qtp304157852-39] DEBUG org.eclipse.jetty.io.FillInterest -- fillable FillInterest@1225883b{ReadCallback@27fd42c2{HttpConnection@5703ee72::SocketChannelEndPoint@48683fea[{l=/127.0.0.1:14001,r=/127.0.0.1:56898,OPEN,fill=FI,flush=-,to=80/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@5703ee72[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2901d654{s=START}]=>HttpChannelOverHttp@7092953d{s=HttpChannelState@2a52071{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}]}} 20:12:59.752 [WebSocket@712627377-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup ManagedSelector@70efb718{STOPPING} id=0 keys=1 selected=0 updates=0 20:12:59.752 [qtp304157852-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 0 20:12:59.752 [qtp304157852-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:12:59.752 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@5703ee72::SocketChannelEndPoint@48683fea[{l=/127.0.0.1:14001,r=/127.0.0.1:56898,OPEN,fill=-,flush=-,to=80/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@5703ee72[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2901d654{s=START}]=>HttpChannelOverHttp@7092953d{s=HttpChannelState@2a52071{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 enter HttpChannelState@2a52071{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 20:12:59.752 [qtp304157852-42] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- Key interests updated 1 -> 0 on SocketChannelEndPoint@48683fea[{l=/127.0.0.1:14001,r=/127.0.0.1:56898,OPEN,fill=-,flush=-,to=80/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5703ee72[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2901d654{s=START}]=>HttpChannelOverHttp@7092953d{s=HttpChannelState@2a52071{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}] 20:12:59.752 [qtp304157852-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@5d48c143 waiting with 1 keys 20:12:59.753 [qtp304157852-39] DEBUG org.eclipse.jetty.io.AbstractEndPoint -- shutdownInput SocketChannelEndPoint@48683fea[{l=/127.0.0.1:14001,r=/127.0.0.1:56898,OPEN,fill=-,flush=-,to=81/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5703ee72[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2901d654{s=START}]=>HttpChannelOverHttp@7092953d{s=HttpChannelState@2a52071{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}] 20:12:59.753 [qtp304157852-39] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- filled -1 DirectByteBuffer@656a3417[p=0,l=0,c=8192,r=0]={<<<>>>GET /ws/s...\x00\x00\x00\x00\x00\x00\x00} 20:12:59.753 [WebSocket@712627377-44] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@3d7d6dbe startThread=0 20:12:59.753 [qtp304157852-39] DEBUG org.eclipse.jetty.http.HttpParser -- atEOF HttpParser{s=START,0 of -1} 20:12:59.753 [WebSocket@712627377-49] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@3d7d6dbe in QueuedThreadPool[WebSocket@712627377]@485e36bc{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@424fd310{reserved=1/2,pending=0}] 20:12:59.753 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@5703ee72::SocketChannelEndPoint@48683fea[{l=/127.0.0.1:14001,r=/127.0.0.1:56898,ISHUT,fill=-,flush=-,to=81/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5703ee72[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2901d654{s=START}]=>HttpChannelOverHttp@7092953d{s=HttpChannelState@2a52071{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 -1 RetainableByteBuffer@349e4f18{DirectByteBuffer@656a3417[p=0,l=0,c=8192,r=0]={<<<>>>GET /ws/s...\x00\x00\x00\x00\x00\x00\x00},r=1} 20:12:59.753 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@5703ee72::SocketChannelEndPoint@48683fea[{l=/127.0.0.1:14001,r=/127.0.0.1:56898,ISHUT,fill=-,flush=-,to=81/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5703ee72[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2901d654{s=START}]=>HttpChannelOverHttp@7092953d{s=HttpChannelState@2a52071{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@349e4f18{DirectByteBuffer@656a3417[p=0,l=0,c=8192,r=0]={<<<>>>GET /ws/s...\x00\x00\x00\x00\x00\x00\x00},r=1} 20:12:59.753 [WebSocket@712627377-49] DEBUG org.eclipse.jetty.io.ManagedSelector -- Destroyed SocketChannelEndPoint@7f9a117d[{l=null,r=null,CLOSED,fill=-,flush=-,to=3/30000}{io=1/1,kio=-1,kro=-1}]->[HttpConnectionOverHTTP@484efda8(l:null <-> r:null,closed=true)=>HttpChannelOverHTTP@6ff48f6f(exchange=null)[send=HttpSenderOverHTTP@50e89c84(req=QUEUED,failure=null)[HttpGenerator@247d0de3{s=START}],recv=HttpReceiverOverHTTP@50d332d4(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 20:12:59.753 [qtp304157852-39] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=START DirectByteBuffer@656a3417[p=0,l=0,c=8192,r=0]={<<<>>>GET /ws/s...\x00\x00\x00\x00\x00\x00\x00} 20:12:59.753 [WebSocket@712627377-44] DEBUG org.eclipse.jetty.client.http.HttpConnectionOverHTTP -- Closed HttpConnectionOverHTTP@484efda8::SocketChannelEndPoint@7f9a117d[{l=null,r=null,CLOSED,fill=-,flush=-,to=3/30000}{io=1/1,kio=-1,kro=-1}]->[HttpConnectionOverHTTP@484efda8(l:null <-> r:null,closed=true)=>HttpChannelOverHTTP@6ff48f6f(exchange=null)[send=HttpSenderOverHTTP@50e89c84(req=QUEUED,failure=null)[HttpGenerator@247d0de3{s=START}],recv=HttpReceiverOverHTTP@50d332d4(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 20:12:59.753 [qtp304157852-39] DEBUG org.eclipse.jetty.http.HttpParser -- START --> CLOSED 20:12:59.753 [WebSocket@712627377-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:12:59.753 [qtp304157852-39] DEBUG org.eclipse.jetty.io.AbstractEndPoint -- close SocketChannelEndPoint@48683fea[{l=/127.0.0.1:14001,r=/127.0.0.1:56898,ISHUT,fill=-,flush=-,to=81/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5703ee72[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2901d654{s=START}]=>HttpChannelOverHttp@7092953d{s=HttpChannelState@2a52071{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}] 20:12:59.753 [WebSocket@712627377-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@2bf60a0c waiting with 1 keys 20:12:59.753 [main] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.ManagedSelector$StopSelector@f478a81 on ManagedSelector@70efb718{STOPPING} id=0 keys=1 selected=0 updates=0 20:12:59.753 [qtp304157852-39] DEBUG org.eclipse.jetty.io.AbstractEndPoint -- close(null) SocketChannelEndPoint@48683fea[{l=/127.0.0.1:14001,r=/127.0.0.1:56898,ISHUT,fill=-,flush=-,to=81/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5703ee72[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2901d654{s=START}]=>HttpChannelOverHttp@7092953d{s=HttpChannelState@2a52071{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}] 20:12:59.753 [WebSocket@712627377-49] DEBUG org.eclipse.jetty.io.AbstractConnection -- onClose HttpConnectionOverHTTP@484efda8::SocketChannelEndPoint@7f9a117d[{l=null,r=null,CLOSED,fill=-,flush=-,to=4/30000}{io=1/1,kio=-1,kro=-1}]->[HttpConnectionOverHTTP@484efda8(l:null <-> r:null,closed=true)=>HttpChannelOverHTTP@6ff48f6f(exchange=null)[send=HttpSenderOverHTTP@50e89c84(req=QUEUED,failure=null)[HttpGenerator@247d0de3{s=START}],recv=HttpReceiverOverHTTP@50d332d4(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 20:12:59.753 [main] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@70efb718{STOPPING} id=0 keys=0 selected=0 updates=1 20:12:59.753 [qtp304157852-39] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- doClose SocketChannelEndPoint@48683fea[{l=/127.0.0.1:14001,r=/127.0.0.1:56898,CLOSED,fill=-,flush=-,to=81/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5703ee72[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2901d654{s=START}]=>HttpChannelOverHttp@7092953d{s=HttpChannelState@2a52071{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}] 20:12:59.753 [WebSocket@712627377-49] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@3d7d6dbe in QueuedThreadPool[WebSocket@712627377]@485e36bc{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@424fd310{reserved=1/2,pending=0}] 20:12:59.753 [WebSocket@712627377-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@2bf60a0c woken with none selected 20:12:59.753 [WebSocket@712627377-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@2bf60a0c woken up from select, 0/0/0 selected 20:12:59.753 [WebSocket@712627377-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@2bf60a0c processing 0 keys, 1 updates 20:12:59.753 [WebSocket@712627377-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 20:12:59.753 [WebSocket@712627377-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$StopSelector@f478a81 20:12:59.753 [WebSocket@712627377-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:12:59.753 [WebSocket@712627377-44] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.io.ManagedSelector$$Lambda$397/0x00007ff2f418e1c8@b70da4c in QueuedThreadPool[WebSocket@712627377]@485e36bc{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@424fd310{reserved=1/2,pending=0}] 20:12:59.753 [qtp304157852-39] DEBUG org.eclipse.jetty.io.FillInterest -- onClose FillInterest@1225883b{null} 20:12:59.753 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup ManagedSelector@62a71547{STARTED} id=0 keys=1 selected=0 updates=0 20:12:59.753 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING AdaptiveExecutionStrategy@48a12036/SelectorProducer@bf1ec20/IDLE/p=false/QueuedThreadPool[WebSocket@712627377]@485e36bc{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@424fd310{reserved=1/2,pending=0}][pc=0,pic=0,pec=1,epc=0]@2024-02-12T20:12:59.753928655Z 20:12:59.754 [qtp304157852-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@5d48c143 woken with none selected 20:12:59.754 [qtp304157852-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@5d48c143 woken up from select, 0/0/0 selected 20:12:59.754 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED AdaptiveExecutionStrategy@48a12036/SelectorProducer@bf1ec20/IDLE/p=false/QueuedThreadPool[WebSocket@712627377]@485e36bc{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@424fd310{reserved=1/2,pending=0}][pc=0,pic=0,pec=1,epc=0]@2024-02-12T20:12:59.754087447Z 20:12:59.754 [qtp304157852-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@5d48c143 processing 0 keys, 0 updates 20:12:59.754 [qtp304157852-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 0 20:12:59.754 [qtp304157852-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:12:59.754 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ManagedSelector@70efb718{STOPPED} id=0 keys=-1 selected=-1 updates=0 20:12:59.754 [qtp304157852-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@5d48c143 waiting with 0 keys 20:12:59.754 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ClientSelectorManager@47a5b70d{STOPPED} 20:12:59.754 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING Client@1506f20f[provider=null,keyStore=null,trustStore=null] 20:12:59.754 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED Client@1506f20f[provider=null,keyStore=null,trustStore=null] 20:12:59.754 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ScheduledExecutorScheduler@2374d36a{STARTED} 20:12:59.754 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ScheduledExecutorScheduler@2374d36a{STOPPED} 20:12:59.754 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING QueuedThreadPool[WebSocket@712627377]@485e36bc{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@424fd310{reserved=1/2,pending=0}] 20:12:59.754 [qtp304157852-39] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@68ef0aab startThread=0 20:12:59.754 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Stopping QueuedThreadPool[WebSocket@712627377]@485e36bc{STOPPING,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@424fd310{reserved=1/2,pending=0}] 20:12:59.754 [qtp304157852-45] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@68ef0aab in QueuedThreadPool[qtp304157852]@1221149c{STARTED,8<=8<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=1/2,pending=0}] 20:12:59.754 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ReservedThreadExecutor@424fd310{reserved=1/2,pending=0} 20:12:59.754 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@5703ee72::SocketChannelEndPoint@48683fea[{l=null,r=null,CLOSED,fill=-,flush=-,to=82/60000}{io=0/0,kio=-1,kro=-1}]->[HttpConnection@5703ee72[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2901d654{s=START}]=>HttpChannelOverHttp@7092953d{s=HttpChannelState@2a52071{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=CLOSED,0 of -1} 20:12:59.754 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ReservedThreadExecutor@424fd310{reserved=-1/2,pending=0} 20:12:59.754 [qtp304157852-45] DEBUG org.eclipse.jetty.io.ManagedSelector -- Destroyed SocketChannelEndPoint@48683fea[{l=null,r=null,CLOSED,fill=-,flush=-,to=82/60000}{io=0/0,kio=-1,kro=-1}]->[HttpConnection@5703ee72[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2901d654{s=START}]=>HttpChannelOverHttp@7092953d{s=HttpChannelState@2a52071{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}] 20:12:59.754 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpConnection -- releaseRequestBuffer HttpConnection@5703ee72::SocketChannelEndPoint@48683fea[{l=null,r=null,CLOSED,fill=-,flush=-,to=82/60000}{io=0/0,kio=-1,kro=-1}]->[HttpConnection@5703ee72[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2901d654{s=START}]=>HttpChannelOverHttp@7092953d{s=HttpChannelState@2a52071{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}] 20:12:59.754 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Waiting for Thread[WebSocket@712627377-51,5,main] for 2499 20:12:59.754 [WebSocket@712627377-47] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@1c71dba8{RESERVED,thread=Thread[WebSocket@712627377-47,5,main]} task=STOP ReservedThreadExecutor@424fd310{reserved=-1/2,pending=0} 20:12:59.754 [WebSocket@712627377-47] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@1c71dba8{RESERVED,thread=Thread[WebSocket@712627377-47,5,main]} exited ReservedThreadExecutor@424fd310{reserved=-1/2,pending=0} 20:12:59.754 [qtp304157852-39] DEBUG org.eclipse.jetty.io.AbstractEndPoint -- shutdownOutput SocketChannelEndPoint@48683fea[{l=null,r=null,CLOSED,fill=-,flush=-,to=82/60000}{io=0/0,kio=-1,kro=-1}]->[HttpConnection@5703ee72[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2901d654{s=START}]=>HttpChannelOverHttp@7092953d{s=HttpChannelState@2a52071{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}] 20:12:59.754 [WebSocket@712627377-50] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@712627377]@485e36bc{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 20:12:59.754 [WebSocket@712627377-47] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran ReservedThread@1c71dba8{RESERVED,thread=null} in QueuedThreadPool[WebSocket@712627377]@485e36bc{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 20:12:59.754 [WebSocket@712627377-51] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@712627377]@485e36bc{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 20:12:59.754 [WebSocket@712627377-50] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@712627377]@485e36bc{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:12:59.754 [WebSocket@712627377-47] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@712627377-47,5,main] exited for QueuedThreadPool[WebSocket@712627377]@485e36bc{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 20:12:59.754 [WebSocket@712627377-51] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@712627377]@485e36bc{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 20:12:59.754 [WebSocket@712627377-45] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@712627377]@485e36bc{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 20:12:59.754 [qtp304157852-45] DEBUG org.eclipse.jetty.io.AbstractConnection -- onClose HttpConnection@5703ee72::SocketChannelEndPoint@48683fea[{l=null,r=null,CLOSED,fill=-,flush=-,to=82/60000}{io=0/0,kio=-1,kro=-1}]->[HttpConnection@5703ee72[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2901d654{s=START}]=>HttpChannelOverHttp@7092953d{s=HttpChannelState@2a52071{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}] 20:12:59.755 [WebSocket@712627377-51] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@712627377-51,5,main] exited for QueuedThreadPool[WebSocket@712627377]@485e36bc{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 20:12:59.755 [WebSocket@712627377-46] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@712627377]@485e36bc{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 20:12:59.754 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@5703ee72::SocketChannelEndPoint@48683fea[{l=null,r=null,CLOSED,fill=-,flush=-,to=82/60000}{io=0/0,kio=-1,kro=-1}]->[HttpConnection@5703ee72[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2901d654{s=START}]=>HttpChannelOverHttp@7092953d{s=HttpChannelState@2a52071{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@2a52071{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 20:12:59.755 [WebSocket@712627377-49] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@712627377]@485e36bc{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 20:12:59.755 [WebSocket@712627377-44] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@712627377]@485e36bc{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 20:12:59.755 [WebSocket@712627377-50] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@712627377-50,5,main] exited for QueuedThreadPool[WebSocket@712627377]@485e36bc{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 20:12:59.754 [qtp304157852-45] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@68ef0aab in QueuedThreadPool[qtp304157852]@1221149c{STARTED,8<=8<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=1/2,pending=0}] 20:12:59.754 [qtp304157852-39] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.io.ManagedSelector$$Lambda$381/0x00007fa8e43133e0@15db0d46 in QueuedThreadPool[qtp304157852]@1221149c{STARTED,8<=8<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=1/2,pending=0}] 20:12:59.755 [WebSocket@712627377-44] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@712627377]@485e36bc{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 20:12:59.755 [WebSocket@712627377-45] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@712627377]@485e36bc{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 20:12:59.755 [WebSocket@712627377-48] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@712627377]@485e36bc{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 20:12:59.755 [WebSocket@712627377-44] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@712627377-44,5,main] exited for QueuedThreadPool[WebSocket@712627377]@485e36bc{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 20:12:59.755 [WebSocket@712627377-45] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@712627377-45,5,main] exited for QueuedThreadPool[WebSocket@712627377]@485e36bc{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 20:12:59.755 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Waiting for Thread[WebSocket@712627377-49,5,main] for 2499 20:12:59.755 [WebSocket@712627377-49] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@712627377]@485e36bc{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 20:12:59.755 [WebSocket@712627377-48] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@712627377]@485e36bc{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 20:12:59.755 [WebSocket@712627377-46] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@712627377]@485e36bc{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 20:12:59.755 [WebSocket@712627377-49] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@712627377-49,5,main] exited for QueuedThreadPool[WebSocket@712627377]@485e36bc{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 20:12:59.755 [WebSocket@712627377-48] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@712627377-48,5,main] exited for QueuedThreadPool[WebSocket@712627377]@485e36bc{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 20:12:59.755 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Waiting for Thread[WebSocket@712627377-45,5,] for 2499 20:12:59.755 [WebSocket@712627377-46] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@712627377-46,5,main] exited for QueuedThreadPool[WebSocket@712627377]@485e36bc{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 20:12:59.755 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED QueuedThreadPool[WebSocket@712627377]@485e36bc{STOPPED,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 20:12:59.755 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ClientConnector@2371aaca{STOPPED} 20:12:59.755 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED HttpClientTransportOverHTTP@63fdab07{STOPPED} 20:12:59.755 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED HttpClient@7b5a12ae{STOPPED} 20:12:59.755 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED WebSocketCoreClient@14dda234{STOPPED} 20:12:59.755 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED WebSocketClient@e6f1c38a[coreClient=WebSocketCoreClient@14dda234{STOPPED},openSessions.size=0] Feb 12, 2024 8:12:59 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:12:59 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:13:00 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. Feb 12, 2024 8:13:00 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. Feb 12, 2024 8:13:00 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application sensinact-rest class org.eclipse.osgitech.rest.util.OptionalResponseFilter Feb 12, 2024 8:13:00 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter 20:13:00.056 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Feature update complete. Feb 12, 2024 8:13:00 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:13:00 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:13:00 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. Feb 12, 2024 8:13:00 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. Feb 12, 2024 8:13:00 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:13:00 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. Feb 12, 2024 8:13:00 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. 20:13:01.755 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING WebSocketClient@f48f5692[coreClient=WebSocketCoreClient@dfddc9a{STARTED},openSessions.size=0] 20:13:01.756 [main] INFO org.eclipse.jetty.websocket.client.WebSocketClient -- Shutdown WebSocketClient@f48f5692[coreClient=WebSocketCoreClient@dfddc9a{STARTED},openSessions.size=0] 20:13:01.756 [main] DEBUG org.eclipse.jetty.websocket.client.WebSocketClient -- graceful SessionTracker@4b9df8a{STARTED} 20:13:01.756 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING SessionTracker@4b9df8a{STARTED} 20:13:01.756 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED SessionTracker@4b9df8a{STOPPED} 20:13:01.756 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING WebSocketCoreClient@dfddc9a{STARTED} 20:13:01.756 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING WebSocketComponents@35390ee3{STARTED} 20:13:01.756 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING DeflaterPool@5ddea849{STARTED,size=0,capacity=1024} 20:13:01.756 [main] DEBUG org.eclipse.jetty.util.Pool -- Closing Pool@64a8c844[inUse=0,size=0,max=1024,closed=false] 20:13:01.757 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED DeflaterPool@5ddea849{STOPPED,size=-1,capacity=1024} 20:13:01.757 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING InflaterPool@5e01a982{STARTED,size=0,capacity=1024} 20:13:01.757 [main] DEBUG org.eclipse.jetty.util.Pool -- Closing Pool@78365cfa[inUse=0,size=0,max=1024,closed=false] 20:13:01.757 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED InflaterPool@5e01a982{STOPPED,size=-1,capacity=1024} 20:13:01.757 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED WebSocketComponents@35390ee3{STOPPED} 20:13:01.757 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING HttpClient@3fb6cf60{STARTED} 20:13:01.757 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING HttpClientTransportOverHTTP@13e547a9{STARTED} 20:13:01.757 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ClientConnector@704f1591{STARTED} 20:13:01.757 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ClientSelectorManager@5f7b97da{STARTED} 20:13:01.757 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ManagedSelector@640f11a1{STARTED} id=0 keys=0 selected=0 updates=0 20:13:01.757 [main] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.ManagedSelector$CloseConnections@19553973 on ManagedSelector@640f11a1{STOPPING} id=0 keys=0 selected=0 updates=0 20:13:01.757 [main] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@640f11a1{STOPPING} id=0 keys=0 selected=0 updates=1 20:13:01.757 [WebSocket@892931811-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@13d7178e woken with none selected 20:13:01.757 [WebSocket@892931811-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@13d7178e woken up from select, 0/0/0 selected 20:13:01.757 [WebSocket@892931811-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@13d7178e processing 0 keys, 1 updates 20:13:01.757 [WebSocket@892931811-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 20:13:01.757 [WebSocket@892931811-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$CloseConnections@19553973 20:13:01.757 [WebSocket@892931811-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- Closing 0 connections on ManagedSelector@640f11a1{STOPPING} id=0 keys=0 selected=0 updates=0 20:13:01.757 [WebSocket@892931811-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:13:01.757 [WebSocket@892931811-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@13d7178e waiting with 0 keys 20:13:01.757 [main] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.ManagedSelector$StopSelector@7bb6ab3a on ManagedSelector@640f11a1{STOPPING} id=0 keys=0 selected=0 updates=0 20:13:01.757 [main] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@640f11a1{STOPPING} id=0 keys=0 selected=0 updates=1 20:13:01.757 [WebSocket@892931811-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@13d7178e woken with none selected 20:13:01.757 [WebSocket@892931811-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@13d7178e woken up from select, 0/0/0 selected 20:13:01.757 [WebSocket@892931811-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@13d7178e processing 0 keys, 1 updates 20:13:01.757 [WebSocket@892931811-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 20:13:01.757 [WebSocket@892931811-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$StopSelector@7bb6ab3a 20:13:01.757 [WebSocket@892931811-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:13:01.757 [WebSocket@892931811-36] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.io.ManagedSelector$$Lambda$397/0x00007ff2f418e1c8@5c10f1c3 in QueuedThreadPool[WebSocket@892931811]@56aaaecd{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@18b0930f{reserved=0/2,pending=0}] 20:13:01.757 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING AdaptiveExecutionStrategy@6c5945a7/SelectorProducer@2f05be7f/IDLE/p=false/QueuedThreadPool[WebSocket@892931811]@56aaaecd{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@18b0930f{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:13:01.75768689Z 20:13:01.757 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED AdaptiveExecutionStrategy@6c5945a7/SelectorProducer@2f05be7f/IDLE/p=false/QueuedThreadPool[WebSocket@892931811]@56aaaecd{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@18b0930f{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:13:01.757767903Z 20:13:01.757 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ManagedSelector@640f11a1{STOPPED} id=0 keys=-1 selected=-1 updates=0 20:13:01.757 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ClientSelectorManager@5f7b97da{STOPPED} 20:13:01.757 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING Client@2b5f4d54[provider=null,keyStore=null,trustStore=null] 20:13:01.757 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED Client@2b5f4d54[provider=null,keyStore=null,trustStore=null] 20:13:01.757 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ScheduledExecutorScheduler@6955cb39{STARTED} 20:13:01.757 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ScheduledExecutorScheduler@6955cb39{STOPPED} 20:13:01.757 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING QueuedThreadPool[WebSocket@892931811]@56aaaecd{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@18b0930f{reserved=0/2,pending=0}] 20:13:01.757 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Stopping QueuedThreadPool[WebSocket@892931811]@56aaaecd{STOPPING,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@18b0930f{reserved=0/2,pending=0}] 20:13:01.757 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ReservedThreadExecutor@18b0930f{reserved=0/2,pending=0} 20:13:01.757 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ReservedThreadExecutor@18b0930f{reserved=-1/2,pending=0} 20:13:01.758 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Waiting for Thread[WebSocket@892931811-38,5,main] for 2499 20:13:01.758 [WebSocket@892931811-37] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@892931811]@56aaaecd{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:01.758 [WebSocket@892931811-37] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@892931811]@56aaaecd{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:01.758 [WebSocket@892931811-38] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@892931811]@56aaaecd{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:01.758 [WebSocket@892931811-37] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@892931811-37,5,main] exited for QueuedThreadPool[WebSocket@892931811]@56aaaecd{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:01.758 [WebSocket@892931811-38] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@892931811]@56aaaecd{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:01.758 [WebSocket@892931811-38] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@892931811-38,5,main] exited for QueuedThreadPool[WebSocket@892931811]@56aaaecd{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:01.758 [WebSocket@892931811-39] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@892931811]@56aaaecd{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:01.758 [WebSocket@892931811-40] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@892931811]@56aaaecd{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:01.758 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Waiting for Thread[WebSocket@892931811-43,5,main] for 2499 20:13:01.758 [WebSocket@892931811-40] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@892931811]@56aaaecd{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:01.758 [WebSocket@892931811-39] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@892931811]@56aaaecd{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:01.758 [WebSocket@892931811-39] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@892931811-39,5,main] exited for QueuedThreadPool[WebSocket@892931811]@56aaaecd{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:01.758 [WebSocket@892931811-41] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@892931811]@56aaaecd{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:01.758 [WebSocket@892931811-40] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@892931811-40,5,main] exited for QueuedThreadPool[WebSocket@892931811]@56aaaecd{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:01.758 [WebSocket@892931811-41] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@892931811]@56aaaecd{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:01.758 [WebSocket@892931811-42] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@892931811]@56aaaecd{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:01.758 [WebSocket@892931811-41] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@892931811-41,5,main] exited for QueuedThreadPool[WebSocket@892931811]@56aaaecd{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:01.758 [WebSocket@892931811-42] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@892931811]@56aaaecd{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:01.758 [WebSocket@892931811-36] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@892931811]@56aaaecd{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:01.758 [WebSocket@892931811-43] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@892931811]@56aaaecd{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:01.758 [WebSocket@892931811-42] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@892931811-42,5,main] exited for QueuedThreadPool[WebSocket@892931811]@56aaaecd{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:01.758 [WebSocket@892931811-36] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@892931811]@56aaaecd{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:01.758 [WebSocket@892931811-43] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@892931811]@56aaaecd{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:01.758 [WebSocket@892931811-36] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@892931811-36,5,main] exited for QueuedThreadPool[WebSocket@892931811]@56aaaecd{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:01.758 [WebSocket@892931811-43] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@892931811-43,5,main] exited for QueuedThreadPool[WebSocket@892931811]@56aaaecd{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:01.758 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Waiting for Thread[WebSocket@892931811-40,5,] for 2499 20:13:01.758 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED QueuedThreadPool[WebSocket@892931811]@56aaaecd{STOPPED,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:01.758 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ClientConnector@704f1591{STOPPED} 20:13:01.758 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED HttpClientTransportOverHTTP@13e547a9{STOPPED} 20:13:01.758 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED HttpClient@3fb6cf60{STOPPED} 20:13:01.758 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED WebSocketCoreClient@dfddc9a{STOPPED} 20:13:01.758 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED WebSocketClient@f48f5692[coreClient=WebSocketCoreClient@dfddc9a{STOPPED},openSessions.size=0] 20:13:01.759 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- QueuedThreadPool[qtp94919826]@5a85c92{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] added {org.eclipse.jetty.util.thread.ThreadPoolBudget@32811494,POJO} 20:13:01.759 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketComponents@4795ded0{STOPPED} added {InflaterPool@53dacd14{STOPPED,size=-1,capacity=1024},AUTO} 20:13:01.759 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketComponents@4795ded0{STOPPED} added {DeflaterPool@14d14731{STOPPED,size=-1,capacity=1024},AUTO} 20:13:01.759 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketComponents@4795ded0{STOPPED} added {MappedByteBufferPool@2eced48b{maxQueueLength=-1, factor=4096},POJO} 20:13:01.759 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketComponents@4795ded0{STOPPED} added {org.eclipse.jetty.websocket.core.WebSocketExtensionRegistry@47c4ecdc,POJO} 20:13:01.759 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketComponents@4795ded0{STOPPED} added {org.eclipse.jetty.util.DecoratedObjectFactory[decorators=0],POJO} 20:13:01.759 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketComponents@4795ded0{STOPPED} added {QueuedThreadPool[WebSocket@1201004240]@5a85c92{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY],AUTO} 20:13:01.760 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientConnector@42f33b5d{STOPPED} added {org.eclipse.jetty.io.ClientConnector$Configurator@5c8504fd,POJO} 20:13:01.760 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpClientTransportOverHTTP@4b7e96a{STOPPED} added {ClientConnector@42f33b5d{STOPPED},AUTO} 20:13:01.760 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpClient@6475472c{STOPPED} added {HttpClientTransportOverHTTP@4b7e96a{STOPPED},AUTO} 20:13:01.760 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpClient@6475472c{STOPPED} added {org.eclipse.jetty.client.ProtocolHandlers@3f07b12c,POJO} 20:13:01.760 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpClient@6475472c{STOPPED} added {org.eclipse.jetty.client.HttpClient$ContentDecoderFactorySet@4bd1f8dd,POJO} 20:13:01.760 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientConnector@42f33b5d{STOPPED} added {QueuedThreadPool[WebSocket@1201004240]@5a85c92{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY],AUTO} 20:13:01.760 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketCoreClient@7096b474{STOPPED} added {HttpClient@6475472c{STOPPED},AUTO} 20:13:01.760 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketCoreClient@7096b474{STOPPED} added {WebSocketComponents@4795ded0{STOPPED},AUTO} 20:13:01.760 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketClient@32569b5c[coreClient=WebSocketCoreClient@7096b474{STOPPED},openSessions.size=0] added {WebSocketCoreClient@7096b474{STOPPED},MANAGED} 20:13:01.760 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketClient@32569b5c[coreClient=WebSocketCoreClient@7096b474{STOPPED},openSessions.size=0] added {SessionTracker@3e14c16d{STOPPED},AUTO} 20:13:01.760 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING WebSocketClient@32569b5c[coreClient=WebSocketCoreClient@7096b474{STOPPED},openSessions.size=0] 20:13:01.760 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING WebSocketCoreClient@7096b474{STOPPED} 20:13:01.760 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING HttpClient@6475472c{STOPPED} 20:13:01.760 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientConnector@42f33b5d{STOPPED} added {MappedByteBufferPool@3c989952{maxQueueLength=100, factor=2048},POJO} 20:13:01.760 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpClient@6475472c{STARTING} added {org.eclipse.jetty.io.ArrayRetainableByteBufferPool@784b990c{min=0,max=65536,buckets=32,heap=0/268435456,direct=0/268435456},POJO} 20:13:01.760 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientConnector@42f33b5d{STOPPED} added {ScheduledExecutorScheduler@3d3ba765{STOPPED},AUTO} 20:13:01.760 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpClient@6475472c{STARTING} added {org.eclipse.jetty.util.SocketAddressResolver$Async@25bc0606,POJO} 20:13:01.760 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING HttpClientTransportOverHTTP@4b7e96a{STOPPED} 20:13:01.760 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ClientConnector@42f33b5d{STOPPED} 20:13:01.760 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientConnector@42f33b5d{STARTING} added {Client@5d1659ea[provider=null,keyStore=null,trustStore=null],AUTO} 20:13:01.760 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientConnector@42f33b5d{STARTING} added {ClientSelectorManager@793138bd{STOPPED},AUTO} 20:13:01.760 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING QueuedThreadPool[WebSocket@1201004240]@5a85c92{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] 20:13:01.760 [main] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@1951b871{reserved=0/2,pending=0} 20:13:01.760 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- QueuedThreadPool[WebSocket@1201004240]@5a85c92{STARTING,8<=0<=200,i=0,r=-1,q=0}[ReservedThreadExecutor@1951b871{reserved=0/2,pending=0}] added {ReservedThreadExecutor@1951b871{reserved=0/2,pending=0},AUTO} 20:13:01.760 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ReservedThreadExecutor@1951b871{reserved=0/2,pending=0} 20:13:01.760 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @6322ms ReservedThreadExecutor@1951b871{reserved=0/2,pending=0} 20:13:01.761 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@1201004240-55,5,main] 20:13:01.761 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@1201004240-56,5,main] 20:13:01.761 [WebSocket@1201004240-55] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@1201004240]@5a85c92{STARTING,8<=2<=200,i=2,r=-1,q=0}[ReservedThreadExecutor@1951b871{reserved=0/2,pending=0}] 20:13:01.761 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@1201004240-57,5,main] 20:13:01.761 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@1201004240-58,5,main] 20:13:01.761 [WebSocket@1201004240-56] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@1201004240]@5a85c92{STARTING,8<=4<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@1951b871{reserved=0/2,pending=0}] 20:13:01.761 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@1201004240-59,5,main] 20:13:01.761 [WebSocket@1201004240-57] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@1201004240]@5a85c92{STARTING,8<=4<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@1951b871{reserved=0/2,pending=0}] 20:13:01.761 [WebSocket@1201004240-58] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@1201004240]@5a85c92{STARTING,8<=5<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@1951b871{reserved=0/2,pending=0}] 20:13:01.761 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@1201004240-60,5,main] 20:13:01.761 [WebSocket@1201004240-59] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@1201004240]@5a85c92{STARTING,8<=6<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@1951b871{reserved=0/2,pending=0}] 20:13:01.761 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@1201004240-61,5,main] 20:13:01.761 [WebSocket@1201004240-60] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@1201004240]@5a85c92{STARTING,8<=7<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@1951b871{reserved=0/2,pending=0}] 20:13:01.761 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@1201004240-62,5,main] 20:13:01.761 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @6323ms QueuedThreadPool[WebSocket@1201004240]@5a85c92{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@1951b871{reserved=0/2,pending=0}] 20:13:01.761 [WebSocket@1201004240-61] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@1201004240]@5a85c92{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@1951b871{reserved=0/2,pending=0}] 20:13:01.762 [WebSocket@1201004240-62] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@1201004240]@5a85c92{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@1951b871{reserved=0/2,pending=0}] 20:13:01.762 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ScheduledExecutorScheduler@3d3ba765{STOPPED} 20:13:01.762 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @6324ms ScheduledExecutorScheduler@3d3ba765{STARTED} 20:13:01.762 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING Client@5d1659ea[provider=null,keyStore=null,trustStore=null] 20:13:01.763 [main] DEBUG org.eclipse.jetty.util.ssl.SslContextFactory -- Selected Protocols [TLSv1.3, TLSv1.2] of [TLSv1.3, TLSv1.2, TLSv1.1, TLSv1, SSLv3, SSLv2Hello] 20:13:01.763 [main] DEBUG org.eclipse.jetty.util.ssl.SslContextFactory -- Selected Ciphers [TLS_AES_256_GCM_SHA384, TLS_AES_128_GCM_SHA256, TLS_CHACHA20_POLY1305_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256, TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_RSA_WITH_CHACHA20_POLY1305_SHA256, TLS_DHE_DSS_WITH_AES_256_GCM_SHA384, TLS_DHE_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_DSS_WITH_AES_128_GCM_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_RSA_WITH_AES_256_CBC_SHA256, TLS_DHE_DSS_WITH_AES_256_CBC_SHA256, TLS_DHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_DSS_WITH_AES_128_CBC_SHA256, TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256, TLS_EMPTY_RENEGOTIATION_INFO_SCSV] of [TLS_AES_256_GCM_SHA384, TLS_AES_128_GCM_SHA256, TLS_CHACHA20_POLY1305_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256, TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_RSA_WITH_CHACHA20_POLY1305_SHA256, TLS_DHE_DSS_WITH_AES_256_GCM_SHA384, TLS_DHE_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_DSS_WITH_AES_128_GCM_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_RSA_WITH_AES_256_CBC_SHA256, TLS_DHE_DSS_WITH_AES_256_CBC_SHA256, TLS_DHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_DSS_WITH_AES_128_CBC_SHA256, TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_RSA_WITH_AES_256_CBC_SHA, TLS_DHE_DSS_WITH_AES_256_CBC_SHA, TLS_DHE_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_DSS_WITH_AES_128_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA, TLS_RSA_WITH_AES_256_GCM_SHA384, TLS_RSA_WITH_AES_128_GCM_SHA256, TLS_RSA_WITH_AES_256_CBC_SHA256, TLS_RSA_WITH_AES_128_CBC_SHA256, TLS_RSA_WITH_AES_256_CBC_SHA, TLS_RSA_WITH_AES_128_CBC_SHA, TLS_EMPTY_RENEGOTIATION_INFO_SCSV] 20:13:01.763 [main] DEBUG org.eclipse.jetty.util.ssl.SslContextFactory -- Customize SSLEngine[hostname=null, port=-1, Session(1707768781763|SSL_NULL_WITH_NULL_NULL)] 20:13:01.764 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @6326ms Client@5d1659ea[provider=null,keyStore=null,trustStore=null] 20:13:01.764 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ClientSelectorManager@793138bd{STOPPED} 20:13:01.764 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- AdaptiveExecutionStrategy@7c098bb3/SelectorProducer@31e4bb20/IDLE/p=false/QueuedThreadPool[WebSocket@1201004240]@5a85c92{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@1951b871{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:13:01.764466685Z added {SelectorProducer@31e4bb20,POJO} 20:13:01.764 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- AdaptiveExecutionStrategy@7c098bb3/SelectorProducer@31e4bb20/IDLE/p=false/QueuedThreadPool[WebSocket@1201004240]@5a85c92{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@1951b871{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:13:01.76455166Z added {QueuedThreadPool[WebSocket@1201004240]@5a85c92{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@1951b871{reserved=0/2,pending=0}],UNMANAGED} 20:13:01.764 [main] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- AdaptiveExecutionStrategy@7c098bb3/SelectorProducer@31e4bb20/IDLE/p=false/QueuedThreadPool[WebSocket@1201004240]@5a85c92{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@1951b871{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:13:01.764634275Z created 20:13:01.764 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ManagedSelector@18cebaa5{STOPPED} id=0 keys=-1 selected=-1 updates=0 added {AdaptiveExecutionStrategy@7c098bb3/SelectorProducer@31e4bb20/IDLE/p=false/QueuedThreadPool[WebSocket@1201004240]@5a85c92{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@1951b871{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:13:01.764708079Z,MANAGED} 20:13:01.764 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientSelectorManager@793138bd{STARTING} added {ManagedSelector@18cebaa5{STOPPED} id=0 keys=-1 selected=-1 updates=0,AUTO} 20:13:01.764 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ManagedSelector@18cebaa5{STOPPED} id=0 keys=-1 selected=-1 updates=0 20:13:01.764 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING AdaptiveExecutionStrategy@7c098bb3/SelectorProducer@31e4bb20/IDLE/p=false/QueuedThreadPool[WebSocket@1201004240]@5a85c92{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@1951b871{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:13:01.764822414Z 20:13:01.764 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @6326ms AdaptiveExecutionStrategy@7c098bb3/SelectorProducer@31e4bb20/IDLE/p=false/QueuedThreadPool[WebSocket@1201004240]@5a85c92{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@1951b871{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:13:01.764890483Z 20:13:01.764 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue org.eclipse.jetty.io.ManagedSelector$$Lambda$397/0x00007ff2f418e1c8@463b4ac8 startThread=0 20:13:01.765 [WebSocket@1201004240-55] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.io.ManagedSelector$$Lambda$397/0x00007ff2f418e1c8@463b4ac8 in QueuedThreadPool[WebSocket@1201004240]@5a85c92{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@1951b871{reserved=0/2,pending=0}] 20:13:01.765 [main] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.ManagedSelector$Start@765f05af on ManagedSelector@18cebaa5{STARTING} id=0 keys=0 selected=0 updates=0 20:13:01.765 [WebSocket@1201004240-55] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- AdaptiveExecutionStrategy@7c098bb3/SelectorProducer@31e4bb20/IDLE/p=false/QueuedThreadPool[WebSocket@1201004240]@5a85c92{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@1951b871{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:13:01.765124203Z tryProduce false 20:13:01.765 [WebSocket@1201004240-55] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 20:13:01.765 [WebSocket@1201004240-55] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$Start@765f05af 20:13:01.765 [WebSocket@1201004240-55] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:13:01.765 [WebSocket@1201004240-55] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@f5bba0 waiting with 0 keys 20:13:01.765 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @6327ms ManagedSelector@18cebaa5{STARTED} id=0 keys=0 selected=0 updates=0 20:13:01.765 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @6327ms ClientSelectorManager@793138bd{STARTED} 20:13:01.765 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @6327ms ClientConnector@42f33b5d{STARTED} 20:13:01.765 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @6327ms HttpClientTransportOverHTTP@4b7e96a{STARTED} 20:13:01.765 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @6327ms HttpClient@6475472c{STARTED} 20:13:01.765 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING WebSocketComponents@4795ded0{STOPPED} 20:13:01.765 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING InflaterPool@53dacd14{STOPPED,size=-1,capacity=1024} 20:13:01.765 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- InflaterPool@53dacd14{STARTING,size=0,capacity=1024} added {Pool@62f68dff[inUse=0,size=0,max=1024,closed=false],POJO} 20:13:01.765 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @6327ms InflaterPool@53dacd14{STARTED,size=0,capacity=1024} 20:13:01.765 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING DeflaterPool@14d14731{STOPPED,size=-1,capacity=1024} 20:13:01.765 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- DeflaterPool@14d14731{STARTING,size=0,capacity=1024} added {Pool@f001896[inUse=0,size=0,max=1024,closed=false],POJO} 20:13:01.765 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @6327ms DeflaterPool@14d14731{STARTED,size=0,capacity=1024} 20:13:01.765 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @6327ms WebSocketComponents@4795ded0{STARTED} 20:13:01.765 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @6327ms WebSocketCoreClient@7096b474{STARTED} 20:13:01.765 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING SessionTracker@3e14c16d{STOPPED} 20:13:01.765 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @6327ms SessionTracker@3e14c16d{STARTED} 20:13:01.765 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @6327ms WebSocketClient@32569b5c[coreClient=WebSocketCoreClient@7096b474{STARTED},openSessions.size=0] 20:13:01.766 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- QueuedThreadPool[qtp712410791]@2a7686a7{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] added {org.eclipse.jetty.util.thread.ThreadPoolBudget@758a34ce,POJO} 20:13:01.766 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketComponents@7ec3394b{STOPPED} added {InflaterPool@bff34c6{STOPPED,size=-1,capacity=1024},AUTO} 20:13:01.766 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketComponents@7ec3394b{STOPPED} added {DeflaterPool@1522d8a0{STOPPED,size=-1,capacity=1024},AUTO} 20:13:01.766 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketComponents@7ec3394b{STOPPED} added {MappedByteBufferPool@312ab28e{maxQueueLength=-1, factor=4096},POJO} 20:13:01.766 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketComponents@7ec3394b{STOPPED} added {org.eclipse.jetty.websocket.core.WebSocketExtensionRegistry@5644dc81,POJO} 20:13:01.766 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketComponents@7ec3394b{STOPPED} added {org.eclipse.jetty.util.DecoratedObjectFactory[decorators=0],POJO} 20:13:01.766 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketComponents@7ec3394b{STOPPED} added {QueuedThreadPool[WebSocket@2126723403]@2a7686a7{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY],AUTO} 20:13:01.766 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientConnector@246f8b8b{STOPPED} added {org.eclipse.jetty.io.ClientConnector$Configurator@278bb07e,POJO} 20:13:01.766 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpClientTransportOverHTTP@4351c8c3{STOPPED} added {ClientConnector@246f8b8b{STOPPED},AUTO} 20:13:01.766 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpClient@3381b4fc{STOPPED} added {HttpClientTransportOverHTTP@4351c8c3{STOPPED},AUTO} 20:13:01.766 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpClient@3381b4fc{STOPPED} added {org.eclipse.jetty.client.ProtocolHandlers@6bea52d4,POJO} 20:13:01.766 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpClient@3381b4fc{STOPPED} added {org.eclipse.jetty.client.HttpClient$ContentDecoderFactorySet@11981797,POJO} 20:13:01.766 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientConnector@246f8b8b{STOPPED} added {QueuedThreadPool[WebSocket@2126723403]@2a7686a7{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY],AUTO} 20:13:01.767 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketCoreClient@5c42d2b7{STOPPED} added {HttpClient@3381b4fc{STOPPED},AUTO} 20:13:01.767 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketCoreClient@5c42d2b7{STOPPED} added {WebSocketComponents@7ec3394b{STOPPED},AUTO} 20:13:01.767 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketClient@b4424238[coreClient=WebSocketCoreClient@5c42d2b7{STOPPED},openSessions.size=0] added {WebSocketCoreClient@5c42d2b7{STOPPED},MANAGED} 20:13:01.767 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketClient@b4424238[coreClient=WebSocketCoreClient@5c42d2b7{STOPPED},openSessions.size=0] added {SessionTracker@625abb97{STOPPED},AUTO} 20:13:01.767 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING WebSocketClient@b4424238[coreClient=WebSocketCoreClient@5c42d2b7{STOPPED},openSessions.size=0] 20:13:01.767 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING WebSocketCoreClient@5c42d2b7{STOPPED} 20:13:01.767 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING HttpClient@3381b4fc{STOPPED} 20:13:01.767 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientConnector@246f8b8b{STOPPED} added {MappedByteBufferPool@5b1f29fa{maxQueueLength=100, factor=2048},POJO} 20:13:01.767 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpClient@3381b4fc{STARTING} added {org.eclipse.jetty.io.ArrayRetainableByteBufferPool@aeab9a1{min=0,max=65536,buckets=32,heap=0/268435456,direct=0/268435456},POJO} 20:13:01.767 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientConnector@246f8b8b{STOPPED} added {ScheduledExecutorScheduler@40f70521{STOPPED},AUTO} 20:13:01.767 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpClient@3381b4fc{STARTING} added {org.eclipse.jetty.util.SocketAddressResolver$Async@774698ab,POJO} 20:13:01.767 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING HttpClientTransportOverHTTP@4351c8c3{STOPPED} 20:13:01.767 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ClientConnector@246f8b8b{STOPPED} 20:13:01.767 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientConnector@246f8b8b{STARTING} added {Client@55342f40[provider=null,keyStore=null,trustStore=null],AUTO} 20:13:01.767 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientConnector@246f8b8b{STARTING} added {ClientSelectorManager@a4ca3f6{STOPPED},AUTO} 20:13:01.767 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING QueuedThreadPool[WebSocket@2126723403]@2a7686a7{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] 20:13:01.767 [main] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@72ea6193{reserved=0/2,pending=0} 20:13:01.767 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- QueuedThreadPool[WebSocket@2126723403]@2a7686a7{STARTING,8<=0<=200,i=0,r=-1,q=0}[ReservedThreadExecutor@72ea6193{reserved=0/2,pending=0}] added {ReservedThreadExecutor@72ea6193{reserved=0/2,pending=0},AUTO} 20:13:01.767 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ReservedThreadExecutor@72ea6193{reserved=0/2,pending=0} 20:13:01.767 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @6329ms ReservedThreadExecutor@72ea6193{reserved=0/2,pending=0} 20:13:01.767 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@2126723403-63,5,main] 20:13:01.767 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@2126723403-64,5,main] 20:13:01.767 [WebSocket@2126723403-63] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@2126723403]@2a7686a7{STARTING,8<=2<=200,i=2,r=-1,q=0}[ReservedThreadExecutor@72ea6193{reserved=0/2,pending=0}] 20:13:01.767 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@2126723403-65,5,main] 20:13:01.767 [WebSocket@2126723403-64] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@2126723403]@2a7686a7{STARTING,8<=3<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@72ea6193{reserved=0/2,pending=0}] 20:13:01.768 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@2126723403-66,5,main] 20:13:01.768 [WebSocket@2126723403-65] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@2126723403]@2a7686a7{STARTING,8<=4<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@72ea6193{reserved=0/2,pending=0}] 20:13:01.768 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@2126723403-67,5,main] 20:13:01.768 [WebSocket@2126723403-66] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@2126723403]@2a7686a7{STARTING,8<=5<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@72ea6193{reserved=0/2,pending=0}] 20:13:01.768 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@2126723403-68,5,main] 20:13:01.768 [WebSocket@2126723403-67] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@2126723403]@2a7686a7{STARTING,8<=6<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@72ea6193{reserved=0/2,pending=0}] 20:13:01.768 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@2126723403-69,5,main] 20:13:01.768 [WebSocket@2126723403-68] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@2126723403]@2a7686a7{STARTING,8<=7<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@72ea6193{reserved=0/2,pending=0}] 20:13:01.768 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@2126723403-70,5,main] 20:13:01.768 [WebSocket@2126723403-69] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@2126723403]@2a7686a7{STARTING,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@72ea6193{reserved=0/2,pending=0}] 20:13:01.768 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @6330ms QueuedThreadPool[WebSocket@2126723403]@2a7686a7{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@72ea6193{reserved=0/2,pending=0}] 20:13:01.768 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ScheduledExecutorScheduler@40f70521{STOPPED} 20:13:01.768 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @6330ms ScheduledExecutorScheduler@40f70521{STARTED} 20:13:01.768 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING Client@55342f40[provider=null,keyStore=null,trustStore=null] 20:13:01.768 [WebSocket@2126723403-70] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@2126723403]@2a7686a7{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@72ea6193{reserved=0/2,pending=0}] 20:13:01.769 [main] DEBUG org.eclipse.jetty.util.ssl.SslContextFactory -- Selected Protocols [TLSv1.3, TLSv1.2] of [TLSv1.3, TLSv1.2, TLSv1.1, TLSv1, SSLv3, SSLv2Hello] 20:13:01.769 [main] DEBUG org.eclipse.jetty.util.ssl.SslContextFactory -- Selected Ciphers [TLS_AES_256_GCM_SHA384, TLS_AES_128_GCM_SHA256, TLS_CHACHA20_POLY1305_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256, TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_RSA_WITH_CHACHA20_POLY1305_SHA256, TLS_DHE_DSS_WITH_AES_256_GCM_SHA384, TLS_DHE_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_DSS_WITH_AES_128_GCM_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_RSA_WITH_AES_256_CBC_SHA256, TLS_DHE_DSS_WITH_AES_256_CBC_SHA256, TLS_DHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_DSS_WITH_AES_128_CBC_SHA256, TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256, TLS_EMPTY_RENEGOTIATION_INFO_SCSV] of [TLS_AES_256_GCM_SHA384, TLS_AES_128_GCM_SHA256, TLS_CHACHA20_POLY1305_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256, TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_RSA_WITH_CHACHA20_POLY1305_SHA256, TLS_DHE_DSS_WITH_AES_256_GCM_SHA384, TLS_DHE_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_DSS_WITH_AES_128_GCM_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_RSA_WITH_AES_256_CBC_SHA256, TLS_DHE_DSS_WITH_AES_256_CBC_SHA256, TLS_DHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_DSS_WITH_AES_128_CBC_SHA256, TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_RSA_WITH_AES_256_CBC_SHA, TLS_DHE_DSS_WITH_AES_256_CBC_SHA, TLS_DHE_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_DSS_WITH_AES_128_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA, TLS_RSA_WITH_AES_256_GCM_SHA384, TLS_RSA_WITH_AES_128_GCM_SHA256, TLS_RSA_WITH_AES_256_CBC_SHA256, TLS_RSA_WITH_AES_128_CBC_SHA256, TLS_RSA_WITH_AES_256_CBC_SHA, TLS_RSA_WITH_AES_128_CBC_SHA, TLS_EMPTY_RENEGOTIATION_INFO_SCSV] 20:13:01.769 [main] DEBUG org.eclipse.jetty.util.ssl.SslContextFactory -- Customize SSLEngine[hostname=null, port=-1, Session(1707768781769|SSL_NULL_WITH_NULL_NULL)] 20:13:01.770 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @6332ms Client@55342f40[provider=null,keyStore=null,trustStore=null] 20:13:01.770 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ClientSelectorManager@a4ca3f6{STOPPED} 20:13:01.770 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- AdaptiveExecutionStrategy@7c541c15/SelectorProducer@3542162a/IDLE/p=false/QueuedThreadPool[WebSocket@2126723403]@2a7686a7{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@72ea6193{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:13:01.770675068Z added {SelectorProducer@3542162a,POJO} 20:13:01.770 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- AdaptiveExecutionStrategy@7c541c15/SelectorProducer@3542162a/IDLE/p=false/QueuedThreadPool[WebSocket@2126723403]@2a7686a7{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@72ea6193{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:13:01.770759529Z added {QueuedThreadPool[WebSocket@2126723403]@2a7686a7{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@72ea6193{reserved=0/2,pending=0}],UNMANAGED} 20:13:01.770 [main] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- AdaptiveExecutionStrategy@7c541c15/SelectorProducer@3542162a/IDLE/p=false/QueuedThreadPool[WebSocket@2126723403]@2a7686a7{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@72ea6193{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:13:01.77083809Z created 20:13:01.770 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ManagedSelector@698122b2{STOPPED} id=0 keys=-1 selected=-1 updates=0 added {AdaptiveExecutionStrategy@7c541c15/SelectorProducer@3542162a/IDLE/p=false/QueuedThreadPool[WebSocket@2126723403]@2a7686a7{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@72ea6193{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:13:01.770918723Z,MANAGED} 20:13:01.770 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientSelectorManager@a4ca3f6{STARTING} added {ManagedSelector@698122b2{STOPPED} id=0 keys=-1 selected=-1 updates=0,AUTO} 20:13:01.770 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ManagedSelector@698122b2{STOPPED} id=0 keys=-1 selected=-1 updates=0 20:13:01.771 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING AdaptiveExecutionStrategy@7c541c15/SelectorProducer@3542162a/IDLE/p=false/QueuedThreadPool[WebSocket@2126723403]@2a7686a7{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@72ea6193{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:13:01.771053391Z 20:13:01.771 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @6333ms AdaptiveExecutionStrategy@7c541c15/SelectorProducer@3542162a/IDLE/p=false/QueuedThreadPool[WebSocket@2126723403]@2a7686a7{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@72ea6193{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:13:01.771174435Z 20:13:01.771 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue org.eclipse.jetty.io.ManagedSelector$$Lambda$397/0x00007ff2f418e1c8@4212a0c8 startThread=0 20:13:01.771 [WebSocket@2126723403-63] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.io.ManagedSelector$$Lambda$397/0x00007ff2f418e1c8@4212a0c8 in QueuedThreadPool[WebSocket@2126723403]@2a7686a7{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@72ea6193{reserved=0/2,pending=0}] 20:13:01.771 [main] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.ManagedSelector$Start@1e7aa82b on ManagedSelector@698122b2{STARTING} id=0 keys=0 selected=0 updates=0 20:13:01.771 [WebSocket@2126723403-63] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- AdaptiveExecutionStrategy@7c541c15/SelectorProducer@3542162a/IDLE/p=false/QueuedThreadPool[WebSocket@2126723403]@2a7686a7{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@72ea6193{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:13:01.771405105Z tryProduce false 20:13:01.771 [WebSocket@2126723403-63] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 20:13:01.771 [WebSocket@2126723403-63] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$Start@1e7aa82b 20:13:01.771 [WebSocket@2126723403-63] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:13:01.771 [WebSocket@2126723403-63] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@91bc6d9 waiting with 0 keys 20:13:01.771 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @6333ms ManagedSelector@698122b2{STARTED} id=0 keys=0 selected=0 updates=0 20:13:01.771 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @6333ms ClientSelectorManager@a4ca3f6{STARTED} 20:13:01.771 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @6333ms ClientConnector@246f8b8b{STARTED} 20:13:01.771 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @6333ms HttpClientTransportOverHTTP@4351c8c3{STARTED} 20:13:01.771 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @6333ms HttpClient@3381b4fc{STARTED} 20:13:01.771 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING WebSocketComponents@7ec3394b{STOPPED} 20:13:01.771 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING InflaterPool@bff34c6{STOPPED,size=-1,capacity=1024} 20:13:01.771 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- InflaterPool@bff34c6{STARTING,size=0,capacity=1024} added {Pool@3b2c0e88[inUse=0,size=0,max=1024,closed=false],POJO} 20:13:01.771 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @6333ms InflaterPool@bff34c6{STARTED,size=0,capacity=1024} 20:13:01.771 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING DeflaterPool@1522d8a0{STOPPED,size=-1,capacity=1024} 20:13:01.771 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- DeflaterPool@1522d8a0{STARTING,size=0,capacity=1024} added {Pool@5bd82fed[inUse=0,size=0,max=1024,closed=false],POJO} 20:13:01.771 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @6333ms DeflaterPool@1522d8a0{STARTED,size=0,capacity=1024} 20:13:01.771 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @6333ms WebSocketComponents@7ec3394b{STARTED} 20:13:01.771 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @6333ms WebSocketCoreClient@5c42d2b7{STARTED} 20:13:01.771 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING SessionTracker@625abb97{STOPPED} 20:13:01.771 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @6333ms SessionTracker@625abb97{STARTED} 20:13:01.771 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @6333ms WebSocketClient@b4424238[coreClient=WebSocketCoreClient@5c42d2b7{STARTED},openSessions.size=0] 20:13:01.772 [main] DEBUG org.eclipse.jetty.websocket.core.client.WebSocketCoreClient -- connect to websocket ws://localhost:14001/ws/sensinact 20:13:01.772 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpClient@3381b4fc{STARTED} added {HttpDestination[Origin@98895eee[ws://localhost:14001,tag=null,protocol=Protocol@7f4624a[proto=[http/1.1],nego=false]]]@c1bd0be,state=STOPPED,queue=0,pool=null,stale=false,idle=-1,MANAGED} 20:13:01.772 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING HttpDestination[Origin@98895eee[ws://localhost:14001,tag=null,protocol=Protocol@7f4624a[proto=[http/1.1],nego=false]]]@c1bd0be,state=STOPPED,queue=0,pool=null,stale=false,idle=-1 20:13:01.772 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- DuplexConnectionPool@476b0ae6[s=STOPPED,c=0/0/64,a=0,i=0,q=0,p=Pool@1c6804cd[inUse=0,size=0,max=64,closed=false]] added {Pool@1c6804cd[inUse=0,size=0,max=64,closed=false],POJO} 20:13:01.772 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpDestination[Origin@98895eee[ws://localhost:14001,tag=null,protocol=Protocol@7f4624a[proto=[http/1.1],nego=false]]]@c1bd0be,state=STARTING,queue=0,pool=DuplexConnectionPool@476b0ae6[s=STOPPED,c=0/0/64,a=0,i=0,q=0,p=Pool@1c6804cd[inUse=0,size=0,max=64,closed=false]],stale=false,idle=-1 added {DuplexConnectionPool@476b0ae6[s=STOPPED,c=0/0/64,a=0,i=0,q=0,p=Pool@1c6804cd[inUse=0,size=0,max=64,closed=false]],MANAGED} 20:13:01.772 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING DuplexConnectionPool@476b0ae6[s=STOPPED,c=0/0/64,a=0,i=0,q=0,p=Pool@1c6804cd[inUse=0,size=0,max=64,closed=false]] 20:13:01.772 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @6334ms DuplexConnectionPool@476b0ae6[s=STARTED,c=0/0/64,a=0,i=0,q=0,p=Pool@1c6804cd[inUse=0,size=0,max=64,closed=false]] 20:13:01.772 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @6334ms HttpDestination[Origin@98895eee[ws://localhost:14001,tag=null,protocol=Protocol@7f4624a[proto=[http/1.1],nego=false]]]@c1bd0be,state=STARTED,queue=0,pool=DuplexConnectionPool@476b0ae6[s=STARTED,c=0/0/64,a=0,i=0,q=0,p=Pool@1c6804cd[inUse=0,size=0,max=64,closed=false]],stale=false,idle=-1 20:13:01.772 [main] DEBUG org.eclipse.jetty.client.HttpClient -- Created HttpDestination[Origin@98895eee[ws://localhost:14001,tag=null,protocol=Protocol@7f4624a[proto=[http/1.1],nego=false]]]@c1bd0be,state=STARTED,queue=0,pool=DuplexConnectionPool@476b0ae6[s=STARTED,c=0/0/64,a=0,i=0,q=0,p=Pool@1c6804cd[inUse=0,size=0,max=64,closed=false]],stale=false,idle=-1; existing: 'null' 20:13:01.773 [main] DEBUG org.eclipse.jetty.client.HttpClient -- Resolved HttpDestination[Origin@98895eee[ws://localhost:14001,tag=null,protocol=Protocol@7f4624a[proto=[http/1.1],nego=false]]]@c1bd0be,state=STARTED,queue=0,pool=DuplexConnectionPool@476b0ae6[s=STARTED,c=0/0/64,a=0,i=0,q=0,p=Pool@1c6804cd[inUse=0,size=0,max=64,closed=false]],stale=false,idle=-1 for JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@655f7ea 20:13:01.773 [main] DEBUG org.eclipse.jetty.client.HttpConversation -- Exchanges in conversation 1, override=null, listeners=[JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@655f7ea] 20:13:01.773 [main] DEBUG org.eclipse.jetty.client.HttpDestination -- Queued JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@655f7ea for HttpDestination[Origin@98895eee[ws://localhost:14001,tag=null,protocol=Protocol@7f4624a[proto=[http/1.1],nego=false]]]@c1bd0be,state=STARTED,queue=1,pool=DuplexConnectionPool@476b0ae6[s=STARTED,c=0/0/64,a=0,i=0,q=1,p=Pool@1c6804cd[inUse=0,size=0,max=64,closed=false]],stale=false,idle=-1 20:13:01.773 [main] DEBUG org.eclipse.jetty.client.AbstractConnectionPool -- Acquiring create=true on DuplexConnectionPool@476b0ae6[s=STARTED,c=0/0/64,a=0,i=0,q=1,p=Pool@1c6804cd[inUse=0,size=0,max=64,closed=false]] 20:13:01.773 [main] DEBUG org.eclipse.jetty.client.AbstractConnectionPool -- Try creating connection 0/64 with 0 pending 20:13:01.773 [main] DEBUG org.eclipse.jetty.client.AbstractConnectionPool -- Try creating(true) connection, pending/demand/supply: 0/2/0, result=true 20:13:01.773 [main] DEBUG org.eclipse.jetty.util.Pool -- Pool@1c6804cd[inUse=0,size=1,max=64,closed=false] returning new reserved entry MultiEntry@549949be{PENDING,usage=0,multiplex=0,pooled=null} 20:13:01.773 [main] DEBUG org.eclipse.jetty.client.AbstractConnectionPool -- Creating connection 0/64 at MultiEntry@549949be{PENDING,usage=0,multiplex=0,pooled=null} 20:13:01.773 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue org.eclipse.jetty.util.SocketAddressResolver$Async$$Lambda$416/0x00007ff2f4206898@4b3a45f1 startThread=0 20:13:01.773 [WebSocket@2126723403-64] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.SocketAddressResolver$Async$$Lambda$416/0x00007ff2f4206898@4b3a45f1 in QueuedThreadPool[WebSocket@2126723403]@2a7686a7{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@72ea6193{reserved=0/2,pending=0}] 20:13:01.773 [WebSocket@2126723403-64] DEBUG org.eclipse.jetty.util.SocketAddressResolver -- Resolved localhost in 0 ms 20:13:01.773 [WebSocket@2126723403-64] DEBUG org.eclipse.jetty.io.ClientConnector -- Connecting non-blocking to localhost/127.0.0.1:14001 20:13:01.773 [WebSocket@2126723403-64] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false Connect@253dfeef{java.nio.channels.SocketChannel[connection-pending remote=localhost/127.0.0.1:14001],{org.eclipse.jetty.client.connector.remoteSocketAddress=localhost/127.0.0.1:14001, org.eclipse.jetty.client.connector.clientConnectionFactory=HttpClientTransportOverHTTP@4351c8c3{STARTED}, org.eclipse.jetty.client.destination=HttpDestination[Origin@98895eee[ws://localhost:14001,tag=null,protocol=Protocol@7f4624a[proto=[http/1.1],nego=false]]]@c1bd0be,state=STARTED,queue=1,pool=DuplexConnectionPool@476b0ae6[s=STARTED,c=1/1/64,a=0,i=0,q=1,p=Pool@1c6804cd[inUse=0,size=1,max=64,closed=false]],stale=false,idle=-1, org.eclipse.jetty.client.connector=ClientConnector@246f8b8b{STARTED}, org.eclipse.jetty.client.connector.applicationProtocols=[http/1.1], org.eclipse.jetty.client=HttpClient@3381b4fc{STARTED}, org.eclipse.jetty.client.connection.promise=org.eclipse.jetty.client.HttpClient$1$1@21026e90, org.eclipse.jetty.client.connector.connectionPromise=org.eclipse.jetty.util.Promise$1@6400f4d4}} on ManagedSelector@698122b2{STARTED} id=0 keys=0 selected=0 updates=0 20:13:01.774 [WebSocket@2126723403-64] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@698122b2{STARTED} id=0 keys=0 selected=0 updates=1 20:13:01.774 [WebSocket@2126723403-64] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.SocketAddressResolver$Async$$Lambda$416/0x00007ff2f4206898@4b3a45f1 in QueuedThreadPool[WebSocket@2126723403]@2a7686a7{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@72ea6193{reserved=0/2,pending=0}] 20:13:01.774 [WebSocket@2126723403-63] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@91bc6d9 woken with none selected 20:13:01.773 [qtp304157852-40-acceptor-0@2290de40-ServerConnector@66323f4c{HTTP/1.1, (http/1.1)}{0.0.0.0:14001}] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false Accept@60617d2b[java.nio.channels.SocketChannel[connected local=/127.0.0.1:14001 remote=/127.0.0.1:56910]] on ManagedSelector@62a71547{STARTED} id=0 keys=0 selected=0 updates=0 20:13:01.774 [WebSocket@2126723403-63] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@91bc6d9 woken up from select, 0/0/0 selected 20:13:01.774 [WebSocket@2126723403-63] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@91bc6d9 processing 0 keys, 1 updates 20:13:01.774 [qtp304157852-40-acceptor-0@2290de40-ServerConnector@66323f4c{HTTP/1.1, (http/1.1)}{0.0.0.0:14001}] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@62a71547{STARTED} id=0 keys=0 selected=0 updates=1 20:13:01.774 [WebSocket@2126723403-63] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 20:13:01.774 [qtp304157852-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@5d48c143 woken with none selected 20:13:01.774 [qtp304157852-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@5d48c143 woken up from select, 0/0/0 selected 20:13:01.774 [qtp304157852-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@5d48c143 processing 0 keys, 1 updates 20:13:01.774 [qtp304157852-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 20:13:01.774 [qtp304157852-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- update Accept@60617d2b[java.nio.channels.SocketChannel[connected local=/127.0.0.1:14001 remote=/127.0.0.1:56910]] 20:13:01.774 [WebSocket@2126723403-63] DEBUG org.eclipse.jetty.io.ManagedSelector -- update Connect@253dfeef{java.nio.channels.SocketChannel[connection-pending remote=localhost/127.0.0.1:14001],{org.eclipse.jetty.client.connector.remoteSocketAddress=localhost/127.0.0.1:14001, org.eclipse.jetty.client.connector.clientConnectionFactory=HttpClientTransportOverHTTP@4351c8c3{STARTED}, org.eclipse.jetty.client.destination=HttpDestination[Origin@98895eee[ws://localhost:14001,tag=null,protocol=Protocol@7f4624a[proto=[http/1.1],nego=false]]]@c1bd0be,state=STARTED,queue=1,pool=DuplexConnectionPool@476b0ae6[s=STARTED,c=1/1/64,a=0,i=0,q=1,p=Pool@1c6804cd[inUse=0,size=1,max=64,closed=false]],stale=false,idle=-1, org.eclipse.jetty.client.connector=ClientConnector@246f8b8b{STARTED}, org.eclipse.jetty.client.connector.applicationProtocols=[http/1.1], org.eclipse.jetty.client=HttpClient@3381b4fc{STARTED}, org.eclipse.jetty.client.connection.promise=org.eclipse.jetty.client.HttpClient$1$1@21026e90, org.eclipse.jetty.client.connector.connectionPromise=org.eclipse.jetty.util.Promise$1@6400f4d4}} 20:13:01.774 [WebSocket@2126723403-63] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:13:01.774 [WebSocket@2126723403-63] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@91bc6d9 waiting with 1 keys 20:13:01.774 [qtp304157852-42] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue Accept@60617d2b[java.nio.channels.SocketChannel[connected local=/127.0.0.1:14001 remote=/127.0.0.1:56910]] startThread=0 20:13:01.774 [WebSocket@2126723403-63] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@91bc6d9 woken up from select, 1/1/1 selected 20:13:01.774 [qtp304157852-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:13:01.774 [WebSocket@2126723403-63] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@91bc6d9 processing 1 keys, 0 updates 20:13:01.774 [qtp304157852-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@5d48c143 waiting with 1 keys 20:13:01.774 [WebSocket@2126723403-63] DEBUG org.eclipse.jetty.io.ManagedSelector -- selected 8 channel=java.nio.channels.SocketChannel[connection-pending remote=localhost/127.0.0.1:14001], selector=sun.nio.ch.EPollSelectorImpl@91bc6d9, interestOps=8, readyOps=8 Connect@253dfeef{java.nio.channels.SocketChannel[connection-pending remote=localhost/127.0.0.1:14001],{org.eclipse.jetty.client.connector.remoteSocketAddress=localhost/127.0.0.1:14001, org.eclipse.jetty.client.connector.clientConnectionFactory=HttpClientTransportOverHTTP@4351c8c3{STARTED}, org.eclipse.jetty.client.destination=HttpDestination[Origin@98895eee[ws://localhost:14001,tag=null,protocol=Protocol@7f4624a[proto=[http/1.1],nego=false]]]@c1bd0be,state=STARTED,queue=1,pool=DuplexConnectionPool@476b0ae6[s=STARTED,c=1/1/64,a=0,i=0,q=1,p=Pool@1c6804cd[inUse=0,size=1,max=64,closed=false]],stale=false,idle=-1, org.eclipse.jetty.client.connector=ClientConnector@246f8b8b{STARTED}, org.eclipse.jetty.client.connector.applicationProtocols=[http/1.1], org.eclipse.jetty.client=HttpClient@3381b4fc{STARTED}, org.eclipse.jetty.client.connection.promise=org.eclipse.jetty.client.HttpClient$1$1@21026e90, org.eclipse.jetty.client.connector.connectionPromise=org.eclipse.jetty.util.Promise$1@6400f4d4}} 20:13:01.774 [WebSocket@2126723403-63] DEBUG org.eclipse.jetty.io.ManagedSelector -- Connected true java.nio.channels.SocketChannel[connected local=/127.0.0.1:56910 remote=localhost/127.0.0.1:14001] 20:13:01.774 [qtp304157852-46] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run Accept@60617d2b[java.nio.channels.SocketChannel[connected local=/127.0.0.1:14001 remote=/127.0.0.1:56910]] in QueuedThreadPool[qtp304157852]@1221149c{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=1/2,pending=0}] 20:13:01.774 [WebSocket@2126723403-63] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue CreateEndPoint@3e3ada9{Connect@253dfeef{java.nio.channels.SocketChannel[connected local=/127.0.0.1:56910 remote=localhost/127.0.0.1:14001],{org.eclipse.jetty.client.connector.remoteSocketAddress=localhost/127.0.0.1:14001, org.eclipse.jetty.client.connector.clientConnectionFactory=HttpClientTransportOverHTTP@4351c8c3{STARTED}, org.eclipse.jetty.client.destination=HttpDestination[Origin@98895eee[ws://localhost:14001,tag=null,protocol=Protocol@7f4624a[proto=[http/1.1],nego=false]]]@c1bd0be,state=STARTED,queue=1,pool=DuplexConnectionPool@476b0ae6[s=STARTED,c=1/1/64,a=0,i=0,q=1,p=Pool@1c6804cd[inUse=0,size=1,max=64,closed=false]],stale=false,idle=-1, org.eclipse.jetty.client.connector=ClientConnector@246f8b8b{STARTED}, org.eclipse.jetty.client.connector.applicationProtocols=[http/1.1], org.eclipse.jetty.client=HttpClient@3381b4fc{STARTED}, org.eclipse.jetty.client.connection.promise=org.eclipse.jetty.client.HttpClient$1$1@21026e90, org.eclipse.jetty.client.connector.connectionPromise=org.eclipse.jetty.util.Promise$1@6400f4d4}}} startThread=0 20:13:01.774 [WebSocket@2126723403-63] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 0 20:13:01.774 [qtp304157852-46] DEBUG org.eclipse.jetty.io.IdleTimeout -- Setting idle timeout 0 -> 60000 on SocketChannelEndPoint@168b05b3[{l=/127.0.0.1:14001,r=/127.0.0.1:56910,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}]->[] 20:13:01.774 [WebSocket@2126723403-63] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:13:01.774 [WebSocket@2126723403-63] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@91bc6d9 waiting with 1 keys 20:13:01.774 [qtp304157852-46] DEBUG org.eclipse.jetty.io.IdleTimeout -- SocketChannelEndPoint@168b05b3[{l=/127.0.0.1:14001,r=/127.0.0.1:56910,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}]->[] idle timeout check, elapsed: 0 ms, remaining: 60000 ms 20:13:01.774 [WebSocket@2126723403-65] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run CreateEndPoint@3e3ada9{Connect@253dfeef{java.nio.channels.SocketChannel[connected local=/127.0.0.1:56910 remote=localhost/127.0.0.1:14001],{org.eclipse.jetty.client.connector.remoteSocketAddress=localhost/127.0.0.1:14001, org.eclipse.jetty.client.connector.clientConnectionFactory=HttpClientTransportOverHTTP@4351c8c3{STARTED}, org.eclipse.jetty.client.destination=HttpDestination[Origin@98895eee[ws://localhost:14001,tag=null,protocol=Protocol@7f4624a[proto=[http/1.1],nego=false]]]@c1bd0be,state=STARTED,queue=1,pool=DuplexConnectionPool@476b0ae6[s=STARTED,c=1/1/64,a=0,i=0,q=1,p=Pool@1c6804cd[inUse=0,size=1,max=64,closed=false]],stale=false,idle=-1, org.eclipse.jetty.client.connector=ClientConnector@246f8b8b{STARTED}, org.eclipse.jetty.client.connector.applicationProtocols=[http/1.1], org.eclipse.jetty.client=HttpClient@3381b4fc{STARTED}, org.eclipse.jetty.client.connection.promise=org.eclipse.jetty.client.HttpClient$1$1@21026e90, org.eclipse.jetty.client.connector.connectionPromise=org.eclipse.jetty.util.Promise$1@6400f4d4}}} in QueuedThreadPool[WebSocket@2126723403]@2a7686a7{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@72ea6193{reserved=0/2,pending=0}] 20:13:01.774 [WebSocket@2126723403-65] DEBUG org.eclipse.jetty.io.IdleTimeout -- Setting idle timeout 0 -> 30000 on SocketChannelEndPoint@35621393[{l=/127.0.0.1:56910,r=localhost/127.0.0.1:14001,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=8}]->[] 20:13:01.774 [WebSocket@2126723403-65] DEBUG org.eclipse.jetty.io.IdleTimeout -- SocketChannelEndPoint@35621393[{l=/127.0.0.1:56910,r=localhost/127.0.0.1:14001,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=8}]->[] idle timeout check, elapsed: 0 ms, remaining: 30000 ms 20:13:01.774 [qtp304157852-46] DEBUG org.eclipse.jetty.server.HttpChannel -- new HttpChannelOverHttp@184cf912{s=HttpChannelState@1c736ec3{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@168b05b3[{l=/127.0.0.1:14001,r=/127.0.0.1:56910,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}]->[],null,HttpChannelState@1c736ec3{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 20:13:01.775 [qtp304157852-46] DEBUG org.eclipse.jetty.server.HttpConnection -- New HTTP Connection HttpConnection@5971f329::SocketChannelEndPoint@168b05b3[{l=/127.0.0.1:14001,r=/127.0.0.1:56910,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}]->[] 20:13:01.775 [WebSocket@2126723403-65] DEBUG org.eclipse.jetty.client.http.HttpClientTransportOverHTTP -- Created HttpConnectionOverHTTP@3ba5eb4f::SocketChannelEndPoint@35621393[{l=/127.0.0.1:56910,r=localhost/127.0.0.1:14001,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=8}]->[] 20:13:01.775 [qtp304157852-46] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=true org.eclipse.jetty.io.ManagedSelector$$Lambda$496/0x00007fa8e43c2d48@1799d329 on ManagedSelector@62a71547{STARTED} id=0 keys=1 selected=0 updates=0 20:13:01.775 [WebSocket@2126723403-65] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=true org.eclipse.jetty.io.ManagedSelector$$Lambda$439/0x00007ff2f421e438@3f9a78e3 on ManagedSelector@698122b2{STARTED} id=0 keys=1 selected=0 updates=0 20:13:01.775 [qtp304157852-46] DEBUG org.eclipse.jetty.io.AbstractEndPoint -- onOpen SocketChannelEndPoint@168b05b3[{l=/127.0.0.1:14001,r=/127.0.0.1:56910,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}]->[HttpConnection@5971f329[p=HttpParser{s=START,0 of -1},g=HttpGenerator@68e22ca1{s=START}]=>HttpChannelOverHttp@184cf912{s=HttpChannelState@1c736ec3{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}] 20:13:01.775 [WebSocket@2126723403-65] DEBUG org.eclipse.jetty.io.AbstractEndPoint -- onOpen SocketChannelEndPoint@35621393[{l=/127.0.0.1:56910,r=localhost/127.0.0.1:14001,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=8}]->[HttpConnectionOverHTTP@3ba5eb4f(l:/127.0.0.1:56910 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@7a98e174(exchange=null)[send=HttpSenderOverHTTP@5f438b3f(req=QUEUED,failure=null)[HttpGenerator@4b28fc0b{s=START}],recv=HttpReceiverOverHTTP@2719c8ed(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 20:13:01.775 [qtp304157852-46] DEBUG org.eclipse.jetty.io.AbstractConnection -- onOpen HttpConnection@5971f329::SocketChannelEndPoint@168b05b3[{l=/127.0.0.1:14001,r=/127.0.0.1:56910,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}]->[HttpConnection@5971f329[p=HttpParser{s=START,0 of -1},g=HttpGenerator@68e22ca1{s=START}]=>HttpChannelOverHttp@184cf912{s=HttpChannelState@1c736ec3{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}] 20:13:01.775 [qtp304157852-46] DEBUG org.eclipse.jetty.io.AbstractConnection -- fillInterested HttpConnection@5971f329::SocketChannelEndPoint@168b05b3[{l=/127.0.0.1:14001,r=/127.0.0.1:56910,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}]->[HttpConnection@5971f329[p=HttpParser{s=START,0 of -1},g=HttpGenerator@68e22ca1{s=START}]=>HttpChannelOverHttp@184cf912{s=HttpChannelState@1c736ec3{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}] 20:13:01.775 [WebSocket@2126723403-65] DEBUG org.eclipse.jetty.io.AbstractConnection -- onOpen HttpConnectionOverHTTP@3ba5eb4f::SocketChannelEndPoint@35621393[{l=/127.0.0.1:56910,r=localhost/127.0.0.1:14001,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=8}]->[HttpConnectionOverHTTP@3ba5eb4f(l:/127.0.0.1:56910 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@7a98e174(exchange=null)[send=HttpSenderOverHTTP@5f438b3f(req=QUEUED,failure=null)[HttpGenerator@4b28fc0b{s=START}],recv=HttpReceiverOverHTTP@2719c8ed(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 20:13:01.775 [WebSocket@2126723403-65] DEBUG org.eclipse.jetty.io.AbstractConnection -- fillInterested HttpConnectionOverHTTP@3ba5eb4f::SocketChannelEndPoint@35621393[{l=/127.0.0.1:56910,r=localhost/127.0.0.1:14001,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=8}]->[HttpConnectionOverHTTP@3ba5eb4f(l:/127.0.0.1:56910 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@7a98e174(exchange=null)[send=HttpSenderOverHTTP@5f438b3f(req=QUEUED,failure=null)[HttpGenerator@4b28fc0b{s=START}],recv=HttpReceiverOverHTTP@2719c8ed(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 20:13:01.775 [qtp304157852-46] DEBUG org.eclipse.jetty.io.FillInterest -- interested FillInterest@6fe05208{ReadCallback@395e0c66{HttpConnection@5971f329::SocketChannelEndPoint@168b05b3[{l=/127.0.0.1:14001,r=/127.0.0.1:56910,OPEN,fill=FI,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}]->[HttpConnection@5971f329[p=HttpParser{s=START,0 of -1},g=HttpGenerator@68e22ca1{s=START}]=>HttpChannelOverHttp@184cf912{s=HttpChannelState@1c736ec3{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}]}} 20:13:01.775 [WebSocket@2126723403-65] DEBUG org.eclipse.jetty.io.FillInterest -- interested FillInterest@1ab71e3b{ReadCallback@596e7421{HttpConnectionOverHTTP@3ba5eb4f::SocketChannelEndPoint@35621393[{l=/127.0.0.1:56910,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=8}]->[HttpConnectionOverHTTP@3ba5eb4f(l:/127.0.0.1:56910 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@7a98e174(exchange=null)[send=HttpSenderOverHTTP@5f438b3f(req=QUEUED,failure=null)[HttpGenerator@4b28fc0b{s=START}],recv=HttpReceiverOverHTTP@2719c8ed(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]]}} 20:13:01.775 [qtp304157852-46] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- changeInterests p=false 0->1 for SocketChannelEndPoint@168b05b3[{l=/127.0.0.1:14001,r=/127.0.0.1:56910,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=0}]->[HttpConnection@5971f329[p=HttpParser{s=START,0 of -1},g=HttpGenerator@68e22ca1{s=START}]=>HttpChannelOverHttp@184cf912{s=HttpChannelState@1c736ec3{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}] 20:13:01.775 [qtp304157852-46] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$463/0x00007fa8e437ea68@600790ff on ManagedSelector@62a71547{STARTED} id=0 keys=1 selected=0 updates=1 20:13:01.775 [WebSocket@2126723403-65] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- changeInterests p=false 0->1 for SocketChannelEndPoint@35621393[{l=/127.0.0.1:56910,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=8}]->[HttpConnectionOverHTTP@3ba5eb4f(l:/127.0.0.1:56910 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@7a98e174(exchange=null)[send=HttpSenderOverHTTP@5f438b3f(req=QUEUED,failure=null)[HttpGenerator@4b28fc0b{s=START}],recv=HttpReceiverOverHTTP@2719c8ed(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 20:13:01.775 [qtp304157852-46] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@62a71547{STARTED} id=0 keys=1 selected=0 updates=2 20:13:01.775 [WebSocket@2126723403-65] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$431/0x00007ff2f4210ca8@55aa03a3 on ManagedSelector@698122b2{STARTED} id=0 keys=1 selected=0 updates=1 20:13:01.775 [qtp304157852-46] DEBUG org.eclipse.jetty.io.ManagedSelector -- Created SocketChannelEndPoint@168b05b3[{l=/127.0.0.1:14001,r=/127.0.0.1:56910,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=0}]->[HttpConnection@5971f329[p=HttpParser{s=START,0 of -1},g=HttpGenerator@68e22ca1{s=START}]=>HttpChannelOverHttp@184cf912{s=HttpChannelState@1c736ec3{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}] 20:13:01.775 [WebSocket@2126723403-65] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@698122b2{STARTED} id=0 keys=1 selected=0 updates=2 20:13:01.775 [qtp304157852-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@5d48c143 woken with none selected 20:13:01.775 [WebSocket@2126723403-63] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@91bc6d9 woken with none selected 20:13:01.775 [WebSocket@2126723403-63] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@91bc6d9 woken up from select, 0/0/1 selected 20:13:01.775 [qtp304157852-46] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran Accept@60617d2b[java.nio.channels.SocketChannel[connected local=/127.0.0.1:14001 remote=/127.0.0.1:56910]] in QueuedThreadPool[qtp304157852]@1221149c{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=1/2,pending=0}] 20:13:01.775 [WebSocket@2126723403-63] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@91bc6d9 processing 0 keys, 2 updates 20:13:01.775 [WebSocket@2126723403-63] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 2 20:13:01.775 [qtp304157852-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@5d48c143 woken up from select, 0/0/1 selected 20:13:01.775 [WebSocket@2126723403-63] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$$Lambda$439/0x00007ff2f421e438@3f9a78e3 20:13:01.775 [qtp304157852-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@5d48c143 processing 0 keys, 2 updates 20:13:01.775 [WebSocket@2126723403-65] DEBUG org.eclipse.jetty.client.AbstractConnectionPool -- Connection creation succeeded MultiEntry@549949be{PENDING,usage=0,multiplex=0,pooled=null}: HttpConnectionOverHTTP@3ba5eb4f::SocketChannelEndPoint@35621393[{l=/127.0.0.1:56910,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=8}]->[HttpConnectionOverHTTP@3ba5eb4f(l:/127.0.0.1:56910 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@7a98e174(exchange=null)[send=HttpSenderOverHTTP@5f438b3f(req=QUEUED,failure=null)[HttpGenerator@4b28fc0b{s=START}],recv=HttpReceiverOverHTTP@2719c8ed(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 20:13:01.775 [WebSocket@2126723403-63] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$431/0x00007ff2f4210ca8@55aa03a3 20:13:01.775 [qtp304157852-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 2 20:13:01.775 [qtp304157852-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$$Lambda$496/0x00007fa8e43c2d48@1799d329 20:13:01.775 [qtp304157852-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$463/0x00007fa8e437ea68@600790ff 20:13:01.775 [WebSocket@2126723403-65] DEBUG org.eclipse.jetty.client.AbstractConnectionPool -- Acquiring create=false on DuplexConnectionPool@476b0ae6[s=STARTED,c=0/1/64,a=0,i=1,q=1,p=Pool@1c6804cd[inUse=0,size=1,max=64,closed=false]] 20:13:01.775 [qtp304157852-42] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- Key interests updated 0 -> 1 on SocketChannelEndPoint@168b05b3[{l=/127.0.0.1:14001,r=/127.0.0.1:56910,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=0}]->[HttpConnection@5971f329[p=HttpParser{s=START,0 of -1},g=HttpGenerator@68e22ca1{s=START}]=>HttpChannelOverHttp@184cf912{s=HttpChannelState@1c736ec3{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}] 20:13:01.775 [qtp304157852-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:13:01.775 [qtp304157852-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@5d48c143 waiting with 1 keys 20:13:01.775 [WebSocket@2126723403-63] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- Key interests updated 0 -> 1 on SocketChannelEndPoint@35621393[{l=/127.0.0.1:56910,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=8}]->[HttpConnectionOverHTTP@3ba5eb4f(l:/127.0.0.1:56910 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@7a98e174(exchange=null)[send=HttpSenderOverHTTP@5f438b3f(req=QUEUED,failure=null)[HttpGenerator@4b28fc0b{s=START}],recv=HttpReceiverOverHTTP@2719c8ed(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 20:13:01.776 [WebSocket@2126723403-63] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:13:01.776 [WebSocket@2126723403-63] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@91bc6d9 waiting with 1 keys 20:13:01.775 [WebSocket@2126723403-65] DEBUG org.eclipse.jetty.client.AbstractConnectionPool -- Activated MultiEntry@549949be{ACTIVE,usage=1,multiplex=1,pooled=HttpConnectionOverHTTP@3ba5eb4f::SocketChannelEndPoint@35621393[{l=/127.0.0.1:56910,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=8}]->[HttpConnectionOverHTTP@3ba5eb4f(l:/127.0.0.1:56910 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@7a98e174(exchange=null)[send=HttpSenderOverHTTP@5f438b3f(req=QUEUED,failure=null)[HttpGenerator@4b28fc0b{s=START}],recv=HttpReceiverOverHTTP@2719c8ed(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]]} Pool@1c6804cd[inUse=1,size=1,max=64,closed=false] 20:13:01.776 [WebSocket@2126723403-65] DEBUG org.eclipse.jetty.client.HttpDestination -- Processing exchange HttpExchange@3c1de75b{req=JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@655f7ea[PENDING/null] res=HttpResponse[null 0 null]@1ef96025[PENDING/null]} on HttpConnectionOverHTTP@3ba5eb4f::SocketChannelEndPoint@35621393[{l=/127.0.0.1:56910,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=8}]->[HttpConnectionOverHTTP@3ba5eb4f(l:/127.0.0.1:56910 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@7a98e174(exchange=null)[send=HttpSenderOverHTTP@5f438b3f(req=QUEUED,failure=null)[HttpGenerator@4b28fc0b{s=START}],recv=HttpReceiverOverHTTP@2719c8ed(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] of HttpDestination[Origin@98895eee[ws://localhost:14001,tag=null,protocol=Protocol@7f4624a[proto=[http/1.1],nego=false]]]@c1bd0be,state=STARTED,queue=0,pool=DuplexConnectionPool@476b0ae6[s=STARTED,c=0/1/64,a=1,i=0,q=0,p=Pool@1c6804cd[inUse=1,size=1,max=64,closed=false]],stale=false,idle=-1 20:13:01.776 [WebSocket@2126723403-65] DEBUG org.eclipse.jetty.client.HttpConnection -- Normalizing true JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@655f7ea 20:13:01.776 [WebSocket@2126723403-65] DEBUG org.eclipse.jetty.client.HttpChannel -- HttpExchange@3c1de75b{req=JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@655f7ea[PENDING/null] res=HttpResponse[null 0 null]@1ef96025[PENDING/null]} associated true to HttpChannelOverHTTP@7a98e174(exchange=HttpExchange@3c1de75b{req=JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@655f7ea[PENDING/null] res=HttpResponse[null 0 null]@1ef96025[PENDING/null]})[send=HttpSenderOverHTTP@5f438b3f(req=QUEUED,failure=null)[HttpGenerator@4b28fc0b{s=START}],recv=HttpReceiverOverHTTP@2719c8ed(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 20:13:01.776 [WebSocket@2126723403-65] DEBUG org.eclipse.jetty.client.HttpSender -- Request begin JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@655f7ea 20:13:01.776 [WebSocket@2126723403-65] DEBUG org.eclipse.jetty.client.util.AbstractRequestContent -- Content subscription for BytesRequestContent.SubscriptionImpl@349cc0a7[demand=0,stalled=true,committed=false,emitInitial=true]: org.eclipse.jetty.client.HttpSender$ContentConsumer@31ae6a8c 20:13:01.776 [WebSocket@2126723403-65] DEBUG org.eclipse.jetty.client.HttpSender -- Request headers JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@655f7ea Accept-Encoding: gzip User-Agent: Jetty/11.0.13 Host: localhost:14001 Sec-WebSocket-Version: 13 Upgrade: websocket Connection: Upgrade Sec-WebSocket-Key: HBkvKHCLj24ATESu608SZQ== Pragma: no-cache Cache-Control: no-cache 20:13:01.776 [WebSocket@2126723403-65] DEBUG org.eclipse.jetty.client.util.AbstractRequestContent -- Content demand, producing true for BytesRequestContent.SubscriptionImpl@349cc0a7[demand=1,stalled=false,committed=false,emitInitial=true] 20:13:01.776 [WebSocket@2126723403-65] DEBUG org.eclipse.jetty.client.util.AbstractRequestContent -- Notifying content last=true HeapByteBuffer@485b3521[p=0,l=0,c=0,r=0]={<<<>>>} for BytesRequestContent.SubscriptionImpl@349cc0a7[demand=0,stalled=false,committed=true,emitInitial=true] 20:13:01.776 [WebSocket@2126723403-65] DEBUG org.eclipse.jetty.client.HttpSender -- Content HeapByteBuffer@485b3521[p=0,l=0,c=0,r=0]={<<<>>>} last=true for JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@655f7ea 20:13:01.776 [WebSocket@2126723403-65] DEBUG org.eclipse.jetty.client.http.HttpSenderOverHTTP -- Sending headers with content HeapByteBuffer@485b3521[p=0,l=0,c=0,r=0]={<<<>>>} last=true for JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@655f7ea 20:13:01.776 [WebSocket@2126723403-65] DEBUG org.eclipse.jetty.client.http.HttpSenderOverHTTP -- Generated headers (-1 bytes), chunk (-1 bytes), content (0 bytes) - NEED_HEADER/HttpGenerator@4b28fc0b{s=START} for JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@655f7ea 20:13:01.776 [WebSocket@2126723403-65] DEBUG org.eclipse.jetty.http.HttpGenerator -- generateHeaders GET{u=/ws/sensinact,HTTP/1.1,h=9,cl=0,p=null} last=true content=HeapByteBuffer@485b3521[p=0,l=0,c=0,r=0]={<<<>>>} 20:13:01.776 [WebSocket@2126723403-65] DEBUG org.eclipse.jetty.http.HttpGenerator -- Accept-Encoding: gzip User-Agent: Jetty/11.0.13 Host: localhost:14001 Sec-WebSocket-Version: 13 Upgrade: websocket Connection: Upgrade Sec-WebSocket-Key: HBkvKHCLj24ATESu608SZQ== Pragma: no-cache Cache-Control: no-cache 20:13:01.777 [WebSocket@2126723403-65] DEBUG org.eclipse.jetty.http.HttpGenerator -- NO_CONTENT 20:13:01.777 [WebSocket@2126723403-65] DEBUG org.eclipse.jetty.client.http.HttpSenderOverHTTP -- Generated headers (259 bytes), chunk (-1 bytes), content (0 bytes) - FLUSH/HttpGenerator@4b28fc0b{s=COMPLETING} for JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@655f7ea 20:13:01.777 [WebSocket@2126723403-65] DEBUG org.eclipse.jetty.io.WriteFlusher -- write: WriteFlusher@37f7d8fb{IDLE}->null [DirectByteBuffer@625a64dd[p=0,l=259,c=4096,r=259]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@485b3521[p=0,l=0,c=0,r=0]={<<<>>>},HeapByteBuffer@485b3521[p=0,l=0,c=0,r=0]={<<<>>>}] 20:13:01.777 [WebSocket@2126723403-65] DEBUG org.eclipse.jetty.io.WriteFlusher -- update WriteFlusher@37f7d8fb{WRITING}->null:IDLE-->WRITING 20:13:01.777 [WebSocket@2126723403-65] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- flushed 259 SocketChannelEndPoint@35621393[{l=/127.0.0.1:56910,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=W,to=1/30000}{io=1/1,kio=1,kro=8}]->[HttpConnectionOverHTTP@3ba5eb4f(l:/127.0.0.1:56910 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@7a98e174(exchange=HttpExchange@3c1de75b{req=JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@655f7ea[PENDING/null] res=HttpResponse[null 0 null]@1ef96025[PENDING/null]})[send=HttpSenderOverHTTP@5f438b3f(req=HEADERS,failure=null)[HttpGenerator@4b28fc0b{s=COMPLETING}],recv=HttpReceiverOverHTTP@2719c8ed(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 20:13:01.777 [WebSocket@2126723403-65] DEBUG org.eclipse.jetty.io.WriteFlusher -- Flushed=true written=259 remaining=0 WriteFlusher@37f7d8fb{WRITING}->null 20:13:01.777 [WebSocket@2126723403-65] DEBUG org.eclipse.jetty.io.WriteFlusher -- update WriteFlusher@37f7d8fb{IDLE}->null:WRITING-->IDLE 20:13:01.777 [qtp304157852-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@5d48c143 woken up from select, 1/1/1 selected 20:13:01.777 [qtp304157852-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@5d48c143 processing 1 keys, 0 updates 20:13:01.777 [WebSocket@2126723403-65] DEBUG org.eclipse.jetty.client.http.HttpSenderOverHTTP -- Generated headers (-1 bytes), chunk (-1 bytes), content (-1 bytes) - DONE/HttpGenerator@4b28fc0b{s=END} for JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@655f7ea 20:13:01.777 [WebSocket@2126723403-65] DEBUG org.eclipse.jetty.client.HttpSender -- Request committed JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@655f7ea 20:13:01.777 [WebSocket@2126723403-65] DEBUG org.eclipse.jetty.client.HttpSender -- Request success JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@655f7ea 20:13:01.777 [WebSocket@2126723403-65] DEBUG org.eclipse.jetty.client.HttpExchange -- Terminated request for HttpExchange@3c1de75b{req=JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@655f7ea[TERMINATED/null] res=HttpResponse[null 0 null]@1ef96025[PENDING/null]}, result: null 20:13:01.777 [WebSocket@2126723403-65] DEBUG org.eclipse.jetty.client.HttpSender -- Terminating request JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@655f7ea 20:13:01.777 [WebSocket@2126723403-65] DEBUG org.eclipse.jetty.client.util.AbstractRequestContent -- No demand, processing stalled for BytesRequestContent.SubscriptionImpl@349cc0a7[demand=0,stalled=true,committed=true,emitInitial=true] 20:13:01.777 [WebSocket@2126723403-65] DEBUG org.eclipse.jetty.io.ManagedSelector -- Created SocketChannelEndPoint@35621393[{l=/127.0.0.1:56910,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=8}]->[HttpConnectionOverHTTP@3ba5eb4f(l:/127.0.0.1:56910 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@7a98e174(exchange=HttpExchange@3c1de75b{req=JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@655f7ea[TERMINATED/null] res=HttpResponse[null 0 null]@1ef96025[PENDING/null]})[send=HttpSenderOverHTTP@5f438b3f(req=QUEUED,failure=null)[HttpGenerator@4b28fc0b{s=START}],recv=HttpReceiverOverHTTP@2719c8ed(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 20:13:01.777 [qtp304157852-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- selected 1 channel=java.nio.channels.SocketChannel[connected local=/127.0.0.1:14001 remote=/127.0.0.1:56910], selector=sun.nio.ch.EPollSelectorImpl@5d48c143, interestOps=1, readyOps=1 SocketChannelEndPoint@168b05b3[{l=/127.0.0.1:14001,r=/127.0.0.1:56910,OPEN,fill=FI,flush=-,to=2/60000}{io=1/1,kio=1,kro=1}]->[HttpConnection@5971f329[p=HttpParser{s=START,0 of -1},g=HttpGenerator@68e22ca1{s=START}]=>HttpChannelOverHttp@184cf912{s=HttpChannelState@1c736ec3{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}] 20:13:01.777 [qtp304157852-42] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- onSelected 1->0 r=true w=false for SocketChannelEndPoint@168b05b3[{l=/127.0.0.1:14001,r=/127.0.0.1:56910,OPEN,fill=FI,flush=-,to=2/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@5971f329[p=HttpParser{s=START,0 of -1},g=HttpGenerator@68e22ca1{s=START}]=>HttpChannelOverHttp@184cf912{s=HttpChannelState@1c736ec3{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}] 20:13:01.777 [WebSocket@2126723403-65] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran CreateEndPoint@3e3ada9{Connect@253dfeef{java.nio.channels.SocketChannel[connected local=/127.0.0.1:56910 remote=localhost/127.0.0.1:14001],{org.eclipse.jetty.client.connector.remoteSocketAddress=localhost/127.0.0.1:14001, org.eclipse.jetty.client.connector.clientConnectionFactory=HttpClientTransportOverHTTP@4351c8c3{STARTED}, org.eclipse.jetty.client.destination=HttpDestination[Origin@98895eee[ws://localhost:14001,tag=null,protocol=Protocol@7f4624a[proto=[http/1.1],nego=false]]]@c1bd0be,state=STARTED,queue=0,pool=DuplexConnectionPool@476b0ae6[s=STARTED,c=0/1/64,a=1,i=0,q=0,p=Pool@1c6804cd[inUse=1,size=1,max=64,closed=false]],stale=false,idle=-1, org.eclipse.jetty.client.connector=ClientConnector@246f8b8b{STARTED}, org.eclipse.jetty.client.connector.applicationProtocols=[http/1.1], org.eclipse.jetty.client=HttpClient@3381b4fc{STARTED}, org.eclipse.jetty.client.connection.promise=org.eclipse.jetty.client.HttpClient$1$1@21026e90, org.eclipse.jetty.client.connector.connectionPromise=org.eclipse.jetty.util.Promise$1@6400f4d4}}} in QueuedThreadPool[WebSocket@2126723403]@2a7686a7{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@72ea6193{reserved=0/2,pending=0}] 20:13:01.777 [qtp304157852-42] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- task SocketChannelEndPoint@168b05b3[{l=/127.0.0.1:14001,r=/127.0.0.1:56910,OPEN,fill=FI,flush=-,to=2/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@5971f329[p=HttpParser{s=START,0 of -1},g=HttpGenerator@68e22ca1{s=START}]=>HttpChannelOverHttp@184cf912{s=HttpChannelState@1c736ec3{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 20:13:01.777 [qtp304157852-42] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@4d385e23{reserved=1/2,pending=0} tryExecute org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy$$Lambda$380/0x00007fa8e4312d78@71d9be42 20:13:01.777 [qtp304157852-42] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@4d385e23{reserved=0/2,pending=1} startReservedThread p=1 20:13:01.777 [qtp304157852-42] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue ReservedThread@4011570{PENDING,thread=null} startThread=0 20:13:01.777 [qtp304157852-44] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@76d3dfda{RESERVED,thread=Thread[qtp304157852-44,5,Configuration Admin Service]} task=org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy$$Lambda$380/0x00007fa8e4312d78@71d9be42 ReservedThreadExecutor@4d385e23{reserved=0/2,pending=1} 20:13:01.777 [qtp304157852-41] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run ReservedThread@4011570{PENDING,thread=null} in QueuedThreadPool[qtp304157852]@1221149c{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=0/2,pending=1}] 20:13:01.778 [qtp304157852-41] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@4011570{PENDING,thread=Thread[qtp304157852-41,5,Configuration Admin Service]} was=PENDING next=RESERVED size=0+1 capacity=2 20:13:01.778 [qtp304157852-41] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@4011570{RESERVED,thread=Thread[qtp304157852-41,5,Configuration Admin Service]} waiting ReservedThreadExecutor@4d385e23{reserved=1/2,pending=0} 20:13:01.777 [qtp304157852-44] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- AdaptiveExecutionStrategy@313e7a31/SelectorProducer@1efd6dc5/IDLE/p=true/QueuedThreadPool[qtp304157852]@1221149c{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=0/2,pending=1}][pc=0,pic=0,pec=1,epc=1]@2024-02-12T20:13:01.778057144Z tryProduce true 20:13:01.777 [qtp304157852-42] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- ss=EXECUTE_PRODUCE_CONSUME t=SocketChannelEndPoint@168b05b3[{l=/127.0.0.1:14001,r=/127.0.0.1:56910,OPEN,fill=FI,flush=-,to=2/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@5971f329[p=HttpParser{s=START,0 of -1},g=HttpGenerator@68e22ca1{s=START}]=>HttpChannelOverHttp@184cf912{s=HttpChannelState@1c736ec3{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@313e7a31/SelectorProducer@1efd6dc5/IDLE/p=true/QueuedThreadPool[qtp304157852]@1221149c{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=1/2,pending=0}][pc=0,pic=0,pec=1,epc=1]@2024-02-12T20:13:01.778196282Z 20:13:01.778 [qtp304157852-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 0 20:13:01.778 [qtp304157852-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:13:01.778 [qtp304157852-42] DEBUG org.eclipse.jetty.io.FillInterest -- fillable FillInterest@6fe05208{ReadCallback@395e0c66{HttpConnection@5971f329::SocketChannelEndPoint@168b05b3[{l=/127.0.0.1:14001,r=/127.0.0.1:56910,OPEN,fill=FI,flush=-,to=2/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5971f329[p=HttpParser{s=START,0 of -1},g=HttpGenerator@68e22ca1{s=START}]=>HttpChannelOverHttp@184cf912{s=HttpChannelState@1c736ec3{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}]}} 20:13:01.778 [qtp304157852-44] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- Key interests updated 1 -> 0 on SocketChannelEndPoint@168b05b3[{l=/127.0.0.1:14001,r=/127.0.0.1:56910,OPEN,fill=FI,flush=-,to=2/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5971f329[p=HttpParser{s=START,0 of -1},g=HttpGenerator@68e22ca1{s=START}]=>HttpChannelOverHttp@184cf912{s=HttpChannelState@1c736ec3{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}] 20:13:01.778 [qtp304157852-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@5d48c143 waiting with 1 keys 20:13:01.778 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@5971f329::SocketChannelEndPoint@168b05b3[{l=/127.0.0.1:14001,r=/127.0.0.1:56910,OPEN,fill=-,flush=-,to=3/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5971f329[p=HttpParser{s=START,0 of -1},g=HttpGenerator@68e22ca1{s=START}]=>HttpChannelOverHttp@184cf912{s=HttpChannelState@1c736ec3{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@1c736ec3{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 20:13:01.778 [qtp304157852-42] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- filled 259 DirectByteBuffer@656a3417[p=0,l=259,c=8192,r=259]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 20:13:01.778 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@5971f329::SocketChannelEndPoint@168b05b3[{l=/127.0.0.1:14001,r=/127.0.0.1:56910,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5971f329[p=HttpParser{s=START,0 of -1},g=HttpGenerator@68e22ca1{s=START}]=>HttpChannelOverHttp@184cf912{s=HttpChannelState@1c736ec3{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 259 RetainableByteBuffer@349e4f18{DirectByteBuffer@656a3417[p=0,l=259,c=8192,r=259]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},r=1} 20:13:01.778 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@5971f329::SocketChannelEndPoint@168b05b3[{l=/127.0.0.1:14001,r=/127.0.0.1:56910,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5971f329[p=HttpParser{s=START,0 of -1},g=HttpGenerator@68e22ca1{s=START}]=>HttpChannelOverHttp@184cf912{s=HttpChannelState@1c736ec3{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@349e4f18{DirectByteBuffer@656a3417[p=0,l=259,c=8192,r=259]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},r=1} 20:13:01.778 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=START DirectByteBuffer@656a3417[p=0,l=259,c=8192,r=259]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 20:13:01.778 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- START --> SPACE1 20:13:01.778 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- SPACE1 --> URI 20:13:01.778 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- URI --> SPACE2 20:13:01.778 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- SPACE2 --> REQUEST_VERSION 20:13:01.778 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- REQUEST_VERSION --> HEADER 20:13:01.778 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Accept-Encoding: gzip --> IN_VALUE 20:13:01.778 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Accept-Encoding: gzip --> FIELD 20:13:01.778 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:User-Agent --> VALUE 20:13:01.778 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:User-Agent --> IN_VALUE 20:13:01.778 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:User-Agent --> FIELD 20:13:01.778 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Host --> VALUE 20:13:01.778 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Host --> IN_VALUE 20:13:01.778 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Host --> FIELD 20:13:01.779 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Sec-WebSocket-Version --> VALUE 20:13:01.779 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Sec-WebSocket-Version --> IN_VALUE 20:13:01.779 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Sec-WebSocket-Version --> FIELD 20:13:01.779 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Upgrade --> VALUE 20:13:01.779 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Upgrade --> IN_VALUE 20:13:01.779 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Upgrade --> FIELD 20:13:01.779 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Connection: Upgrade --> IN_VALUE 20:13:01.779 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Connection: Upgrade --> FIELD 20:13:01.779 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Sec-WebSocket-Key --> VALUE 20:13:01.779 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Sec-WebSocket-Key --> IN_VALUE 20:13:01.779 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Sec-WebSocket-Key --> FIELD 20:13:01.779 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Pragma: no-cache --> IN_VALUE 20:13:01.779 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Pragma: no-cache --> FIELD 20:13:01.779 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Cache-Control: no-cache --> IN_VALUE 20:13:01.779 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Cache-Control: no-cache --> FIELD 20:13:01.779 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER --> CONTENT 20:13:01.779 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpInput -- reopen HttpInput@1090751380 cs=HttpChannelState@1c736ec3{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@4cfe4ca eof=false 20:13:01.779 [qtp304157852-42] DEBUG org.eclipse.jetty.server.BlockingContentProducer -- reopening org.eclipse.jetty.server.BlockingContentProducer@4cfe4ca 20:13:01.779 [qtp304157852-42] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- reopening AsyncContentProducer@70882e05[r=null,t=null,i=null,error=false,c=HttpChannelOverHttp@184cf912{s=HttpChannelState@1c736ec3{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}] 20:13:01.779 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpChannel -- REQUEST for /ws/sensinact on HttpChannelOverHttp@184cf912{s=HttpChannelState@1c736ec3{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:14001/ws/sensinact,age=0} GET /ws/sensinact HTTP/1.1 Accept-Encoding: gzip User-Agent: Jetty/11.0.13 Host: localhost:14001 Sec-WebSocket-Version: 13 Upgrade: websocket Connection: Upgrade Sec-WebSocket-Key: HBkvKHCLj24ATESu608SZQ== Pragma: no-cache Cache-Control: no-cache 20:13:01.779 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- upgrade HttpChannelOverHttp@184cf912{s=HttpChannelState@1c736ec3{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:14001/ws/sensinact,age=0} Upgrade: websocket 20:13:01.779 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- No factory for Upgrade: websocket in ServerConnector@66323f4c{HTTP/1.1, (http/1.1)}{0.0.0.0:14001} 20:13:01.779 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@5971f329::SocketChannelEndPoint@168b05b3[{l=/127.0.0.1:14001,r=/127.0.0.1:56910,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5971f329[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@68e22ca1{s=START}]=>HttpChannelOverHttp@184cf912{s=HttpChannelState@1c736ec3{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:14001/ws/sensinact,age=0}] parsed true HttpParser{s=CONTENT,0 of -1} 20:13:01.779 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpConnection -- releaseRequestBuffer HttpConnection@5971f329::SocketChannelEndPoint@168b05b3[{l=/127.0.0.1:14001,r=/127.0.0.1:56910,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5971f329[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@68e22ca1{s=START}]=>HttpChannelOverHttp@184cf912{s=HttpChannelState@1c736ec3{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:14001/ws/sensinact,age=0}] 20:13:01.779 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpChannel -- handle http://localhost:14001/ws/sensinact HttpChannelOverHttp@184cf912{s=HttpChannelState@1c736ec3{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:14001/ws/sensinact,age=0} 20:13:01.779 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpChannelState -- handling HttpChannelState@1c736ec3{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 20:13:01.779 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpChannel -- action DISPATCH HttpChannelOverHttp@184cf912{s=HttpChannelState@1c736ec3{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:14001/ws/sensinact,age=0} 20:13:01.779 [qtp304157852-42] DEBUG org.eclipse.jetty.server.Server -- REQUEST GET /ws/sensinact ?null on HttpChannelOverHttp@184cf912{s=HttpChannelState@1c736ec3{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:14001/ws/sensinact,age=0} 20:13:01.779 [qtp304157852-42] DEBUG org.eclipse.jetty.server.handler.ContextHandler -- scope null||/ws/sensinact @ o.e.j.s.ServletContextHandler@23a589ed{/,null,AVAILABLE} 20:13:01.779 [qtp304157852-42] DEBUG org.eclipse.jetty.server.handler.ContextHandler -- context=||/ws/sensinact @ o.e.j.s.ServletContextHandler@23a589ed{/,null,AVAILABLE} 20:13:01.779 [qtp304157852-42] DEBUG org.eclipse.jetty.server.session.SessionHandler -- Entering scope org.eclipse.jetty.server.session.SessionHandler2123212850==dftMaxIdleSec=0, dispatch=REQUEST asyncstarted=false 20:13:01.779 [qtp304157852-42] DEBUG org.eclipse.jetty.server.session.SessionHandler -- sessionHandler=org.eclipse.jetty.server.session.SessionHandler2123212850==dftMaxIdleSec=0 session=null 20:13:01.779 [qtp304157852-42] DEBUG org.eclipse.jetty.servlet.ServletHandler -- servlet ||/ws/sensinact|ServletPathMapping{matchValue=, pattern=/*, servletName=org.apache.felix.http.base.internal.dispatch.DispatcherServlet-3250993a, mappingMatch=PATH, servletPath=, pathInfo=/ws/sensinact} -> org.apache.felix.http.base.internal.dispatch.DispatcherServlet-3250993a==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@c53ed7f9{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 20:13:01.779 [qtp304157852-42] DEBUG org.eclipse.jetty.servlet.ServletHandler -- chain=null 20:13:01.784 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpChannelState -- sendError HttpChannelState@1c736ec3{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 20:13:01.784 [qtp304157852-42] DEBUG org.eclipse.jetty.server.session.SessionHandler -- Leaving scope org.eclipse.jetty.server.session.SessionHandler2123212850==dftMaxIdleSec=0 dispatch=REQUEST, async=false, session=null, oldsession=null, oldsessionhandler=null 20:13:01.784 [qtp304157852-42] DEBUG org.eclipse.jetty.server.Server -- handled=true async=false committed=true on HttpChannelOverHttp@184cf912{s=HttpChannelState@1c736ec3{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:14001/ws/sensinact,age=5} 20:13:01.784 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpChannelState -- unhandle HttpChannelState@1c736ec3{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=true i=true al=0} 20:13:01.784 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpChannelState -- nextAction(false) SEND_ERROR HttpChannelState@1c736ec3{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=false al=0} 20:13:01.784 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpChannel -- action SEND_ERROR HttpChannelOverHttp@184cf912{s=HttpChannelState@1c736ec3{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:14001/ws/sensinact,age=5} 20:13:01.784 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpInput -- consumeAll HttpInput@1090751380 cs=HttpChannelState@1c736ec3{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@4cfe4ca eof=false 20:13:01.784 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- failing all content with org.eclipse.jetty.util.StaticException: Unconsumed content HttpChannelOverHttp@184cf912{s=HttpChannelState@1c736ec3{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:14001/ws/sensinact,age=5} 20:13:01.784 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- produceContent has no content, parsing and filling 20:13:01.784 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@5971f329::SocketChannelEndPoint@168b05b3[{l=/127.0.0.1:14001,r=/127.0.0.1:56910,OPEN,fill=-,flush=-,to=6/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5971f329[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@68e22ca1{s=START}]=>HttpChannelOverHttp@184cf912{s=HttpChannelState@1c736ec3{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:14001/ws/sensinact,age=5}] parse null 20:13:01.784 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=CONTENT HeapByteBuffer@63635569[p=0,l=0,c=0,r=0]={<<<>>>} 20:13:01.784 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- CONTENT --> CONTENT_END 20:13:01.784 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpChannel -- onContentComplete HttpChannelOverHttp@184cf912{s=HttpChannelState@1c736ec3{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:14001/ws/sensinact,age=5} 20:13:01.784 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- CONTENT_END --> END 20:13:01.784 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpChannel -- onRequestComplete HttpChannelOverHttp@184cf912{s=HttpChannelState@1c736ec3{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:14001/ws/sensinact,age=5} 20:13:01.784 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- received EOF, content = null 20:13:01.784 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@5971f329::SocketChannelEndPoint@168b05b3[{l=/127.0.0.1:14001,r=/127.0.0.1:56910,OPEN,fill=-,flush=-,to=6/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5971f329[p=HttpParser{s=END,0 of -1},g=HttpGenerator@68e22ca1{s=START}]=>HttpChannelOverHttp@184cf912{s=HttpChannelState@1c736ec3{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:14001/ws/sensinact,age=5}] parsed false HttpParser{s=END,0 of -1} 20:13:01.784 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- produceContent produced EofContent 20:13:01.784 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- failed all content, EOF = true 20:13:01.784 [qtp304157852-42] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- failed all content of http channel EOF=true AsyncContentProducer@70882e05[r=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],t=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],i=null,error=false,c=HttpChannelOverHttp@184cf912{s=HttpChannelState@1c736ec3{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:14001/ws/sensinact,age=5}] 20:13:01.784 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpInput -- isFinished=true HttpInput@1090751380 cs=HttpChannelState@1c736ec3{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@4cfe4ca eof=true 20:13:01.785 [qtp304157852-42] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- isError = false AsyncContentProducer@70882e05[r=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],t=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],i=null,error=false,c=HttpChannelOverHttp@184cf912{s=HttpChannelState@1c736ec3{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:14001/ws/sensinact,age=6}] 20:13:01.785 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpInput -- isError=false HttpInput@1090751380 cs=HttpChannelState@1c736ec3{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@4cfe4ca eof=true 20:13:01.785 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpChannelState -- completing HttpChannelState@1c736ec3{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=false al=0} 20:13:01.785 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpChannel -- sendResponse info=null content=DirectByteBuffer@376ddc2c[p=0,l=469,c=32768,r=469]={<<<\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@29b764dc 20:13:01.785 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpChannel -- COMMIT for /ws/sensinact on HttpChannelOverHttp@184cf912{s=HttpChannelState@1c736ec3{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:14001/ws/sensinact,age=6} 503 null HTTP/1.1 Cache-Control: must-revalidate,no-cache,no-store Content-Type: text/html;charset=iso-8859-1 20:13:01.785 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpConnection -- generate: NEED_HEADER for SendCallback@6cfb419b[PROCESSING][i=HTTP/1.1{s=503,h=2,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@7e3e8e54] (null,[p=0,l=469,c=32768,r=469],true)@START 20:13:01.785 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpGenerator -- generateHeaders HTTP/1.1{s=503,h=2,cl=-1} last=true content=DirectByteBuffer@376ddc2c[p=0,l=469,c=32768,r=469]={<<<\n\n\n\n\n\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 20:13:01.785 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpGenerator -- Cache-Control: must-revalidate,no-cache,no-store Content-Type: text/html;charset=iso-8859-1 20:13:01.785 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpGenerator -- CONTENT_LENGTH 20:13:01.785 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpConnection -- generate: FLUSH for SendCallback@6cfb419b[PROCESSING][i=HTTP/1.1{s=503,h=2,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@7e3e8e54] ([p=0,l=151,c=16384,r=151],[p=0,l=469,c=32768,r=469],true)@COMPLETING 20:13:01.785 [qtp304157852-42] DEBUG org.eclipse.jetty.io.WriteFlusher -- write: WriteFlusher@5b4a9dee{IDLE}->null [DirectByteBuffer@7e95b142[p=0,l=151,c=16384,r=151]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},DirectByteBuffer@376ddc2c[p=0,l=469,c=32768,r=469]={<<<\n\n\n\n\n\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}] 20:13:01.785 [qtp304157852-42] DEBUG org.eclipse.jetty.io.WriteFlusher -- update WriteFlusher@5b4a9dee{WRITING}->null:IDLE-->WRITING 20:13:01.785 [WebSocket@2126723403-63] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@91bc6d9 woken up from select, 1/1/1 selected 20:13:01.785 [qtp304157852-42] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- flushed 620 SocketChannelEndPoint@168b05b3[{l=/127.0.0.1:14001,r=/127.0.0.1:56910,OPEN,fill=-,flush=W,to=7/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5971f329[p=HttpParser{s=END,0 of -1},g=HttpGenerator@68e22ca1{s=COMPLETING}]=>HttpChannelOverHttp@184cf912{s=HttpChannelState@1c736ec3{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:14001/ws/sensinact,age=6}] 20:13:01.785 [qtp304157852-42] DEBUG org.eclipse.jetty.io.WriteFlusher -- Flushed=true written=620 remaining=0 WriteFlusher@5b4a9dee{WRITING}->null 20:13:01.785 [WebSocket@2126723403-63] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@91bc6d9 processing 1 keys, 0 updates 20:13:01.785 [qtp304157852-42] DEBUG org.eclipse.jetty.io.WriteFlusher -- update WriteFlusher@5b4a9dee{IDLE}->null:WRITING-->IDLE 20:13:01.785 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpConnection -- generate: DONE for SendCallback@6cfb419b[PROCESSING][i=HTTP/1.1{s=503,h=2,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@7e3e8e54] ([p=151,l=151,c=16384,r=0],[p=469,l=469,c=32768,r=0],true)@END 20:13:01.785 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpChannelState -- completed HttpChannelState@1c736ec3{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 20:13:01.785 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpChannelState -- unhandle HttpChannelState@1c736ec3{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 20:13:01.785 [WebSocket@2126723403-63] DEBUG org.eclipse.jetty.io.ManagedSelector -- selected 1 channel=java.nio.channels.SocketChannel[connected local=/127.0.0.1:56910 remote=localhost/127.0.0.1:14001], selector=sun.nio.ch.EPollSelectorImpl@91bc6d9, interestOps=1, readyOps=1 SocketChannelEndPoint@35621393[{l=/127.0.0.1:56910,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=8/30000}{io=1/1,kio=1,kro=1}]->[HttpConnectionOverHTTP@3ba5eb4f(l:/127.0.0.1:56910 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@7a98e174(exchange=HttpExchange@3c1de75b{req=JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@655f7ea[TERMINATED/null] res=HttpResponse[null 0 null]@1ef96025[PENDING/null]})[send=HttpSenderOverHTTP@5f438b3f(req=QUEUED,failure=null)[HttpGenerator@4b28fc0b{s=START}],recv=HttpReceiverOverHTTP@2719c8ed(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 20:13:01.786 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpChannelState -- nextAction(false) TERMINATED HttpChannelState@1c736ec3{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 20:13:01.786 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpChannel -- action TERMINATED HttpChannelOverHttp@184cf912{s=HttpChannelState@1c736ec3{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:14001/ws/sensinact,age=7} 20:13:01.786 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpChannel -- onCompleted for /ws/sensinact written=469 20:13:01.786 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpInput -- consumeAll HttpInput@1090751380 cs=HttpChannelState@1c736ec3{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@4cfe4ca eof=true 20:13:01.786 [WebSocket@2126723403-63] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- onSelected 1->0 r=true w=false for SocketChannelEndPoint@35621393[{l=/127.0.0.1:56910,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=8/30000}{io=1/0,kio=1,kro=1}]->[HttpConnectionOverHTTP@3ba5eb4f(l:/127.0.0.1:56910 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@7a98e174(exchange=HttpExchange@3c1de75b{req=JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@655f7ea[TERMINATED/null] res=HttpResponse[null 0 null]@1ef96025[PENDING/null]})[send=HttpSenderOverHTTP@5f438b3f(req=QUEUED,failure=null)[HttpGenerator@4b28fc0b{s=START}],recv=HttpReceiverOverHTTP@2719c8ed(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 20:13:01.786 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- failing all content with org.eclipse.jetty.util.StaticException: Unconsumed content HttpChannelOverHttp@184cf912{s=HttpChannelState@1c736ec3{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:14001/ws/sensinact,age=7} 20:13:01.786 [WebSocket@2126723403-63] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- task SocketChannelEndPoint@35621393[{l=/127.0.0.1:56910,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=8/30000}{io=1/0,kio=1,kro=1}]->[HttpConnectionOverHTTP@3ba5eb4f(l:/127.0.0.1:56910 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@7a98e174(exchange=HttpExchange@3c1de75b{req=JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@655f7ea[TERMINATED/null] res=HttpResponse[null 0 null]@1ef96025[PENDING/null]})[send=HttpSenderOverHTTP@5f438b3f(req=QUEUED,failure=null)[HttpGenerator@4b28fc0b{s=START}],recv=HttpReceiverOverHTTP@2719c8ed(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]]:runFillable:BLOCKING 20:13:01.786 [qtp304157852-42] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- failed all content of http channel EOF=true AsyncContentProducer@70882e05[r=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],t=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],i=null,error=false,c=HttpChannelOverHttp@184cf912{s=HttpChannelState@1c736ec3{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:14001/ws/sensinact,age=7}] 20:13:01.786 [WebSocket@2126723403-63] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@72ea6193{reserved=0/2,pending=0} tryExecute org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy$$Lambda$394/0x00007ff2f418db60@46e133b1 20:13:01.786 [WebSocket@2126723403-63] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@72ea6193{reserved=0/2,pending=1} startReservedThread p=1 20:13:01.786 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpInput -- isFinished=true HttpInput@1090751380 cs=HttpChannelState@1c736ec3{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@4cfe4ca eof=true 20:13:01.786 [qtp304157852-42] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- isError = false AsyncContentProducer@70882e05[r=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],t=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],i=null,error=false,c=HttpChannelOverHttp@184cf912{s=HttpChannelState@1c736ec3{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:14001/ws/sensinact,age=7}] 20:13:01.786 [WebSocket@2126723403-63] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue ReservedThread@111b08ba{PENDING,thread=null} startThread=0 20:13:01.786 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpInput -- isError=false HttpInput@1090751380 cs=HttpChannelState@1c736ec3{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@4cfe4ca eof=true 20:13:01.786 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpChannelState -- recycle HttpChannelState@1c736ec3{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 20:13:01.786 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpInput -- recycle HttpInput@1090751380 cs=HttpChannelState@1c736ec3{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@4cfe4ca eof=true 20:13:01.786 [qtp304157852-42] DEBUG org.eclipse.jetty.server.BlockingContentProducer -- recycling org.eclipse.jetty.server.BlockingContentProducer@4cfe4ca 20:13:01.786 [WebSocket@2126723403-66] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run ReservedThread@111b08ba{PENDING,thread=null} in QueuedThreadPool[WebSocket@2126723403]@2a7686a7{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@72ea6193{reserved=0/2,pending=1}] 20:13:01.786 [qtp304157852-42] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- recycling AsyncContentProducer@70882e05[r=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],t=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],i=null,error=false,c=HttpChannelOverHttp@184cf912{s=HttpChannelState@1c736ec3{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:14001/ws/sensinact,age=7}] 20:13:01.786 [WebSocket@2126723403-66] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@111b08ba{PENDING,thread=Thread[WebSocket@2126723403-66,5,main]} was=PENDING next=RESERVED size=0+1 capacity=2 20:13:01.786 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- reset HttpParser{s=END,0 of -1} 20:13:01.786 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- END --> START 20:13:01.786 [WebSocket@2126723403-66] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@111b08ba{RESERVED,thread=Thread[WebSocket@2126723403-66,5,main]} waiting ReservedThreadExecutor@72ea6193{reserved=1/2,pending=0} 20:13:01.786 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpChannel -- !handle TERMINATED HttpChannelOverHttp@184cf912{s=HttpChannelState@1c736ec3{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} 20:13:01.786 [WebSocket@2126723403-63] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- ss=PRODUCE_EXECUTE_CONSUME t=SocketChannelEndPoint@35621393[{l=/127.0.0.1:56910,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=9/30000}{io=1/0,kio=1,kro=1}]->[HttpConnectionOverHTTP@3ba5eb4f(l:/127.0.0.1:56910 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@7a98e174(exchange=HttpExchange@3c1de75b{req=JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@655f7ea[TERMINATED/null] res=HttpResponse[null 0 null]@1ef96025[PENDING/null]})[send=HttpSenderOverHTTP@5f438b3f(req=QUEUED,failure=null)[HttpGenerator@4b28fc0b{s=START}],recv=HttpReceiverOverHTTP@2719c8ed(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]]:runFillable:BLOCKING/BLOCKING AdaptiveExecutionStrategy@7c541c15/SelectorProducer@3542162a/PRODUCING/p=false/QueuedThreadPool[WebSocket@2126723403]@2a7686a7{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@72ea6193{reserved=1/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:13:01.786622384Z 20:13:01.786 [qtp304157852-42] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- filled 0 DirectByteBuffer@656a3417[p=0,l=0,c=8192,r=0]={<<<>>>GET /ws/s...\x00\x00\x00\x00\x00\x00\x00} 20:13:01.786 [qtp304157852-42] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- filled 0 DirectByteBuffer@656a3417[p=0,l=0,c=8192,r=0]={<<<>>>GET /ws/s...\x00\x00\x00\x00\x00\x00\x00} 20:13:01.786 [WebSocket@2126723403-63] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue SocketChannelEndPoint@35621393[{l=/127.0.0.1:56910,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=9/30000}{io=1/0,kio=1,kro=1}]->[HttpConnectionOverHTTP@3ba5eb4f(l:/127.0.0.1:56910 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@7a98e174(exchange=HttpExchange@3c1de75b{req=JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@655f7ea[TERMINATED/null] res=HttpResponse[null 0 null]@1ef96025[PENDING/null]})[send=HttpSenderOverHTTP@5f438b3f(req=QUEUED,failure=null)[HttpGenerator@4b28fc0b{s=START}],recv=HttpReceiverOverHTTP@2719c8ed(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]]:runFillable:BLOCKING startThread=0 20:13:01.786 [WebSocket@2126723403-63] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 0 20:13:01.786 [WebSocket@2126723403-63] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:13:01.786 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@5971f329::SocketChannelEndPoint@168b05b3[{l=/127.0.0.1:14001,r=/127.0.0.1:56910,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5971f329[p=HttpParser{s=START,0 of -1},g=HttpGenerator@68e22ca1{s=START}]=>HttpChannelOverHttp@184cf912{s=HttpChannelState@1c736ec3{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@349e4f18{DirectByteBuffer@656a3417[p=0,l=0,c=8192,r=0]={<<<>>>GET /ws/s...\x00\x00\x00\x00\x00\x00\x00},r=1} 20:13:01.786 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@5971f329::SocketChannelEndPoint@168b05b3[{l=/127.0.0.1:14001,r=/127.0.0.1:56910,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5971f329[p=HttpParser{s=START,0 of -1},g=HttpGenerator@68e22ca1{s=START}]=>HttpChannelOverHttp@184cf912{s=HttpChannelState@1c736ec3{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@349e4f18{DirectByteBuffer@656a3417[p=0,l=0,c=8192,r=0]={<<<>>>GET /ws/s...\x00\x00\x00\x00\x00\x00\x00},r=1} 20:13:01.786 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=START DirectByteBuffer@656a3417[p=0,l=0,c=8192,r=0]={<<<>>>GET /ws/s...\x00\x00\x00\x00\x00\x00\x00} 20:13:01.786 [WebSocket@2126723403-67] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run SocketChannelEndPoint@35621393[{l=/127.0.0.1:56910,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=9/30000}{io=1/0,kio=1,kro=1}]->[HttpConnectionOverHTTP@3ba5eb4f(l:/127.0.0.1:56910 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@7a98e174(exchange=HttpExchange@3c1de75b{req=JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@655f7ea[TERMINATED/null] res=HttpResponse[null 0 null]@1ef96025[PENDING/null]})[send=HttpSenderOverHTTP@5f438b3f(req=QUEUED,failure=null)[HttpGenerator@4b28fc0b{s=START}],recv=HttpReceiverOverHTTP@2719c8ed(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]]:runFillable:BLOCKING in QueuedThreadPool[WebSocket@2126723403]@2a7686a7{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@72ea6193{reserved=1/2,pending=0}] 20:13:01.786 [WebSocket@2126723403-63] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- Key interests updated 1 -> 0 on SocketChannelEndPoint@35621393[{l=/127.0.0.1:56910,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=9/30000}{io=0/0,kio=0,kro=1}]->[HttpConnectionOverHTTP@3ba5eb4f(l:/127.0.0.1:56910 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@7a98e174(exchange=HttpExchange@3c1de75b{req=JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@655f7ea[TERMINATED/null] res=HttpResponse[null 0 null]@1ef96025[PENDING/null]})[send=HttpSenderOverHTTP@5f438b3f(req=QUEUED,failure=null)[HttpGenerator@4b28fc0b{s=START}],recv=HttpReceiverOverHTTP@2719c8ed(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 20:13:01.787 [WebSocket@2126723403-63] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@91bc6d9 waiting with 1 keys 20:13:01.786 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@5971f329::SocketChannelEndPoint@168b05b3[{l=/127.0.0.1:14001,r=/127.0.0.1:56910,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5971f329[p=HttpParser{s=START,0 of -1},g=HttpGenerator@68e22ca1{s=START}]=>HttpChannelOverHttp@184cf912{s=HttpChannelState@1c736ec3{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} 20:13:01.787 [WebSocket@2126723403-67] DEBUG org.eclipse.jetty.io.FillInterest -- fillable FillInterest@1ab71e3b{ReadCallback@596e7421{HttpConnectionOverHTTP@3ba5eb4f::SocketChannelEndPoint@35621393[{l=/127.0.0.1:56910,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=9/30000}{io=0/0,kio=0,kro=1}]->[HttpConnectionOverHTTP@3ba5eb4f(l:/127.0.0.1:56910 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@7a98e174(exchange=HttpExchange@3c1de75b{req=JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@655f7ea[TERMINATED/null] res=HttpResponse[null 0 null]@1ef96025[PENDING/null]})[send=HttpSenderOverHTTP@5f438b3f(req=QUEUED,failure=null)[HttpGenerator@4b28fc0b{s=START}],recv=HttpReceiverOverHTTP@2719c8ed(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]]}} 20:13:01.787 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpConnection -- releaseRequestBuffer HttpConnection@5971f329::SocketChannelEndPoint@168b05b3[{l=/127.0.0.1:14001,r=/127.0.0.1:56910,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5971f329[p=HttpParser{s=START,0 of -1},g=HttpGenerator@68e22ca1{s=START}]=>HttpChannelOverHttp@184cf912{s=HttpChannelState@1c736ec3{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}] 20:13:01.787 [WebSocket@2126723403-67] DEBUG org.eclipse.jetty.util.Pool -- RetainedBucket@5401e3b3[inUse=0,size=1,max=100,closed=false]{capacity=16384,inuse=0(0%)} returning new reserved entry MonoEntry@5ac60743{PENDING,pooled=null} 20:13:01.787 [qtp304157852-42] DEBUG org.eclipse.jetty.io.AbstractConnection -- fillInterested HttpConnection@5971f329::SocketChannelEndPoint@168b05b3[{l=/127.0.0.1:14001,r=/127.0.0.1:56910,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5971f329[p=HttpParser{s=START,0 of -1},g=HttpGenerator@68e22ca1{s=START}]=>HttpChannelOverHttp@184cf912{s=HttpChannelState@1c736ec3{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}] 20:13:01.787 [WebSocket@2126723403-67] DEBUG org.eclipse.jetty.client.http.HttpReceiverOverHTTP -- Acquired RetainableByteBuffer@5ef988c3{DirectByteBuffer@1bfb0d78[p=0,l=0,c=16384,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},r=1} 20:13:01.787 [qtp304157852-42] DEBUG org.eclipse.jetty.io.FillInterest -- interested FillInterest@6fe05208{ReadCallback@395e0c66{HttpConnection@5971f329::SocketChannelEndPoint@168b05b3[{l=/127.0.0.1:14001,r=/127.0.0.1:56910,OPEN,fill=FI,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5971f329[p=HttpParser{s=START,0 of -1},g=HttpGenerator@68e22ca1{s=START}]=>HttpChannelOverHttp@184cf912{s=HttpChannelState@1c736ec3{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}]}} 20:13:01.787 [WebSocket@2126723403-67] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=START DirectByteBuffer@1bfb0d78[p=0,l=0,c=16384,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 20:13:01.787 [WebSocket@2126723403-67] DEBUG org.eclipse.jetty.client.http.HttpReceiverOverHTTP -- Parse result=false, failed=false 20:13:01.787 [WebSocket@2126723403-67] DEBUG org.eclipse.jetty.client.http.HttpReceiverOverHTTP -- Parse complete=false, RetainableByteBuffer@5ef988c3{DirectByteBuffer@1bfb0d78[p=0,l=0,c=16384,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},r=1} HttpParser{s=START,0 of -1} 20:13:01.787 [qtp304157852-42] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- changeInterests p=false 0->1 for SocketChannelEndPoint@168b05b3[{l=/127.0.0.1:14001,r=/127.0.0.1:56910,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}]->[HttpConnection@5971f329[p=HttpParser{s=START,0 of -1},g=HttpGenerator@68e22ca1{s=START}]=>HttpChannelOverHttp@184cf912{s=HttpChannelState@1c736ec3{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}] 20:13:01.787 [qtp304157852-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$463/0x00007fa8e437ea68@600790ff on ManagedSelector@62a71547{STARTED} id=0 keys=1 selected=0 updates=0 20:13:01.787 [qtp304157852-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@62a71547{STARTED} id=0 keys=1 selected=0 updates=1 20:13:01.787 [WebSocket@2126723403-67] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- filled 620 DirectByteBuffer@1bfb0d78[p=0,l=620,c=16384,r=620]={<<\n\n\n\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 20:13:01.787 [qtp304157852-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@5d48c143 woken with none selected 20:13:01.787 [qtp304157852-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@5d48c143 woken up from select, 0/0/1 selected 20:13:01.787 [qtp304157852-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@5d48c143 processing 0 keys, 1 updates 20:13:01.787 [qtp304157852-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 20:13:01.787 [qtp304157852-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$463/0x00007fa8e437ea68@600790ff 20:13:01.787 [WebSocket@2126723403-67] DEBUG org.eclipse.jetty.client.http.HttpReceiverOverHTTP -- Read 620 bytes in RetainableByteBuffer@5ef988c3{DirectByteBuffer@1bfb0d78[p=0,l=620,c=16384,r=620]={<<\n\n\n\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},r=1} from SocketChannelEndPoint@35621393[{l=/127.0.0.1:56910,r=localhost/127.0.0.1:14001,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}]->[HttpConnectionOverHTTP@3ba5eb4f(l:/127.0.0.1:56910 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@7a98e174(exchange=HttpExchange@3c1de75b{req=JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@655f7ea[TERMINATED/null] res=HttpResponse[null 0 null]@1ef96025[PENDING/null]})[send=HttpSenderOverHTTP@5f438b3f(req=QUEUED,failure=null)[HttpGenerator@4b28fc0b{s=START}],recv=HttpReceiverOverHTTP@2719c8ed(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 20:13:01.787 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@5971f329::SocketChannelEndPoint@168b05b3[{l=/127.0.0.1:14001,r=/127.0.0.1:56910,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}]->[HttpConnection@5971f329[p=HttpParser{s=START,0 of -1},g=HttpGenerator@68e22ca1{s=START}]=>HttpChannelOverHttp@184cf912{s=HttpChannelState@1c736ec3{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@1c736ec3{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 20:13:01.787 [WebSocket@2126723403-67] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=START DirectByteBuffer@1bfb0d78[p=0,l=620,c=16384,r=620]={<<\n\n\n\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 20:13:01.787 [WebSocket@2126723403-67] DEBUG org.eclipse.jetty.http.HttpParser -- START --> RESPONSE_VERSION 20:13:01.787 [qtp304157852-44] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- Key interests updated 0 -> 1 on SocketChannelEndPoint@168b05b3[{l=/127.0.0.1:14001,r=/127.0.0.1:56910,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=1}]->[HttpConnection@5971f329[p=HttpParser{s=START,0 of -1},g=HttpGenerator@68e22ca1{s=START}]=>HttpChannelOverHttp@184cf912{s=HttpChannelState@1c736ec3{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}] 20:13:01.787 [WebSocket@2126723403-67] DEBUG org.eclipse.jetty.http.HttpParser -- RESPONSE_VERSION --> SPACE1 20:13:01.787 [qtp304157852-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:13:01.787 [WebSocket@2126723403-67] DEBUG org.eclipse.jetty.http.HttpParser -- SPACE1 --> STATUS 20:13:01.787 [WebSocket@2126723403-67] DEBUG org.eclipse.jetty.http.HttpParser -- STATUS --> SPACE2 20:13:01.787 [qtp304157852-42] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@6addf1de{RUNNING,thread=Thread[qtp304157852-42,5,Configuration Admin Service]} was=RUNNING next=RESERVED size=0+2 capacity=2 20:13:01.787 [WebSocket@2126723403-67] DEBUG org.eclipse.jetty.http.HttpParser -- SPACE2 --> REASON 20:13:01.787 [qtp304157852-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@5d48c143 waiting with 1 keys 20:13:01.787 [WebSocket@2126723403-67] DEBUG org.eclipse.jetty.http.HttpParser -- REASON --> HEADER 20:13:01.787 [qtp304157852-42] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@6addf1de{RESERVED,thread=Thread[qtp304157852-42,5,Configuration Admin Service]} waiting ReservedThreadExecutor@4d385e23{reserved=2/2,pending=0} 20:13:01.787 [WebSocket@2126723403-67] DEBUG org.eclipse.jetty.client.HttpConversation -- Exchanges in conversation 1, override=null, listeners=[JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@655f7ea] 20:13:01.787 [WebSocket@2126723403-67] DEBUG org.eclipse.jetty.client.HttpReceiver -- Response begin HttpResponse[HTTP/1.1 503 Service Unavailable]@1ef96025 20:13:01.787 [WebSocket@2126723403-67] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Cache-Control --> VALUE 20:13:01.787 [WebSocket@2126723403-67] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Cache-Control --> IN_VALUE 20:13:01.788 [WebSocket@2126723403-67] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Cache-Control --> FIELD 20:13:01.788 [WebSocket@2126723403-67] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Content-Type: text/html;charset=ISO-8859-1 --> IN_VALUE 20:13:01.788 [WebSocket@2126723403-67] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Content-Type: text/html;charset=ISO-8859-1 --> FIELD 20:13:01.788 [WebSocket@2126723403-67] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Content-Length --> VALUE 20:13:01.788 [WebSocket@2126723403-67] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Content-Length --> IN_VALUE 20:13:01.788 [WebSocket@2126723403-67] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Content-Length --> FIELD 20:13:01.788 [WebSocket@2126723403-67] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER --> CONTENT 20:13:01.788 [WebSocket@2126723403-67] DEBUG org.eclipse.jetty.client.HttpReceiver -- Response headers HttpResponse[HTTP/1.1 503 Service Unavailable]@1ef96025 Cache-Control: must-revalidate,no-cache,no-store Content-Type: text/html;charset=ISO-8859-1 Content-Length: 469 20:13:01.788 [WebSocket@2126723403-67] DEBUG org.eclipse.jetty.client.HttpReceiver -- Response demand=1/1, resume=false 20:13:01.788 [WebSocket@2126723403-67] DEBUG org.eclipse.jetty.client.HttpReceiver -- Response headers hasDemand=true HttpResponse[HTTP/1.1 503 Service Unavailable]@1ef96025 20:13:01.788 [WebSocket@2126723403-67] DEBUG org.eclipse.jetty.client.HttpReceiver -- Response content HttpResponse[HTTP/1.1 503 Service Unavailable]@1ef96025 DirectByteBufferR@403c69cf[p=151,l=620,c=16384,r=469]={HTTP/1.1 ...469\r\n\r\n<<<\n\n\n\n\n\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 20:13:01.788 [WebSocket@2126723403-67] DEBUG org.eclipse.jetty.client.HttpReceiver -- Response content HttpResponse[HTTP/1.1 503 Service Unavailable]@1ef96025, hasDemand=true 20:13:01.788 [WebSocket@2126723403-67] DEBUG org.eclipse.jetty.http.HttpParser -- CONTENT --> CONTENT_END 20:13:01.788 [WebSocket@2126723403-67] DEBUG org.eclipse.jetty.http.HttpParser -- CONTENT_END --> END 20:13:01.788 [WebSocket@2126723403-67] DEBUG org.eclipse.jetty.http.HttpParser -- reset HttpParser{s=END,469 of 469} 20:13:01.788 [WebSocket@2126723403-67] DEBUG org.eclipse.jetty.http.HttpParser -- END --> START 20:13:01.788 [WebSocket@2126723403-67] DEBUG org.eclipse.jetty.client.HttpReceiver -- Response success HttpResponse[HTTP/1.1 503 Service Unavailable]@1ef96025 20:13:01.788 [WebSocket@2126723403-67] DEBUG org.eclipse.jetty.client.HttpExchange -- Terminated response for HttpExchange@3c1de75b{req=JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@655f7ea[TERMINATED/null] res=HttpResponse[HTTP/1.1 503 Service Unavailable]@1ef96025[TERMINATED/null]}, result: Result[JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@655f7ea > HttpResponse[HTTP/1.1 503 Service Unavailable]@1ef96025] null 20:13:01.788 [WebSocket@2126723403-67] DEBUG org.eclipse.jetty.client.HttpReceiver -- Response complete HttpResponse[HTTP/1.1 503 Service Unavailable]@1ef96025, result: Result[JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@655f7ea > HttpResponse[HTTP/1.1 503 Service Unavailable]@1ef96025] null 20:13:01.788 [WebSocket@2126723403-67] DEBUG org.eclipse.jetty.client.HttpChannel -- HttpExchange@3c1de75b{req=JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@655f7ea[TERMINATED/null] res=HttpResponse[HTTP/1.1 503 Service Unavailable]@1ef96025[TERMINATED/null]} disassociated true from HttpChannelOverHTTP@7a98e174(exchange=null)[send=HttpSenderOverHTTP@5f438b3f(req=QUEUED,failure=null)[HttpGenerator@4b28fc0b{s=START}],recv=HttpReceiverOverHTTP@2719c8ed(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 20:13:01.788 [WebSocket@2126723403-67] DEBUG org.eclipse.jetty.io.IdleTimeout -- Setting idle timeout 30000 -> 30000 on SocketChannelEndPoint@35621393[{l=/127.0.0.1:56910,r=localhost/127.0.0.1:14001,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}]->[HttpConnectionOverHTTP@3ba5eb4f(l:/127.0.0.1:56910 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@7a98e174(exchange=null)[send=HttpSenderOverHTTP@5f438b3f(req=QUEUED,failure=null)[HttpGenerator@4b28fc0b{s=START}],recv=HttpReceiverOverHTTP@2719c8ed(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 20:13:01.788 [WebSocket@2126723403-67] DEBUG org.eclipse.jetty.client.HttpDestination -- Released HttpConnectionOverHTTP@3ba5eb4f::SocketChannelEndPoint@35621393[{l=/127.0.0.1:56910,r=localhost/127.0.0.1:14001,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}]->[HttpConnectionOverHTTP@3ba5eb4f(l:/127.0.0.1:56910 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@7a98e174(exchange=null)[send=HttpSenderOverHTTP@5f438b3f(req=QUEUED,failure=null)[HttpGenerator@4b28fc0b{s=START}],recv=HttpReceiverOverHTTP@2719c8ed(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 20:13:01.788 [WebSocket@2126723403-67] DEBUG org.eclipse.jetty.client.AbstractConnectionPool -- Released (true) MultiEntry@549949be{IDLE,usage=1,multiplex=0,pooled=HttpConnectionOverHTTP@3ba5eb4f::SocketChannelEndPoint@35621393[{l=/127.0.0.1:56910,r=localhost/127.0.0.1:14001,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}]->[HttpConnectionOverHTTP@3ba5eb4f(l:/127.0.0.1:56910 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@7a98e174(exchange=null)[send=HttpSenderOverHTTP@5f438b3f(req=QUEUED,failure=null)[HttpGenerator@4b28fc0b{s=START}],recv=HttpReceiverOverHTTP@2719c8ed(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]]} Pool@1c6804cd[inUse=0,size=1,max=64,closed=false] 20:13:01.788 [WebSocket@2126723403-67] DEBUG org.eclipse.jetty.client.HttpReceiver -- Request/Response succeeded: Result[JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@655f7ea > HttpResponse[HTTP/1.1 503 Service Unavailable]@1ef96025] null, notifying [JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@655f7ea] 20:13:01.789 [WebSocket@2126723403-67] DEBUG org.eclipse.jetty.websocket.core.client.CoreClientUpgradeRequest -- onComplete() - Result[JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@655f7ea > HttpResponse[HTTP/1.1 503 Service Unavailable]@1ef96025] null 20:13:01.789 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING WebSocketClient@b4424238[coreClient=WebSocketCoreClient@5c42d2b7{STARTED},openSessions.size=0] 20:13:01.789 [main] INFO org.eclipse.jetty.websocket.client.WebSocketClient -- Shutdown WebSocketClient@b4424238[coreClient=WebSocketCoreClient@5c42d2b7{STARTED},openSessions.size=0] 20:13:01.789 [WebSocket@2126723403-67] DEBUG org.eclipse.jetty.client.HttpExchange -- Failed HttpExchange@3c1de75b{req=JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@655f7ea[TERMINATED/null] res=HttpResponse[HTTP/1.1 503 Service Unavailable]@1ef96025[TERMINATED/null]}: req=false/rsp=false {} org.eclipse.jetty.websocket.core.exception.UpgradeException: Failed to upgrade to websocket: Unexpected HTTP Response Status Code: 503 Service Unavailable at org.eclipse.jetty.websocket.core.client.CoreClientUpgradeRequest.onComplete(CoreClientUpgradeRequest.java:235) at org.eclipse.jetty.client.ResponseNotifier.notifyComplete(ResponseNotifier.java:213) at org.eclipse.jetty.client.ResponseNotifier.notifyComplete(ResponseNotifier.java:205) at org.eclipse.jetty.client.HttpReceiver.terminateResponse(HttpReceiver.java:477) at org.eclipse.jetty.client.HttpReceiver.terminateResponse(HttpReceiver.java:457) at org.eclipse.jetty.client.HttpReceiver.responseSuccess(HttpReceiver.java:420) at org.eclipse.jetty.client.http.HttpReceiverOverHTTP.messageComplete(HttpReceiverOverHTTP.java:386) at org.eclipse.jetty.http.HttpParser.handleContentMessage(HttpParser.java:585) at org.eclipse.jetty.http.HttpParser.parseContent(HttpParser.java:1709) at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:1538) at org.eclipse.jetty.client.http.HttpReceiverOverHTTP.parse(HttpReceiverOverHTTP.java:221) at org.eclipse.jetty.client.http.HttpReceiverOverHTTP.process(HttpReceiverOverHTTP.java:160) at org.eclipse.jetty.client.http.HttpReceiverOverHTTP.receive(HttpReceiverOverHTTP.java:91) at org.eclipse.jetty.client.http.HttpChannelOverHTTP.receive(HttpChannelOverHTTP.java:91) at org.eclipse.jetty.client.http.HttpConnectionOverHTTP.onFillable(HttpConnectionOverHTTP.java:194) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:314) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:100) at org.eclipse.jetty.io.SelectableChannelEndPoint$1.run(SelectableChannelEndPoint.java:53) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:934) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1078) at java.base/java.lang.Thread.run(Thread.java:840) 20:13:01.789 [main] DEBUG org.eclipse.jetty.websocket.client.WebSocketClient -- graceful SessionTracker@625abb97{STARTED} 20:13:01.789 [WebSocket@2126723403-67] DEBUG org.eclipse.jetty.client.http.HttpReceiverOverHTTP -- Parse result=false, failed=false 20:13:01.789 [WebSocket@2126723403-67] DEBUG org.eclipse.jetty.client.http.HttpReceiverOverHTTP -- Parse complete=true, RetainableByteBuffer@5ef988c3{DirectByteBuffer@1bfb0d78[p=620,l=620,c=16384,r=0]={HTTP/1.1 .../html>\n<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},r=1} HttpParser{s=START,0 of -1} 20:13:01.789 [WebSocket@2126723403-67] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- filled 0 DirectByteBuffer@1bfb0d78[p=0,l=0,c=16384,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 20:13:01.789 [WebSocket@2126723403-67] DEBUG org.eclipse.jetty.client.http.HttpReceiverOverHTTP -- Read 0 bytes in RetainableByteBuffer@5ef988c3{DirectByteBuffer@1bfb0d78[p=0,l=0,c=16384,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00},r=1} from SocketChannelEndPoint@35621393[{l=/127.0.0.1:56910,r=localhost/127.0.0.1:14001,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}]->[HttpConnectionOverHTTP@3ba5eb4f(l:/127.0.0.1:56910 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@7a98e174(exchange=null)[send=HttpSenderOverHTTP@5f438b3f(req=QUEUED,failure=null)[HttpGenerator@4b28fc0b{s=START}],recv=HttpReceiverOverHTTP@2719c8ed(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 20:13:01.789 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING SessionTracker@625abb97{STARTED} 20:13:01.789 [WebSocket@2126723403-67] DEBUG org.eclipse.jetty.client.http.HttpReceiverOverHTTP -- Released RetainableByteBuffer@5ef988c3{DirectByteBuffer@1bfb0d78[p=0,l=0,c=16384,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00},r=0} 20:13:01.789 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED SessionTracker@625abb97{STOPPED} 20:13:01.789 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING WebSocketCoreClient@5c42d2b7{STARTED} 20:13:01.789 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING WebSocketComponents@7ec3394b{STARTED} 20:13:01.789 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING DeflaterPool@1522d8a0{STARTED,size=0,capacity=1024} 20:13:01.789 [WebSocket@2126723403-67] DEBUG org.eclipse.jetty.io.AbstractConnection -- fillInterested HttpConnectionOverHTTP@3ba5eb4f::SocketChannelEndPoint@35621393[{l=/127.0.0.1:56910,r=localhost/127.0.0.1:14001,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}]->[HttpConnectionOverHTTP@3ba5eb4f(l:/127.0.0.1:56910 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@7a98e174(exchange=null)[send=HttpSenderOverHTTP@5f438b3f(req=QUEUED,failure=null)[HttpGenerator@4b28fc0b{s=START}],recv=HttpReceiverOverHTTP@2719c8ed(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 20:13:01.789 [main] DEBUG org.eclipse.jetty.util.Pool -- Closing Pool@5bd82fed[inUse=0,size=0,max=1024,closed=false] 20:13:01.789 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED DeflaterPool@1522d8a0{STOPPED,size=-1,capacity=1024} 20:13:01.789 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING InflaterPool@bff34c6{STARTED,size=0,capacity=1024} 20:13:01.789 [main] DEBUG org.eclipse.jetty.util.Pool -- Closing Pool@3b2c0e88[inUse=0,size=0,max=1024,closed=false] 20:13:01.789 [WebSocket@2126723403-67] DEBUG org.eclipse.jetty.io.FillInterest -- interested FillInterest@1ab71e3b{ReadCallback@596e7421{HttpConnectionOverHTTP@3ba5eb4f::SocketChannelEndPoint@35621393[{l=/127.0.0.1:56910,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}]->[HttpConnectionOverHTTP@3ba5eb4f(l:/127.0.0.1:56910 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@7a98e174(exchange=null)[send=HttpSenderOverHTTP@5f438b3f(req=QUEUED,failure=null)[HttpGenerator@4b28fc0b{s=START}],recv=HttpReceiverOverHTTP@2719c8ed(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]]}} 20:13:01.790 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED InflaterPool@bff34c6{STOPPED,size=-1,capacity=1024} 20:13:01.790 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED WebSocketComponents@7ec3394b{STOPPED} 20:13:01.790 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING HttpClient@3381b4fc{STARTED} 20:13:01.790 [WebSocket@2126723403-67] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- changeInterests p=false 0->1 for SocketChannelEndPoint@35621393[{l=/127.0.0.1:56910,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}]->[HttpConnectionOverHTTP@3ba5eb4f(l:/127.0.0.1:56910 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@7a98e174(exchange=null)[send=HttpSenderOverHTTP@5f438b3f(req=QUEUED,failure=null)[HttpGenerator@4b28fc0b{s=START}],recv=HttpReceiverOverHTTP@2719c8ed(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 20:13:01.790 [WebSocket@2126723403-67] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$431/0x00007ff2f4210ca8@55aa03a3 on ManagedSelector@698122b2{STARTED} id=0 keys=1 selected=0 updates=0 20:13:01.790 [WebSocket@2126723403-67] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@698122b2{STARTED} id=0 keys=1 selected=0 updates=1 20:13:01.790 [WebSocket@2126723403-63] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@91bc6d9 woken with none selected 20:13:01.790 [WebSocket@2126723403-63] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@91bc6d9 woken up from select, 0/0/1 selected 20:13:01.790 [WebSocket@2126723403-63] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@91bc6d9 processing 0 keys, 1 updates 20:13:01.790 [WebSocket@2126723403-63] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 20:13:01.790 [WebSocket@2126723403-63] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$431/0x00007ff2f4210ca8@55aa03a3 20:13:01.790 [main] DEBUG org.eclipse.jetty.client.HttpDestination -- Closed HttpDestination[Origin@98895eee[ws://localhost:14001,tag=null,protocol=Protocol@7f4624a[proto=[http/1.1],nego=false]]]@c1bd0be,state=STARTED,queue=0,pool=DuplexConnectionPool@476b0ae6[s=STARTED,c=0/1/64,a=0,i=1,q=0,p=Pool@1c6804cd[inUse=0,size=1,max=64,closed=false]],stale=false,idle=-1 20:13:01.790 [WebSocket@2126723403-67] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran SocketChannelEndPoint@35621393[{l=/127.0.0.1:56910,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}]->[HttpConnectionOverHTTP@3ba5eb4f(l:/127.0.0.1:56910 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@7a98e174(exchange=null)[send=HttpSenderOverHTTP@5f438b3f(req=QUEUED,failure=null)[HttpGenerator@4b28fc0b{s=START}],recv=HttpReceiverOverHTTP@2719c8ed(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]]:runFillable:BLOCKING in QueuedThreadPool[WebSocket@2126723403]@2a7686a7{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@72ea6193{reserved=1/2,pending=0}] 20:13:01.790 [main] DEBUG org.eclipse.jetty.util.Pool -- Closing Pool@1c6804cd[inUse=0,size=0,max=64,closed=false] 20:13:01.790 [WebSocket@2126723403-63] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- Key interests updated 0 -> 1 on SocketChannelEndPoint@35621393[{l=/127.0.0.1:56910,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}]->[HttpConnectionOverHTTP@3ba5eb4f(l:/127.0.0.1:56910 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@7a98e174(exchange=null)[send=HttpSenderOverHTTP@5f438b3f(req=QUEUED,failure=null)[HttpGenerator@4b28fc0b{s=START}],recv=HttpReceiverOverHTTP@2719c8ed(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 20:13:01.790 [WebSocket@2126723403-63] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:13:01.790 [WebSocket@2126723403-63] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@91bc6d9 waiting with 1 keys 20:13:01.790 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING HttpDestination[Origin@98895eee[ws://localhost:14001,tag=null,protocol=Protocol@7f4624a[proto=[http/1.1],nego=false]]]@c1bd0be,state=STARTED,queue=0,pool=DuplexConnectionPool@476b0ae6[s=STARTED,c=0/0/64,a=0,i=0,q=0,p=Pool@1c6804cd[inUse=0,size=0,max=64,closed=true]],stale=false,idle=-1 20:13:01.790 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING DuplexConnectionPool@476b0ae6[s=STARTED,c=0/0/64,a=0,i=0,q=0,p=Pool@1c6804cd[inUse=0,size=0,max=64,closed=true]] 20:13:01.790 [main] DEBUG org.eclipse.jetty.util.Pool -- Closing Pool@1c6804cd[inUse=0,size=0,max=64,closed=true] 20:13:01.790 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED DuplexConnectionPool@476b0ae6[s=STOPPED,c=0/0/64,a=0,i=0,q=0,p=Pool@1c6804cd[inUse=0,size=0,max=64,closed=true]] 20:13:01.790 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED HttpDestination[Origin@98895eee[ws://localhost:14001,tag=null,protocol=Protocol@7f4624a[proto=[http/1.1],nego=false]]]@c1bd0be,state=STOPPED,queue=0,pool=DuplexConnectionPool@476b0ae6[s=STOPPED,c=0/0/64,a=0,i=0,q=0,p=Pool@1c6804cd[inUse=0,size=0,max=64,closed=true]],stale=false,idle=-1 20:13:01.790 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING HttpClientTransportOverHTTP@4351c8c3{STARTED} 20:13:01.790 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ClientConnector@246f8b8b{STARTED} 20:13:01.790 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ClientSelectorManager@a4ca3f6{STARTED} 20:13:01.790 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ManagedSelector@698122b2{STARTED} id=0 keys=1 selected=0 updates=0 20:13:01.790 [main] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.ManagedSelector$CloseConnections@17a87e37 on ManagedSelector@698122b2{STOPPING} id=0 keys=1 selected=0 updates=0 20:13:01.790 [main] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@698122b2{STOPPING} id=0 keys=1 selected=0 updates=1 20:13:01.790 [WebSocket@2126723403-63] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@91bc6d9 woken with none selected 20:13:01.790 [WebSocket@2126723403-63] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@91bc6d9 woken up from select, 0/0/1 selected 20:13:01.790 [WebSocket@2126723403-63] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@91bc6d9 processing 0 keys, 1 updates 20:13:01.790 [WebSocket@2126723403-63] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 20:13:01.790 [WebSocket@2126723403-63] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$CloseConnections@17a87e37 20:13:01.790 [WebSocket@2126723403-63] DEBUG org.eclipse.jetty.io.ManagedSelector -- Closing 1 connections on ManagedSelector@698122b2{STOPPING} id=0 keys=1 selected=0 updates=0 20:13:01.790 [WebSocket@2126723403-63] DEBUG org.eclipse.jetty.client.AbstractConnectionPool -- Removed (false) MultiEntry@549949be{CLOSED,usage=0,multiplex=0,pooled=HttpConnectionOverHTTP@3ba5eb4f::SocketChannelEndPoint@35621393[{l=/127.0.0.1:56910,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}]->[HttpConnectionOverHTTP@3ba5eb4f(l:/127.0.0.1:56910 <-> r:localhost/127.0.0.1:14001,closed=true)=>HttpChannelOverHTTP@7a98e174(exchange=null)[send=HttpSenderOverHTTP@5f438b3f(req=QUEUED,failure=null)[HttpGenerator@4b28fc0b{s=START}],recv=HttpReceiverOverHTTP@2719c8ed(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]]} Pool@1c6804cd[inUse=0,size=0,max=64,closed=true] 20:13:01.791 [WebSocket@2126723403-63] DEBUG org.eclipse.jetty.io.AbstractEndPoint -- shutdownOutput SocketChannelEndPoint@35621393[{l=/127.0.0.1:56910,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}]->[HttpConnectionOverHTTP@3ba5eb4f(l:/127.0.0.1:56910 <-> r:localhost/127.0.0.1:14001,closed=true)=>HttpChannelOverHTTP@7a98e174(exchange=null)[send=HttpSenderOverHTTP@5f438b3f(req=QUEUED,failure=null)[HttpGenerator@4b28fc0b{s=START}],recv=HttpReceiverOverHTTP@2719c8ed(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 20:13:01.791 [WebSocket@2126723403-63] DEBUG org.eclipse.jetty.client.http.HttpConnectionOverHTTP -- Shutdown HttpConnectionOverHTTP@3ba5eb4f::SocketChannelEndPoint@35621393[{l=/127.0.0.1:56910,r=localhost/127.0.0.1:14001,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}]->[HttpConnectionOverHTTP@3ba5eb4f(l:/127.0.0.1:56910 <-> r:localhost/127.0.0.1:14001,closed=true)=>HttpChannelOverHTTP@7a98e174(exchange=null)[send=HttpSenderOverHTTP@5f438b3f(req=QUEUED,failure=null)[HttpGenerator@4b28fc0b{s=START}],recv=HttpReceiverOverHTTP@2719c8ed(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 20:13:01.791 [WebSocket@2126723403-63] DEBUG org.eclipse.jetty.io.AbstractEndPoint -- close SocketChannelEndPoint@35621393[{l=/127.0.0.1:56910,r=localhost/127.0.0.1:14001,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}]->[HttpConnectionOverHTTP@3ba5eb4f(l:/127.0.0.1:56910 <-> r:localhost/127.0.0.1:14001,closed=true)=>HttpChannelOverHTTP@7a98e174(exchange=null)[send=HttpSenderOverHTTP@5f438b3f(req=QUEUED,failure=null)[HttpGenerator@4b28fc0b{s=START}],recv=HttpReceiverOverHTTP@2719c8ed(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 20:13:01.791 [qtp304157852-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@5d48c143 woken up from select, 1/1/1 selected 20:13:01.791 [WebSocket@2126723403-63] DEBUG org.eclipse.jetty.io.AbstractEndPoint -- close(null) SocketChannelEndPoint@35621393[{l=/127.0.0.1:56910,r=localhost/127.0.0.1:14001,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}]->[HttpConnectionOverHTTP@3ba5eb4f(l:/127.0.0.1:56910 <-> r:localhost/127.0.0.1:14001,closed=true)=>HttpChannelOverHTTP@7a98e174(exchange=null)[send=HttpSenderOverHTTP@5f438b3f(req=QUEUED,failure=null)[HttpGenerator@4b28fc0b{s=START}],recv=HttpReceiverOverHTTP@2719c8ed(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 20:13:01.791 [qtp304157852-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@5d48c143 processing 1 keys, 0 updates 20:13:01.791 [WebSocket@2126723403-63] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- doClose SocketChannelEndPoint@35621393[{l=/127.0.0.1:56910,r=localhost/127.0.0.1:14001,CLOSED,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}]->[HttpConnectionOverHTTP@3ba5eb4f(l:/127.0.0.1:56910 <-> r:localhost/127.0.0.1:14001,closed=true)=>HttpChannelOverHTTP@7a98e174(exchange=null)[send=HttpSenderOverHTTP@5f438b3f(req=QUEUED,failure=null)[HttpGenerator@4b28fc0b{s=START}],recv=HttpReceiverOverHTTP@2719c8ed(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 20:13:01.791 [qtp304157852-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- selected 1 channel=java.nio.channels.SocketChannel[connected local=/127.0.0.1:14001 remote=/127.0.0.1:56910], selector=sun.nio.ch.EPollSelectorImpl@5d48c143, interestOps=1, readyOps=1 SocketChannelEndPoint@168b05b3[{l=/127.0.0.1:14001,r=/127.0.0.1:56910,OPEN,fill=FI,flush=-,to=4/60000}{io=1/1,kio=1,kro=1}]->[HttpConnection@5971f329[p=HttpParser{s=START,0 of -1},g=HttpGenerator@68e22ca1{s=START}]=>HttpChannelOverHttp@184cf912{s=HttpChannelState@1c736ec3{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}] 20:13:01.791 [WebSocket@2126723403-63] DEBUG org.eclipse.jetty.io.FillInterest -- onClose FillInterest@1ab71e3b{ReadCallback@596e7421{HttpConnectionOverHTTP@3ba5eb4f::SocketChannelEndPoint@35621393[{l=null,r=null,CLOSED,fill=FI,flush=-,to=1/30000}{io=1/1,kio=-1,kro=-1}]->[HttpConnectionOverHTTP@3ba5eb4f(l:null <-> r:null,closed=true)=>HttpChannelOverHTTP@7a98e174(exchange=null)[send=HttpSenderOverHTTP@5f438b3f(req=QUEUED,failure=null)[HttpGenerator@4b28fc0b{s=START}],recv=HttpReceiverOverHTTP@2719c8ed(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]]}} 20:13:01.791 [qtp304157852-44] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- onSelected 1->0 r=true w=false for SocketChannelEndPoint@168b05b3[{l=/127.0.0.1:14001,r=/127.0.0.1:56910,OPEN,fill=FI,flush=-,to=4/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@5971f329[p=HttpParser{s=START,0 of -1},g=HttpGenerator@68e22ca1{s=START}]=>HttpChannelOverHttp@184cf912{s=HttpChannelState@1c736ec3{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}] 20:13:01.791 [qtp304157852-44] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- task SocketChannelEndPoint@168b05b3[{l=/127.0.0.1:14001,r=/127.0.0.1:56910,OPEN,fill=FI,flush=-,to=4/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@5971f329[p=HttpParser{s=START,0 of -1},g=HttpGenerator@68e22ca1{s=START}]=>HttpChannelOverHttp@184cf912{s=HttpChannelState@1c736ec3{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 20:13:01.791 [qtp304157852-44] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@4d385e23{reserved=2/2,pending=0} tryExecute org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy$$Lambda$380/0x00007fa8e4312d78@71d9be42 20:13:01.791 [qtp304157852-42] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@6addf1de{RESERVED,thread=Thread[qtp304157852-42,5,Configuration Admin Service]} task=org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy$$Lambda$380/0x00007fa8e4312d78@71d9be42 ReservedThreadExecutor@4d385e23{reserved=1/2,pending=0} 20:13:01.791 [WebSocket@2126723403-63] DEBUG org.eclipse.jetty.io.AbstractConnection -- HttpConnectionOverHTTP@3ba5eb4f::SocketChannelEndPoint@35621393[{l=null,r=null,CLOSED,fill=-,flush=-,to=1/30000}{io=1/1,kio=-1,kro=-1}]->[HttpConnectionOverHTTP@3ba5eb4f(l:null <-> r:null,closed=true)=>HttpChannelOverHTTP@7a98e174(exchange=null)[send=HttpSenderOverHTTP@5f438b3f(req=QUEUED,failure=null)[HttpGenerator@4b28fc0b{s=START}],recv=HttpReceiverOverHTTP@2719c8ed(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] onFillInterestedFailed {} java.nio.channels.ClosedChannelException: null at org.eclipse.jetty.io.FillInterest.onClose(FillInterest.java:147) at org.eclipse.jetty.io.AbstractEndPoint.onClose(AbstractEndPoint.java:354) at org.eclipse.jetty.io.SelectableChannelEndPoint.onClose(SelectableChannelEndPoint.java:165) at org.eclipse.jetty.io.AbstractEndPoint.onClose(AbstractEndPoint.java:344) at org.eclipse.jetty.io.AbstractEndPoint.doOnClose(AbstractEndPoint.java:263) at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:227) at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:210) at org.eclipse.jetty.client.http.HttpConnectionOverHTTP.close(HttpConnectionOverHTTP.java:242) at org.eclipse.jetty.client.http.HttpConnectionOverHTTP.close(HttpConnectionOverHTTP.java:229) at org.eclipse.jetty.util.IO.close(IO.java:407) at org.eclipse.jetty.io.ManagedSelector$CloseConnections.update(ManagedSelector.java:1014) at org.eclipse.jetty.io.ManagedSelector$SelectorProducer.processUpdates(ManagedSelector.java:566) at org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:537) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.produceTask(AdaptiveExecutionStrategy.java:450) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce(AdaptiveExecutionStrategy.java:243) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.produce(AdaptiveExecutionStrategy.java:194) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:934) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1078) at java.base/java.lang.Thread.run(Thread.java:840) 20:13:01.791 [WebSocket@2126723403-63] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup ManagedSelector@698122b2{STOPPING} id=0 keys=1 selected=0 updates=0 20:13:01.791 [WebSocket@2126723403-63] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@697d16db startThread=0 20:13:01.791 [qtp304157852-42] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- AdaptiveExecutionStrategy@313e7a31/SelectorProducer@1efd6dc5/IDLE/p=true/QueuedThreadPool[qtp304157852]@1221149c{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=1/2,pending=0}][pc=0,pic=0,pec=1,epc=2]@2024-02-12T20:13:01.791837345Z tryProduce true 20:13:01.791 [WebSocket@2126723403-68] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@697d16db in QueuedThreadPool[WebSocket@2126723403]@2a7686a7{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@72ea6193{reserved=1/2,pending=0}] 20:13:01.791 [qtp304157852-44] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- ss=EXECUTE_PRODUCE_CONSUME t=SocketChannelEndPoint@168b05b3[{l=/127.0.0.1:14001,r=/127.0.0.1:56910,OPEN,fill=FI,flush=-,to=4/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@5971f329[p=HttpParser{s=START,0 of -1},g=HttpGenerator@68e22ca1{s=START}]=>HttpChannelOverHttp@184cf912{s=HttpChannelState@1c736ec3{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/BLOCKING AdaptiveExecutionStrategy@313e7a31/SelectorProducer@1efd6dc5/IDLE/p=true/QueuedThreadPool[qtp304157852]@1221149c{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=1/2,pending=0}][pc=0,pic=0,pec=1,epc=2]@2024-02-12T20:13:01.791967031Z 20:13:01.792 [qtp304157852-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 0 20:13:01.791 [WebSocket@2126723403-63] DEBUG org.eclipse.jetty.client.http.HttpConnectionOverHTTP -- Closed HttpConnectionOverHTTP@3ba5eb4f::SocketChannelEndPoint@35621393[{l=null,r=null,CLOSED,fill=-,flush=-,to=2/30000}{io=1/1,kio=-1,kro=-1}]->[HttpConnectionOverHTTP@3ba5eb4f(l:null <-> r:null,closed=true)=>HttpChannelOverHTTP@7a98e174(exchange=null)[send=HttpSenderOverHTTP@5f438b3f(req=QUEUED,failure=null)[HttpGenerator@4b28fc0b{s=START}],recv=HttpReceiverOverHTTP@2719c8ed(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 20:13:01.792 [qtp304157852-44] DEBUG org.eclipse.jetty.io.FillInterest -- fillable FillInterest@6fe05208{ReadCallback@395e0c66{HttpConnection@5971f329::SocketChannelEndPoint@168b05b3[{l=/127.0.0.1:14001,r=/127.0.0.1:56910,OPEN,fill=FI,flush=-,to=4/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@5971f329[p=HttpParser{s=START,0 of -1},g=HttpGenerator@68e22ca1{s=START}]=>HttpChannelOverHttp@184cf912{s=HttpChannelState@1c736ec3{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}]}} 20:13:01.792 [qtp304157852-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:13:01.792 [WebSocket@2126723403-63] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:13:01.792 [main] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.ManagedSelector$StopSelector@3eeb318f on ManagedSelector@698122b2{STOPPING} id=0 keys=1 selected=0 updates=0 20:13:01.792 [WebSocket@2126723403-63] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@91bc6d9 waiting with 1 keys 20:13:01.792 [WebSocket@2126723403-68] DEBUG org.eclipse.jetty.io.ManagedSelector -- Destroyed SocketChannelEndPoint@35621393[{l=null,r=null,CLOSED,fill=-,flush=-,to=2/30000}{io=1/1,kio=-1,kro=-1}]->[HttpConnectionOverHTTP@3ba5eb4f(l:null <-> r:null,closed=true)=>HttpChannelOverHTTP@7a98e174(exchange=null)[send=HttpSenderOverHTTP@5f438b3f(req=QUEUED,failure=null)[HttpGenerator@4b28fc0b{s=START}],recv=HttpReceiverOverHTTP@2719c8ed(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 20:13:01.792 [main] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@698122b2{STOPPING} id=0 keys=1 selected=0 updates=1 20:13:01.792 [qtp304157852-44] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@5971f329::SocketChannelEndPoint@168b05b3[{l=/127.0.0.1:14001,r=/127.0.0.1:56910,OPEN,fill=-,flush=-,to=4/60000}{io=0/0,kio=1,kro=1}]->[HttpConnection@5971f329[p=HttpParser{s=START,0 of -1},g=HttpGenerator@68e22ca1{s=START}]=>HttpChannelOverHttp@184cf912{s=HttpChannelState@1c736ec3{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 enter HttpChannelState@1c736ec3{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 20:13:01.792 [WebSocket@2126723403-63] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@91bc6d9 woken with none selected 20:13:01.792 [WebSocket@2126723403-63] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@91bc6d9 woken up from select, 0/0/0 selected 20:13:01.792 [WebSocket@2126723403-63] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@91bc6d9 processing 0 keys, 1 updates 20:13:01.792 [WebSocket@2126723403-63] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 20:13:01.792 [WebSocket@2126723403-63] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$StopSelector@3eeb318f 20:13:01.792 [qtp304157852-42] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- Key interests updated 1 -> 0 on SocketChannelEndPoint@168b05b3[{l=/127.0.0.1:14001,r=/127.0.0.1:56910,OPEN,fill=-,flush=-,to=4/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5971f329[p=HttpParser{s=START,0 of -1},g=HttpGenerator@68e22ca1{s=START}]=>HttpChannelOverHttp@184cf912{s=HttpChannelState@1c736ec3{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}] 20:13:01.792 [WebSocket@2126723403-63] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:13:01.792 [qtp304157852-44] DEBUG org.eclipse.jetty.io.AbstractEndPoint -- shutdownInput SocketChannelEndPoint@168b05b3[{l=/127.0.0.1:14001,r=/127.0.0.1:56910,OPEN,fill=-,flush=-,to=4/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5971f329[p=HttpParser{s=START,0 of -1},g=HttpGenerator@68e22ca1{s=START}]=>HttpChannelOverHttp@184cf912{s=HttpChannelState@1c736ec3{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}] 20:13:01.792 [qtp304157852-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@5d48c143 waiting with 1 keys 20:13:01.792 [WebSocket@2126723403-68] DEBUG org.eclipse.jetty.io.AbstractConnection -- onClose HttpConnectionOverHTTP@3ba5eb4f::SocketChannelEndPoint@35621393[{l=null,r=null,CLOSED,fill=-,flush=-,to=2/30000}{io=1/1,kio=-1,kro=-1}]->[HttpConnectionOverHTTP@3ba5eb4f(l:null <-> r:null,closed=true)=>HttpChannelOverHTTP@7a98e174(exchange=null)[send=HttpSenderOverHTTP@5f438b3f(req=QUEUED,failure=null)[HttpGenerator@4b28fc0b{s=START}],recv=HttpReceiverOverHTTP@2719c8ed(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 20:13:01.792 [qtp304157852-44] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- filled -1 DirectByteBuffer@656a3417[p=0,l=0,c=8192,r=0]={<<<>>>GET /ws/s...\x00\x00\x00\x00\x00\x00\x00} 20:13:01.792 [qtp304157852-44] DEBUG org.eclipse.jetty.http.HttpParser -- atEOF HttpParser{s=START,0 of -1} 20:13:01.792 [WebSocket@2126723403-63] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.io.ManagedSelector$$Lambda$397/0x00007ff2f418e1c8@4212a0c8 in QueuedThreadPool[WebSocket@2126723403]@2a7686a7{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@72ea6193{reserved=1/2,pending=0}] 20:13:01.792 [WebSocket@2126723403-68] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@697d16db in QueuedThreadPool[WebSocket@2126723403]@2a7686a7{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@72ea6193{reserved=1/2,pending=0}] 20:13:01.792 [qtp304157852-44] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@5971f329::SocketChannelEndPoint@168b05b3[{l=/127.0.0.1:14001,r=/127.0.0.1:56910,ISHUT,fill=-,flush=-,to=5/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5971f329[p=HttpParser{s=START,0 of -1},g=HttpGenerator@68e22ca1{s=START}]=>HttpChannelOverHttp@184cf912{s=HttpChannelState@1c736ec3{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 -1 RetainableByteBuffer@349e4f18{DirectByteBuffer@656a3417[p=0,l=0,c=8192,r=0]={<<<>>>GET /ws/s...\x00\x00\x00\x00\x00\x00\x00},r=1} 20:13:01.792 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING AdaptiveExecutionStrategy@7c541c15/SelectorProducer@3542162a/IDLE/p=false/QueuedThreadPool[WebSocket@2126723403]@2a7686a7{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@72ea6193{reserved=1/2,pending=0}][pc=0,pic=0,pec=1,epc=0]@2024-02-12T20:13:01.792519724Z 20:13:01.792 [qtp304157852-44] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@5971f329::SocketChannelEndPoint@168b05b3[{l=/127.0.0.1:14001,r=/127.0.0.1:56910,ISHUT,fill=-,flush=-,to=5/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5971f329[p=HttpParser{s=START,0 of -1},g=HttpGenerator@68e22ca1{s=START}]=>HttpChannelOverHttp@184cf912{s=HttpChannelState@1c736ec3{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@349e4f18{DirectByteBuffer@656a3417[p=0,l=0,c=8192,r=0]={<<<>>>GET /ws/s...\x00\x00\x00\x00\x00\x00\x00},r=1} 20:13:01.792 [qtp304157852-44] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=START DirectByteBuffer@656a3417[p=0,l=0,c=8192,r=0]={<<<>>>GET /ws/s...\x00\x00\x00\x00\x00\x00\x00} 20:13:01.792 [qtp304157852-44] DEBUG org.eclipse.jetty.http.HttpParser -- START --> CLOSED 20:13:01.792 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED AdaptiveExecutionStrategy@7c541c15/SelectorProducer@3542162a/IDLE/p=false/QueuedThreadPool[WebSocket@2126723403]@2a7686a7{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@72ea6193{reserved=1/2,pending=0}][pc=0,pic=0,pec=1,epc=0]@2024-02-12T20:13:01.792632072Z 20:13:01.792 [qtp304157852-44] DEBUG org.eclipse.jetty.io.AbstractEndPoint -- close SocketChannelEndPoint@168b05b3[{l=/127.0.0.1:14001,r=/127.0.0.1:56910,ISHUT,fill=-,flush=-,to=5/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5971f329[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@68e22ca1{s=START}]=>HttpChannelOverHttp@184cf912{s=HttpChannelState@1c736ec3{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}] 20:13:01.792 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ManagedSelector@698122b2{STOPPED} id=0 keys=-1 selected=-1 updates=0 20:13:01.792 [qtp304157852-44] DEBUG org.eclipse.jetty.io.AbstractEndPoint -- close(null) SocketChannelEndPoint@168b05b3[{l=/127.0.0.1:14001,r=/127.0.0.1:56910,ISHUT,fill=-,flush=-,to=5/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5971f329[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@68e22ca1{s=START}]=>HttpChannelOverHttp@184cf912{s=HttpChannelState@1c736ec3{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}] 20:13:01.792 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ClientSelectorManager@a4ca3f6{STOPPED} 20:13:01.792 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING Client@55342f40[provider=null,keyStore=null,trustStore=null] 20:13:01.792 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED Client@55342f40[provider=null,keyStore=null,trustStore=null] 20:13:01.792 [qtp304157852-44] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- doClose SocketChannelEndPoint@168b05b3[{l=/127.0.0.1:14001,r=/127.0.0.1:56910,CLOSED,fill=-,flush=-,to=5/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5971f329[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@68e22ca1{s=START}]=>HttpChannelOverHttp@184cf912{s=HttpChannelState@1c736ec3{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}] 20:13:01.792 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ScheduledExecutorScheduler@40f70521{STARTED} 20:13:01.792 [qtp304157852-44] DEBUG org.eclipse.jetty.io.FillInterest -- onClose FillInterest@6fe05208{null} 20:13:01.792 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ScheduledExecutorScheduler@40f70521{STOPPED} 20:13:01.792 [qtp304157852-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup ManagedSelector@62a71547{STARTED} id=0 keys=1 selected=0 updates=0 20:13:01.792 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING QueuedThreadPool[WebSocket@2126723403]@2a7686a7{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@72ea6193{reserved=1/2,pending=0}] 20:13:01.792 [qtp304157852-44] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@6485f8b8 startThread=0 20:13:01.792 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Stopping QueuedThreadPool[WebSocket@2126723403]@2a7686a7{STOPPING,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@72ea6193{reserved=1/2,pending=0}] 20:13:01.792 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ReservedThreadExecutor@72ea6193{reserved=1/2,pending=0} 20:13:01.792 [qtp304157852-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@5d48c143 woken with none selected 20:13:01.792 [qtp304157852-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@5d48c143 woken up from select, 0/0/0 selected 20:13:01.792 [qtp304157852-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@5d48c143 processing 0 keys, 0 updates 20:13:01.792 [qtp304157852-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 0 20:13:01.792 [qtp304157852-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:13:01.792 [WebSocket@2126723403-66] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@111b08ba{RESERVED,thread=Thread[WebSocket@2126723403-66,5,main]} task=STOP ReservedThreadExecutor@72ea6193{reserved=-1/2,pending=0} 20:13:01.792 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ReservedThreadExecutor@72ea6193{reserved=-1/2,pending=0} 20:13:01.792 [qtp304157852-43] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@6485f8b8 in QueuedThreadPool[qtp304157852]@1221149c{STARTED,8<=8<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=1/2,pending=0}] 20:13:01.792 [WebSocket@2126723403-66] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@111b08ba{RESERVED,thread=Thread[WebSocket@2126723403-66,5,main]} exited ReservedThreadExecutor@72ea6193{reserved=-1/2,pending=0} 20:13:01.792 [qtp304157852-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@5d48c143 waiting with 0 keys 20:13:01.793 [WebSocket@2126723403-66] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran ReservedThread@111b08ba{RESERVED,thread=null} in QueuedThreadPool[WebSocket@2126723403]@2a7686a7{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 20:13:01.793 [WebSocket@2126723403-69] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@2126723403]@2a7686a7{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 20:13:01.792 [qtp304157852-44] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@5971f329::SocketChannelEndPoint@168b05b3[{l=null,r=null,CLOSED,fill=-,flush=-,to=5/60000}{io=0/0,kio=-1,kro=-1}]->[HttpConnection@5971f329[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@68e22ca1{s=START}]=>HttpChannelOverHttp@184cf912{s=HttpChannelState@1c736ec3{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=CLOSED,0 of -1} 20:13:01.793 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Waiting for Thread[WebSocket@2126723403-68,5,main] for 2499 20:13:01.793 [WebSocket@2126723403-66] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@2126723403-66,5,main] exited for QueuedThreadPool[WebSocket@2126723403]@2a7686a7{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 20:13:01.793 [WebSocket@2126723403-69] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@2126723403]@2a7686a7{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 20:13:01.792 [qtp304157852-43] DEBUG org.eclipse.jetty.io.ManagedSelector -- Destroyed SocketChannelEndPoint@168b05b3[{l=null,r=null,CLOSED,fill=-,flush=-,to=5/60000}{io=0/0,kio=-1,kro=-1}]->[HttpConnection@5971f329[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@68e22ca1{s=START}]=>HttpChannelOverHttp@184cf912{s=HttpChannelState@1c736ec3{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}] 20:13:01.793 [WebSocket@2126723403-69] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@2126723403-69,5,main] exited for QueuedThreadPool[WebSocket@2126723403]@2a7686a7{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 20:13:01.793 [qtp304157852-44] DEBUG org.eclipse.jetty.server.HttpConnection -- releaseRequestBuffer HttpConnection@5971f329::SocketChannelEndPoint@168b05b3[{l=null,r=null,CLOSED,fill=-,flush=-,to=5/60000}{io=0/0,kio=-1,kro=-1}]->[HttpConnection@5971f329[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@68e22ca1{s=START}]=>HttpChannelOverHttp@184cf912{s=HttpChannelState@1c736ec3{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}] 20:13:01.793 [qtp304157852-43] DEBUG org.eclipse.jetty.io.AbstractConnection -- onClose HttpConnection@5971f329::SocketChannelEndPoint@168b05b3[{l=null,r=null,CLOSED,fill=-,flush=-,to=5/60000}{io=0/0,kio=-1,kro=-1}]->[HttpConnection@5971f329[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@68e22ca1{s=START}]=>HttpChannelOverHttp@184cf912{s=HttpChannelState@1c736ec3{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}] 20:13:01.793 [qtp304157852-44] DEBUG org.eclipse.jetty.io.AbstractEndPoint -- shutdownOutput SocketChannelEndPoint@168b05b3[{l=null,r=null,CLOSED,fill=-,flush=-,to=5/60000}{io=0/0,kio=-1,kro=-1}]->[HttpConnection@5971f329[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@68e22ca1{s=START}]=>HttpChannelOverHttp@184cf912{s=HttpChannelState@1c736ec3{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}] 20:13:01.793 [qtp304157852-43] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@6485f8b8 in QueuedThreadPool[qtp304157852]@1221149c{STARTED,8<=8<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=1/2,pending=0}] 20:13:01.793 [qtp304157852-44] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@5971f329::SocketChannelEndPoint@168b05b3[{l=null,r=null,CLOSED,fill=-,flush=-,to=6/60000}{io=0/0,kio=-1,kro=-1}]->[HttpConnection@5971f329[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@68e22ca1{s=START}]=>HttpChannelOverHttp@184cf912{s=HttpChannelState@1c736ec3{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@1c736ec3{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 20:13:01.793 [qtp304157852-44] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@76d3dfda{RUNNING,thread=Thread[qtp304157852-44,5,Configuration Admin Service]} was=RUNNING next=RESERVED size=0+2 capacity=2 20:13:01.793 [qtp304157852-44] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@76d3dfda{RESERVED,thread=Thread[qtp304157852-44,5,Configuration Admin Service]} waiting ReservedThreadExecutor@4d385e23{reserved=2/2,pending=0} 20:13:01.841 [WebSocket@2126723403-70] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@2126723403]@2a7686a7{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 20:13:01.841 [WebSocket@2126723403-65] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@2126723403]@2a7686a7{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 20:13:01.841 [WebSocket@2126723403-64] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@2126723403]@2a7686a7{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 20:13:01.841 [WebSocket@2126723403-67] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@2126723403]@2a7686a7{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 20:13:01.841 [WebSocket@2126723403-65] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@2126723403]@2a7686a7{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 20:13:01.841 [WebSocket@2126723403-70] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@2126723403]@2a7686a7{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 20:13:01.841 [WebSocket@2126723403-67] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@2126723403]@2a7686a7{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 20:13:01.841 [WebSocket@2126723403-64] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@2126723403]@2a7686a7{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 20:13:01.841 [WebSocket@2126723403-65] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@2126723403-65,5,main] exited for QueuedThreadPool[WebSocket@2126723403]@2a7686a7{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:01.841 [WebSocket@2126723403-70] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@2126723403-70,5,main] exited for QueuedThreadPool[WebSocket@2126723403]@2a7686a7{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 20:13:01.841 [WebSocket@2126723403-63] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@2126723403]@2a7686a7{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 20:13:01.841 [WebSocket@2126723403-68] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@2126723403]@2a7686a7{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:01.841 [WebSocket@2126723403-64] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@2126723403-64,5,main] exited for QueuedThreadPool[WebSocket@2126723403]@2a7686a7{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 20:13:01.841 [WebSocket@2126723403-67] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@2126723403-67,5,main] exited for QueuedThreadPool[WebSocket@2126723403]@2a7686a7{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 20:13:01.841 [WebSocket@2126723403-63] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@2126723403]@2a7686a7{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 20:13:01.841 [WebSocket@2126723403-68] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@2126723403]@2a7686a7{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 20:13:01.841 [WebSocket@2126723403-63] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@2126723403-63,5,main] exited for QueuedThreadPool[WebSocket@2126723403]@2a7686a7{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 20:13:01.841 [WebSocket@2126723403-68] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@2126723403-68,5,main] exited for QueuedThreadPool[WebSocket@2126723403]@2a7686a7{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 20:13:01.841 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Waiting for Thread[WebSocket@2126723403-65,5,] for 2451 20:13:01.842 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED QueuedThreadPool[WebSocket@2126723403]@2a7686a7{STOPPED,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 20:13:01.842 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ClientConnector@246f8b8b{STOPPED} 20:13:01.842 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED HttpClientTransportOverHTTP@4351c8c3{STOPPED} 20:13:01.842 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED HttpClient@3381b4fc{STOPPED} 20:13:01.842 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED WebSocketCoreClient@5c42d2b7{STOPPED} 20:13:01.842 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED WebSocketClient@b4424238[coreClient=WebSocketCoreClient@5c42d2b7{STOPPED},openSessions.size=0] 20:13:03.842 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING WebSocketClient@32569b5c[coreClient=WebSocketCoreClient@7096b474{STARTED},openSessions.size=0] 20:13:03.842 [main] INFO org.eclipse.jetty.websocket.client.WebSocketClient -- Shutdown WebSocketClient@32569b5c[coreClient=WebSocketCoreClient@7096b474{STARTED},openSessions.size=0] 20:13:03.842 [main] DEBUG org.eclipse.jetty.websocket.client.WebSocketClient -- graceful SessionTracker@3e14c16d{STARTED} 20:13:03.843 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING SessionTracker@3e14c16d{STARTED} 20:13:03.843 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED SessionTracker@3e14c16d{STOPPED} 20:13:03.843 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING WebSocketCoreClient@7096b474{STARTED} 20:13:03.843 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING WebSocketComponents@4795ded0{STARTED} 20:13:03.843 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING DeflaterPool@14d14731{STARTED,size=0,capacity=1024} 20:13:03.843 [main] DEBUG org.eclipse.jetty.util.Pool -- Closing Pool@f001896[inUse=0,size=0,max=1024,closed=false] 20:13:03.843 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED DeflaterPool@14d14731{STOPPED,size=-1,capacity=1024} 20:13:03.843 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING InflaterPool@53dacd14{STARTED,size=0,capacity=1024} 20:13:03.843 [main] DEBUG org.eclipse.jetty.util.Pool -- Closing Pool@62f68dff[inUse=0,size=0,max=1024,closed=false] 20:13:03.843 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED InflaterPool@53dacd14{STOPPED,size=-1,capacity=1024} 20:13:03.843 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED WebSocketComponents@4795ded0{STOPPED} 20:13:03.843 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING HttpClient@6475472c{STARTED} 20:13:03.843 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING HttpClientTransportOverHTTP@4b7e96a{STARTED} 20:13:03.843 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ClientConnector@42f33b5d{STARTED} 20:13:03.843 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ClientSelectorManager@793138bd{STARTED} 20:13:03.843 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ManagedSelector@18cebaa5{STARTED} id=0 keys=0 selected=0 updates=0 20:13:03.843 [main] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.ManagedSelector$CloseConnections@20a14b55 on ManagedSelector@18cebaa5{STOPPING} id=0 keys=0 selected=0 updates=0 20:13:03.843 [main] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@18cebaa5{STOPPING} id=0 keys=0 selected=0 updates=1 20:13:03.843 [WebSocket@1201004240-55] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@f5bba0 woken with none selected 20:13:03.843 [WebSocket@1201004240-55] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@f5bba0 woken up from select, 0/0/0 selected 20:13:03.843 [WebSocket@1201004240-55] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@f5bba0 processing 0 keys, 1 updates 20:13:03.843 [WebSocket@1201004240-55] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 20:13:03.843 [WebSocket@1201004240-55] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$CloseConnections@20a14b55 20:13:03.843 [WebSocket@1201004240-55] DEBUG org.eclipse.jetty.io.ManagedSelector -- Closing 0 connections on ManagedSelector@18cebaa5{STOPPING} id=0 keys=0 selected=0 updates=0 20:13:03.843 [WebSocket@1201004240-55] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:13:03.843 [WebSocket@1201004240-55] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@f5bba0 waiting with 0 keys 20:13:03.843 [main] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.ManagedSelector$StopSelector@39ad977d on ManagedSelector@18cebaa5{STOPPING} id=0 keys=0 selected=0 updates=0 20:13:03.843 [main] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@18cebaa5{STOPPING} id=0 keys=0 selected=0 updates=1 20:13:03.844 [WebSocket@1201004240-55] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@f5bba0 woken with none selected 20:13:03.844 [WebSocket@1201004240-55] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@f5bba0 woken up from select, 0/0/0 selected 20:13:03.844 [WebSocket@1201004240-55] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@f5bba0 processing 0 keys, 1 updates 20:13:03.844 [WebSocket@1201004240-55] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 20:13:03.844 [WebSocket@1201004240-55] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$StopSelector@39ad977d 20:13:03.844 [WebSocket@1201004240-55] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:13:03.844 [WebSocket@1201004240-55] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.io.ManagedSelector$$Lambda$397/0x00007ff2f418e1c8@463b4ac8 in QueuedThreadPool[WebSocket@1201004240]@5a85c92{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@1951b871{reserved=0/2,pending=0}] 20:13:03.844 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING AdaptiveExecutionStrategy@7c098bb3/SelectorProducer@31e4bb20/IDLE/p=false/QueuedThreadPool[WebSocket@1201004240]@5a85c92{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@1951b871{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:13:03.844220555Z 20:13:03.844 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED AdaptiveExecutionStrategy@7c098bb3/SelectorProducer@31e4bb20/IDLE/p=false/QueuedThreadPool[WebSocket@1201004240]@5a85c92{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@1951b871{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:13:03.844345423Z 20:13:03.844 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ManagedSelector@18cebaa5{STOPPED} id=0 keys=-1 selected=-1 updates=0 20:13:03.844 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ClientSelectorManager@793138bd{STOPPED} 20:13:03.844 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING Client@5d1659ea[provider=null,keyStore=null,trustStore=null] 20:13:03.844 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED Client@5d1659ea[provider=null,keyStore=null,trustStore=null] 20:13:03.844 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ScheduledExecutorScheduler@3d3ba765{STARTED} 20:13:03.844 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ScheduledExecutorScheduler@3d3ba765{STOPPED} 20:13:03.844 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING QueuedThreadPool[WebSocket@1201004240]@5a85c92{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@1951b871{reserved=0/2,pending=0}] 20:13:03.844 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Stopping QueuedThreadPool[WebSocket@1201004240]@5a85c92{STOPPING,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@1951b871{reserved=0/2,pending=0}] 20:13:03.844 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ReservedThreadExecutor@1951b871{reserved=0/2,pending=0} 20:13:03.844 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ReservedThreadExecutor@1951b871{reserved=-1/2,pending=0} 20:13:03.844 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Waiting for Thread[WebSocket@1201004240-62,5,main] for 2499 20:13:03.844 [WebSocket@1201004240-56] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@1201004240]@5a85c92{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:03.844 [WebSocket@1201004240-57] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@1201004240]@5a85c92{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:03.844 [WebSocket@1201004240-56] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@1201004240]@5a85c92{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:03.844 [WebSocket@1201004240-57] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@1201004240]@5a85c92{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:03.844 [WebSocket@1201004240-56] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@1201004240-56,5,main] exited for QueuedThreadPool[WebSocket@1201004240]@5a85c92{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:03.844 [WebSocket@1201004240-57] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@1201004240-57,5,main] exited for QueuedThreadPool[WebSocket@1201004240]@5a85c92{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:03.844 [WebSocket@1201004240-58] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@1201004240]@5a85c92{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:03.844 [WebSocket@1201004240-59] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@1201004240]@5a85c92{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:03.844 [WebSocket@1201004240-60] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@1201004240]@5a85c92{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:03.844 [WebSocket@1201004240-59] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@1201004240]@5a85c92{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:03.844 [WebSocket@1201004240-61] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@1201004240]@5a85c92{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:03.844 [WebSocket@1201004240-58] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@1201004240]@5a85c92{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:03.844 [WebSocket@1201004240-60] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@1201004240]@5a85c92{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:03.844 [WebSocket@1201004240-61] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@1201004240]@5a85c92{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:03.844 [WebSocket@1201004240-59] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@1201004240-59,5,main] exited for QueuedThreadPool[WebSocket@1201004240]@5a85c92{STOPPING,8<=0<=200,i=9,r=-1,q=0}[NO_TRY] 20:13:03.844 [WebSocket@1201004240-58] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@1201004240-58,5,main] exited for QueuedThreadPool[WebSocket@1201004240]@5a85c92{STOPPING,8<=0<=200,i=9,r=-1,q=0}[NO_TRY] 20:13:03.844 [WebSocket@1201004240-62] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@1201004240]@5a85c92{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:03.844 [WebSocket@1201004240-60] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@1201004240-60,5,main] exited for QueuedThreadPool[WebSocket@1201004240]@5a85c92{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:03.845 [WebSocket@1201004240-55] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@1201004240]@5a85c92{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:03.845 [WebSocket@1201004240-61] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@1201004240-61,5,main] exited for QueuedThreadPool[WebSocket@1201004240]@5a85c92{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:03.845 [WebSocket@1201004240-55] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@1201004240]@5a85c92{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:03.845 [WebSocket@1201004240-62] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@1201004240]@5a85c92{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:03.845 [WebSocket@1201004240-55] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@1201004240-55,5,main] exited for QueuedThreadPool[WebSocket@1201004240]@5a85c92{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:03.845 [WebSocket@1201004240-62] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@1201004240-62,5,main] exited for QueuedThreadPool[WebSocket@1201004240]@5a85c92{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:03.845 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Waiting for Thread[WebSocket@1201004240-55,5,] for 2499 20:13:03.845 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED QueuedThreadPool[WebSocket@1201004240]@5a85c92{STOPPED,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:03.845 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ClientConnector@42f33b5d{STOPPED} 20:13:03.845 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED HttpClientTransportOverHTTP@4b7e96a{STOPPED} 20:13:03.845 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED HttpClient@6475472c{STOPPED} 20:13:03.845 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED WebSocketCoreClient@7096b474{STOPPED} 20:13:03.845 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED WebSocketClient@32569b5c[coreClient=WebSocketCoreClient@7096b474{STOPPED},openSessions.size=0] 20:13:03.846 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- QueuedThreadPool[qtp332365138]@13cf7d52{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] added {org.eclipse.jetty.util.thread.ThreadPoolBudget@3a3e4aff,POJO} 20:13:03.846 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketComponents@5d2a4eed{STOPPED} added {InflaterPool@57459491{STOPPED,size=-1,capacity=1024},AUTO} 20:13:03.846 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketComponents@5d2a4eed{STOPPED} added {DeflaterPool@3f0846c6{STOPPED,size=-1,capacity=1024},AUTO} 20:13:03.846 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketComponents@5d2a4eed{STOPPED} added {MappedByteBufferPool@77a98a6a{maxQueueLength=-1, factor=4096},POJO} 20:13:03.846 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketComponents@5d2a4eed{STOPPED} added {org.eclipse.jetty.websocket.core.WebSocketExtensionRegistry@78fbff54,POJO} 20:13:03.846 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketComponents@5d2a4eed{STOPPED} added {org.eclipse.jetty.util.DecoratedObjectFactory[decorators=0],POJO} 20:13:03.846 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketComponents@5d2a4eed{STOPPED} added {QueuedThreadPool[WebSocket@1563053805]@13cf7d52{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY],AUTO} 20:13:03.846 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientConnector@3e10dc6{STOPPED} added {org.eclipse.jetty.io.ClientConnector$Configurator@7e22550a,POJO} 20:13:03.846 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpClientTransportOverHTTP@45e37a7e{STOPPED} added {ClientConnector@3e10dc6{STOPPED},AUTO} 20:13:03.846 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpClient@62452cc9{STOPPED} added {HttpClientTransportOverHTTP@45e37a7e{STOPPED},AUTO} 20:13:03.846 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpClient@62452cc9{STOPPED} added {org.eclipse.jetty.client.ProtocolHandlers@6941827a,POJO} 20:13:03.846 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpClient@62452cc9{STOPPED} added {org.eclipse.jetty.client.HttpClient$ContentDecoderFactorySet@5a7005d,POJO} 20:13:03.846 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientConnector@3e10dc6{STOPPED} added {QueuedThreadPool[WebSocket@1563053805]@13cf7d52{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY],AUTO} 20:13:03.846 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketCoreClient@5bc9ba1d{STOPPED} added {HttpClient@62452cc9{STOPPED},AUTO} 20:13:03.846 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketCoreClient@5bc9ba1d{STOPPED} added {WebSocketComponents@5d2a4eed{STOPPED},AUTO} 20:13:03.846 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketClient@7cc7a956[coreClient=WebSocketCoreClient@5bc9ba1d{STOPPED},openSessions.size=0] added {WebSocketCoreClient@5bc9ba1d{STOPPED},MANAGED} 20:13:03.846 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketClient@7cc7a956[coreClient=WebSocketCoreClient@5bc9ba1d{STOPPED},openSessions.size=0] added {SessionTracker@1021f6c9{STOPPED},AUTO} 20:13:03.847 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING WebSocketClient@7cc7a956[coreClient=WebSocketCoreClient@5bc9ba1d{STOPPED},openSessions.size=0] 20:13:03.847 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING WebSocketCoreClient@5bc9ba1d{STOPPED} 20:13:03.847 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING HttpClient@62452cc9{STOPPED} 20:13:03.847 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientConnector@3e10dc6{STOPPED} added {MappedByteBufferPool@7516e4e5{maxQueueLength=100, factor=2048},POJO} 20:13:03.847 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpClient@62452cc9{STARTING} added {org.eclipse.jetty.io.ArrayRetainableByteBufferPool@488eb7f2{min=0,max=65536,buckets=32,heap=0/268435456,direct=0/268435456},POJO} 20:13:03.847 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientConnector@3e10dc6{STOPPED} added {ScheduledExecutorScheduler@5e81e5ac{STOPPED},AUTO} 20:13:03.847 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpClient@62452cc9{STARTING} added {org.eclipse.jetty.util.SocketAddressResolver$Async@4189d70b,POJO} 20:13:03.847 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING HttpClientTransportOverHTTP@45e37a7e{STOPPED} 20:13:03.847 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ClientConnector@3e10dc6{STOPPED} 20:13:03.847 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientConnector@3e10dc6{STARTING} added {Client@3fa2213[provider=null,keyStore=null,trustStore=null],AUTO} 20:13:03.847 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientConnector@3e10dc6{STARTING} added {ClientSelectorManager@3e7634b9{STOPPED},AUTO} 20:13:03.847 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING QueuedThreadPool[WebSocket@1563053805]@13cf7d52{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] 20:13:03.847 [main] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@6f0b0a5e{reserved=0/2,pending=0} 20:13:03.847 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- QueuedThreadPool[WebSocket@1563053805]@13cf7d52{STARTING,8<=0<=200,i=0,r=-1,q=0}[ReservedThreadExecutor@6f0b0a5e{reserved=0/2,pending=0}] added {ReservedThreadExecutor@6f0b0a5e{reserved=0/2,pending=0},AUTO} 20:13:03.847 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ReservedThreadExecutor@6f0b0a5e{reserved=0/2,pending=0} 20:13:03.847 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @8409ms ReservedThreadExecutor@6f0b0a5e{reserved=0/2,pending=0} 20:13:03.847 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@1563053805-74,5,main] 20:13:03.847 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@1563053805-75,5,main] 20:13:03.847 [WebSocket@1563053805-74] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@1563053805]@13cf7d52{STARTING,8<=2<=200,i=2,r=-1,q=0}[ReservedThreadExecutor@6f0b0a5e{reserved=0/2,pending=0}] 20:13:03.847 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@1563053805-76,5,main] 20:13:03.847 [WebSocket@1563053805-75] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@1563053805]@13cf7d52{STARTING,8<=3<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@6f0b0a5e{reserved=0/2,pending=0}] 20:13:03.848 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@1563053805-77,5,main] 20:13:03.848 [WebSocket@1563053805-76] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@1563053805]@13cf7d52{STARTING,8<=4<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@6f0b0a5e{reserved=0/2,pending=0}] 20:13:03.848 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@1563053805-78,5,main] 20:13:03.848 [WebSocket@1563053805-77] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@1563053805]@13cf7d52{STARTING,8<=5<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@6f0b0a5e{reserved=0/2,pending=0}] 20:13:03.848 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@1563053805-79,5,main] 20:13:03.848 [WebSocket@1563053805-78] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@1563053805]@13cf7d52{STARTING,8<=6<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@6f0b0a5e{reserved=0/2,pending=0}] 20:13:03.848 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@1563053805-80,5,main] 20:13:03.848 [WebSocket@1563053805-79] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@1563053805]@13cf7d52{STARTING,8<=7<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@6f0b0a5e{reserved=0/2,pending=0}] 20:13:03.848 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@1563053805-81,5,main] 20:13:03.848 [WebSocket@1563053805-80] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@1563053805]@13cf7d52{STARTING,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@6f0b0a5e{reserved=0/2,pending=0}] 20:13:03.848 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @8410ms QueuedThreadPool[WebSocket@1563053805]@13cf7d52{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@6f0b0a5e{reserved=0/2,pending=0}] 20:13:03.848 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ScheduledExecutorScheduler@5e81e5ac{STOPPED} 20:13:03.848 [WebSocket@1563053805-81] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@1563053805]@13cf7d52{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@6f0b0a5e{reserved=0/2,pending=0}] 20:13:03.848 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @8410ms ScheduledExecutorScheduler@5e81e5ac{STARTED} 20:13:03.848 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING Client@3fa2213[provider=null,keyStore=null,trustStore=null] 20:13:03.849 [main] DEBUG org.eclipse.jetty.util.ssl.SslContextFactory -- Selected Protocols [TLSv1.3, TLSv1.2] of [TLSv1.3, TLSv1.2, TLSv1.1, TLSv1, SSLv3, SSLv2Hello] 20:13:03.849 [main] DEBUG org.eclipse.jetty.util.ssl.SslContextFactory -- Selected Ciphers [TLS_AES_256_GCM_SHA384, TLS_AES_128_GCM_SHA256, TLS_CHACHA20_POLY1305_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256, TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_RSA_WITH_CHACHA20_POLY1305_SHA256, TLS_DHE_DSS_WITH_AES_256_GCM_SHA384, TLS_DHE_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_DSS_WITH_AES_128_GCM_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_RSA_WITH_AES_256_CBC_SHA256, TLS_DHE_DSS_WITH_AES_256_CBC_SHA256, TLS_DHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_DSS_WITH_AES_128_CBC_SHA256, TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256, TLS_EMPTY_RENEGOTIATION_INFO_SCSV] of [TLS_AES_256_GCM_SHA384, TLS_AES_128_GCM_SHA256, TLS_CHACHA20_POLY1305_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256, TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_RSA_WITH_CHACHA20_POLY1305_SHA256, TLS_DHE_DSS_WITH_AES_256_GCM_SHA384, TLS_DHE_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_DSS_WITH_AES_128_GCM_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_RSA_WITH_AES_256_CBC_SHA256, TLS_DHE_DSS_WITH_AES_256_CBC_SHA256, TLS_DHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_DSS_WITH_AES_128_CBC_SHA256, TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_RSA_WITH_AES_256_CBC_SHA, TLS_DHE_DSS_WITH_AES_256_CBC_SHA, TLS_DHE_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_DSS_WITH_AES_128_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA, TLS_RSA_WITH_AES_256_GCM_SHA384, TLS_RSA_WITH_AES_128_GCM_SHA256, TLS_RSA_WITH_AES_256_CBC_SHA256, TLS_RSA_WITH_AES_128_CBC_SHA256, TLS_RSA_WITH_AES_256_CBC_SHA, TLS_RSA_WITH_AES_128_CBC_SHA, TLS_EMPTY_RENEGOTIATION_INFO_SCSV] 20:13:03.849 [main] DEBUG org.eclipse.jetty.util.ssl.SslContextFactory -- Customize SSLEngine[hostname=null, port=-1, Session(1707768783849|SSL_NULL_WITH_NULL_NULL)] 20:13:03.850 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @8412ms Client@3fa2213[provider=null,keyStore=null,trustStore=null] 20:13:03.850 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ClientSelectorManager@3e7634b9{STOPPED} 20:13:03.850 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- AdaptiveExecutionStrategy@686449f9/SelectorProducer@665df3c6/IDLE/p=false/QueuedThreadPool[WebSocket@1563053805]@13cf7d52{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@6f0b0a5e{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:13:03.850491627Z added {SelectorProducer@665df3c6,POJO} 20:13:03.850 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- AdaptiveExecutionStrategy@686449f9/SelectorProducer@665df3c6/IDLE/p=false/QueuedThreadPool[WebSocket@1563053805]@13cf7d52{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@6f0b0a5e{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:13:03.850570037Z added {QueuedThreadPool[WebSocket@1563053805]@13cf7d52{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@6f0b0a5e{reserved=0/2,pending=0}],UNMANAGED} 20:13:03.850 [main] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- AdaptiveExecutionStrategy@686449f9/SelectorProducer@665df3c6/IDLE/p=false/QueuedThreadPool[WebSocket@1563053805]@13cf7d52{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@6f0b0a5e{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:13:03.850641002Z created 20:13:03.850 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ManagedSelector@68b6f0d6{STOPPED} id=0 keys=-1 selected=-1 updates=0 added {AdaptiveExecutionStrategy@686449f9/SelectorProducer@665df3c6/IDLE/p=false/QueuedThreadPool[WebSocket@1563053805]@13cf7d52{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@6f0b0a5e{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:13:03.850720867Z,MANAGED} 20:13:03.850 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientSelectorManager@3e7634b9{STARTING} added {ManagedSelector@68b6f0d6{STOPPED} id=0 keys=-1 selected=-1 updates=0,AUTO} 20:13:03.850 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ManagedSelector@68b6f0d6{STOPPED} id=0 keys=-1 selected=-1 updates=0 20:13:03.850 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING AdaptiveExecutionStrategy@686449f9/SelectorProducer@665df3c6/IDLE/p=false/QueuedThreadPool[WebSocket@1563053805]@13cf7d52{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@6f0b0a5e{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:13:03.850832103Z 20:13:03.850 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @8412ms AdaptiveExecutionStrategy@686449f9/SelectorProducer@665df3c6/IDLE/p=false/QueuedThreadPool[WebSocket@1563053805]@13cf7d52{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@6f0b0a5e{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:13:03.850902972Z 20:13:03.850 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue org.eclipse.jetty.io.ManagedSelector$$Lambda$397/0x00007ff2f418e1c8@4044fb95 startThread=0 20:13:03.851 [WebSocket@1563053805-74] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.io.ManagedSelector$$Lambda$397/0x00007ff2f418e1c8@4044fb95 in QueuedThreadPool[WebSocket@1563053805]@13cf7d52{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@6f0b0a5e{reserved=0/2,pending=0}] 20:13:03.851 [main] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.ManagedSelector$Start@aa549e5 on ManagedSelector@68b6f0d6{STARTING} id=0 keys=0 selected=0 updates=0 20:13:03.851 [WebSocket@1563053805-74] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- AdaptiveExecutionStrategy@686449f9/SelectorProducer@665df3c6/IDLE/p=false/QueuedThreadPool[WebSocket@1563053805]@13cf7d52{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@6f0b0a5e{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:13:03.851124274Z tryProduce false 20:13:03.851 [WebSocket@1563053805-74] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 20:13:03.851 [WebSocket@1563053805-74] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$Start@aa549e5 20:13:03.851 [WebSocket@1563053805-74] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:13:03.851 [WebSocket@1563053805-74] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@3bf6d600 waiting with 0 keys 20:13:03.851 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @8413ms ManagedSelector@68b6f0d6{STARTED} id=0 keys=0 selected=0 updates=0 20:13:03.851 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @8413ms ClientSelectorManager@3e7634b9{STARTED} 20:13:03.851 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @8413ms ClientConnector@3e10dc6{STARTED} 20:13:03.851 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @8413ms HttpClientTransportOverHTTP@45e37a7e{STARTED} 20:13:03.851 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @8413ms HttpClient@62452cc9{STARTED} 20:13:03.851 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING WebSocketComponents@5d2a4eed{STOPPED} 20:13:03.851 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING InflaterPool@57459491{STOPPED,size=-1,capacity=1024} 20:13:03.851 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- InflaterPool@57459491{STARTING,size=0,capacity=1024} added {Pool@36f48b4[inUse=0,size=0,max=1024,closed=false],POJO} 20:13:03.851 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @8413ms InflaterPool@57459491{STARTED,size=0,capacity=1024} 20:13:03.851 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING DeflaterPool@3f0846c6{STOPPED,size=-1,capacity=1024} 20:13:03.851 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- DeflaterPool@3f0846c6{STARTING,size=0,capacity=1024} added {Pool@5c00384f[inUse=0,size=0,max=1024,closed=false],POJO} 20:13:03.851 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @8413ms DeflaterPool@3f0846c6{STARTED,size=0,capacity=1024} 20:13:03.851 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @8413ms WebSocketComponents@5d2a4eed{STARTED} 20:13:03.851 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @8413ms WebSocketCoreClient@5bc9ba1d{STARTED} 20:13:03.851 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING SessionTracker@1021f6c9{STOPPED} 20:13:03.851 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @8413ms SessionTracker@1021f6c9{STARTED} 20:13:03.851 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @8413ms WebSocketClient@7cc7a956[coreClient=WebSocketCoreClient@5bc9ba1d{STARTED},openSessions.size=0] 20:13:03.852 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- QueuedThreadPool[qtp1260440107]@4b20ca2b{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] added {org.eclipse.jetty.util.thread.ThreadPoolBudget@1cbf6e72,POJO} 20:13:03.852 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketComponents@6aecbb8d{STOPPED} added {InflaterPool@1af146{STOPPED,size=-1,capacity=1024},AUTO} 20:13:03.852 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketComponents@6aecbb8d{STOPPED} added {DeflaterPool@4da602fc{STOPPED,size=-1,capacity=1024},AUTO} 20:13:03.852 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketComponents@6aecbb8d{STOPPED} added {MappedByteBufferPool@2a8d39c4{maxQueueLength=-1, factor=4096},POJO} 20:13:03.852 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketComponents@6aecbb8d{STOPPED} added {org.eclipse.jetty.websocket.core.WebSocketExtensionRegistry@25b2cfcb,POJO} 20:13:03.852 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketComponents@6aecbb8d{STOPPED} added {org.eclipse.jetty.util.DecoratedObjectFactory[decorators=0],POJO} 20:13:03.852 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketComponents@6aecbb8d{STOPPED} added {QueuedThreadPool[WebSocket@1793899405]@4b20ca2b{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY],AUTO} 20:13:03.852 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientConnector@72758afa{STOPPED} added {org.eclipse.jetty.io.ClientConnector$Configurator@fb9c7aa,POJO} 20:13:03.852 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpClientTransportOverHTTP@4c398c80{STOPPED} added {ClientConnector@72758afa{STOPPED},AUTO} 20:13:03.852 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpClient@7fc6de5b{STOPPED} added {HttpClientTransportOverHTTP@4c398c80{STOPPED},AUTO} 20:13:03.852 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpClient@7fc6de5b{STOPPED} added {org.eclipse.jetty.client.ProtocolHandlers@21baa903,POJO} 20:13:03.852 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpClient@7fc6de5b{STOPPED} added {org.eclipse.jetty.client.HttpClient$ContentDecoderFactorySet@607fbe09,POJO} 20:13:03.852 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientConnector@72758afa{STOPPED} added {QueuedThreadPool[WebSocket@1793899405]@4b20ca2b{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY],AUTO} 20:13:03.852 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketCoreClient@60a2630a{STOPPED} added {HttpClient@7fc6de5b{STOPPED},AUTO} 20:13:03.852 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketCoreClient@60a2630a{STOPPED} added {WebSocketComponents@6aecbb8d{STOPPED},AUTO} 20:13:03.852 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketClient@bce6d047[coreClient=WebSocketCoreClient@60a2630a{STOPPED},openSessions.size=0] added {WebSocketCoreClient@60a2630a{STOPPED},MANAGED} 20:13:03.853 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketClient@bce6d047[coreClient=WebSocketCoreClient@60a2630a{STOPPED},openSessions.size=0] added {SessionTracker@29df4d43{STOPPED},AUTO} 20:13:03.853 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING WebSocketClient@bce6d047[coreClient=WebSocketCoreClient@60a2630a{STOPPED},openSessions.size=0] 20:13:03.853 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING WebSocketCoreClient@60a2630a{STOPPED} 20:13:03.853 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING HttpClient@7fc6de5b{STOPPED} 20:13:03.853 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientConnector@72758afa{STOPPED} added {MappedByteBufferPool@5dd91bca{maxQueueLength=100, factor=2048},POJO} 20:13:03.853 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpClient@7fc6de5b{STARTING} added {org.eclipse.jetty.io.ArrayRetainableByteBufferPool@40cb698e{min=0,max=65536,buckets=32,heap=0/268435456,direct=0/268435456},POJO} 20:13:03.853 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientConnector@72758afa{STOPPED} added {ScheduledExecutorScheduler@3382f8ae{STOPPED},AUTO} 20:13:03.853 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpClient@7fc6de5b{STARTING} added {org.eclipse.jetty.util.SocketAddressResolver$Async@60641ec8,POJO} 20:13:03.853 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING HttpClientTransportOverHTTP@4c398c80{STOPPED} 20:13:03.853 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ClientConnector@72758afa{STOPPED} 20:13:03.853 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientConnector@72758afa{STARTING} added {Client@75f65e45[provider=null,keyStore=null,trustStore=null],AUTO} 20:13:03.853 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientConnector@72758afa{STARTING} added {ClientSelectorManager@6eeade6c{STOPPED},AUTO} 20:13:03.853 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING QueuedThreadPool[WebSocket@1793899405]@4b20ca2b{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] 20:13:03.853 [main] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@4a891c97{reserved=0/2,pending=0} 20:13:03.853 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- QueuedThreadPool[WebSocket@1793899405]@4b20ca2b{STARTING,8<=0<=200,i=0,r=-1,q=0}[ReservedThreadExecutor@4a891c97{reserved=0/2,pending=0}] added {ReservedThreadExecutor@4a891c97{reserved=0/2,pending=0},AUTO} 20:13:03.853 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ReservedThreadExecutor@4a891c97{reserved=0/2,pending=0} 20:13:03.853 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @8415ms ReservedThreadExecutor@4a891c97{reserved=0/2,pending=0} 20:13:03.853 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@1793899405-82,5,main] 20:13:03.853 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@1793899405-83,5,main] 20:13:03.853 [WebSocket@1793899405-82] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@1793899405]@4b20ca2b{STARTING,8<=2<=200,i=2,r=-1,q=0}[ReservedThreadExecutor@4a891c97{reserved=0/2,pending=0}] 20:13:03.853 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@1793899405-84,5,main] 20:13:03.853 [WebSocket@1793899405-83] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@1793899405]@4b20ca2b{STARTING,8<=3<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@4a891c97{reserved=0/2,pending=0}] 20:13:03.853 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@1793899405-85,5,main] 20:13:03.853 [WebSocket@1793899405-84] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@1793899405]@4b20ca2b{STARTING,8<=4<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@4a891c97{reserved=0/2,pending=0}] 20:13:03.854 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@1793899405-86,5,main] 20:13:03.854 [WebSocket@1793899405-85] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@1793899405]@4b20ca2b{STARTING,8<=5<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@4a891c97{reserved=0/2,pending=0}] 20:13:03.854 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@1793899405-87,5,main] 20:13:03.854 [WebSocket@1793899405-86] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@1793899405]@4b20ca2b{STARTING,8<=6<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@4a891c97{reserved=0/2,pending=0}] 20:13:03.854 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@1793899405-88,5,main] 20:13:03.854 [WebSocket@1793899405-87] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@1793899405]@4b20ca2b{STARTING,8<=7<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@4a891c97{reserved=0/2,pending=0}] 20:13:03.854 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@1793899405-89,5,main] 20:13:03.854 [WebSocket@1793899405-88] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@1793899405]@4b20ca2b{STARTING,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@4a891c97{reserved=0/2,pending=0}] 20:13:03.854 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @8416ms QueuedThreadPool[WebSocket@1793899405]@4b20ca2b{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@4a891c97{reserved=0/2,pending=0}] 20:13:03.854 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ScheduledExecutorScheduler@3382f8ae{STOPPED} 20:13:03.854 [WebSocket@1793899405-89] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@1793899405]@4b20ca2b{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@4a891c97{reserved=0/2,pending=0}] 20:13:03.854 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @8416ms ScheduledExecutorScheduler@3382f8ae{STARTED} 20:13:03.854 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING Client@75f65e45[provider=null,keyStore=null,trustStore=null] 20:13:03.855 [main] DEBUG org.eclipse.jetty.util.ssl.SslContextFactory -- Selected Protocols [TLSv1.3, TLSv1.2] of [TLSv1.3, TLSv1.2, TLSv1.1, TLSv1, SSLv3, SSLv2Hello] 20:13:03.855 [main] DEBUG org.eclipse.jetty.util.ssl.SslContextFactory -- Selected Ciphers [TLS_AES_256_GCM_SHA384, TLS_AES_128_GCM_SHA256, TLS_CHACHA20_POLY1305_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256, TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_RSA_WITH_CHACHA20_POLY1305_SHA256, TLS_DHE_DSS_WITH_AES_256_GCM_SHA384, TLS_DHE_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_DSS_WITH_AES_128_GCM_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_RSA_WITH_AES_256_CBC_SHA256, TLS_DHE_DSS_WITH_AES_256_CBC_SHA256, TLS_DHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_DSS_WITH_AES_128_CBC_SHA256, TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256, TLS_EMPTY_RENEGOTIATION_INFO_SCSV] of [TLS_AES_256_GCM_SHA384, TLS_AES_128_GCM_SHA256, TLS_CHACHA20_POLY1305_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256, TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_RSA_WITH_CHACHA20_POLY1305_SHA256, TLS_DHE_DSS_WITH_AES_256_GCM_SHA384, TLS_DHE_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_DSS_WITH_AES_128_GCM_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_RSA_WITH_AES_256_CBC_SHA256, TLS_DHE_DSS_WITH_AES_256_CBC_SHA256, TLS_DHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_DSS_WITH_AES_128_CBC_SHA256, TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_RSA_WITH_AES_256_CBC_SHA, TLS_DHE_DSS_WITH_AES_256_CBC_SHA, TLS_DHE_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_DSS_WITH_AES_128_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA, TLS_RSA_WITH_AES_256_GCM_SHA384, TLS_RSA_WITH_AES_128_GCM_SHA256, TLS_RSA_WITH_AES_256_CBC_SHA256, TLS_RSA_WITH_AES_128_CBC_SHA256, TLS_RSA_WITH_AES_256_CBC_SHA, TLS_RSA_WITH_AES_128_CBC_SHA, TLS_EMPTY_RENEGOTIATION_INFO_SCSV] 20:13:03.855 [main] DEBUG org.eclipse.jetty.util.ssl.SslContextFactory -- Customize SSLEngine[hostname=null, port=-1, Session(1707768783855|SSL_NULL_WITH_NULL_NULL)] 20:13:03.856 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @8418ms Client@75f65e45[provider=null,keyStore=null,trustStore=null] 20:13:03.856 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ClientSelectorManager@6eeade6c{STOPPED} 20:13:03.856 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- AdaptiveExecutionStrategy@6cfcd46d/SelectorProducer@52045dbe/IDLE/p=false/QueuedThreadPool[WebSocket@1793899405]@4b20ca2b{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@4a891c97{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:13:03.85623272Z added {SelectorProducer@52045dbe,POJO} 20:13:03.856 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- AdaptiveExecutionStrategy@6cfcd46d/SelectorProducer@52045dbe/IDLE/p=false/QueuedThreadPool[WebSocket@1793899405]@4b20ca2b{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@4a891c97{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:13:03.856312554Z added {QueuedThreadPool[WebSocket@1793899405]@4b20ca2b{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@4a891c97{reserved=0/2,pending=0}],UNMANAGED} 20:13:03.856 [main] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- AdaptiveExecutionStrategy@6cfcd46d/SelectorProducer@52045dbe/IDLE/p=false/QueuedThreadPool[WebSocket@1793899405]@4b20ca2b{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@4a891c97{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:13:03.856392583Z created 20:13:03.856 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ManagedSelector@674658f7{STOPPED} id=0 keys=-1 selected=-1 updates=0 added {AdaptiveExecutionStrategy@6cfcd46d/SelectorProducer@52045dbe/IDLE/p=false/QueuedThreadPool[WebSocket@1793899405]@4b20ca2b{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@4a891c97{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:13:03.856460782Z,MANAGED} 20:13:03.856 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientSelectorManager@6eeade6c{STARTING} added {ManagedSelector@674658f7{STOPPED} id=0 keys=-1 selected=-1 updates=0,AUTO} 20:13:03.856 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ManagedSelector@674658f7{STOPPED} id=0 keys=-1 selected=-1 updates=0 20:13:03.856 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING AdaptiveExecutionStrategy@6cfcd46d/SelectorProducer@52045dbe/IDLE/p=false/QueuedThreadPool[WebSocket@1793899405]@4b20ca2b{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@4a891c97{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:13:03.856567325Z 20:13:03.856 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @8418ms AdaptiveExecutionStrategy@6cfcd46d/SelectorProducer@52045dbe/IDLE/p=false/QueuedThreadPool[WebSocket@1793899405]@4b20ca2b{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@4a891c97{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:13:03.856633013Z 20:13:03.856 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue org.eclipse.jetty.io.ManagedSelector$$Lambda$397/0x00007ff2f418e1c8@5c8eee0f startThread=0 20:13:03.856 [main] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.ManagedSelector$Start@565b064f on ManagedSelector@674658f7{STARTING} id=0 keys=0 selected=0 updates=0 20:13:03.856 [WebSocket@1793899405-82] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.io.ManagedSelector$$Lambda$397/0x00007ff2f418e1c8@5c8eee0f in QueuedThreadPool[WebSocket@1793899405]@4b20ca2b{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@4a891c97{reserved=0/2,pending=0}] 20:13:03.856 [WebSocket@1793899405-82] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- AdaptiveExecutionStrategy@6cfcd46d/SelectorProducer@52045dbe/IDLE/p=false/QueuedThreadPool[WebSocket@1793899405]@4b20ca2b{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@4a891c97{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:13:03.85683227Z tryProduce false 20:13:03.856 [WebSocket@1793899405-82] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 20:13:03.856 [WebSocket@1793899405-82] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$Start@565b064f 20:13:03.856 [WebSocket@1793899405-82] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:13:03.856 [WebSocket@1793899405-82] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@4f48cb98 waiting with 0 keys 20:13:03.856 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @8418ms ManagedSelector@674658f7{STARTED} id=0 keys=0 selected=0 updates=0 20:13:03.856 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @8418ms ClientSelectorManager@6eeade6c{STARTED} 20:13:03.857 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @8418ms ClientConnector@72758afa{STARTED} 20:13:03.857 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @8418ms HttpClientTransportOverHTTP@4c398c80{STARTED} 20:13:03.857 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @8419ms HttpClient@7fc6de5b{STARTED} 20:13:03.857 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING WebSocketComponents@6aecbb8d{STOPPED} 20:13:03.857 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING InflaterPool@1af146{STOPPED,size=-1,capacity=1024} 20:13:03.857 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- InflaterPool@1af146{STARTING,size=0,capacity=1024} added {Pool@26425897[inUse=0,size=0,max=1024,closed=false],POJO} 20:13:03.857 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @8419ms InflaterPool@1af146{STARTED,size=0,capacity=1024} 20:13:03.857 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING DeflaterPool@4da602fc{STOPPED,size=-1,capacity=1024} 20:13:03.857 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- DeflaterPool@4da602fc{STARTING,size=0,capacity=1024} added {Pool@73163d48[inUse=0,size=0,max=1024,closed=false],POJO} 20:13:03.857 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @8419ms DeflaterPool@4da602fc{STARTED,size=0,capacity=1024} 20:13:03.857 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @8419ms WebSocketComponents@6aecbb8d{STARTED} 20:13:03.857 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @8419ms WebSocketCoreClient@60a2630a{STARTED} 20:13:03.857 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING SessionTracker@29df4d43{STOPPED} 20:13:03.857 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @8419ms SessionTracker@29df4d43{STARTED} 20:13:03.857 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @8419ms WebSocketClient@bce6d047[coreClient=WebSocketCoreClient@60a2630a{STARTED},openSessions.size=0] 20:13:03.857 [main] DEBUG org.eclipse.jetty.websocket.core.client.WebSocketCoreClient -- connect to websocket ws://localhost:14001/ws/sensinact 20:13:03.857 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpClient@7fc6de5b{STARTED} added {HttpDestination[Origin@98895eee[ws://localhost:14001,tag=null,protocol=Protocol@7f4624a[proto=[http/1.1],nego=false]]]@58c34bb3,state=STOPPED,queue=0,pool=null,stale=false,idle=-1,MANAGED} 20:13:03.857 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING HttpDestination[Origin@98895eee[ws://localhost:14001,tag=null,protocol=Protocol@7f4624a[proto=[http/1.1],nego=false]]]@58c34bb3,state=STOPPED,queue=0,pool=null,stale=false,idle=-1 20:13:03.857 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- DuplexConnectionPool@56a4479a[s=STOPPED,c=0/0/64,a=0,i=0,q=0,p=Pool@62163b39[inUse=0,size=0,max=64,closed=false]] added {Pool@62163b39[inUse=0,size=0,max=64,closed=false],POJO} 20:13:03.858 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpDestination[Origin@98895eee[ws://localhost:14001,tag=null,protocol=Protocol@7f4624a[proto=[http/1.1],nego=false]]]@58c34bb3,state=STARTING,queue=0,pool=DuplexConnectionPool@56a4479a[s=STOPPED,c=0/0/64,a=0,i=0,q=0,p=Pool@62163b39[inUse=0,size=0,max=64,closed=false]],stale=false,idle=-1 added {DuplexConnectionPool@56a4479a[s=STOPPED,c=0/0/64,a=0,i=0,q=0,p=Pool@62163b39[inUse=0,size=0,max=64,closed=false]],MANAGED} 20:13:03.858 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING DuplexConnectionPool@56a4479a[s=STOPPED,c=0/0/64,a=0,i=0,q=0,p=Pool@62163b39[inUse=0,size=0,max=64,closed=false]] 20:13:03.858 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @8420ms DuplexConnectionPool@56a4479a[s=STARTED,c=0/0/64,a=0,i=0,q=0,p=Pool@62163b39[inUse=0,size=0,max=64,closed=false]] 20:13:03.858 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @8420ms HttpDestination[Origin@98895eee[ws://localhost:14001,tag=null,protocol=Protocol@7f4624a[proto=[http/1.1],nego=false]]]@58c34bb3,state=STARTED,queue=0,pool=DuplexConnectionPool@56a4479a[s=STARTED,c=0/0/64,a=0,i=0,q=0,p=Pool@62163b39[inUse=0,size=0,max=64,closed=false]],stale=false,idle=-1 20:13:03.858 [main] DEBUG org.eclipse.jetty.client.HttpClient -- Created HttpDestination[Origin@98895eee[ws://localhost:14001,tag=null,protocol=Protocol@7f4624a[proto=[http/1.1],nego=false]]]@58c34bb3,state=STARTED,queue=0,pool=DuplexConnectionPool@56a4479a[s=STARTED,c=0/0/64,a=0,i=0,q=0,p=Pool@62163b39[inUse=0,size=0,max=64,closed=false]],stale=false,idle=-1; existing: 'null' 20:13:03.858 [main] DEBUG org.eclipse.jetty.client.HttpClient -- Resolved HttpDestination[Origin@98895eee[ws://localhost:14001,tag=null,protocol=Protocol@7f4624a[proto=[http/1.1],nego=false]]]@58c34bb3,state=STARTED,queue=0,pool=DuplexConnectionPool@56a4479a[s=STARTED,c=0/0/64,a=0,i=0,q=0,p=Pool@62163b39[inUse=0,size=0,max=64,closed=false]],stale=false,idle=-1 for JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@20a8a64e 20:13:03.858 [main] DEBUG org.eclipse.jetty.client.HttpConversation -- Exchanges in conversation 1, override=null, listeners=[JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@20a8a64e] 20:13:03.858 [main] DEBUG org.eclipse.jetty.client.HttpDestination -- Queued JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@20a8a64e for HttpDestination[Origin@98895eee[ws://localhost:14001,tag=null,protocol=Protocol@7f4624a[proto=[http/1.1],nego=false]]]@58c34bb3,state=STARTED,queue=1,pool=DuplexConnectionPool@56a4479a[s=STARTED,c=0/0/64,a=0,i=0,q=1,p=Pool@62163b39[inUse=0,size=0,max=64,closed=false]],stale=false,idle=-1 20:13:03.858 [main] DEBUG org.eclipse.jetty.client.AbstractConnectionPool -- Acquiring create=true on DuplexConnectionPool@56a4479a[s=STARTED,c=0/0/64,a=0,i=0,q=1,p=Pool@62163b39[inUse=0,size=0,max=64,closed=false]] 20:13:03.858 [main] DEBUG org.eclipse.jetty.client.AbstractConnectionPool -- Try creating connection 0/64 with 0 pending 20:13:03.858 [main] DEBUG org.eclipse.jetty.client.AbstractConnectionPool -- Try creating(true) connection, pending/demand/supply: 0/2/0, result=true 20:13:03.858 [main] DEBUG org.eclipse.jetty.util.Pool -- Pool@62163b39[inUse=0,size=1,max=64,closed=false] returning new reserved entry MultiEntry@62f4ff3b{PENDING,usage=0,multiplex=0,pooled=null} 20:13:03.858 [main] DEBUG org.eclipse.jetty.client.AbstractConnectionPool -- Creating connection 0/64 at MultiEntry@62f4ff3b{PENDING,usage=0,multiplex=0,pooled=null} 20:13:03.858 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue org.eclipse.jetty.util.SocketAddressResolver$Async$$Lambda$416/0x00007ff2f4206898@1698fc68 startThread=0 20:13:03.858 [WebSocket@1793899405-83] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.SocketAddressResolver$Async$$Lambda$416/0x00007ff2f4206898@1698fc68 in QueuedThreadPool[WebSocket@1793899405]@4b20ca2b{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@4a891c97{reserved=0/2,pending=0}] 20:13:03.858 [WebSocket@1793899405-83] DEBUG org.eclipse.jetty.util.SocketAddressResolver -- Resolved localhost in 0 ms 20:13:03.858 [WebSocket@1793899405-83] DEBUG org.eclipse.jetty.io.ClientConnector -- Connecting non-blocking to localhost/127.0.0.1:14001 20:13:03.859 [WebSocket@1793899405-83] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false Connect@7d265577{java.nio.channels.SocketChannel[connection-pending remote=localhost/127.0.0.1:14001],{org.eclipse.jetty.client.connector.remoteSocketAddress=localhost/127.0.0.1:14001, org.eclipse.jetty.client.connector.clientConnectionFactory=HttpClientTransportOverHTTP@4c398c80{STARTED}, org.eclipse.jetty.client.destination=HttpDestination[Origin@98895eee[ws://localhost:14001,tag=null,protocol=Protocol@7f4624a[proto=[http/1.1],nego=false]]]@58c34bb3,state=STARTED,queue=1,pool=DuplexConnectionPool@56a4479a[s=STARTED,c=1/1/64,a=0,i=0,q=1,p=Pool@62163b39[inUse=0,size=1,max=64,closed=false]],stale=false,idle=-1, org.eclipse.jetty.client.connector=ClientConnector@72758afa{STARTED}, org.eclipse.jetty.client.connector.applicationProtocols=[http/1.1], org.eclipse.jetty.client=HttpClient@7fc6de5b{STARTED}, org.eclipse.jetty.client.connection.promise=org.eclipse.jetty.client.HttpClient$1$1@7919de0b, org.eclipse.jetty.client.connector.connectionPromise=org.eclipse.jetty.util.Promise$1@3c1b5f4c}} on ManagedSelector@674658f7{STARTED} id=0 keys=0 selected=0 updates=0 20:13:03.859 [WebSocket@1793899405-83] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@674658f7{STARTED} id=0 keys=0 selected=0 updates=1 20:13:03.859 [WebSocket@1793899405-82] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@4f48cb98 woken with none selected 20:13:03.859 [WebSocket@1793899405-83] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.SocketAddressResolver$Async$$Lambda$416/0x00007ff2f4206898@1698fc68 in QueuedThreadPool[WebSocket@1793899405]@4b20ca2b{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@4a891c97{reserved=0/2,pending=0}] 20:13:03.859 [WebSocket@1793899405-82] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@4f48cb98 woken up from select, 0/0/0 selected 20:13:03.859 [WebSocket@1793899405-82] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@4f48cb98 processing 0 keys, 1 updates 20:13:03.859 [WebSocket@1793899405-82] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 20:13:03.859 [qtp304157852-40-acceptor-0@2290de40-ServerConnector@66323f4c{HTTP/1.1, (http/1.1)}{0.0.0.0:14001}] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false Accept@4fde9653[java.nio.channels.SocketChannel[connected local=/127.0.0.1:14001 remote=/127.0.0.1:44810]] on ManagedSelector@62a71547{STARTED} id=0 keys=0 selected=0 updates=0 20:13:03.859 [qtp304157852-40-acceptor-0@2290de40-ServerConnector@66323f4c{HTTP/1.1, (http/1.1)}{0.0.0.0:14001}] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@62a71547{STARTED} id=0 keys=0 selected=0 updates=1 20:13:03.859 [WebSocket@1793899405-82] DEBUG org.eclipse.jetty.io.ManagedSelector -- update Connect@7d265577{java.nio.channels.SocketChannel[connection-pending remote=localhost/127.0.0.1:14001],{org.eclipse.jetty.client.connector.remoteSocketAddress=localhost/127.0.0.1:14001, org.eclipse.jetty.client.connector.clientConnectionFactory=HttpClientTransportOverHTTP@4c398c80{STARTED}, org.eclipse.jetty.client.destination=HttpDestination[Origin@98895eee[ws://localhost:14001,tag=null,protocol=Protocol@7f4624a[proto=[http/1.1],nego=false]]]@58c34bb3,state=STARTED,queue=1,pool=DuplexConnectionPool@56a4479a[s=STARTED,c=1/1/64,a=0,i=0,q=1,p=Pool@62163b39[inUse=0,size=1,max=64,closed=false]],stale=false,idle=-1, org.eclipse.jetty.client.connector=ClientConnector@72758afa{STARTED}, org.eclipse.jetty.client.connector.applicationProtocols=[http/1.1], org.eclipse.jetty.client=HttpClient@7fc6de5b{STARTED}, org.eclipse.jetty.client.connection.promise=org.eclipse.jetty.client.HttpClient$1$1@7919de0b, org.eclipse.jetty.client.connector.connectionPromise=org.eclipse.jetty.util.Promise$1@3c1b5f4c}} 20:13:03.859 [qtp304157852-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@5d48c143 woken with none selected 20:13:03.859 [WebSocket@1793899405-82] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:13:03.859 [WebSocket@1793899405-82] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@4f48cb98 waiting with 1 keys 20:13:03.859 [qtp304157852-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@5d48c143 woken up from select, 0/0/0 selected 20:13:03.859 [qtp304157852-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@5d48c143 processing 0 keys, 1 updates 20:13:03.859 [qtp304157852-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 20:13:03.859 [WebSocket@1793899405-82] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@4f48cb98 woken up from select, 1/1/1 selected 20:13:03.859 [WebSocket@1793899405-82] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@4f48cb98 processing 1 keys, 0 updates 20:13:03.859 [qtp304157852-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- update Accept@4fde9653[java.nio.channels.SocketChannel[connected local=/127.0.0.1:14001 remote=/127.0.0.1:44810]] 20:13:03.859 [qtp304157852-42] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue Accept@4fde9653[java.nio.channels.SocketChannel[connected local=/127.0.0.1:14001 remote=/127.0.0.1:44810]] startThread=0 20:13:03.859 [qtp304157852-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:13:03.859 [qtp304157852-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@5d48c143 waiting with 1 keys 20:13:03.859 [WebSocket@1793899405-82] DEBUG org.eclipse.jetty.io.ManagedSelector -- selected 8 channel=java.nio.channels.SocketChannel[connection-pending remote=localhost/127.0.0.1:14001], selector=sun.nio.ch.EPollSelectorImpl@4f48cb98, interestOps=8, readyOps=8 Connect@7d265577{java.nio.channels.SocketChannel[connection-pending remote=localhost/127.0.0.1:14001],{org.eclipse.jetty.client.connector.remoteSocketAddress=localhost/127.0.0.1:14001, org.eclipse.jetty.client.connector.clientConnectionFactory=HttpClientTransportOverHTTP@4c398c80{STARTED}, org.eclipse.jetty.client.destination=HttpDestination[Origin@98895eee[ws://localhost:14001,tag=null,protocol=Protocol@7f4624a[proto=[http/1.1],nego=false]]]@58c34bb3,state=STARTED,queue=1,pool=DuplexConnectionPool@56a4479a[s=STARTED,c=1/1/64,a=0,i=0,q=1,p=Pool@62163b39[inUse=0,size=1,max=64,closed=false]],stale=false,idle=-1, org.eclipse.jetty.client.connector=ClientConnector@72758afa{STARTED}, org.eclipse.jetty.client.connector.applicationProtocols=[http/1.1], org.eclipse.jetty.client=HttpClient@7fc6de5b{STARTED}, org.eclipse.jetty.client.connection.promise=org.eclipse.jetty.client.HttpClient$1$1@7919de0b, org.eclipse.jetty.client.connector.connectionPromise=org.eclipse.jetty.util.Promise$1@3c1b5f4c}} 20:13:03.859 [qtp304157852-45] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run Accept@4fde9653[java.nio.channels.SocketChannel[connected local=/127.0.0.1:14001 remote=/127.0.0.1:44810]] in QueuedThreadPool[qtp304157852]@1221149c{STARTED,8<=8<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=2/2,pending=0}] 20:13:03.859 [WebSocket@1793899405-82] DEBUG org.eclipse.jetty.io.ManagedSelector -- Connected true java.nio.channels.SocketChannel[connected local=/127.0.0.1:44810 remote=localhost/127.0.0.1:14001] 20:13:03.859 [qtp304157852-45] DEBUG org.eclipse.jetty.io.IdleTimeout -- Setting idle timeout 0 -> 60000 on SocketChannelEndPoint@68b69a6[{l=/127.0.0.1:14001,r=/127.0.0.1:44810,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}]->[] 20:13:03.859 [qtp304157852-45] DEBUG org.eclipse.jetty.io.IdleTimeout -- SocketChannelEndPoint@68b69a6[{l=/127.0.0.1:14001,r=/127.0.0.1:44810,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}]->[] idle timeout check, elapsed: 0 ms, remaining: 60000 ms 20:13:03.859 [WebSocket@1793899405-82] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue CreateEndPoint@45b0a0e8{Connect@7d265577{java.nio.channels.SocketChannel[connected local=/127.0.0.1:44810 remote=localhost/127.0.0.1:14001],{org.eclipse.jetty.client.connector.remoteSocketAddress=localhost/127.0.0.1:14001, org.eclipse.jetty.client.connector.clientConnectionFactory=HttpClientTransportOverHTTP@4c398c80{STARTED}, org.eclipse.jetty.client.destination=HttpDestination[Origin@98895eee[ws://localhost:14001,tag=null,protocol=Protocol@7f4624a[proto=[http/1.1],nego=false]]]@58c34bb3,state=STARTED,queue=1,pool=DuplexConnectionPool@56a4479a[s=STARTED,c=1/1/64,a=0,i=0,q=1,p=Pool@62163b39[inUse=0,size=1,max=64,closed=false]],stale=false,idle=-1, org.eclipse.jetty.client.connector=ClientConnector@72758afa{STARTED}, org.eclipse.jetty.client.connector.applicationProtocols=[http/1.1], org.eclipse.jetty.client=HttpClient@7fc6de5b{STARTED}, org.eclipse.jetty.client.connection.promise=org.eclipse.jetty.client.HttpClient$1$1@7919de0b, org.eclipse.jetty.client.connector.connectionPromise=org.eclipse.jetty.util.Promise$1@3c1b5f4c}}} startThread=0 20:13:03.859 [WebSocket@1793899405-82] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 0 20:13:03.859 [WebSocket@1793899405-82] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:13:03.859 [WebSocket@1793899405-84] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run CreateEndPoint@45b0a0e8{Connect@7d265577{java.nio.channels.SocketChannel[connected local=/127.0.0.1:44810 remote=localhost/127.0.0.1:14001],{org.eclipse.jetty.client.connector.remoteSocketAddress=localhost/127.0.0.1:14001, org.eclipse.jetty.client.connector.clientConnectionFactory=HttpClientTransportOverHTTP@4c398c80{STARTED}, org.eclipse.jetty.client.destination=HttpDestination[Origin@98895eee[ws://localhost:14001,tag=null,protocol=Protocol@7f4624a[proto=[http/1.1],nego=false]]]@58c34bb3,state=STARTED,queue=1,pool=DuplexConnectionPool@56a4479a[s=STARTED,c=1/1/64,a=0,i=0,q=1,p=Pool@62163b39[inUse=0,size=1,max=64,closed=false]],stale=false,idle=-1, org.eclipse.jetty.client.connector=ClientConnector@72758afa{STARTED}, org.eclipse.jetty.client.connector.applicationProtocols=[http/1.1], org.eclipse.jetty.client=HttpClient@7fc6de5b{STARTED}, org.eclipse.jetty.client.connection.promise=org.eclipse.jetty.client.HttpClient$1$1@7919de0b, org.eclipse.jetty.client.connector.connectionPromise=org.eclipse.jetty.util.Promise$1@3c1b5f4c}}} in QueuedThreadPool[WebSocket@1793899405]@4b20ca2b{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@4a891c97{reserved=0/2,pending=0}] 20:13:03.860 [WebSocket@1793899405-82] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@4f48cb98 waiting with 1 keys 20:13:03.859 [qtp304157852-45] DEBUG org.eclipse.jetty.server.HttpChannel -- new HttpChannelOverHttp@84c8707{s=HttpChannelState@c7302d6{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@68b69a6[{l=/127.0.0.1:14001,r=/127.0.0.1:44810,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}]->[],null,HttpChannelState@c7302d6{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 20:13:03.860 [WebSocket@1793899405-84] DEBUG org.eclipse.jetty.io.IdleTimeout -- Setting idle timeout 0 -> 30000 on SocketChannelEndPoint@549cd9e7[{l=/127.0.0.1:44810,r=localhost/127.0.0.1:14001,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=8}]->[] 20:13:03.860 [qtp304157852-45] DEBUG org.eclipse.jetty.server.HttpConnection -- New HTTP Connection HttpConnection@49718d3c::SocketChannelEndPoint@68b69a6[{l=/127.0.0.1:14001,r=/127.0.0.1:44810,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}]->[] 20:13:03.860 [WebSocket@1793899405-84] DEBUG org.eclipse.jetty.io.IdleTimeout -- SocketChannelEndPoint@549cd9e7[{l=/127.0.0.1:44810,r=localhost/127.0.0.1:14001,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=8}]->[] idle timeout check, elapsed: 0 ms, remaining: 30000 ms 20:13:03.860 [qtp304157852-45] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=true org.eclipse.jetty.io.ManagedSelector$$Lambda$496/0x00007fa8e43c2d48@146a1bed on ManagedSelector@62a71547{STARTED} id=0 keys=1 selected=0 updates=0 20:13:03.860 [qtp304157852-45] DEBUG org.eclipse.jetty.io.AbstractEndPoint -- onOpen SocketChannelEndPoint@68b69a6[{l=/127.0.0.1:14001,r=/127.0.0.1:44810,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}]->[HttpConnection@49718d3c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7872c2d8{s=START}]=>HttpChannelOverHttp@84c8707{s=HttpChannelState@c7302d6{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}] 20:13:03.860 [WebSocket@1793899405-84] DEBUG org.eclipse.jetty.client.http.HttpClientTransportOverHTTP -- Created HttpConnectionOverHTTP@5a5b3d04::SocketChannelEndPoint@549cd9e7[{l=/127.0.0.1:44810,r=localhost/127.0.0.1:14001,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=8}]->[] 20:13:03.860 [WebSocket@1793899405-84] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=true org.eclipse.jetty.io.ManagedSelector$$Lambda$439/0x00007ff2f421e438@5e64b297 on ManagedSelector@674658f7{STARTED} id=0 keys=1 selected=0 updates=0 20:13:03.860 [qtp304157852-45] DEBUG org.eclipse.jetty.io.AbstractConnection -- onOpen HttpConnection@49718d3c::SocketChannelEndPoint@68b69a6[{l=/127.0.0.1:14001,r=/127.0.0.1:44810,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}]->[HttpConnection@49718d3c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7872c2d8{s=START}]=>HttpChannelOverHttp@84c8707{s=HttpChannelState@c7302d6{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}] 20:13:03.860 [WebSocket@1793899405-84] DEBUG org.eclipse.jetty.io.AbstractEndPoint -- onOpen SocketChannelEndPoint@549cd9e7[{l=/127.0.0.1:44810,r=localhost/127.0.0.1:14001,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=8}]->[HttpConnectionOverHTTP@5a5b3d04(l:/127.0.0.1:44810 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@1b66373f(exchange=null)[send=HttpSenderOverHTTP@29078655(req=QUEUED,failure=null)[HttpGenerator@2a372d6c{s=START}],recv=HttpReceiverOverHTTP@51bcc2b7(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 20:13:03.860 [qtp304157852-45] DEBUG org.eclipse.jetty.io.AbstractConnection -- fillInterested HttpConnection@49718d3c::SocketChannelEndPoint@68b69a6[{l=/127.0.0.1:14001,r=/127.0.0.1:44810,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}]->[HttpConnection@49718d3c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7872c2d8{s=START}]=>HttpChannelOverHttp@84c8707{s=HttpChannelState@c7302d6{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}] 20:13:03.860 [WebSocket@1793899405-84] DEBUG org.eclipse.jetty.io.AbstractConnection -- onOpen HttpConnectionOverHTTP@5a5b3d04::SocketChannelEndPoint@549cd9e7[{l=/127.0.0.1:44810,r=localhost/127.0.0.1:14001,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=8}]->[HttpConnectionOverHTTP@5a5b3d04(l:/127.0.0.1:44810 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@1b66373f(exchange=null)[send=HttpSenderOverHTTP@29078655(req=QUEUED,failure=null)[HttpGenerator@2a372d6c{s=START}],recv=HttpReceiverOverHTTP@51bcc2b7(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 20:13:03.860 [WebSocket@1793899405-84] DEBUG org.eclipse.jetty.io.AbstractConnection -- fillInterested HttpConnectionOverHTTP@5a5b3d04::SocketChannelEndPoint@549cd9e7[{l=/127.0.0.1:44810,r=localhost/127.0.0.1:14001,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=8}]->[HttpConnectionOverHTTP@5a5b3d04(l:/127.0.0.1:44810 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@1b66373f(exchange=null)[send=HttpSenderOverHTTP@29078655(req=QUEUED,failure=null)[HttpGenerator@2a372d6c{s=START}],recv=HttpReceiverOverHTTP@51bcc2b7(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 20:13:03.860 [qtp304157852-45] DEBUG org.eclipse.jetty.io.FillInterest -- interested FillInterest@6c830ab2{ReadCallback@295e7273{HttpConnection@49718d3c::SocketChannelEndPoint@68b69a6[{l=/127.0.0.1:14001,r=/127.0.0.1:44810,OPEN,fill=FI,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}]->[HttpConnection@49718d3c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7872c2d8{s=START}]=>HttpChannelOverHttp@84c8707{s=HttpChannelState@c7302d6{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}]}} 20:13:03.860 [qtp304157852-45] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- changeInterests p=false 0->1 for SocketChannelEndPoint@68b69a6[{l=/127.0.0.1:14001,r=/127.0.0.1:44810,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=0}]->[HttpConnection@49718d3c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7872c2d8{s=START}]=>HttpChannelOverHttp@84c8707{s=HttpChannelState@c7302d6{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}] 20:13:03.860 [WebSocket@1793899405-84] DEBUG org.eclipse.jetty.io.FillInterest -- interested FillInterest@7b49c870{ReadCallback@6e69cc62{HttpConnectionOverHTTP@5a5b3d04::SocketChannelEndPoint@549cd9e7[{l=/127.0.0.1:44810,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=8}]->[HttpConnectionOverHTTP@5a5b3d04(l:/127.0.0.1:44810 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@1b66373f(exchange=null)[send=HttpSenderOverHTTP@29078655(req=QUEUED,failure=null)[HttpGenerator@2a372d6c{s=START}],recv=HttpReceiverOverHTTP@51bcc2b7(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]]}} 20:13:03.860 [qtp304157852-45] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$463/0x00007fa8e437ea68@6d2fa1c6 on ManagedSelector@62a71547{STARTED} id=0 keys=1 selected=0 updates=1 20:13:03.860 [qtp304157852-45] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@62a71547{STARTED} id=0 keys=1 selected=0 updates=2 20:13:03.860 [qtp304157852-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@5d48c143 woken with none selected 20:13:03.860 [WebSocket@1793899405-84] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- changeInterests p=false 0->1 for SocketChannelEndPoint@549cd9e7[{l=/127.0.0.1:44810,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=8}]->[HttpConnectionOverHTTP@5a5b3d04(l:/127.0.0.1:44810 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@1b66373f(exchange=null)[send=HttpSenderOverHTTP@29078655(req=QUEUED,failure=null)[HttpGenerator@2a372d6c{s=START}],recv=HttpReceiverOverHTTP@51bcc2b7(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 20:13:03.860 [qtp304157852-45] DEBUG org.eclipse.jetty.io.ManagedSelector -- Created SocketChannelEndPoint@68b69a6[{l=/127.0.0.1:14001,r=/127.0.0.1:44810,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=0}]->[HttpConnection@49718d3c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7872c2d8{s=START}]=>HttpChannelOverHttp@84c8707{s=HttpChannelState@c7302d6{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}] 20:13:03.860 [WebSocket@1793899405-84] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$431/0x00007ff2f4210ca8@7d26c08e on ManagedSelector@674658f7{STARTED} id=0 keys=1 selected=0 updates=1 20:13:03.860 [qtp304157852-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@5d48c143 woken up from select, 0/0/1 selected 20:13:03.860 [WebSocket@1793899405-84] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@674658f7{STARTED} id=0 keys=1 selected=0 updates=2 20:13:03.860 [qtp304157852-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@5d48c143 processing 0 keys, 2 updates 20:13:03.860 [qtp304157852-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 2 20:13:03.860 [qtp304157852-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$$Lambda$496/0x00007fa8e43c2d48@146a1bed 20:13:03.860 [WebSocket@1793899405-82] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@4f48cb98 woken with none selected 20:13:03.860 [WebSocket@1793899405-82] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@4f48cb98 woken up from select, 0/0/1 selected 20:13:03.860 [qtp304157852-45] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran Accept@4fde9653[java.nio.channels.SocketChannel[connected local=/127.0.0.1:14001 remote=/127.0.0.1:44810]] in QueuedThreadPool[qtp304157852]@1221149c{STARTED,8<=8<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=2/2,pending=0}] 20:13:03.860 [WebSocket@1793899405-82] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@4f48cb98 processing 0 keys, 2 updates 20:13:03.860 [qtp304157852-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$463/0x00007fa8e437ea68@6d2fa1c6 20:13:03.860 [WebSocket@1793899405-82] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 2 20:13:03.860 [WebSocket@1793899405-84] DEBUG org.eclipse.jetty.client.AbstractConnectionPool -- Connection creation succeeded MultiEntry@62f4ff3b{PENDING,usage=0,multiplex=0,pooled=null}: HttpConnectionOverHTTP@5a5b3d04::SocketChannelEndPoint@549cd9e7[{l=/127.0.0.1:44810,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=8}]->[HttpConnectionOverHTTP@5a5b3d04(l:/127.0.0.1:44810 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@1b66373f(exchange=null)[send=HttpSenderOverHTTP@29078655(req=QUEUED,failure=null)[HttpGenerator@2a372d6c{s=START}],recv=HttpReceiverOverHTTP@51bcc2b7(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 20:13:03.860 [WebSocket@1793899405-82] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$$Lambda$439/0x00007ff2f421e438@5e64b297 20:13:03.860 [WebSocket@1793899405-82] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$431/0x00007ff2f4210ca8@7d26c08e 20:13:03.860 [qtp304157852-42] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- Key interests updated 0 -> 1 on SocketChannelEndPoint@68b69a6[{l=/127.0.0.1:14001,r=/127.0.0.1:44810,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=0}]->[HttpConnection@49718d3c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7872c2d8{s=START}]=>HttpChannelOverHttp@84c8707{s=HttpChannelState@c7302d6{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}] 20:13:03.860 [qtp304157852-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:13:03.860 [qtp304157852-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@5d48c143 waiting with 1 keys 20:13:03.860 [WebSocket@1793899405-84] DEBUG org.eclipse.jetty.client.AbstractConnectionPool -- Acquiring create=false on DuplexConnectionPool@56a4479a[s=STARTED,c=0/1/64,a=0,i=1,q=1,p=Pool@62163b39[inUse=0,size=1,max=64,closed=false]] 20:13:03.860 [WebSocket@1793899405-82] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- Key interests updated 0 -> 1 on SocketChannelEndPoint@549cd9e7[{l=/127.0.0.1:44810,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=8}]->[HttpConnectionOverHTTP@5a5b3d04(l:/127.0.0.1:44810 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@1b66373f(exchange=null)[send=HttpSenderOverHTTP@29078655(req=QUEUED,failure=null)[HttpGenerator@2a372d6c{s=START}],recv=HttpReceiverOverHTTP@51bcc2b7(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 20:13:03.860 [WebSocket@1793899405-82] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:13:03.860 [WebSocket@1793899405-82] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@4f48cb98 waiting with 1 keys 20:13:03.860 [WebSocket@1793899405-84] DEBUG org.eclipse.jetty.client.AbstractConnectionPool -- Activated MultiEntry@62f4ff3b{ACTIVE,usage=1,multiplex=1,pooled=HttpConnectionOverHTTP@5a5b3d04::SocketChannelEndPoint@549cd9e7[{l=/127.0.0.1:44810,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=8}]->[HttpConnectionOverHTTP@5a5b3d04(l:/127.0.0.1:44810 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@1b66373f(exchange=null)[send=HttpSenderOverHTTP@29078655(req=QUEUED,failure=null)[HttpGenerator@2a372d6c{s=START}],recv=HttpReceiverOverHTTP@51bcc2b7(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]]} Pool@62163b39[inUse=1,size=1,max=64,closed=false] 20:13:03.861 [WebSocket@1793899405-84] DEBUG org.eclipse.jetty.client.HttpDestination -- Processing exchange HttpExchange@4ab80ce7{req=JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@20a8a64e[PENDING/null] res=HttpResponse[null 0 null]@7f075788[PENDING/null]} on HttpConnectionOverHTTP@5a5b3d04::SocketChannelEndPoint@549cd9e7[{l=/127.0.0.1:44810,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=8}]->[HttpConnectionOverHTTP@5a5b3d04(l:/127.0.0.1:44810 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@1b66373f(exchange=null)[send=HttpSenderOverHTTP@29078655(req=QUEUED,failure=null)[HttpGenerator@2a372d6c{s=START}],recv=HttpReceiverOverHTTP@51bcc2b7(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] of HttpDestination[Origin@98895eee[ws://localhost:14001,tag=null,protocol=Protocol@7f4624a[proto=[http/1.1],nego=false]]]@58c34bb3,state=STARTED,queue=0,pool=DuplexConnectionPool@56a4479a[s=STARTED,c=0/1/64,a=1,i=0,q=0,p=Pool@62163b39[inUse=1,size=1,max=64,closed=false]],stale=false,idle=-1 20:13:03.861 [WebSocket@1793899405-84] DEBUG org.eclipse.jetty.client.HttpConnection -- Normalizing true JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@20a8a64e 20:13:03.861 [WebSocket@1793899405-84] DEBUG org.eclipse.jetty.client.HttpChannel -- HttpExchange@4ab80ce7{req=JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@20a8a64e[PENDING/null] res=HttpResponse[null 0 null]@7f075788[PENDING/null]} associated true to HttpChannelOverHTTP@1b66373f(exchange=HttpExchange@4ab80ce7{req=JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@20a8a64e[PENDING/null] res=HttpResponse[null 0 null]@7f075788[PENDING/null]})[send=HttpSenderOverHTTP@29078655(req=QUEUED,failure=null)[HttpGenerator@2a372d6c{s=START}],recv=HttpReceiverOverHTTP@51bcc2b7(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 20:13:03.861 [WebSocket@1793899405-84] DEBUG org.eclipse.jetty.client.HttpSender -- Request begin JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@20a8a64e 20:13:03.861 [WebSocket@1793899405-84] DEBUG org.eclipse.jetty.client.util.AbstractRequestContent -- Content subscription for BytesRequestContent.SubscriptionImpl@5fad8ed6[demand=0,stalled=true,committed=false,emitInitial=true]: org.eclipse.jetty.client.HttpSender$ContentConsumer@1444071d 20:13:03.861 [WebSocket@1793899405-84] DEBUG org.eclipse.jetty.client.HttpSender -- Request headers JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@20a8a64e Accept-Encoding: gzip User-Agent: Jetty/11.0.13 Host: localhost:14001 Sec-WebSocket-Version: 13 Upgrade: websocket Connection: Upgrade Sec-WebSocket-Key: eiT4xbV/pVjcfNo42BAE7w== Pragma: no-cache Cache-Control: no-cache 20:13:03.861 [WebSocket@1793899405-84] DEBUG org.eclipse.jetty.client.util.AbstractRequestContent -- Content demand, producing true for BytesRequestContent.SubscriptionImpl@5fad8ed6[demand=1,stalled=false,committed=false,emitInitial=true] 20:13:03.861 [WebSocket@1793899405-84] DEBUG org.eclipse.jetty.client.util.AbstractRequestContent -- Notifying content last=true HeapByteBuffer@485b3521[p=0,l=0,c=0,r=0]={<<<>>>} for BytesRequestContent.SubscriptionImpl@5fad8ed6[demand=0,stalled=false,committed=true,emitInitial=true] 20:13:03.861 [WebSocket@1793899405-84] DEBUG org.eclipse.jetty.client.HttpSender -- Content HeapByteBuffer@485b3521[p=0,l=0,c=0,r=0]={<<<>>>} last=true for JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@20a8a64e 20:13:03.861 [WebSocket@1793899405-84] DEBUG org.eclipse.jetty.client.http.HttpSenderOverHTTP -- Sending headers with content HeapByteBuffer@485b3521[p=0,l=0,c=0,r=0]={<<<>>>} last=true for JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@20a8a64e 20:13:03.861 [WebSocket@1793899405-84] DEBUG org.eclipse.jetty.client.http.HttpSenderOverHTTP -- Generated headers (-1 bytes), chunk (-1 bytes), content (0 bytes) - NEED_HEADER/HttpGenerator@2a372d6c{s=START} for JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@20a8a64e 20:13:03.861 [WebSocket@1793899405-84] DEBUG org.eclipse.jetty.http.HttpGenerator -- generateHeaders GET{u=/ws/sensinact,HTTP/1.1,h=9,cl=0,p=null} last=true content=HeapByteBuffer@485b3521[p=0,l=0,c=0,r=0]={<<<>>>} 20:13:03.862 [WebSocket@1793899405-84] DEBUG org.eclipse.jetty.http.HttpGenerator -- Accept-Encoding: gzip User-Agent: Jetty/11.0.13 Host: localhost:14001 Sec-WebSocket-Version: 13 Upgrade: websocket Connection: Upgrade Sec-WebSocket-Key: eiT4xbV/pVjcfNo42BAE7w== Pragma: no-cache Cache-Control: no-cache 20:13:03.862 [WebSocket@1793899405-84] DEBUG org.eclipse.jetty.http.HttpGenerator -- NO_CONTENT 20:13:03.862 [WebSocket@1793899405-84] DEBUG org.eclipse.jetty.client.http.HttpSenderOverHTTP -- Generated headers (259 bytes), chunk (-1 bytes), content (0 bytes) - FLUSH/HttpGenerator@2a372d6c{s=COMPLETING} for JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@20a8a64e 20:13:03.862 [WebSocket@1793899405-84] DEBUG org.eclipse.jetty.io.WriteFlusher -- write: WriteFlusher@5b6f410b{IDLE}->null [DirectByteBuffer@1e91ee46[p=0,l=259,c=4096,r=259]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@485b3521[p=0,l=0,c=0,r=0]={<<<>>>},HeapByteBuffer@485b3521[p=0,l=0,c=0,r=0]={<<<>>>}] 20:13:03.862 [WebSocket@1793899405-84] DEBUG org.eclipse.jetty.io.WriteFlusher -- update WriteFlusher@5b6f410b{WRITING}->null:IDLE-->WRITING 20:13:03.862 [qtp304157852-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@5d48c143 woken up from select, 1/1/1 selected 20:13:03.862 [qtp304157852-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@5d48c143 processing 1 keys, 0 updates 20:13:03.862 [WebSocket@1793899405-84] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- flushed 259 SocketChannelEndPoint@549cd9e7[{l=/127.0.0.1:44810,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=W,to=1/30000}{io=1/1,kio=1,kro=8}]->[HttpConnectionOverHTTP@5a5b3d04(l:/127.0.0.1:44810 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@1b66373f(exchange=HttpExchange@4ab80ce7{req=JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@20a8a64e[PENDING/null] res=HttpResponse[null 0 null]@7f075788[PENDING/null]})[send=HttpSenderOverHTTP@29078655(req=HEADERS,failure=null)[HttpGenerator@2a372d6c{s=COMPLETING}],recv=HttpReceiverOverHTTP@51bcc2b7(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 20:13:03.862 [qtp304157852-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- selected 1 channel=java.nio.channels.SocketChannel[connected local=/127.0.0.1:14001 remote=/127.0.0.1:44810], selector=sun.nio.ch.EPollSelectorImpl@5d48c143, interestOps=1, readyOps=1 SocketChannelEndPoint@68b69a6[{l=/127.0.0.1:14001,r=/127.0.0.1:44810,OPEN,fill=FI,flush=-,to=2/60000}{io=1/1,kio=1,kro=1}]->[HttpConnection@49718d3c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7872c2d8{s=START}]=>HttpChannelOverHttp@84c8707{s=HttpChannelState@c7302d6{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}] 20:13:03.862 [WebSocket@1793899405-84] DEBUG org.eclipse.jetty.io.WriteFlusher -- Flushed=true written=259 remaining=0 WriteFlusher@5b6f410b{WRITING}->null 20:13:03.862 [WebSocket@1793899405-84] DEBUG org.eclipse.jetty.io.WriteFlusher -- update WriteFlusher@5b6f410b{IDLE}->null:WRITING-->IDLE 20:13:03.862 [qtp304157852-42] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- onSelected 1->0 r=true w=false for SocketChannelEndPoint@68b69a6[{l=/127.0.0.1:14001,r=/127.0.0.1:44810,OPEN,fill=FI,flush=-,to=2/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@49718d3c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7872c2d8{s=START}]=>HttpChannelOverHttp@84c8707{s=HttpChannelState@c7302d6{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}] 20:13:03.862 [qtp304157852-42] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- task SocketChannelEndPoint@68b69a6[{l=/127.0.0.1:14001,r=/127.0.0.1:44810,OPEN,fill=FI,flush=-,to=2/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@49718d3c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7872c2d8{s=START}]=>HttpChannelOverHttp@84c8707{s=HttpChannelState@c7302d6{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 20:13:03.862 [WebSocket@1793899405-84] DEBUG org.eclipse.jetty.client.http.HttpSenderOverHTTP -- Generated headers (-1 bytes), chunk (-1 bytes), content (-1 bytes) - DONE/HttpGenerator@2a372d6c{s=END} for JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@20a8a64e 20:13:03.862 [qtp304157852-42] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@4d385e23{reserved=2/2,pending=0} tryExecute org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy$$Lambda$380/0x00007fa8e4312d78@71d9be42 20:13:03.862 [WebSocket@1793899405-84] DEBUG org.eclipse.jetty.client.HttpSender -- Request committed JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@20a8a64e 20:13:03.862 [WebSocket@1793899405-84] DEBUG org.eclipse.jetty.client.HttpSender -- Request success JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@20a8a64e 20:13:03.862 [qtp304157852-44] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@76d3dfda{RESERVED,thread=Thread[qtp304157852-44,5,Configuration Admin Service]} task=org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy$$Lambda$380/0x00007fa8e4312d78@71d9be42 ReservedThreadExecutor@4d385e23{reserved=1/2,pending=0} 20:13:03.862 [WebSocket@1793899405-84] DEBUG org.eclipse.jetty.client.HttpExchange -- Terminated request for HttpExchange@4ab80ce7{req=JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@20a8a64e[TERMINATED/null] res=HttpResponse[null 0 null]@7f075788[PENDING/null]}, result: null 20:13:03.862 [WebSocket@1793899405-84] DEBUG org.eclipse.jetty.client.HttpSender -- Terminating request JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@20a8a64e 20:13:03.862 [WebSocket@1793899405-84] DEBUG org.eclipse.jetty.client.util.AbstractRequestContent -- No demand, processing stalled for BytesRequestContent.SubscriptionImpl@5fad8ed6[demand=0,stalled=true,committed=true,emitInitial=true] 20:13:03.862 [qtp304157852-42] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- ss=EXECUTE_PRODUCE_CONSUME t=SocketChannelEndPoint@68b69a6[{l=/127.0.0.1:14001,r=/127.0.0.1:44810,OPEN,fill=FI,flush=-,to=2/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@49718d3c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7872c2d8{s=START}]=>HttpChannelOverHttp@84c8707{s=HttpChannelState@c7302d6{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@313e7a31/SelectorProducer@1efd6dc5/IDLE/p=true/QueuedThreadPool[qtp304157852]@1221149c{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=1/2,pending=0}][pc=0,pic=0,pec=1,epc=3]@2024-02-12T20:13:03.862794546Z 20:13:03.862 [qtp304157852-42] DEBUG org.eclipse.jetty.io.FillInterest -- fillable FillInterest@6c830ab2{ReadCallback@295e7273{HttpConnection@49718d3c::SocketChannelEndPoint@68b69a6[{l=/127.0.0.1:14001,r=/127.0.0.1:44810,OPEN,fill=FI,flush=-,to=2/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@49718d3c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7872c2d8{s=START}]=>HttpChannelOverHttp@84c8707{s=HttpChannelState@c7302d6{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}]}} 20:13:03.862 [WebSocket@1793899405-84] DEBUG org.eclipse.jetty.io.ManagedSelector -- Created SocketChannelEndPoint@549cd9e7[{l=/127.0.0.1:44810,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=8}]->[HttpConnectionOverHTTP@5a5b3d04(l:/127.0.0.1:44810 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@1b66373f(exchange=HttpExchange@4ab80ce7{req=JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@20a8a64e[TERMINATED/null] res=HttpResponse[null 0 null]@7f075788[PENDING/null]})[send=HttpSenderOverHTTP@29078655(req=QUEUED,failure=null)[HttpGenerator@2a372d6c{s=START}],recv=HttpReceiverOverHTTP@51bcc2b7(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 20:13:03.862 [qtp304157852-44] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- AdaptiveExecutionStrategy@313e7a31/SelectorProducer@1efd6dc5/IDLE/p=true/QueuedThreadPool[qtp304157852]@1221149c{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=1/2,pending=0}][pc=0,pic=0,pec=1,epc=4]@2024-02-12T20:13:03.862892143Z tryProduce true 20:13:03.862 [qtp304157852-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 0 20:13:03.862 [qtp304157852-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:13:03.862 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@49718d3c::SocketChannelEndPoint@68b69a6[{l=/127.0.0.1:14001,r=/127.0.0.1:44810,OPEN,fill=-,flush=-,to=2/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@49718d3c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7872c2d8{s=START}]=>HttpChannelOverHttp@84c8707{s=HttpChannelState@c7302d6{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@c7302d6{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 20:13:03.862 [qtp304157852-44] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- Key interests updated 1 -> 0 on SocketChannelEndPoint@68b69a6[{l=/127.0.0.1:14001,r=/127.0.0.1:44810,OPEN,fill=-,flush=-,to=2/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@49718d3c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7872c2d8{s=START}]=>HttpChannelOverHttp@84c8707{s=HttpChannelState@c7302d6{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}] 20:13:03.863 [qtp304157852-42] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- filled 259 DirectByteBuffer@656a3417[p=0,l=259,c=8192,r=259]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 20:13:03.863 [qtp304157852-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@5d48c143 waiting with 1 keys 20:13:03.862 [WebSocket@1793899405-84] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran CreateEndPoint@45b0a0e8{Connect@7d265577{java.nio.channels.SocketChannel[connected local=/127.0.0.1:44810 remote=localhost/127.0.0.1:14001],{org.eclipse.jetty.client.connector.remoteSocketAddress=localhost/127.0.0.1:14001, org.eclipse.jetty.client.connector.clientConnectionFactory=HttpClientTransportOverHTTP@4c398c80{STARTED}, org.eclipse.jetty.client.destination=HttpDestination[Origin@98895eee[ws://localhost:14001,tag=null,protocol=Protocol@7f4624a[proto=[http/1.1],nego=false]]]@58c34bb3,state=STARTED,queue=0,pool=DuplexConnectionPool@56a4479a[s=STARTED,c=0/1/64,a=1,i=0,q=0,p=Pool@62163b39[inUse=1,size=1,max=64,closed=false]],stale=false,idle=-1, org.eclipse.jetty.client.connector=ClientConnector@72758afa{STARTED}, org.eclipse.jetty.client.connector.applicationProtocols=[http/1.1], org.eclipse.jetty.client=HttpClient@7fc6de5b{STARTED}, org.eclipse.jetty.client.connection.promise=org.eclipse.jetty.client.HttpClient$1$1@7919de0b, org.eclipse.jetty.client.connector.connectionPromise=org.eclipse.jetty.util.Promise$1@3c1b5f4c}}} in QueuedThreadPool[WebSocket@1793899405]@4b20ca2b{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@4a891c97{reserved=0/2,pending=0}] 20:13:03.863 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@49718d3c::SocketChannelEndPoint@68b69a6[{l=/127.0.0.1:14001,r=/127.0.0.1:44810,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@49718d3c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7872c2d8{s=START}]=>HttpChannelOverHttp@84c8707{s=HttpChannelState@c7302d6{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 259 RetainableByteBuffer@349e4f18{DirectByteBuffer@656a3417[p=0,l=259,c=8192,r=259]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},r=1} 20:13:03.863 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@49718d3c::SocketChannelEndPoint@68b69a6[{l=/127.0.0.1:14001,r=/127.0.0.1:44810,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@49718d3c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7872c2d8{s=START}]=>HttpChannelOverHttp@84c8707{s=HttpChannelState@c7302d6{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@349e4f18{DirectByteBuffer@656a3417[p=0,l=259,c=8192,r=259]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},r=1} 20:13:03.863 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=START DirectByteBuffer@656a3417[p=0,l=259,c=8192,r=259]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 20:13:03.863 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- START --> SPACE1 20:13:03.863 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- SPACE1 --> URI 20:13:03.863 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- URI --> SPACE2 20:13:03.863 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- SPACE2 --> REQUEST_VERSION 20:13:03.863 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- REQUEST_VERSION --> HEADER 20:13:03.863 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Accept-Encoding: gzip --> IN_VALUE 20:13:03.863 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Accept-Encoding: gzip --> FIELD 20:13:03.863 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:User-Agent --> VALUE 20:13:03.863 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:User-Agent --> IN_VALUE 20:13:03.863 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:User-Agent --> FIELD 20:13:03.863 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Host --> VALUE 20:13:03.863 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Host --> IN_VALUE 20:13:03.863 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Host --> FIELD 20:13:03.863 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Sec-WebSocket-Version --> VALUE 20:13:03.863 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Sec-WebSocket-Version --> IN_VALUE 20:13:03.863 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Sec-WebSocket-Version --> FIELD 20:13:03.863 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Upgrade --> VALUE 20:13:03.863 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Upgrade --> IN_VALUE 20:13:03.863 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Upgrade --> FIELD 20:13:03.863 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Connection: Upgrade --> IN_VALUE 20:13:03.863 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Connection: Upgrade --> FIELD 20:13:03.863 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Sec-WebSocket-Key --> VALUE 20:13:03.863 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Sec-WebSocket-Key --> IN_VALUE 20:13:03.863 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Sec-WebSocket-Key --> FIELD 20:13:03.863 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Pragma: no-cache --> IN_VALUE 20:13:03.863 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Pragma: no-cache --> FIELD 20:13:03.863 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Cache-Control: no-cache --> IN_VALUE 20:13:03.863 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Cache-Control: no-cache --> FIELD 20:13:03.863 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER --> CONTENT 20:13:03.863 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpInput -- reopen HttpInput@2139682036 cs=HttpChannelState@c7302d6{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@75ce997f eof=false 20:13:03.863 [qtp304157852-42] DEBUG org.eclipse.jetty.server.BlockingContentProducer -- reopening org.eclipse.jetty.server.BlockingContentProducer@75ce997f 20:13:03.863 [qtp304157852-42] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- reopening AsyncContentProducer@7ae4dfc5[r=null,t=null,i=null,error=false,c=HttpChannelOverHttp@84c8707{s=HttpChannelState@c7302d6{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}] 20:13:03.863 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpChannel -- REQUEST for /ws/sensinact on HttpChannelOverHttp@84c8707{s=HttpChannelState@c7302d6{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:14001/ws/sensinact,age=0} GET /ws/sensinact HTTP/1.1 Accept-Encoding: gzip User-Agent: Jetty/11.0.13 Host: localhost:14001 Sec-WebSocket-Version: 13 Upgrade: websocket Connection: Upgrade Sec-WebSocket-Key: eiT4xbV/pVjcfNo42BAE7w== Pragma: no-cache Cache-Control: no-cache 20:13:03.863 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- upgrade HttpChannelOverHttp@84c8707{s=HttpChannelState@c7302d6{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:14001/ws/sensinact,age=0} Upgrade: websocket 20:13:03.863 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- No factory for Upgrade: websocket in ServerConnector@66323f4c{HTTP/1.1, (http/1.1)}{0.0.0.0:14001} 20:13:03.863 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@49718d3c::SocketChannelEndPoint@68b69a6[{l=/127.0.0.1:14001,r=/127.0.0.1:44810,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@49718d3c[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@7872c2d8{s=START}]=>HttpChannelOverHttp@84c8707{s=HttpChannelState@c7302d6{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:14001/ws/sensinact,age=0}] parsed true HttpParser{s=CONTENT,0 of -1} 20:13:03.863 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpConnection -- releaseRequestBuffer HttpConnection@49718d3c::SocketChannelEndPoint@68b69a6[{l=/127.0.0.1:14001,r=/127.0.0.1:44810,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@49718d3c[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@7872c2d8{s=START}]=>HttpChannelOverHttp@84c8707{s=HttpChannelState@c7302d6{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:14001/ws/sensinact,age=0}] 20:13:03.864 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpChannel -- handle http://localhost:14001/ws/sensinact HttpChannelOverHttp@84c8707{s=HttpChannelState@c7302d6{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:14001/ws/sensinact,age=1} 20:13:03.864 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpChannelState -- handling HttpChannelState@c7302d6{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 20:13:03.864 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpChannel -- action DISPATCH HttpChannelOverHttp@84c8707{s=HttpChannelState@c7302d6{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:14001/ws/sensinact,age=1} 20:13:03.864 [qtp304157852-42] DEBUG org.eclipse.jetty.server.Server -- REQUEST GET /ws/sensinact ?null on HttpChannelOverHttp@84c8707{s=HttpChannelState@c7302d6{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:14001/ws/sensinact,age=1} 20:13:03.864 [qtp304157852-42] DEBUG org.eclipse.jetty.server.handler.ContextHandler -- scope null||/ws/sensinact @ o.e.j.s.ServletContextHandler@23a589ed{/,null,AVAILABLE} 20:13:03.864 [qtp304157852-42] DEBUG org.eclipse.jetty.server.handler.ContextHandler -- context=||/ws/sensinact @ o.e.j.s.ServletContextHandler@23a589ed{/,null,AVAILABLE} 20:13:03.864 [qtp304157852-42] DEBUG org.eclipse.jetty.server.session.SessionHandler -- Entering scope org.eclipse.jetty.server.session.SessionHandler2123212850==dftMaxIdleSec=0, dispatch=REQUEST asyncstarted=false 20:13:03.864 [qtp304157852-42] DEBUG org.eclipse.jetty.server.session.SessionHandler -- sessionHandler=org.eclipse.jetty.server.session.SessionHandler2123212850==dftMaxIdleSec=0 session=null 20:13:03.864 [qtp304157852-42] DEBUG org.eclipse.jetty.servlet.ServletHandler -- servlet ||/ws/sensinact|ServletPathMapping{matchValue=, pattern=/*, servletName=org.apache.felix.http.base.internal.dispatch.DispatcherServlet-3250993a, mappingMatch=PATH, servletPath=, pathInfo=/ws/sensinact} -> org.apache.felix.http.base.internal.dispatch.DispatcherServlet-3250993a==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@c53ed7f9{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 20:13:03.864 [qtp304157852-42] DEBUG org.eclipse.jetty.servlet.ServletHandler -- chain=null 20:13:03.864 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpChannelState -- sendError HttpChannelState@c7302d6{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 20:13:03.864 [qtp304157852-42] DEBUG org.eclipse.jetty.server.session.SessionHandler -- Leaving scope org.eclipse.jetty.server.session.SessionHandler2123212850==dftMaxIdleSec=0 dispatch=REQUEST, async=false, session=null, oldsession=null, oldsessionhandler=null 20:13:03.864 [qtp304157852-42] DEBUG org.eclipse.jetty.server.Server -- handled=true async=false committed=true on HttpChannelOverHttp@84c8707{s=HttpChannelState@c7302d6{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:14001/ws/sensinact,age=1} 20:13:03.864 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpChannelState -- unhandle HttpChannelState@c7302d6{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=true i=true al=0} 20:13:03.864 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpChannelState -- nextAction(false) SEND_ERROR HttpChannelState@c7302d6{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=false al=0} 20:13:03.864 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpChannel -- action SEND_ERROR HttpChannelOverHttp@84c8707{s=HttpChannelState@c7302d6{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:14001/ws/sensinact,age=1} 20:13:03.864 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpInput -- consumeAll HttpInput@2139682036 cs=HttpChannelState@c7302d6{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@75ce997f eof=false 20:13:03.864 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- failing all content with org.eclipse.jetty.util.StaticException: Unconsumed content HttpChannelOverHttp@84c8707{s=HttpChannelState@c7302d6{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:14001/ws/sensinact,age=1} 20:13:03.864 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- produceContent has no content, parsing and filling 20:13:03.864 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@49718d3c::SocketChannelEndPoint@68b69a6[{l=/127.0.0.1:14001,r=/127.0.0.1:44810,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@49718d3c[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@7872c2d8{s=START}]=>HttpChannelOverHttp@84c8707{s=HttpChannelState@c7302d6{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:14001/ws/sensinact,age=1}] parse null 20:13:03.864 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=CONTENT HeapByteBuffer@63635569[p=0,l=0,c=0,r=0]={<<<>>>} 20:13:03.864 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- CONTENT --> CONTENT_END 20:13:03.864 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpChannel -- onContentComplete HttpChannelOverHttp@84c8707{s=HttpChannelState@c7302d6{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:14001/ws/sensinact,age=1} 20:13:03.864 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- CONTENT_END --> END 20:13:03.864 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpChannel -- onRequestComplete HttpChannelOverHttp@84c8707{s=HttpChannelState@c7302d6{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:14001/ws/sensinact,age=1} 20:13:03.864 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- received EOF, content = null 20:13:03.864 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@49718d3c::SocketChannelEndPoint@68b69a6[{l=/127.0.0.1:14001,r=/127.0.0.1:44810,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@49718d3c[p=HttpParser{s=END,0 of -1},g=HttpGenerator@7872c2d8{s=START}]=>HttpChannelOverHttp@84c8707{s=HttpChannelState@c7302d6{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:14001/ws/sensinact,age=1}] parsed false HttpParser{s=END,0 of -1} 20:13:03.864 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- produceContent produced EofContent 20:13:03.864 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- failed all content, EOF = true 20:13:03.864 [qtp304157852-42] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- failed all content of http channel EOF=true AsyncContentProducer@7ae4dfc5[r=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],t=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],i=null,error=false,c=HttpChannelOverHttp@84c8707{s=HttpChannelState@c7302d6{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:14001/ws/sensinact,age=1}] 20:13:03.864 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpInput -- isFinished=true HttpInput@2139682036 cs=HttpChannelState@c7302d6{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@75ce997f eof=true 20:13:03.864 [qtp304157852-42] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- isError = false AsyncContentProducer@7ae4dfc5[r=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],t=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],i=null,error=false,c=HttpChannelOverHttp@84c8707{s=HttpChannelState@c7302d6{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:14001/ws/sensinact,age=1}] 20:13:03.864 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpInput -- isError=false HttpInput@2139682036 cs=HttpChannelState@c7302d6{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@75ce997f eof=true 20:13:03.865 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpChannelState -- completing HttpChannelState@c7302d6{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=false al=0} 20:13:03.865 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpChannel -- sendResponse info=null content=DirectByteBuffer@376ddc2c[p=0,l=469,c=32768,r=469]={<<<\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@7f367c2d 20:13:03.865 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpChannel -- COMMIT for /ws/sensinact on HttpChannelOverHttp@84c8707{s=HttpChannelState@c7302d6{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:14001/ws/sensinact,age=2} 503 null HTTP/1.1 Cache-Control: must-revalidate,no-cache,no-store Content-Type: text/html;charset=iso-8859-1 20:13:03.865 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpConnection -- generate: NEED_HEADER for SendCallback@4721186b[PROCESSING][i=HTTP/1.1{s=503,h=2,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@46256491] (null,[p=0,l=469,c=32768,r=469],true)@START 20:13:03.865 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpGenerator -- generateHeaders HTTP/1.1{s=503,h=2,cl=-1} last=true content=DirectByteBuffer@376ddc2c[p=0,l=469,c=32768,r=469]={<<<\n\n\n\n\n\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 20:13:03.865 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpGenerator -- Cache-Control: must-revalidate,no-cache,no-store Content-Type: text/html;charset=iso-8859-1 20:13:03.865 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpGenerator -- CONTENT_LENGTH 20:13:03.865 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpConnection -- generate: FLUSH for SendCallback@4721186b[PROCESSING][i=HTTP/1.1{s=503,h=2,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@46256491] ([p=0,l=151,c=16384,r=151],[p=0,l=469,c=32768,r=469],true)@COMPLETING 20:13:03.865 [qtp304157852-42] DEBUG org.eclipse.jetty.io.WriteFlusher -- write: WriteFlusher@1ae39167{IDLE}->null [DirectByteBuffer@7e95b142[p=0,l=151,c=16384,r=151]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},DirectByteBuffer@376ddc2c[p=0,l=469,c=32768,r=469]={<<<\n\n\n\n\n\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}] 20:13:03.865 [qtp304157852-42] DEBUG org.eclipse.jetty.io.WriteFlusher -- update WriteFlusher@1ae39167{WRITING}->null:IDLE-->WRITING 20:13:03.865 [WebSocket@1793899405-82] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@4f48cb98 woken up from select, 1/1/1 selected 20:13:03.865 [qtp304157852-42] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- flushed 620 SocketChannelEndPoint@68b69a6[{l=/127.0.0.1:14001,r=/127.0.0.1:44810,OPEN,fill=-,flush=W,to=2/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@49718d3c[p=HttpParser{s=END,0 of -1},g=HttpGenerator@7872c2d8{s=COMPLETING}]=>HttpChannelOverHttp@84c8707{s=HttpChannelState@c7302d6{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:14001/ws/sensinact,age=2}] 20:13:03.865 [WebSocket@1793899405-82] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@4f48cb98 processing 1 keys, 0 updates 20:13:03.865 [qtp304157852-42] DEBUG org.eclipse.jetty.io.WriteFlusher -- Flushed=true written=620 remaining=0 WriteFlusher@1ae39167{WRITING}->null 20:13:03.865 [qtp304157852-42] DEBUG org.eclipse.jetty.io.WriteFlusher -- update WriteFlusher@1ae39167{IDLE}->null:WRITING-->IDLE 20:13:03.865 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpConnection -- generate: DONE for SendCallback@4721186b[PROCESSING][i=HTTP/1.1{s=503,h=2,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@46256491] ([p=151,l=151,c=16384,r=0],[p=469,l=469,c=32768,r=0],true)@END 20:13:03.865 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpChannelState -- completed HttpChannelState@c7302d6{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 20:13:03.865 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpChannelState -- unhandle HttpChannelState@c7302d6{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 20:13:03.865 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpChannelState -- nextAction(false) TERMINATED HttpChannelState@c7302d6{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 20:13:03.865 [WebSocket@1793899405-82] DEBUG org.eclipse.jetty.io.ManagedSelector -- selected 1 channel=java.nio.channels.SocketChannel[connected local=/127.0.0.1:44810 remote=localhost/127.0.0.1:14001], selector=sun.nio.ch.EPollSelectorImpl@4f48cb98, interestOps=1, readyOps=1 SocketChannelEndPoint@549cd9e7[{l=/127.0.0.1:44810,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=3/30000}{io=1/1,kio=1,kro=1}]->[HttpConnectionOverHTTP@5a5b3d04(l:/127.0.0.1:44810 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@1b66373f(exchange=HttpExchange@4ab80ce7{req=JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@20a8a64e[TERMINATED/null] res=HttpResponse[null 0 null]@7f075788[PENDING/null]})[send=HttpSenderOverHTTP@29078655(req=QUEUED,failure=null)[HttpGenerator@2a372d6c{s=START}],recv=HttpReceiverOverHTTP@51bcc2b7(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 20:13:03.865 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpChannel -- action TERMINATED HttpChannelOverHttp@84c8707{s=HttpChannelState@c7302d6{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:14001/ws/sensinact,age=2} 20:13:03.865 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpChannel -- onCompleted for /ws/sensinact written=469 20:13:03.865 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpInput -- consumeAll HttpInput@2139682036 cs=HttpChannelState@c7302d6{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@75ce997f eof=true 20:13:03.865 [WebSocket@1793899405-82] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- onSelected 1->0 r=true w=false for SocketChannelEndPoint@549cd9e7[{l=/127.0.0.1:44810,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=3/30000}{io=1/0,kio=1,kro=1}]->[HttpConnectionOverHTTP@5a5b3d04(l:/127.0.0.1:44810 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@1b66373f(exchange=HttpExchange@4ab80ce7{req=JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@20a8a64e[TERMINATED/null] res=HttpResponse[null 0 null]@7f075788[PENDING/null]})[send=HttpSenderOverHTTP@29078655(req=QUEUED,failure=null)[HttpGenerator@2a372d6c{s=START}],recv=HttpReceiverOverHTTP@51bcc2b7(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 20:13:03.865 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- failing all content with org.eclipse.jetty.util.StaticException: Unconsumed content HttpChannelOverHttp@84c8707{s=HttpChannelState@c7302d6{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:14001/ws/sensinact,age=2} 20:13:03.865 [qtp304157852-42] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- failed all content of http channel EOF=true AsyncContentProducer@7ae4dfc5[r=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],t=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],i=null,error=false,c=HttpChannelOverHttp@84c8707{s=HttpChannelState@c7302d6{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:14001/ws/sensinact,age=2}] 20:13:03.865 [WebSocket@1793899405-82] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- task SocketChannelEndPoint@549cd9e7[{l=/127.0.0.1:44810,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=3/30000}{io=1/0,kio=1,kro=1}]->[HttpConnectionOverHTTP@5a5b3d04(l:/127.0.0.1:44810 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@1b66373f(exchange=HttpExchange@4ab80ce7{req=JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@20a8a64e[TERMINATED/null] res=HttpResponse[null 0 null]@7f075788[PENDING/null]})[send=HttpSenderOverHTTP@29078655(req=QUEUED,failure=null)[HttpGenerator@2a372d6c{s=START}],recv=HttpReceiverOverHTTP@51bcc2b7(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]]:runFillable:BLOCKING 20:13:03.865 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpInput -- isFinished=true HttpInput@2139682036 cs=HttpChannelState@c7302d6{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@75ce997f eof=true 20:13:03.865 [WebSocket@1793899405-82] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@4a891c97{reserved=0/2,pending=0} tryExecute org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy$$Lambda$394/0x00007ff2f418db60@b2263a 20:13:03.865 [WebSocket@1793899405-82] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@4a891c97{reserved=0/2,pending=1} startReservedThread p=1 20:13:03.865 [qtp304157852-42] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- isError = false AsyncContentProducer@7ae4dfc5[r=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],t=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],i=null,error=false,c=HttpChannelOverHttp@84c8707{s=HttpChannelState@c7302d6{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:14001/ws/sensinact,age=2}] 20:13:03.865 [WebSocket@1793899405-82] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue ReservedThread@92f39bf{PENDING,thread=null} startThread=0 20:13:03.865 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpInput -- isError=false HttpInput@2139682036 cs=HttpChannelState@c7302d6{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@75ce997f eof=true 20:13:03.865 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpChannelState -- recycle HttpChannelState@c7302d6{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 20:13:03.865 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpInput -- recycle HttpInput@2139682036 cs=HttpChannelState@c7302d6{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@75ce997f eof=true 20:13:03.865 [WebSocket@1793899405-85] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run ReservedThread@92f39bf{PENDING,thread=null} in QueuedThreadPool[WebSocket@1793899405]@4b20ca2b{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@4a891c97{reserved=0/2,pending=1}] 20:13:03.865 [qtp304157852-42] DEBUG org.eclipse.jetty.server.BlockingContentProducer -- recycling org.eclipse.jetty.server.BlockingContentProducer@75ce997f 20:13:03.865 [WebSocket@1793899405-85] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@92f39bf{PENDING,thread=Thread[WebSocket@1793899405-85,5,main]} was=PENDING next=RESERVED size=0+1 capacity=2 20:13:03.865 [qtp304157852-42] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- recycling AsyncContentProducer@7ae4dfc5[r=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],t=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],i=null,error=false,c=HttpChannelOverHttp@84c8707{s=HttpChannelState@c7302d6{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:14001/ws/sensinact,age=2}] 20:13:03.865 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- reset HttpParser{s=END,0 of -1} 20:13:03.865 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- END --> START 20:13:03.865 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpChannel -- !handle TERMINATED HttpChannelOverHttp@84c8707{s=HttpChannelState@c7302d6{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} 20:13:03.865 [qtp304157852-42] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- filled 0 DirectByteBuffer@656a3417[p=0,l=0,c=8192,r=0]={<<<>>>GET /ws/s...\x00\x00\x00\x00\x00\x00\x00} 20:13:03.866 [WebSocket@1793899405-85] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@92f39bf{RESERVED,thread=Thread[WebSocket@1793899405-85,5,main]} waiting ReservedThreadExecutor@4a891c97{reserved=1/2,pending=0} 20:13:03.865 [qtp304157852-42] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- filled 0 DirectByteBuffer@656a3417[p=0,l=0,c=8192,r=0]={<<<>>>GET /ws/s...\x00\x00\x00\x00\x00\x00\x00} 20:13:03.865 [WebSocket@1793899405-82] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- ss=PRODUCE_EXECUTE_CONSUME t=SocketChannelEndPoint@549cd9e7[{l=/127.0.0.1:44810,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=3/30000}{io=1/0,kio=1,kro=1}]->[HttpConnectionOverHTTP@5a5b3d04(l:/127.0.0.1:44810 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@1b66373f(exchange=HttpExchange@4ab80ce7{req=JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@20a8a64e[TERMINATED/null] res=HttpResponse[null 0 null]@7f075788[PENDING/null]})[send=HttpSenderOverHTTP@29078655(req=QUEUED,failure=null)[HttpGenerator@2a372d6c{s=START}],recv=HttpReceiverOverHTTP@51bcc2b7(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]]:runFillable:BLOCKING/BLOCKING AdaptiveExecutionStrategy@6cfcd46d/SelectorProducer@52045dbe/PRODUCING/p=false/QueuedThreadPool[WebSocket@1793899405]@4b20ca2b{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@4a891c97{reserved=1/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:13:03.866027425Z 20:13:03.865 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@49718d3c::SocketChannelEndPoint@68b69a6[{l=/127.0.0.1:14001,r=/127.0.0.1:44810,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@49718d3c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7872c2d8{s=START}]=>HttpChannelOverHttp@84c8707{s=HttpChannelState@c7302d6{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@349e4f18{DirectByteBuffer@656a3417[p=0,l=0,c=8192,r=0]={<<<>>>GET /ws/s...\x00\x00\x00\x00\x00\x00\x00},r=1} 20:13:03.866 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@49718d3c::SocketChannelEndPoint@68b69a6[{l=/127.0.0.1:14001,r=/127.0.0.1:44810,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@49718d3c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7872c2d8{s=START}]=>HttpChannelOverHttp@84c8707{s=HttpChannelState@c7302d6{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@349e4f18{DirectByteBuffer@656a3417[p=0,l=0,c=8192,r=0]={<<<>>>GET /ws/s...\x00\x00\x00\x00\x00\x00\x00},r=1} 20:13:03.866 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=START DirectByteBuffer@656a3417[p=0,l=0,c=8192,r=0]={<<<>>>GET /ws/s...\x00\x00\x00\x00\x00\x00\x00} 20:13:03.866 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@49718d3c::SocketChannelEndPoint@68b69a6[{l=/127.0.0.1:14001,r=/127.0.0.1:44810,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@49718d3c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7872c2d8{s=START}]=>HttpChannelOverHttp@84c8707{s=HttpChannelState@c7302d6{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} 20:13:03.866 [WebSocket@1793899405-82] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue SocketChannelEndPoint@549cd9e7[{l=/127.0.0.1:44810,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=3/30000}{io=1/0,kio=1,kro=1}]->[HttpConnectionOverHTTP@5a5b3d04(l:/127.0.0.1:44810 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@1b66373f(exchange=HttpExchange@4ab80ce7{req=JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@20a8a64e[TERMINATED/null] res=HttpResponse[null 0 null]@7f075788[PENDING/null]})[send=HttpSenderOverHTTP@29078655(req=QUEUED,failure=null)[HttpGenerator@2a372d6c{s=START}],recv=HttpReceiverOverHTTP@51bcc2b7(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]]:runFillable:BLOCKING startThread=0 20:13:03.866 [WebSocket@1793899405-82] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 0 20:13:03.866 [WebSocket@1793899405-82] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:13:03.866 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpConnection -- releaseRequestBuffer HttpConnection@49718d3c::SocketChannelEndPoint@68b69a6[{l=/127.0.0.1:14001,r=/127.0.0.1:44810,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@49718d3c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7872c2d8{s=START}]=>HttpChannelOverHttp@84c8707{s=HttpChannelState@c7302d6{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}] 20:13:03.866 [qtp304157852-42] DEBUG org.eclipse.jetty.io.AbstractConnection -- fillInterested HttpConnection@49718d3c::SocketChannelEndPoint@68b69a6[{l=/127.0.0.1:14001,r=/127.0.0.1:44810,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@49718d3c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7872c2d8{s=START}]=>HttpChannelOverHttp@84c8707{s=HttpChannelState@c7302d6{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}] 20:13:03.866 [WebSocket@1793899405-86] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run SocketChannelEndPoint@549cd9e7[{l=/127.0.0.1:44810,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=3/30000}{io=1/0,kio=1,kro=1}]->[HttpConnectionOverHTTP@5a5b3d04(l:/127.0.0.1:44810 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@1b66373f(exchange=HttpExchange@4ab80ce7{req=JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@20a8a64e[TERMINATED/null] res=HttpResponse[null 0 null]@7f075788[PENDING/null]})[send=HttpSenderOverHTTP@29078655(req=QUEUED,failure=null)[HttpGenerator@2a372d6c{s=START}],recv=HttpReceiverOverHTTP@51bcc2b7(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]]:runFillable:BLOCKING in QueuedThreadPool[WebSocket@1793899405]@4b20ca2b{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@4a891c97{reserved=1/2,pending=0}] 20:13:03.866 [qtp304157852-42] DEBUG org.eclipse.jetty.io.FillInterest -- interested FillInterest@6c830ab2{ReadCallback@295e7273{HttpConnection@49718d3c::SocketChannelEndPoint@68b69a6[{l=/127.0.0.1:14001,r=/127.0.0.1:44810,OPEN,fill=FI,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@49718d3c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7872c2d8{s=START}]=>HttpChannelOverHttp@84c8707{s=HttpChannelState@c7302d6{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}]}} 20:13:03.866 [WebSocket@1793899405-82] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- Key interests updated 1 -> 0 on SocketChannelEndPoint@549cd9e7[{l=/127.0.0.1:44810,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}]->[HttpConnectionOverHTTP@5a5b3d04(l:/127.0.0.1:44810 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@1b66373f(exchange=HttpExchange@4ab80ce7{req=JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@20a8a64e[TERMINATED/null] res=HttpResponse[null 0 null]@7f075788[PENDING/null]})[send=HttpSenderOverHTTP@29078655(req=QUEUED,failure=null)[HttpGenerator@2a372d6c{s=START}],recv=HttpReceiverOverHTTP@51bcc2b7(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 20:13:03.866 [qtp304157852-42] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- changeInterests p=false 0->1 for SocketChannelEndPoint@68b69a6[{l=/127.0.0.1:14001,r=/127.0.0.1:44810,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}]->[HttpConnection@49718d3c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7872c2d8{s=START}]=>HttpChannelOverHttp@84c8707{s=HttpChannelState@c7302d6{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}] 20:13:03.866 [WebSocket@1793899405-82] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@4f48cb98 waiting with 1 keys 20:13:03.866 [qtp304157852-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$463/0x00007fa8e437ea68@6d2fa1c6 on ManagedSelector@62a71547{STARTED} id=0 keys=1 selected=0 updates=0 20:13:03.866 [qtp304157852-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@62a71547{STARTED} id=0 keys=1 selected=0 updates=1 20:13:03.866 [qtp304157852-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@5d48c143 woken with none selected 20:13:03.866 [WebSocket@1793899405-86] DEBUG org.eclipse.jetty.io.FillInterest -- fillable FillInterest@7b49c870{ReadCallback@6e69cc62{HttpConnectionOverHTTP@5a5b3d04::SocketChannelEndPoint@549cd9e7[{l=/127.0.0.1:44810,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}]->[HttpConnectionOverHTTP@5a5b3d04(l:/127.0.0.1:44810 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@1b66373f(exchange=HttpExchange@4ab80ce7{req=JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@20a8a64e[TERMINATED/null] res=HttpResponse[null 0 null]@7f075788[PENDING/null]})[send=HttpSenderOverHTTP@29078655(req=QUEUED,failure=null)[HttpGenerator@2a372d6c{s=START}],recv=HttpReceiverOverHTTP@51bcc2b7(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]]}} 20:13:03.866 [qtp304157852-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@5d48c143 woken up from select, 0/0/1 selected 20:13:03.866 [qtp304157852-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@5d48c143 processing 0 keys, 1 updates 20:13:03.866 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@49718d3c::SocketChannelEndPoint@68b69a6[{l=/127.0.0.1:14001,r=/127.0.0.1:44810,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}]->[HttpConnection@49718d3c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7872c2d8{s=START}]=>HttpChannelOverHttp@84c8707{s=HttpChannelState@c7302d6{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@c7302d6{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 20:13:03.866 [qtp304157852-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 20:13:03.866 [qtp304157852-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$463/0x00007fa8e437ea68@6d2fa1c6 20:13:03.866 [WebSocket@1793899405-86] DEBUG org.eclipse.jetty.util.Pool -- RetainedBucket@3894944e[inUse=0,size=1,max=100,closed=false]{capacity=16384,inuse=0(0%)} returning new reserved entry MonoEntry@36537d2c{PENDING,pooled=null} 20:13:03.866 [qtp304157852-42] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@6addf1de{RUNNING,thread=Thread[qtp304157852-42,5,Configuration Admin Service]} was=RUNNING next=RESERVED size=0+2 capacity=2 20:13:03.866 [qtp304157852-42] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@6addf1de{RESERVED,thread=Thread[qtp304157852-42,5,Configuration Admin Service]} waiting ReservedThreadExecutor@4d385e23{reserved=2/2,pending=0} 20:13:03.866 [qtp304157852-44] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- Key interests updated 0 -> 1 on SocketChannelEndPoint@68b69a6[{l=/127.0.0.1:14001,r=/127.0.0.1:44810,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=1}]->[HttpConnection@49718d3c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7872c2d8{s=START}]=>HttpChannelOverHttp@84c8707{s=HttpChannelState@c7302d6{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}] 20:13:03.866 [qtp304157852-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:13:03.866 [qtp304157852-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@5d48c143 waiting with 1 keys 20:13:03.866 [WebSocket@1793899405-86] DEBUG org.eclipse.jetty.client.http.HttpReceiverOverHTTP -- Acquired RetainableByteBuffer@326cff3e{DirectByteBuffer@776e7717[p=0,l=0,c=16384,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},r=1} 20:13:03.866 [WebSocket@1793899405-86] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=START DirectByteBuffer@776e7717[p=0,l=0,c=16384,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 20:13:03.866 [WebSocket@1793899405-86] DEBUG org.eclipse.jetty.client.http.HttpReceiverOverHTTP -- Parse result=false, failed=false 20:13:03.866 [WebSocket@1793899405-86] DEBUG org.eclipse.jetty.client.http.HttpReceiverOverHTTP -- Parse complete=false, RetainableByteBuffer@326cff3e{DirectByteBuffer@776e7717[p=0,l=0,c=16384,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},r=1} HttpParser{s=START,0 of -1} 20:13:03.866 [WebSocket@1793899405-86] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- filled 620 DirectByteBuffer@776e7717[p=0,l=620,c=16384,r=620]={<<\n\n\n\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 20:13:03.866 [WebSocket@1793899405-86] DEBUG org.eclipse.jetty.client.http.HttpReceiverOverHTTP -- Read 620 bytes in RetainableByteBuffer@326cff3e{DirectByteBuffer@776e7717[p=0,l=620,c=16384,r=620]={<<\n\n\n\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},r=1} from SocketChannelEndPoint@549cd9e7[{l=/127.0.0.1:44810,r=localhost/127.0.0.1:14001,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}]->[HttpConnectionOverHTTP@5a5b3d04(l:/127.0.0.1:44810 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@1b66373f(exchange=HttpExchange@4ab80ce7{req=JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@20a8a64e[TERMINATED/null] res=HttpResponse[null 0 null]@7f075788[PENDING/null]})[send=HttpSenderOverHTTP@29078655(req=QUEUED,failure=null)[HttpGenerator@2a372d6c{s=START}],recv=HttpReceiverOverHTTP@51bcc2b7(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 20:13:03.866 [WebSocket@1793899405-86] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=START DirectByteBuffer@776e7717[p=0,l=620,c=16384,r=620]={<<\n\n\n\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 20:13:03.866 [WebSocket@1793899405-86] DEBUG org.eclipse.jetty.http.HttpParser -- START --> RESPONSE_VERSION 20:13:03.866 [WebSocket@1793899405-86] DEBUG org.eclipse.jetty.http.HttpParser -- RESPONSE_VERSION --> SPACE1 20:13:03.866 [WebSocket@1793899405-86] DEBUG org.eclipse.jetty.http.HttpParser -- SPACE1 --> STATUS 20:13:03.866 [WebSocket@1793899405-86] DEBUG org.eclipse.jetty.http.HttpParser -- STATUS --> SPACE2 20:13:03.866 [WebSocket@1793899405-86] DEBUG org.eclipse.jetty.http.HttpParser -- SPACE2 --> REASON 20:13:03.867 [WebSocket@1793899405-86] DEBUG org.eclipse.jetty.http.HttpParser -- REASON --> HEADER 20:13:03.867 [WebSocket@1793899405-86] DEBUG org.eclipse.jetty.client.HttpConversation -- Exchanges in conversation 1, override=null, listeners=[JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@20a8a64e] 20:13:03.867 [WebSocket@1793899405-86] DEBUG org.eclipse.jetty.client.HttpReceiver -- Response begin HttpResponse[HTTP/1.1 503 Service Unavailable]@7f075788 20:13:03.867 [WebSocket@1793899405-86] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Cache-Control --> VALUE 20:13:03.867 [WebSocket@1793899405-86] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Cache-Control --> IN_VALUE 20:13:03.867 [WebSocket@1793899405-86] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Cache-Control --> FIELD 20:13:03.867 [WebSocket@1793899405-86] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Content-Type: text/html;charset=ISO-8859-1 --> IN_VALUE 20:13:03.867 [WebSocket@1793899405-86] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Content-Type: text/html;charset=ISO-8859-1 --> FIELD 20:13:03.867 [WebSocket@1793899405-86] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Content-Length --> VALUE 20:13:03.867 [WebSocket@1793899405-86] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Content-Length --> IN_VALUE 20:13:03.867 [WebSocket@1793899405-86] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Content-Length --> FIELD 20:13:03.867 [WebSocket@1793899405-86] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER --> CONTENT 20:13:03.867 [WebSocket@1793899405-86] DEBUG org.eclipse.jetty.client.HttpReceiver -- Response headers HttpResponse[HTTP/1.1 503 Service Unavailable]@7f075788 Cache-Control: must-revalidate,no-cache,no-store Content-Type: text/html;charset=ISO-8859-1 Content-Length: 469 20:13:03.867 [WebSocket@1793899405-86] DEBUG org.eclipse.jetty.client.HttpReceiver -- Response demand=1/1, resume=false 20:13:03.867 [WebSocket@1793899405-86] DEBUG org.eclipse.jetty.client.HttpReceiver -- Response headers hasDemand=true HttpResponse[HTTP/1.1 503 Service Unavailable]@7f075788 20:13:03.867 [WebSocket@1793899405-86] DEBUG org.eclipse.jetty.client.HttpReceiver -- Response content HttpResponse[HTTP/1.1 503 Service Unavailable]@7f075788 DirectByteBufferR@6b44ab50[p=151,l=620,c=16384,r=469]={HTTP/1.1 ...469\r\n\r\n<<<\n\n\n\n\n\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 20:13:03.867 [WebSocket@1793899405-86] DEBUG org.eclipse.jetty.client.HttpReceiver -- Response content HttpResponse[HTTP/1.1 503 Service Unavailable]@7f075788, hasDemand=true 20:13:03.867 [WebSocket@1793899405-86] DEBUG org.eclipse.jetty.http.HttpParser -- CONTENT --> CONTENT_END 20:13:03.867 [WebSocket@1793899405-86] DEBUG org.eclipse.jetty.http.HttpParser -- CONTENT_END --> END 20:13:03.867 [WebSocket@1793899405-86] DEBUG org.eclipse.jetty.http.HttpParser -- reset HttpParser{s=END,469 of 469} 20:13:03.867 [WebSocket@1793899405-86] DEBUG org.eclipse.jetty.http.HttpParser -- END --> START 20:13:03.867 [WebSocket@1793899405-86] DEBUG org.eclipse.jetty.client.HttpReceiver -- Response success HttpResponse[HTTP/1.1 503 Service Unavailable]@7f075788 20:13:03.867 [WebSocket@1793899405-86] DEBUG org.eclipse.jetty.client.HttpExchange -- Terminated response for HttpExchange@4ab80ce7{req=JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@20a8a64e[TERMINATED/null] res=HttpResponse[HTTP/1.1 503 Service Unavailable]@7f075788[TERMINATED/null]}, result: Result[JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@20a8a64e > HttpResponse[HTTP/1.1 503 Service Unavailable]@7f075788] null 20:13:03.867 [WebSocket@1793899405-86] DEBUG org.eclipse.jetty.client.HttpReceiver -- Response complete HttpResponse[HTTP/1.1 503 Service Unavailable]@7f075788, result: Result[JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@20a8a64e > HttpResponse[HTTP/1.1 503 Service Unavailable]@7f075788] null 20:13:03.867 [WebSocket@1793899405-86] DEBUG org.eclipse.jetty.client.HttpChannel -- HttpExchange@4ab80ce7{req=JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@20a8a64e[TERMINATED/null] res=HttpResponse[HTTP/1.1 503 Service Unavailable]@7f075788[TERMINATED/null]} disassociated true from HttpChannelOverHTTP@1b66373f(exchange=null)[send=HttpSenderOverHTTP@29078655(req=QUEUED,failure=null)[HttpGenerator@2a372d6c{s=START}],recv=HttpReceiverOverHTTP@51bcc2b7(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 20:13:03.867 [WebSocket@1793899405-86] DEBUG org.eclipse.jetty.io.IdleTimeout -- Setting idle timeout 30000 -> 30000 on SocketChannelEndPoint@549cd9e7[{l=/127.0.0.1:44810,r=localhost/127.0.0.1:14001,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}]->[HttpConnectionOverHTTP@5a5b3d04(l:/127.0.0.1:44810 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@1b66373f(exchange=null)[send=HttpSenderOverHTTP@29078655(req=QUEUED,failure=null)[HttpGenerator@2a372d6c{s=START}],recv=HttpReceiverOverHTTP@51bcc2b7(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 20:13:03.867 [WebSocket@1793899405-86] DEBUG org.eclipse.jetty.client.HttpDestination -- Released HttpConnectionOverHTTP@5a5b3d04::SocketChannelEndPoint@549cd9e7[{l=/127.0.0.1:44810,r=localhost/127.0.0.1:14001,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}]->[HttpConnectionOverHTTP@5a5b3d04(l:/127.0.0.1:44810 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@1b66373f(exchange=null)[send=HttpSenderOverHTTP@29078655(req=QUEUED,failure=null)[HttpGenerator@2a372d6c{s=START}],recv=HttpReceiverOverHTTP@51bcc2b7(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 20:13:03.867 [WebSocket@1793899405-86] DEBUG org.eclipse.jetty.client.AbstractConnectionPool -- Released (true) MultiEntry@62f4ff3b{IDLE,usage=1,multiplex=0,pooled=HttpConnectionOverHTTP@5a5b3d04::SocketChannelEndPoint@549cd9e7[{l=/127.0.0.1:44810,r=localhost/127.0.0.1:14001,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}]->[HttpConnectionOverHTTP@5a5b3d04(l:/127.0.0.1:44810 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@1b66373f(exchange=null)[send=HttpSenderOverHTTP@29078655(req=QUEUED,failure=null)[HttpGenerator@2a372d6c{s=START}],recv=HttpReceiverOverHTTP@51bcc2b7(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]]} Pool@62163b39[inUse=0,size=1,max=64,closed=false] 20:13:03.867 [WebSocket@1793899405-86] DEBUG org.eclipse.jetty.client.HttpReceiver -- Request/Response succeeded: Result[JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@20a8a64e > HttpResponse[HTTP/1.1 503 Service Unavailable]@7f075788] null, notifying [JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@20a8a64e] 20:13:03.867 [WebSocket@1793899405-86] DEBUG org.eclipse.jetty.websocket.core.client.CoreClientUpgradeRequest -- onComplete() - Result[JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@20a8a64e > HttpResponse[HTTP/1.1 503 Service Unavailable]@7f075788] null 20:13:03.867 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING WebSocketClient@bce6d047[coreClient=WebSocketCoreClient@60a2630a{STARTED},openSessions.size=0] 20:13:03.868 [main] INFO org.eclipse.jetty.websocket.client.WebSocketClient -- Shutdown WebSocketClient@bce6d047[coreClient=WebSocketCoreClient@60a2630a{STARTED},openSessions.size=0] 20:13:03.867 [WebSocket@1793899405-86] DEBUG org.eclipse.jetty.client.HttpExchange -- Failed HttpExchange@4ab80ce7{req=JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@20a8a64e[TERMINATED/null] res=HttpResponse[HTTP/1.1 503 Service Unavailable]@7f075788[TERMINATED/null]}: req=false/rsp=false {} org.eclipse.jetty.websocket.core.exception.UpgradeException: Failed to upgrade to websocket: Unexpected HTTP Response Status Code: 503 Service Unavailable at org.eclipse.jetty.websocket.core.client.CoreClientUpgradeRequest.onComplete(CoreClientUpgradeRequest.java:235) at org.eclipse.jetty.client.ResponseNotifier.notifyComplete(ResponseNotifier.java:213) at org.eclipse.jetty.client.ResponseNotifier.notifyComplete(ResponseNotifier.java:205) at org.eclipse.jetty.client.HttpReceiver.terminateResponse(HttpReceiver.java:477) at org.eclipse.jetty.client.HttpReceiver.terminateResponse(HttpReceiver.java:457) at org.eclipse.jetty.client.HttpReceiver.responseSuccess(HttpReceiver.java:420) at org.eclipse.jetty.client.http.HttpReceiverOverHTTP.messageComplete(HttpReceiverOverHTTP.java:386) at org.eclipse.jetty.http.HttpParser.handleContentMessage(HttpParser.java:585) at org.eclipse.jetty.http.HttpParser.parseContent(HttpParser.java:1709) at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:1538) at org.eclipse.jetty.client.http.HttpReceiverOverHTTP.parse(HttpReceiverOverHTTP.java:221) at org.eclipse.jetty.client.http.HttpReceiverOverHTTP.process(HttpReceiverOverHTTP.java:160) at org.eclipse.jetty.client.http.HttpReceiverOverHTTP.receive(HttpReceiverOverHTTP.java:91) at org.eclipse.jetty.client.http.HttpChannelOverHTTP.receive(HttpChannelOverHTTP.java:91) at org.eclipse.jetty.client.http.HttpConnectionOverHTTP.onFillable(HttpConnectionOverHTTP.java:194) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:314) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:100) at org.eclipse.jetty.io.SelectableChannelEndPoint$1.run(SelectableChannelEndPoint.java:53) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:934) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1078) at java.base/java.lang.Thread.run(Thread.java:840) 20:13:03.868 [main] DEBUG org.eclipse.jetty.websocket.client.WebSocketClient -- graceful SessionTracker@29df4d43{STARTED} 20:13:03.868 [WebSocket@1793899405-86] DEBUG org.eclipse.jetty.client.http.HttpReceiverOverHTTP -- Parse result=false, failed=false 20:13:03.868 [WebSocket@1793899405-86] DEBUG org.eclipse.jetty.client.http.HttpReceiverOverHTTP -- Parse complete=true, RetainableByteBuffer@326cff3e{DirectByteBuffer@776e7717[p=620,l=620,c=16384,r=0]={HTTP/1.1 .../html>\n<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},r=1} HttpParser{s=START,0 of -1} 20:13:03.868 [WebSocket@1793899405-86] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- filled 0 DirectByteBuffer@776e7717[p=0,l=0,c=16384,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 20:13:03.868 [WebSocket@1793899405-86] DEBUG org.eclipse.jetty.client.http.HttpReceiverOverHTTP -- Read 0 bytes in RetainableByteBuffer@326cff3e{DirectByteBuffer@776e7717[p=0,l=0,c=16384,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00},r=1} from SocketChannelEndPoint@549cd9e7[{l=/127.0.0.1:44810,r=localhost/127.0.0.1:14001,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}]->[HttpConnectionOverHTTP@5a5b3d04(l:/127.0.0.1:44810 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@1b66373f(exchange=null)[send=HttpSenderOverHTTP@29078655(req=QUEUED,failure=null)[HttpGenerator@2a372d6c{s=START}],recv=HttpReceiverOverHTTP@51bcc2b7(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 20:13:03.868 [WebSocket@1793899405-86] DEBUG org.eclipse.jetty.client.http.HttpReceiverOverHTTP -- Released RetainableByteBuffer@326cff3e{DirectByteBuffer@776e7717[p=0,l=0,c=16384,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00},r=0} 20:13:03.868 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING SessionTracker@29df4d43{STARTED} 20:13:03.868 [WebSocket@1793899405-86] DEBUG org.eclipse.jetty.io.AbstractConnection -- fillInterested HttpConnectionOverHTTP@5a5b3d04::SocketChannelEndPoint@549cd9e7[{l=/127.0.0.1:44810,r=localhost/127.0.0.1:14001,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}]->[HttpConnectionOverHTTP@5a5b3d04(l:/127.0.0.1:44810 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@1b66373f(exchange=null)[send=HttpSenderOverHTTP@29078655(req=QUEUED,failure=null)[HttpGenerator@2a372d6c{s=START}],recv=HttpReceiverOverHTTP@51bcc2b7(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 20:13:03.868 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED SessionTracker@29df4d43{STOPPED} 20:13:03.868 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING WebSocketCoreClient@60a2630a{STARTED} 20:13:03.868 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING WebSocketComponents@6aecbb8d{STARTED} 20:13:03.868 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING DeflaterPool@4da602fc{STARTED,size=0,capacity=1024} 20:13:03.868 [WebSocket@1793899405-86] DEBUG org.eclipse.jetty.io.FillInterest -- interested FillInterest@7b49c870{ReadCallback@6e69cc62{HttpConnectionOverHTTP@5a5b3d04::SocketChannelEndPoint@549cd9e7[{l=/127.0.0.1:44810,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}]->[HttpConnectionOverHTTP@5a5b3d04(l:/127.0.0.1:44810 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@1b66373f(exchange=null)[send=HttpSenderOverHTTP@29078655(req=QUEUED,failure=null)[HttpGenerator@2a372d6c{s=START}],recv=HttpReceiverOverHTTP@51bcc2b7(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]]}} 20:13:03.868 [main] DEBUG org.eclipse.jetty.util.Pool -- Closing Pool@73163d48[inUse=0,size=0,max=1024,closed=false] 20:13:03.868 [WebSocket@1793899405-86] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- changeInterests p=false 0->1 for SocketChannelEndPoint@549cd9e7[{l=/127.0.0.1:44810,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}]->[HttpConnectionOverHTTP@5a5b3d04(l:/127.0.0.1:44810 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@1b66373f(exchange=null)[send=HttpSenderOverHTTP@29078655(req=QUEUED,failure=null)[HttpGenerator@2a372d6c{s=START}],recv=HttpReceiverOverHTTP@51bcc2b7(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 20:13:03.868 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED DeflaterPool@4da602fc{STOPPED,size=-1,capacity=1024} 20:13:03.868 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING InflaterPool@1af146{STARTED,size=0,capacity=1024} 20:13:03.868 [WebSocket@1793899405-86] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$431/0x00007ff2f4210ca8@7d26c08e on ManagedSelector@674658f7{STARTED} id=0 keys=1 selected=0 updates=0 20:13:03.868 [WebSocket@1793899405-86] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@674658f7{STARTED} id=0 keys=1 selected=0 updates=1 20:13:03.868 [main] DEBUG org.eclipse.jetty.util.Pool -- Closing Pool@26425897[inUse=0,size=0,max=1024,closed=false] 20:13:03.868 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED InflaterPool@1af146{STOPPED,size=-1,capacity=1024} 20:13:03.868 [WebSocket@1793899405-82] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@4f48cb98 woken with none selected 20:13:03.868 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED WebSocketComponents@6aecbb8d{STOPPED} 20:13:03.868 [WebSocket@1793899405-82] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@4f48cb98 woken up from select, 0/0/1 selected 20:13:03.868 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING HttpClient@7fc6de5b{STARTED} 20:13:03.868 [WebSocket@1793899405-82] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@4f48cb98 processing 0 keys, 1 updates 20:13:03.868 [WebSocket@1793899405-86] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran SocketChannelEndPoint@549cd9e7[{l=/127.0.0.1:44810,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}]->[HttpConnectionOverHTTP@5a5b3d04(l:/127.0.0.1:44810 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@1b66373f(exchange=null)[send=HttpSenderOverHTTP@29078655(req=QUEUED,failure=null)[HttpGenerator@2a372d6c{s=START}],recv=HttpReceiverOverHTTP@51bcc2b7(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]]:runFillable:BLOCKING in QueuedThreadPool[WebSocket@1793899405]@4b20ca2b{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@4a891c97{reserved=1/2,pending=0}] 20:13:03.868 [WebSocket@1793899405-82] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 20:13:03.868 [WebSocket@1793899405-82] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$431/0x00007ff2f4210ca8@7d26c08e 20:13:03.868 [WebSocket@1793899405-82] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- Key interests updated 0 -> 1 on SocketChannelEndPoint@549cd9e7[{l=/127.0.0.1:44810,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}]->[HttpConnectionOverHTTP@5a5b3d04(l:/127.0.0.1:44810 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@1b66373f(exchange=null)[send=HttpSenderOverHTTP@29078655(req=QUEUED,failure=null)[HttpGenerator@2a372d6c{s=START}],recv=HttpReceiverOverHTTP@51bcc2b7(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 20:13:03.868 [WebSocket@1793899405-82] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:13:03.868 [WebSocket@1793899405-82] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@4f48cb98 waiting with 1 keys 20:13:03.868 [main] DEBUG org.eclipse.jetty.client.HttpDestination -- Closed HttpDestination[Origin@98895eee[ws://localhost:14001,tag=null,protocol=Protocol@7f4624a[proto=[http/1.1],nego=false]]]@58c34bb3,state=STARTED,queue=0,pool=DuplexConnectionPool@56a4479a[s=STARTED,c=0/1/64,a=0,i=1,q=0,p=Pool@62163b39[inUse=0,size=1,max=64,closed=false]],stale=false,idle=-1 20:13:03.868 [main] DEBUG org.eclipse.jetty.util.Pool -- Closing Pool@62163b39[inUse=0,size=0,max=64,closed=false] 20:13:03.869 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING HttpDestination[Origin@98895eee[ws://localhost:14001,tag=null,protocol=Protocol@7f4624a[proto=[http/1.1],nego=false]]]@58c34bb3,state=STARTED,queue=0,pool=DuplexConnectionPool@56a4479a[s=STARTED,c=0/0/64,a=0,i=0,q=0,p=Pool@62163b39[inUse=0,size=0,max=64,closed=true]],stale=false,idle=-1 20:13:03.869 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING DuplexConnectionPool@56a4479a[s=STARTED,c=0/0/64,a=0,i=0,q=0,p=Pool@62163b39[inUse=0,size=0,max=64,closed=true]] 20:13:03.869 [main] DEBUG org.eclipse.jetty.util.Pool -- Closing Pool@62163b39[inUse=0,size=0,max=64,closed=true] 20:13:03.869 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED DuplexConnectionPool@56a4479a[s=STOPPED,c=0/0/64,a=0,i=0,q=0,p=Pool@62163b39[inUse=0,size=0,max=64,closed=true]] 20:13:03.869 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED HttpDestination[Origin@98895eee[ws://localhost:14001,tag=null,protocol=Protocol@7f4624a[proto=[http/1.1],nego=false]]]@58c34bb3,state=STOPPED,queue=0,pool=DuplexConnectionPool@56a4479a[s=STOPPED,c=0/0/64,a=0,i=0,q=0,p=Pool@62163b39[inUse=0,size=0,max=64,closed=true]],stale=false,idle=-1 20:13:03.869 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING HttpClientTransportOverHTTP@4c398c80{STARTED} 20:13:03.869 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ClientConnector@72758afa{STARTED} 20:13:03.869 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ClientSelectorManager@6eeade6c{STARTED} 20:13:03.869 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ManagedSelector@674658f7{STARTED} id=0 keys=1 selected=0 updates=0 20:13:03.869 [main] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.ManagedSelector$CloseConnections@4504d271 on ManagedSelector@674658f7{STOPPING} id=0 keys=1 selected=0 updates=0 20:13:03.869 [main] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@674658f7{STOPPING} id=0 keys=1 selected=0 updates=1 20:13:03.869 [WebSocket@1793899405-82] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@4f48cb98 woken with none selected 20:13:03.869 [WebSocket@1793899405-82] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@4f48cb98 woken up from select, 0/0/1 selected 20:13:03.869 [WebSocket@1793899405-82] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@4f48cb98 processing 0 keys, 1 updates 20:13:03.869 [WebSocket@1793899405-82] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 20:13:03.869 [WebSocket@1793899405-82] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$CloseConnections@4504d271 20:13:03.869 [WebSocket@1793899405-82] DEBUG org.eclipse.jetty.io.ManagedSelector -- Closing 1 connections on ManagedSelector@674658f7{STOPPING} id=0 keys=1 selected=0 updates=0 20:13:03.869 [WebSocket@1793899405-82] DEBUG org.eclipse.jetty.client.AbstractConnectionPool -- Removed (false) MultiEntry@62f4ff3b{CLOSED,usage=0,multiplex=0,pooled=HttpConnectionOverHTTP@5a5b3d04::SocketChannelEndPoint@549cd9e7[{l=/127.0.0.1:44810,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}]->[HttpConnectionOverHTTP@5a5b3d04(l:/127.0.0.1:44810 <-> r:localhost/127.0.0.1:14001,closed=true)=>HttpChannelOverHTTP@1b66373f(exchange=null)[send=HttpSenderOverHTTP@29078655(req=QUEUED,failure=null)[HttpGenerator@2a372d6c{s=START}],recv=HttpReceiverOverHTTP@51bcc2b7(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]]} Pool@62163b39[inUse=0,size=0,max=64,closed=true] 20:13:03.869 [WebSocket@1793899405-82] DEBUG org.eclipse.jetty.io.AbstractEndPoint -- shutdownOutput SocketChannelEndPoint@549cd9e7[{l=/127.0.0.1:44810,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}]->[HttpConnectionOverHTTP@5a5b3d04(l:/127.0.0.1:44810 <-> r:localhost/127.0.0.1:14001,closed=true)=>HttpChannelOverHTTP@1b66373f(exchange=null)[send=HttpSenderOverHTTP@29078655(req=QUEUED,failure=null)[HttpGenerator@2a372d6c{s=START}],recv=HttpReceiverOverHTTP@51bcc2b7(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 20:13:03.869 [WebSocket@1793899405-82] DEBUG org.eclipse.jetty.client.http.HttpConnectionOverHTTP -- Shutdown HttpConnectionOverHTTP@5a5b3d04::SocketChannelEndPoint@549cd9e7[{l=/127.0.0.1:44810,r=localhost/127.0.0.1:14001,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}]->[HttpConnectionOverHTTP@5a5b3d04(l:/127.0.0.1:44810 <-> r:localhost/127.0.0.1:14001,closed=true)=>HttpChannelOverHTTP@1b66373f(exchange=null)[send=HttpSenderOverHTTP@29078655(req=QUEUED,failure=null)[HttpGenerator@2a372d6c{s=START}],recv=HttpReceiverOverHTTP@51bcc2b7(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 20:13:03.869 [qtp304157852-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@5d48c143 woken up from select, 1/1/1 selected 20:13:03.869 [qtp304157852-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@5d48c143 processing 1 keys, 0 updates 20:13:03.869 [WebSocket@1793899405-82] DEBUG org.eclipse.jetty.io.AbstractEndPoint -- close SocketChannelEndPoint@549cd9e7[{l=/127.0.0.1:44810,r=localhost/127.0.0.1:14001,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}]->[HttpConnectionOverHTTP@5a5b3d04(l:/127.0.0.1:44810 <-> r:localhost/127.0.0.1:14001,closed=true)=>HttpChannelOverHTTP@1b66373f(exchange=null)[send=HttpSenderOverHTTP@29078655(req=QUEUED,failure=null)[HttpGenerator@2a372d6c{s=START}],recv=HttpReceiverOverHTTP@51bcc2b7(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 20:13:03.869 [WebSocket@1793899405-82] DEBUG org.eclipse.jetty.io.AbstractEndPoint -- close(null) SocketChannelEndPoint@549cd9e7[{l=/127.0.0.1:44810,r=localhost/127.0.0.1:14001,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}]->[HttpConnectionOverHTTP@5a5b3d04(l:/127.0.0.1:44810 <-> r:localhost/127.0.0.1:14001,closed=true)=>HttpChannelOverHTTP@1b66373f(exchange=null)[send=HttpSenderOverHTTP@29078655(req=QUEUED,failure=null)[HttpGenerator@2a372d6c{s=START}],recv=HttpReceiverOverHTTP@51bcc2b7(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 20:13:03.869 [qtp304157852-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- selected 1 channel=java.nio.channels.SocketChannel[connected local=/127.0.0.1:14001 remote=/127.0.0.1:44810], selector=sun.nio.ch.EPollSelectorImpl@5d48c143, interestOps=1, readyOps=1 SocketChannelEndPoint@68b69a6[{l=/127.0.0.1:14001,r=/127.0.0.1:44810,OPEN,fill=FI,flush=-,to=3/60000}{io=1/1,kio=1,kro=1}]->[HttpConnection@49718d3c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7872c2d8{s=START}]=>HttpChannelOverHttp@84c8707{s=HttpChannelState@c7302d6{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}] 20:13:03.869 [WebSocket@1793899405-82] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- doClose SocketChannelEndPoint@549cd9e7[{l=/127.0.0.1:44810,r=localhost/127.0.0.1:14001,CLOSED,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}]->[HttpConnectionOverHTTP@5a5b3d04(l:/127.0.0.1:44810 <-> r:localhost/127.0.0.1:14001,closed=true)=>HttpChannelOverHTTP@1b66373f(exchange=null)[send=HttpSenderOverHTTP@29078655(req=QUEUED,failure=null)[HttpGenerator@2a372d6c{s=START}],recv=HttpReceiverOverHTTP@51bcc2b7(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 20:13:03.869 [qtp304157852-44] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- onSelected 1->0 r=true w=false for SocketChannelEndPoint@68b69a6[{l=/127.0.0.1:14001,r=/127.0.0.1:44810,OPEN,fill=FI,flush=-,to=3/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@49718d3c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7872c2d8{s=START}]=>HttpChannelOverHttp@84c8707{s=HttpChannelState@c7302d6{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}] 20:13:03.869 [qtp304157852-44] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- task SocketChannelEndPoint@68b69a6[{l=/127.0.0.1:14001,r=/127.0.0.1:44810,OPEN,fill=FI,flush=-,to=3/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@49718d3c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7872c2d8{s=START}]=>HttpChannelOverHttp@84c8707{s=HttpChannelState@c7302d6{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 20:13:03.869 [qtp304157852-44] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@4d385e23{reserved=2/2,pending=0} tryExecute org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy$$Lambda$380/0x00007fa8e4312d78@71d9be42 20:13:03.869 [qtp304157852-42] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@6addf1de{RESERVED,thread=Thread[qtp304157852-42,5,Configuration Admin Service]} task=org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy$$Lambda$380/0x00007fa8e4312d78@71d9be42 ReservedThreadExecutor@4d385e23{reserved=1/2,pending=0} 20:13:03.869 [qtp304157852-42] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- AdaptiveExecutionStrategy@313e7a31/SelectorProducer@1efd6dc5/IDLE/p=true/QueuedThreadPool[qtp304157852]@1221149c{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=1/2,pending=0}][pc=0,pic=0,pec=1,epc=4]@2024-02-12T20:13:03.870028194Z tryProduce true 20:13:03.870 [qtp304157852-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 0 20:13:03.870 [qtp304157852-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:13:03.869 [WebSocket@1793899405-82] DEBUG org.eclipse.jetty.io.FillInterest -- onClose FillInterest@7b49c870{ReadCallback@6e69cc62{HttpConnectionOverHTTP@5a5b3d04::SocketChannelEndPoint@549cd9e7[{l=null,r=null,CLOSED,fill=FI,flush=-,to=1/30000}{io=1/1,kio=-1,kro=-1}]->[HttpConnectionOverHTTP@5a5b3d04(l:null <-> r:null,closed=true)=>HttpChannelOverHTTP@1b66373f(exchange=null)[send=HttpSenderOverHTTP@29078655(req=QUEUED,failure=null)[HttpGenerator@2a372d6c{s=START}],recv=HttpReceiverOverHTTP@51bcc2b7(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]]}} 20:13:03.869 [qtp304157852-44] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- ss=EXECUTE_PRODUCE_CONSUME t=SocketChannelEndPoint@68b69a6[{l=/127.0.0.1:14001,r=/127.0.0.1:44810,OPEN,fill=FI,flush=-,to=3/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@49718d3c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7872c2d8{s=START}]=>HttpChannelOverHttp@84c8707{s=HttpChannelState@c7302d6{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/BLOCKING AdaptiveExecutionStrategy@313e7a31/SelectorProducer@1efd6dc5/PRODUCING/p=false/QueuedThreadPool[qtp304157852]@1221149c{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=1/2,pending=0}][pc=0,pic=0,pec=1,epc=4]@2024-02-12T20:13:03.87010467Z 20:13:03.870 [qtp304157852-42] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- Key interests updated 1 -> 0 on SocketChannelEndPoint@68b69a6[{l=/127.0.0.1:14001,r=/127.0.0.1:44810,OPEN,fill=FI,flush=-,to=3/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@49718d3c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7872c2d8{s=START}]=>HttpChannelOverHttp@84c8707{s=HttpChannelState@c7302d6{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}] 20:13:03.870 [qtp304157852-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@5d48c143 waiting with 1 keys 20:13:03.870 [qtp304157852-44] DEBUG org.eclipse.jetty.io.FillInterest -- fillable FillInterest@6c830ab2{ReadCallback@295e7273{HttpConnection@49718d3c::SocketChannelEndPoint@68b69a6[{l=/127.0.0.1:14001,r=/127.0.0.1:44810,OPEN,fill=FI,flush=-,to=3/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@49718d3c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7872c2d8{s=START}]=>HttpChannelOverHttp@84c8707{s=HttpChannelState@c7302d6{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}]}} 20:13:03.870 [qtp304157852-44] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@49718d3c::SocketChannelEndPoint@68b69a6[{l=/127.0.0.1:14001,r=/127.0.0.1:44810,OPEN,fill=-,flush=-,to=3/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@49718d3c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7872c2d8{s=START}]=>HttpChannelOverHttp@84c8707{s=HttpChannelState@c7302d6{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 enter HttpChannelState@c7302d6{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 20:13:03.870 [qtp304157852-44] DEBUG org.eclipse.jetty.io.AbstractEndPoint -- shutdownInput SocketChannelEndPoint@68b69a6[{l=/127.0.0.1:14001,r=/127.0.0.1:44810,OPEN,fill=-,flush=-,to=4/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@49718d3c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7872c2d8{s=START}]=>HttpChannelOverHttp@84c8707{s=HttpChannelState@c7302d6{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}] 20:13:03.870 [WebSocket@1793899405-82] DEBUG org.eclipse.jetty.io.AbstractConnection -- HttpConnectionOverHTTP@5a5b3d04::SocketChannelEndPoint@549cd9e7[{l=null,r=null,CLOSED,fill=-,flush=-,to=1/30000}{io=1/1,kio=-1,kro=-1}]->[HttpConnectionOverHTTP@5a5b3d04(l:null <-> r:null,closed=true)=>HttpChannelOverHTTP@1b66373f(exchange=null)[send=HttpSenderOverHTTP@29078655(req=QUEUED,failure=null)[HttpGenerator@2a372d6c{s=START}],recv=HttpReceiverOverHTTP@51bcc2b7(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] onFillInterestedFailed {} java.nio.channels.ClosedChannelException: null at org.eclipse.jetty.io.FillInterest.onClose(FillInterest.java:147) at org.eclipse.jetty.io.AbstractEndPoint.onClose(AbstractEndPoint.java:354) at org.eclipse.jetty.io.SelectableChannelEndPoint.onClose(SelectableChannelEndPoint.java:165) at org.eclipse.jetty.io.AbstractEndPoint.onClose(AbstractEndPoint.java:344) at org.eclipse.jetty.io.AbstractEndPoint.doOnClose(AbstractEndPoint.java:263) at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:227) at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:210) at org.eclipse.jetty.client.http.HttpConnectionOverHTTP.close(HttpConnectionOverHTTP.java:242) at org.eclipse.jetty.client.http.HttpConnectionOverHTTP.close(HttpConnectionOverHTTP.java:229) at org.eclipse.jetty.util.IO.close(IO.java:407) at org.eclipse.jetty.io.ManagedSelector$CloseConnections.update(ManagedSelector.java:1014) at org.eclipse.jetty.io.ManagedSelector$SelectorProducer.processUpdates(ManagedSelector.java:566) at org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:537) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.produceTask(AdaptiveExecutionStrategy.java:450) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce(AdaptiveExecutionStrategy.java:243) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.produce(AdaptiveExecutionStrategy.java:194) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:934) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1078) at java.base/java.lang.Thread.run(Thread.java:840) 20:13:03.870 [qtp304157852-44] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- filled -1 DirectByteBuffer@656a3417[p=0,l=0,c=8192,r=0]={<<<>>>GET /ws/s...\x00\x00\x00\x00\x00\x00\x00} 20:13:03.870 [qtp304157852-44] DEBUG org.eclipse.jetty.http.HttpParser -- atEOF HttpParser{s=START,0 of -1} 20:13:03.870 [WebSocket@1793899405-82] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup ManagedSelector@674658f7{STOPPING} id=0 keys=1 selected=0 updates=0 20:13:03.870 [WebSocket@1793899405-82] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@718fa288 startThread=0 20:13:03.870 [WebSocket@1793899405-87] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@718fa288 in QueuedThreadPool[WebSocket@1793899405]@4b20ca2b{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@4a891c97{reserved=1/2,pending=0}] 20:13:03.870 [qtp304157852-44] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@49718d3c::SocketChannelEndPoint@68b69a6[{l=/127.0.0.1:14001,r=/127.0.0.1:44810,ISHUT,fill=-,flush=-,to=4/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@49718d3c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7872c2d8{s=START}]=>HttpChannelOverHttp@84c8707{s=HttpChannelState@c7302d6{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 -1 RetainableByteBuffer@349e4f18{DirectByteBuffer@656a3417[p=0,l=0,c=8192,r=0]={<<<>>>GET /ws/s...\x00\x00\x00\x00\x00\x00\x00},r=1} 20:13:03.870 [qtp304157852-44] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@49718d3c::SocketChannelEndPoint@68b69a6[{l=/127.0.0.1:14001,r=/127.0.0.1:44810,ISHUT,fill=-,flush=-,to=4/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@49718d3c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7872c2d8{s=START}]=>HttpChannelOverHttp@84c8707{s=HttpChannelState@c7302d6{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@349e4f18{DirectByteBuffer@656a3417[p=0,l=0,c=8192,r=0]={<<<>>>GET /ws/s...\x00\x00\x00\x00\x00\x00\x00},r=1} 20:13:03.870 [qtp304157852-44] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=START DirectByteBuffer@656a3417[p=0,l=0,c=8192,r=0]={<<<>>>GET /ws/s...\x00\x00\x00\x00\x00\x00\x00} 20:13:03.870 [WebSocket@1793899405-82] DEBUG org.eclipse.jetty.client.http.HttpConnectionOverHTTP -- Closed HttpConnectionOverHTTP@5a5b3d04::SocketChannelEndPoint@549cd9e7[{l=null,r=null,CLOSED,fill=-,flush=-,to=2/30000}{io=1/1,kio=-1,kro=-1}]->[HttpConnectionOverHTTP@5a5b3d04(l:null <-> r:null,closed=true)=>HttpChannelOverHTTP@1b66373f(exchange=null)[send=HttpSenderOverHTTP@29078655(req=QUEUED,failure=null)[HttpGenerator@2a372d6c{s=START}],recv=HttpReceiverOverHTTP@51bcc2b7(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 20:13:03.870 [qtp304157852-44] DEBUG org.eclipse.jetty.http.HttpParser -- START --> CLOSED 20:13:03.870 [WebSocket@1793899405-82] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:13:03.870 [WebSocket@1793899405-87] DEBUG org.eclipse.jetty.io.ManagedSelector -- Destroyed SocketChannelEndPoint@549cd9e7[{l=null,r=null,CLOSED,fill=-,flush=-,to=2/30000}{io=1/1,kio=-1,kro=-1}]->[HttpConnectionOverHTTP@5a5b3d04(l:null <-> r:null,closed=true)=>HttpChannelOverHTTP@1b66373f(exchange=null)[send=HttpSenderOverHTTP@29078655(req=QUEUED,failure=null)[HttpGenerator@2a372d6c{s=START}],recv=HttpReceiverOverHTTP@51bcc2b7(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 20:13:03.870 [WebSocket@1793899405-82] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@4f48cb98 waiting with 1 keys 20:13:03.870 [qtp304157852-44] DEBUG org.eclipse.jetty.io.AbstractEndPoint -- close SocketChannelEndPoint@68b69a6[{l=/127.0.0.1:14001,r=/127.0.0.1:44810,ISHUT,fill=-,flush=-,to=4/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@49718d3c[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@7872c2d8{s=START}]=>HttpChannelOverHttp@84c8707{s=HttpChannelState@c7302d6{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}] 20:13:03.870 [main] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.ManagedSelector$StopSelector@207b8649 on ManagedSelector@674658f7{STOPPING} id=0 keys=0 selected=0 updates=0 20:13:03.870 [qtp304157852-44] DEBUG org.eclipse.jetty.io.AbstractEndPoint -- close(null) SocketChannelEndPoint@68b69a6[{l=/127.0.0.1:14001,r=/127.0.0.1:44810,ISHUT,fill=-,flush=-,to=4/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@49718d3c[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@7872c2d8{s=START}]=>HttpChannelOverHttp@84c8707{s=HttpChannelState@c7302d6{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}] 20:13:03.870 [main] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@674658f7{STOPPING} id=0 keys=0 selected=0 updates=1 20:13:03.870 [WebSocket@1793899405-82] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@4f48cb98 woken with none selected 20:13:03.870 [WebSocket@1793899405-87] DEBUG org.eclipse.jetty.io.AbstractConnection -- onClose HttpConnectionOverHTTP@5a5b3d04::SocketChannelEndPoint@549cd9e7[{l=null,r=null,CLOSED,fill=-,flush=-,to=2/30000}{io=1/1,kio=-1,kro=-1}]->[HttpConnectionOverHTTP@5a5b3d04(l:null <-> r:null,closed=true)=>HttpChannelOverHTTP@1b66373f(exchange=null)[send=HttpSenderOverHTTP@29078655(req=QUEUED,failure=null)[HttpGenerator@2a372d6c{s=START}],recv=HttpReceiverOverHTTP@51bcc2b7(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 20:13:03.870 [qtp304157852-44] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- doClose SocketChannelEndPoint@68b69a6[{l=/127.0.0.1:14001,r=/127.0.0.1:44810,CLOSED,fill=-,flush=-,to=4/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@49718d3c[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@7872c2d8{s=START}]=>HttpChannelOverHttp@84c8707{s=HttpChannelState@c7302d6{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}] 20:13:03.870 [WebSocket@1793899405-82] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@4f48cb98 woken up from select, 0/0/0 selected 20:13:03.870 [WebSocket@1793899405-87] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@718fa288 in QueuedThreadPool[WebSocket@1793899405]@4b20ca2b{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@4a891c97{reserved=1/2,pending=0}] 20:13:03.870 [WebSocket@1793899405-82] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@4f48cb98 processing 0 keys, 1 updates 20:13:03.870 [WebSocket@1793899405-82] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 20:13:03.870 [WebSocket@1793899405-82] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$StopSelector@207b8649 20:13:03.870 [qtp304157852-44] DEBUG org.eclipse.jetty.io.FillInterest -- onClose FillInterest@6c830ab2{null} 20:13:03.870 [WebSocket@1793899405-82] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:13:03.870 [qtp304157852-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup ManagedSelector@62a71547{STARTED} id=0 keys=1 selected=0 updates=0 20:13:03.870 [WebSocket@1793899405-82] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.io.ManagedSelector$$Lambda$397/0x00007ff2f418e1c8@5c8eee0f in QueuedThreadPool[WebSocket@1793899405]@4b20ca2b{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@4a891c97{reserved=1/2,pending=0}] 20:13:03.870 [qtp304157852-44] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@6a421a58 startThread=0 20:13:03.870 [qtp304157852-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@5d48c143 woken with none selected 20:13:03.870 [qtp304157852-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@5d48c143 woken up from select, 0/0/0 selected 20:13:03.870 [qtp304157852-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@5d48c143 processing 0 keys, 0 updates 20:13:03.870 [qtp304157852-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 0 20:13:03.870 [qtp304157852-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:13:03.870 [qtp304157852-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@5d48c143 waiting with 0 keys 20:13:03.870 [qtp304157852-39] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@6a421a58 in QueuedThreadPool[qtp304157852]@1221149c{STARTED,8<=8<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=1/2,pending=0}] 20:13:03.870 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING AdaptiveExecutionStrategy@6cfcd46d/SelectorProducer@52045dbe/IDLE/p=false/QueuedThreadPool[WebSocket@1793899405]@4b20ca2b{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@4a891c97{reserved=1/2,pending=0}][pc=0,pic=0,pec=1,epc=0]@2024-02-12T20:13:03.871030883Z 20:13:03.870 [qtp304157852-44] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@49718d3c::SocketChannelEndPoint@68b69a6[{l=null,r=null,CLOSED,fill=-,flush=-,to=4/60000}{io=0/0,kio=-1,kro=-1}]->[HttpConnection@49718d3c[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@7872c2d8{s=START}]=>HttpChannelOverHttp@84c8707{s=HttpChannelState@c7302d6{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=CLOSED,0 of -1} 20:13:03.871 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED AdaptiveExecutionStrategy@6cfcd46d/SelectorProducer@52045dbe/IDLE/p=false/QueuedThreadPool[WebSocket@1793899405]@4b20ca2b{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@4a891c97{reserved=1/2,pending=0}][pc=0,pic=0,pec=1,epc=0]@2024-02-12T20:13:03.871111993Z 20:13:03.871 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ManagedSelector@674658f7{STOPPED} id=0 keys=-1 selected=-1 updates=0 20:13:03.871 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ClientSelectorManager@6eeade6c{STOPPED} 20:13:03.871 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING Client@75f65e45[provider=null,keyStore=null,trustStore=null] 20:13:03.871 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED Client@75f65e45[provider=null,keyStore=null,trustStore=null] 20:13:03.871 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ScheduledExecutorScheduler@3382f8ae{STARTED} 20:13:03.870 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Destroyed SocketChannelEndPoint@68b69a6[{l=null,r=null,CLOSED,fill=-,flush=-,to=4/60000}{io=0/0,kio=-1,kro=-1}]->[HttpConnection@49718d3c[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@7872c2d8{s=START}]=>HttpChannelOverHttp@84c8707{s=HttpChannelState@c7302d6{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}] 20:13:03.871 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ScheduledExecutorScheduler@3382f8ae{STOPPED} 20:13:03.871 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING QueuedThreadPool[WebSocket@1793899405]@4b20ca2b{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@4a891c97{reserved=1/2,pending=0}] 20:13:03.871 [qtp304157852-44] DEBUG org.eclipse.jetty.server.HttpConnection -- releaseRequestBuffer HttpConnection@49718d3c::SocketChannelEndPoint@68b69a6[{l=null,r=null,CLOSED,fill=-,flush=-,to=4/60000}{io=0/0,kio=-1,kro=-1}]->[HttpConnection@49718d3c[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@7872c2d8{s=START}]=>HttpChannelOverHttp@84c8707{s=HttpChannelState@c7302d6{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}] 20:13:03.871 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Stopping QueuedThreadPool[WebSocket@1793899405]@4b20ca2b{STOPPING,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@4a891c97{reserved=1/2,pending=0}] 20:13:03.871 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ReservedThreadExecutor@4a891c97{reserved=1/2,pending=0} 20:13:03.871 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ReservedThreadExecutor@4a891c97{reserved=-1/2,pending=0} 20:13:03.871 [qtp304157852-44] DEBUG org.eclipse.jetty.io.AbstractEndPoint -- shutdownOutput SocketChannelEndPoint@68b69a6[{l=null,r=null,CLOSED,fill=-,flush=-,to=4/60000}{io=0/0,kio=-1,kro=-1}]->[HttpConnection@49718d3c[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@7872c2d8{s=START}]=>HttpChannelOverHttp@84c8707{s=HttpChannelState@c7302d6{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}] 20:13:03.871 [WebSocket@1793899405-85] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@92f39bf{RESERVED,thread=Thread[WebSocket@1793899405-85,5,main]} task=STOP ReservedThreadExecutor@4a891c97{reserved=-1/2,pending=0} 20:13:03.871 [WebSocket@1793899405-85] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@92f39bf{RESERVED,thread=Thread[WebSocket@1793899405-85,5,main]} exited ReservedThreadExecutor@4a891c97{reserved=-1/2,pending=0} 20:13:03.871 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Waiting for Thread[WebSocket@1793899405-83,5,main] for 2499 20:13:03.871 [WebSocket@1793899405-85] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran ReservedThread@92f39bf{RESERVED,thread=null} in QueuedThreadPool[WebSocket@1793899405]@4b20ca2b{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 20:13:03.871 [qtp304157852-39] DEBUG org.eclipse.jetty.io.AbstractConnection -- onClose HttpConnection@49718d3c::SocketChannelEndPoint@68b69a6[{l=null,r=null,CLOSED,fill=-,flush=-,to=4/60000}{io=0/0,kio=-1,kro=-1}]->[HttpConnection@49718d3c[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@7872c2d8{s=START}]=>HttpChannelOverHttp@84c8707{s=HttpChannelState@c7302d6{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}] 20:13:03.871 [qtp304157852-44] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@49718d3c::SocketChannelEndPoint@68b69a6[{l=null,r=null,CLOSED,fill=-,flush=-,to=5/60000}{io=0/0,kio=-1,kro=-1}]->[HttpConnection@49718d3c[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@7872c2d8{s=START}]=>HttpChannelOverHttp@84c8707{s=HttpChannelState@c7302d6{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@c7302d6{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 20:13:03.871 [WebSocket@1793899405-85] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@1793899405-85,5,main] exited for QueuedThreadPool[WebSocket@1793899405]@4b20ca2b{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 20:13:03.871 [WebSocket@1793899405-88] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@1793899405]@4b20ca2b{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 20:13:03.871 [qtp304157852-39] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@6a421a58 in QueuedThreadPool[qtp304157852]@1221149c{STARTED,8<=8<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=2/2,pending=0}] 20:13:03.871 [qtp304157852-44] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@76d3dfda{RUNNING,thread=Thread[qtp304157852-44,5,Configuration Admin Service]} was=RUNNING next=RESERVED size=0+2 capacity=2 20:13:03.871 [WebSocket@1793899405-89] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@1793899405]@4b20ca2b{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 20:13:03.871 [WebSocket@1793899405-86] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@1793899405]@4b20ca2b{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 20:13:03.871 [WebSocket@1793899405-83] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@1793899405]@4b20ca2b{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 20:13:03.871 [qtp304157852-44] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@76d3dfda{RESERVED,thread=Thread[qtp304157852-44,5,Configuration Admin Service]} waiting ReservedThreadExecutor@4d385e23{reserved=2/2,pending=0} 20:13:03.871 [WebSocket@1793899405-88] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@1793899405]@4b20ca2b{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 20:13:03.871 [WebSocket@1793899405-84] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@1793899405]@4b20ca2b{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 20:13:03.871 [WebSocket@1793899405-86] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@1793899405]@4b20ca2b{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 20:13:03.871 [WebSocket@1793899405-83] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@1793899405]@4b20ca2b{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 20:13:03.871 [WebSocket@1793899405-87] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@1793899405]@4b20ca2b{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 20:13:03.871 [WebSocket@1793899405-86] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@1793899405-86,5,main] exited for QueuedThreadPool[WebSocket@1793899405]@4b20ca2b{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 20:13:03.871 [WebSocket@1793899405-83] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@1793899405-83,5,main] exited for QueuedThreadPool[WebSocket@1793899405]@4b20ca2b{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 20:13:03.871 [WebSocket@1793899405-82] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@1793899405]@4b20ca2b{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 20:13:03.871 [WebSocket@1793899405-87] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@1793899405]@4b20ca2b{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 20:13:03.871 [WebSocket@1793899405-89] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@1793899405]@4b20ca2b{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 20:13:03.871 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Waiting for Thread[WebSocket@1793899405-84,5,main] for 2499 20:13:03.871 [WebSocket@1793899405-88] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@1793899405-88,5,main] exited for QueuedThreadPool[WebSocket@1793899405]@4b20ca2b{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 20:13:03.871 [WebSocket@1793899405-82] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@1793899405]@4b20ca2b{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:03.871 [WebSocket@1793899405-89] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@1793899405-89,5,main] exited for QueuedThreadPool[WebSocket@1793899405]@4b20ca2b{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 20:13:03.871 [WebSocket@1793899405-84] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@1793899405]@4b20ca2b{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:03.871 [WebSocket@1793899405-82] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@1793899405-82,5,main] exited for QueuedThreadPool[WebSocket@1793899405]@4b20ca2b{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 20:13:03.871 [WebSocket@1793899405-87] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@1793899405-87,5,main] exited for QueuedThreadPool[WebSocket@1793899405]@4b20ca2b{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:03.871 [WebSocket@1793899405-84] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@1793899405-84,5,main] exited for QueuedThreadPool[WebSocket@1793899405]@4b20ca2b{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 20:13:03.871 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Waiting for Thread[WebSocket@1793899405-89,5,] for 2499 20:13:03.871 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED QueuedThreadPool[WebSocket@1793899405]@4b20ca2b{STOPPED,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 20:13:03.871 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ClientConnector@72758afa{STOPPED} 20:13:03.871 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED HttpClientTransportOverHTTP@4c398c80{STOPPED} 20:13:03.871 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED HttpClient@7fc6de5b{STOPPED} 20:13:03.871 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED WebSocketCoreClient@60a2630a{STOPPED} 20:13:03.872 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED WebSocketClient@bce6d047[coreClient=WebSocketCoreClient@60a2630a{STOPPED},openSessions.size=0] 20:13:05.872 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING WebSocketClient@7cc7a956[coreClient=WebSocketCoreClient@5bc9ba1d{STARTED},openSessions.size=0] 20:13:05.872 [main] INFO org.eclipse.jetty.websocket.client.WebSocketClient -- Shutdown WebSocketClient@7cc7a956[coreClient=WebSocketCoreClient@5bc9ba1d{STARTED},openSessions.size=0] 20:13:05.872 [main] DEBUG org.eclipse.jetty.websocket.client.WebSocketClient -- graceful SessionTracker@1021f6c9{STARTED} 20:13:05.873 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING SessionTracker@1021f6c9{STARTED} 20:13:05.873 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED SessionTracker@1021f6c9{STOPPED} 20:13:05.873 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING WebSocketCoreClient@5bc9ba1d{STARTED} 20:13:05.873 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING WebSocketComponents@5d2a4eed{STARTED} 20:13:05.873 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING DeflaterPool@3f0846c6{STARTED,size=0,capacity=1024} 20:13:05.873 [main] DEBUG org.eclipse.jetty.util.Pool -- Closing Pool@5c00384f[inUse=0,size=0,max=1024,closed=false] 20:13:05.873 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED DeflaterPool@3f0846c6{STOPPED,size=-1,capacity=1024} 20:13:05.873 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING InflaterPool@57459491{STARTED,size=0,capacity=1024} 20:13:05.873 [main] DEBUG org.eclipse.jetty.util.Pool -- Closing Pool@36f48b4[inUse=0,size=0,max=1024,closed=false] 20:13:05.873 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED InflaterPool@57459491{STOPPED,size=-1,capacity=1024} 20:13:05.873 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED WebSocketComponents@5d2a4eed{STOPPED} 20:13:05.873 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING HttpClient@62452cc9{STARTED} 20:13:05.873 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING HttpClientTransportOverHTTP@45e37a7e{STARTED} 20:13:05.873 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ClientConnector@3e10dc6{STARTED} 20:13:05.873 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ClientSelectorManager@3e7634b9{STARTED} 20:13:05.873 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ManagedSelector@68b6f0d6{STARTED} id=0 keys=0 selected=0 updates=0 20:13:05.873 [main] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.ManagedSelector$CloseConnections@65b3a85a on ManagedSelector@68b6f0d6{STOPPING} id=0 keys=0 selected=0 updates=0 20:13:05.873 [main] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@68b6f0d6{STOPPING} id=0 keys=0 selected=0 updates=1 20:13:05.873 [WebSocket@1563053805-74] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@3bf6d600 woken with none selected 20:13:05.873 [WebSocket@1563053805-74] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@3bf6d600 woken up from select, 0/0/0 selected 20:13:05.873 [WebSocket@1563053805-74] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@3bf6d600 processing 0 keys, 1 updates 20:13:05.873 [WebSocket@1563053805-74] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 20:13:05.873 [WebSocket@1563053805-74] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$CloseConnections@65b3a85a 20:13:05.873 [WebSocket@1563053805-74] DEBUG org.eclipse.jetty.io.ManagedSelector -- Closing 0 connections on ManagedSelector@68b6f0d6{STOPPING} id=0 keys=0 selected=0 updates=0 20:13:05.873 [WebSocket@1563053805-74] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:13:05.873 [WebSocket@1563053805-74] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@3bf6d600 waiting with 0 keys 20:13:05.873 [main] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.ManagedSelector$StopSelector@34997338 on ManagedSelector@68b6f0d6{STOPPING} id=0 keys=0 selected=0 updates=0 20:13:05.873 [main] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@68b6f0d6{STOPPING} id=0 keys=0 selected=0 updates=1 20:13:05.873 [WebSocket@1563053805-74] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@3bf6d600 woken with none selected 20:13:05.873 [WebSocket@1563053805-74] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@3bf6d600 woken up from select, 0/0/0 selected 20:13:05.873 [WebSocket@1563053805-74] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@3bf6d600 processing 0 keys, 1 updates 20:13:05.873 [WebSocket@1563053805-74] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 20:13:05.873 [WebSocket@1563053805-74] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$StopSelector@34997338 20:13:05.873 [WebSocket@1563053805-74] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:13:05.873 [WebSocket@1563053805-74] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.io.ManagedSelector$$Lambda$397/0x00007ff2f418e1c8@4044fb95 in QueuedThreadPool[WebSocket@1563053805]@13cf7d52{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@6f0b0a5e{reserved=0/2,pending=0}] 20:13:05.873 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING AdaptiveExecutionStrategy@686449f9/SelectorProducer@665df3c6/IDLE/p=false/QueuedThreadPool[WebSocket@1563053805]@13cf7d52{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@6f0b0a5e{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:13:05.873777153Z 20:13:05.873 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED AdaptiveExecutionStrategy@686449f9/SelectorProducer@665df3c6/IDLE/p=false/QueuedThreadPool[WebSocket@1563053805]@13cf7d52{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@6f0b0a5e{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:13:05.873871823Z 20:13:05.873 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ManagedSelector@68b6f0d6{STOPPED} id=0 keys=-1 selected=-1 updates=0 20:13:05.873 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ClientSelectorManager@3e7634b9{STOPPED} 20:13:05.873 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING Client@3fa2213[provider=null,keyStore=null,trustStore=null] 20:13:05.873 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED Client@3fa2213[provider=null,keyStore=null,trustStore=null] 20:13:05.873 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ScheduledExecutorScheduler@5e81e5ac{STARTED} 20:13:05.874 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ScheduledExecutorScheduler@5e81e5ac{STOPPED} 20:13:05.874 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING QueuedThreadPool[WebSocket@1563053805]@13cf7d52{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@6f0b0a5e{reserved=0/2,pending=0}] 20:13:05.874 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Stopping QueuedThreadPool[WebSocket@1563053805]@13cf7d52{STOPPING,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@6f0b0a5e{reserved=0/2,pending=0}] 20:13:05.874 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ReservedThreadExecutor@6f0b0a5e{reserved=0/2,pending=0} 20:13:05.874 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ReservedThreadExecutor@6f0b0a5e{reserved=-1/2,pending=0} 20:13:05.874 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Waiting for Thread[WebSocket@1563053805-76,5,main] for 2499 20:13:05.874 [WebSocket@1563053805-75] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@1563053805]@13cf7d52{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:05.874 [WebSocket@1563053805-76] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@1563053805]@13cf7d52{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:05.874 [WebSocket@1563053805-75] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@1563053805]@13cf7d52{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:05.874 [WebSocket@1563053805-76] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@1563053805]@13cf7d52{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:05.874 [WebSocket@1563053805-77] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@1563053805]@13cf7d52{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:05.874 [WebSocket@1563053805-75] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@1563053805-75,5,main] exited for QueuedThreadPool[WebSocket@1563053805]@13cf7d52{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:05.874 [WebSocket@1563053805-76] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@1563053805-76,5,main] exited for QueuedThreadPool[WebSocket@1563053805]@13cf7d52{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:05.874 [WebSocket@1563053805-77] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@1563053805]@13cf7d52{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:05.874 [WebSocket@1563053805-78] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@1563053805]@13cf7d52{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:05.874 [WebSocket@1563053805-79] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@1563053805]@13cf7d52{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:05.874 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Waiting for Thread[WebSocket@1563053805-77,5,main] for 2499 20:13:05.874 [WebSocket@1563053805-78] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@1563053805]@13cf7d52{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:05.874 [WebSocket@1563053805-79] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@1563053805]@13cf7d52{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:05.874 [WebSocket@1563053805-80] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@1563053805]@13cf7d52{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:05.874 [WebSocket@1563053805-77] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@1563053805-77,5,main] exited for QueuedThreadPool[WebSocket@1563053805]@13cf7d52{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:05.874 [WebSocket@1563053805-78] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@1563053805-78,5,main] exited for QueuedThreadPool[WebSocket@1563053805]@13cf7d52{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:05.874 [WebSocket@1563053805-79] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@1563053805-79,5,main] exited for QueuedThreadPool[WebSocket@1563053805]@13cf7d52{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:05.874 [WebSocket@1563053805-80] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@1563053805]@13cf7d52{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:05.874 [WebSocket@1563053805-74] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@1563053805]@13cf7d52{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:05.874 [WebSocket@1563053805-80] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@1563053805-80,5,main] exited for QueuedThreadPool[WebSocket@1563053805]@13cf7d52{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:05.874 [WebSocket@1563053805-81] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@1563053805]@13cf7d52{STOPPING,8<=0<=200,i=9,r=-1,q=0}[NO_TRY] 20:13:05.874 [WebSocket@1563053805-74] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@1563053805]@13cf7d52{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:05.874 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Waiting for Thread[WebSocket@1563053805-79,5,] for 2499 20:13:05.874 [WebSocket@1563053805-81] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@1563053805]@13cf7d52{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:05.874 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Waiting for Thread[WebSocket@1563053805-80,5,] for 2499 20:13:05.874 [WebSocket@1563053805-81] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@1563053805-81,5,main] exited for QueuedThreadPool[WebSocket@1563053805]@13cf7d52{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:05.874 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Waiting for Thread[WebSocket@1563053805-81,5,main] for 2499 20:13:05.874 [WebSocket@1563053805-74] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@1563053805-74,5,main] exited for QueuedThreadPool[WebSocket@1563053805]@13cf7d52{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:05.874 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED QueuedThreadPool[WebSocket@1563053805]@13cf7d52{STOPPED,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:05.874 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ClientConnector@3e10dc6{STOPPED} 20:13:05.874 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED HttpClientTransportOverHTTP@45e37a7e{STOPPED} 20:13:05.874 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED HttpClient@62452cc9{STOPPED} 20:13:05.874 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED WebSocketCoreClient@5bc9ba1d{STOPPED} 20:13:05.874 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED WebSocketClient@7cc7a956[coreClient=WebSocketCoreClient@5bc9ba1d{STOPPED},openSessions.size=0] 20:13:05.875 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- QueuedThreadPool[qtp2082509879]@7c209437{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] added {org.eclipse.jetty.util.thread.ThreadPoolBudget@2262b621,POJO} 20:13:05.875 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketComponents@7e928e2f{STOPPED} added {InflaterPool@f667fe{STOPPED,size=-1,capacity=1024},AUTO} 20:13:05.875 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketComponents@7e928e2f{STOPPED} added {DeflaterPool@788fcafb{STOPPED,size=-1,capacity=1024},AUTO} 20:13:05.875 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketComponents@7e928e2f{STOPPED} added {MappedByteBufferPool@4febb875{maxQueueLength=-1, factor=4096},POJO} 20:13:05.875 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketComponents@7e928e2f{STOPPED} added {org.eclipse.jetty.websocket.core.WebSocketExtensionRegistry@25e2a451,POJO} 20:13:05.875 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketComponents@7e928e2f{STOPPED} added {org.eclipse.jetty.util.DecoratedObjectFactory[decorators=0],POJO} 20:13:05.875 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketComponents@7e928e2f{STOPPED} added {QueuedThreadPool[WebSocket@2123533871]@7c209437{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY],AUTO} 20:13:05.876 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientConnector@1698ee84{STOPPED} added {org.eclipse.jetty.io.ClientConnector$Configurator@10c626be,POJO} 20:13:05.876 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpClientTransportOverHTTP@2fc0cc3{STOPPED} added {ClientConnector@1698ee84{STOPPED},AUTO} 20:13:05.876 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpClient@328cf0e1{STOPPED} added {HttpClientTransportOverHTTP@2fc0cc3{STOPPED},AUTO} 20:13:05.876 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpClient@328cf0e1{STOPPED} added {org.eclipse.jetty.client.ProtocolHandlers@63b1d4fa,POJO} 20:13:05.876 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpClient@328cf0e1{STOPPED} added {org.eclipse.jetty.client.HttpClient$ContentDecoderFactorySet@42e3ede4,POJO} 20:13:05.876 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientConnector@1698ee84{STOPPED} added {QueuedThreadPool[WebSocket@2123533871]@7c209437{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY],AUTO} 20:13:05.876 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketCoreClient@201b6b6f{STOPPED} added {HttpClient@328cf0e1{STOPPED},AUTO} 20:13:05.876 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketCoreClient@201b6b6f{STOPPED} added {WebSocketComponents@7e928e2f{STOPPED},AUTO} 20:13:05.876 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketClient@53a0b1a8[coreClient=WebSocketCoreClient@201b6b6f{STOPPED},openSessions.size=0] added {WebSocketCoreClient@201b6b6f{STOPPED},MANAGED} 20:13:05.876 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketClient@53a0b1a8[coreClient=WebSocketCoreClient@201b6b6f{STOPPED},openSessions.size=0] added {SessionTracker@75459c75{STOPPED},AUTO} 20:13:05.876 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING WebSocketClient@53a0b1a8[coreClient=WebSocketCoreClient@201b6b6f{STOPPED},openSessions.size=0] 20:13:05.876 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING WebSocketCoreClient@201b6b6f{STOPPED} 20:13:05.876 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING HttpClient@328cf0e1{STOPPED} 20:13:05.876 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientConnector@1698ee84{STOPPED} added {MappedByteBufferPool@183e8023{maxQueueLength=100, factor=2048},POJO} 20:13:05.876 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpClient@328cf0e1{STARTING} added {org.eclipse.jetty.io.ArrayRetainableByteBufferPool@45efc20d{min=0,max=65536,buckets=32,heap=0/268435456,direct=0/268435456},POJO} 20:13:05.876 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientConnector@1698ee84{STOPPED} added {ScheduledExecutorScheduler@3e5499cc{STOPPED},AUTO} 20:13:05.876 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpClient@328cf0e1{STARTING} added {org.eclipse.jetty.util.SocketAddressResolver$Async@67ab1c47,POJO} 20:13:05.876 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING HttpClientTransportOverHTTP@2fc0cc3{STOPPED} 20:13:05.876 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ClientConnector@1698ee84{STOPPED} 20:13:05.876 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientConnector@1698ee84{STARTING} added {Client@b78a709[provider=null,keyStore=null,trustStore=null],AUTO} 20:13:05.876 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientConnector@1698ee84{STARTING} added {ClientSelectorManager@30bcf3c1{STOPPED},AUTO} 20:13:05.876 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING QueuedThreadPool[WebSocket@2123533871]@7c209437{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] 20:13:05.876 [main] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@2a3c96e3{reserved=0/2,pending=0} 20:13:05.876 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- QueuedThreadPool[WebSocket@2123533871]@7c209437{STARTING,8<=0<=200,i=0,r=-1,q=0}[ReservedThreadExecutor@2a3c96e3{reserved=0/2,pending=0}] added {ReservedThreadExecutor@2a3c96e3{reserved=0/2,pending=0},AUTO} 20:13:05.876 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ReservedThreadExecutor@2a3c96e3{reserved=0/2,pending=0} 20:13:05.876 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @10438ms ReservedThreadExecutor@2a3c96e3{reserved=0/2,pending=0} 20:13:05.876 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@2123533871-93,5,main] 20:13:05.876 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@2123533871-94,5,main] 20:13:05.876 [WebSocket@2123533871-93] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@2123533871]@7c209437{STARTING,8<=2<=200,i=2,r=-1,q=0}[ReservedThreadExecutor@2a3c96e3{reserved=0/2,pending=0}] 20:13:05.877 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@2123533871-95,5,main] 20:13:05.877 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@2123533871-96,5,main] 20:13:05.877 [WebSocket@2123533871-94] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@2123533871]@7c209437{STARTING,8<=4<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@2a3c96e3{reserved=0/2,pending=0}] 20:13:05.877 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@2123533871-97,5,main] 20:13:05.877 [WebSocket@2123533871-95] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@2123533871]@7c209437{STARTING,8<=5<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@2a3c96e3{reserved=0/2,pending=0}] 20:13:05.877 [WebSocket@2123533871-96] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@2123533871]@7c209437{STARTING,8<=5<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@2a3c96e3{reserved=0/2,pending=0}] 20:13:05.877 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@2123533871-98,5,main] 20:13:05.877 [WebSocket@2123533871-97] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@2123533871]@7c209437{STARTING,8<=6<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@2a3c96e3{reserved=0/2,pending=0}] 20:13:05.877 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@2123533871-99,5,main] 20:13:05.877 [WebSocket@2123533871-98] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@2123533871]@7c209437{STARTING,8<=7<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@2a3c96e3{reserved=0/2,pending=0}] 20:13:05.877 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@2123533871-100,5,main] 20:13:05.877 [WebSocket@2123533871-99] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@2123533871]@7c209437{STARTING,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@2a3c96e3{reserved=0/2,pending=0}] 20:13:05.877 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @10439ms QueuedThreadPool[WebSocket@2123533871]@7c209437{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@2a3c96e3{reserved=0/2,pending=0}] 20:13:05.877 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ScheduledExecutorScheduler@3e5499cc{STOPPED} 20:13:05.877 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @10439ms ScheduledExecutorScheduler@3e5499cc{STARTED} 20:13:05.877 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING Client@b78a709[provider=null,keyStore=null,trustStore=null] 20:13:05.877 [WebSocket@2123533871-100] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@2123533871]@7c209437{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@2a3c96e3{reserved=0/2,pending=0}] 20:13:05.878 [main] DEBUG org.eclipse.jetty.util.ssl.SslContextFactory -- Selected Protocols [TLSv1.3, TLSv1.2] of [TLSv1.3, TLSv1.2, TLSv1.1, TLSv1, SSLv3, SSLv2Hello] 20:13:05.878 [main] DEBUG org.eclipse.jetty.util.ssl.SslContextFactory -- Selected Ciphers [TLS_AES_256_GCM_SHA384, TLS_AES_128_GCM_SHA256, TLS_CHACHA20_POLY1305_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256, TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_RSA_WITH_CHACHA20_POLY1305_SHA256, TLS_DHE_DSS_WITH_AES_256_GCM_SHA384, TLS_DHE_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_DSS_WITH_AES_128_GCM_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_RSA_WITH_AES_256_CBC_SHA256, TLS_DHE_DSS_WITH_AES_256_CBC_SHA256, TLS_DHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_DSS_WITH_AES_128_CBC_SHA256, TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256, TLS_EMPTY_RENEGOTIATION_INFO_SCSV] of [TLS_AES_256_GCM_SHA384, TLS_AES_128_GCM_SHA256, TLS_CHACHA20_POLY1305_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256, TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_RSA_WITH_CHACHA20_POLY1305_SHA256, TLS_DHE_DSS_WITH_AES_256_GCM_SHA384, TLS_DHE_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_DSS_WITH_AES_128_GCM_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_RSA_WITH_AES_256_CBC_SHA256, TLS_DHE_DSS_WITH_AES_256_CBC_SHA256, TLS_DHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_DSS_WITH_AES_128_CBC_SHA256, TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_RSA_WITH_AES_256_CBC_SHA, TLS_DHE_DSS_WITH_AES_256_CBC_SHA, TLS_DHE_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_DSS_WITH_AES_128_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA, TLS_RSA_WITH_AES_256_GCM_SHA384, TLS_RSA_WITH_AES_128_GCM_SHA256, TLS_RSA_WITH_AES_256_CBC_SHA256, TLS_RSA_WITH_AES_128_CBC_SHA256, TLS_RSA_WITH_AES_256_CBC_SHA, TLS_RSA_WITH_AES_128_CBC_SHA, TLS_EMPTY_RENEGOTIATION_INFO_SCSV] 20:13:05.878 [main] DEBUG org.eclipse.jetty.util.ssl.SslContextFactory -- Customize SSLEngine[hostname=null, port=-1, Session(1707768785878|SSL_NULL_WITH_NULL_NULL)] 20:13:05.879 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @10441ms Client@b78a709[provider=null,keyStore=null,trustStore=null] 20:13:05.879 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ClientSelectorManager@30bcf3c1{STOPPED} 20:13:05.879 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- AdaptiveExecutionStrategy@4c4d27c8/SelectorProducer@6821ea29/IDLE/p=false/QueuedThreadPool[WebSocket@2123533871]@7c209437{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@2a3c96e3{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:13:05.879297278Z added {SelectorProducer@6821ea29,POJO} 20:13:05.879 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- AdaptiveExecutionStrategy@4c4d27c8/SelectorProducer@6821ea29/IDLE/p=false/QueuedThreadPool[WebSocket@2123533871]@7c209437{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@2a3c96e3{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:13:05.879400784Z added {QueuedThreadPool[WebSocket@2123533871]@7c209437{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@2a3c96e3{reserved=0/2,pending=0}],UNMANAGED} 20:13:05.879 [main] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- AdaptiveExecutionStrategy@4c4d27c8/SelectorProducer@6821ea29/IDLE/p=false/QueuedThreadPool[WebSocket@2123533871]@7c209437{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@2a3c96e3{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:13:05.879460707Z created 20:13:05.879 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ManagedSelector@338494fa{STOPPED} id=0 keys=-1 selected=-1 updates=0 added {AdaptiveExecutionStrategy@4c4d27c8/SelectorProducer@6821ea29/IDLE/p=false/QueuedThreadPool[WebSocket@2123533871]@7c209437{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@2a3c96e3{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:13:05.879518123Z,MANAGED} 20:13:05.879 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientSelectorManager@30bcf3c1{STARTING} added {ManagedSelector@338494fa{STOPPED} id=0 keys=-1 selected=-1 updates=0,AUTO} 20:13:05.879 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ManagedSelector@338494fa{STOPPED} id=0 keys=-1 selected=-1 updates=0 20:13:05.879 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING AdaptiveExecutionStrategy@4c4d27c8/SelectorProducer@6821ea29/IDLE/p=false/QueuedThreadPool[WebSocket@2123533871]@7c209437{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@2a3c96e3{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:13:05.879596972Z 20:13:05.879 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @10441ms AdaptiveExecutionStrategy@4c4d27c8/SelectorProducer@6821ea29/IDLE/p=false/QueuedThreadPool[WebSocket@2123533871]@7c209437{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@2a3c96e3{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:13:05.879653412Z 20:13:05.879 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue org.eclipse.jetty.io.ManagedSelector$$Lambda$397/0x00007ff2f418e1c8@505a9d7c startThread=0 20:13:05.879 [WebSocket@2123533871-93] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.io.ManagedSelector$$Lambda$397/0x00007ff2f418e1c8@505a9d7c in QueuedThreadPool[WebSocket@2123533871]@7c209437{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@2a3c96e3{reserved=0/2,pending=0}] 20:13:05.879 [main] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.ManagedSelector$Start@758c83d8 on ManagedSelector@338494fa{STARTING} id=0 keys=0 selected=0 updates=0 20:13:05.879 [WebSocket@2123533871-93] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- AdaptiveExecutionStrategy@4c4d27c8/SelectorProducer@6821ea29/IDLE/p=false/QueuedThreadPool[WebSocket@2123533871]@7c209437{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@2a3c96e3{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:13:05.879809264Z tryProduce false 20:13:05.879 [WebSocket@2123533871-93] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 20:13:05.879 [WebSocket@2123533871-93] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$Start@758c83d8 20:13:05.879 [WebSocket@2123533871-93] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:13:05.879 [WebSocket@2123533871-93] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@40594d0 waiting with 0 keys 20:13:05.879 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @10441ms ManagedSelector@338494fa{STARTED} id=0 keys=0 selected=0 updates=0 20:13:05.879 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @10441ms ClientSelectorManager@30bcf3c1{STARTED} 20:13:05.879 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @10441ms ClientConnector@1698ee84{STARTED} 20:13:05.879 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @10441ms HttpClientTransportOverHTTP@2fc0cc3{STARTED} 20:13:05.879 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @10441ms HttpClient@328cf0e1{STARTED} 20:13:05.879 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING WebSocketComponents@7e928e2f{STOPPED} 20:13:05.880 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING InflaterPool@f667fe{STOPPED,size=-1,capacity=1024} 20:13:05.880 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- InflaterPool@f667fe{STARTING,size=0,capacity=1024} added {Pool@129b4fe2[inUse=0,size=0,max=1024,closed=false],POJO} 20:13:05.880 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @10442ms InflaterPool@f667fe{STARTED,size=0,capacity=1024} 20:13:05.880 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING DeflaterPool@788fcafb{STOPPED,size=-1,capacity=1024} 20:13:05.880 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- DeflaterPool@788fcafb{STARTING,size=0,capacity=1024} added {Pool@5af3a0f[inUse=0,size=0,max=1024,closed=false],POJO} 20:13:05.880 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @10442ms DeflaterPool@788fcafb{STARTED,size=0,capacity=1024} 20:13:05.880 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @10442ms WebSocketComponents@7e928e2f{STARTED} 20:13:05.880 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @10442ms WebSocketCoreClient@201b6b6f{STARTED} 20:13:05.880 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING SessionTracker@75459c75{STOPPED} 20:13:05.880 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @10442ms SessionTracker@75459c75{STARTED} 20:13:05.880 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @10442ms WebSocketClient@53a0b1a8[coreClient=WebSocketCoreClient@201b6b6f{STARTED},openSessions.size=0] 20:13:05.880 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- QueuedThreadPool[qtp733461760]@2bb7bd00{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] added {org.eclipse.jetty.util.thread.ThreadPoolBudget@5f031ebd,POJO} 20:13:05.881 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketComponents@4ee37ca3{STOPPED} added {InflaterPool@45c8d09f{STOPPED,size=-1,capacity=1024},AUTO} 20:13:05.881 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketComponents@4ee37ca3{STOPPED} added {DeflaterPool@53812a9b{STOPPED,size=-1,capacity=1024},AUTO} 20:13:05.881 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketComponents@4ee37ca3{STOPPED} added {MappedByteBufferPool@14b030a0{maxQueueLength=-1, factor=4096},POJO} 20:13:05.881 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketComponents@4ee37ca3{STOPPED} added {org.eclipse.jetty.websocket.core.WebSocketExtensionRegistry@41e350f1,POJO} 20:13:05.881 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketComponents@4ee37ca3{STOPPED} added {org.eclipse.jetty.util.DecoratedObjectFactory[decorators=0],POJO} 20:13:05.881 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketComponents@4ee37ca3{STOPPED} added {QueuedThreadPool[WebSocket@1323531427]@2bb7bd00{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY],AUTO} 20:13:05.881 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientConnector@422c3c7a{STOPPED} added {org.eclipse.jetty.io.ClientConnector$Configurator@18230356,POJO} 20:13:05.881 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpClientTransportOverHTTP@d8305c2{STOPPED} added {ClientConnector@422c3c7a{STOPPED},AUTO} 20:13:05.881 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpClient@56bca85b{STOPPED} added {HttpClientTransportOverHTTP@d8305c2{STOPPED},AUTO} 20:13:05.881 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpClient@56bca85b{STOPPED} added {org.eclipse.jetty.client.ProtocolHandlers@75d0911a,POJO} 20:13:05.881 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpClient@56bca85b{STOPPED} added {org.eclipse.jetty.client.HttpClient$ContentDecoderFactorySet@75e91545,POJO} 20:13:05.881 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientConnector@422c3c7a{STOPPED} added {QueuedThreadPool[WebSocket@1323531427]@2bb7bd00{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY],AUTO} 20:13:05.881 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketCoreClient@60d1a32f{STOPPED} added {HttpClient@56bca85b{STOPPED},AUTO} 20:13:05.881 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketCoreClient@60d1a32f{STOPPED} added {WebSocketComponents@4ee37ca3{STOPPED},AUTO} 20:13:05.881 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketClient@e46e754a[coreClient=WebSocketCoreClient@60d1a32f{STOPPED},openSessions.size=0] added {WebSocketCoreClient@60d1a32f{STOPPED},MANAGED} 20:13:05.881 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- WebSocketClient@e46e754a[coreClient=WebSocketCoreClient@60d1a32f{STOPPED},openSessions.size=0] added {SessionTracker@531c311e{STOPPED},AUTO} 20:13:05.881 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING WebSocketClient@e46e754a[coreClient=WebSocketCoreClient@60d1a32f{STOPPED},openSessions.size=0] 20:13:05.881 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING WebSocketCoreClient@60d1a32f{STOPPED} 20:13:05.881 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING HttpClient@56bca85b{STOPPED} 20:13:05.881 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientConnector@422c3c7a{STOPPED} added {MappedByteBufferPool@22b53226{maxQueueLength=100, factor=2048},POJO} 20:13:05.881 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpClient@56bca85b{STARTING} added {org.eclipse.jetty.io.ArrayRetainableByteBufferPool@1fcb4808{min=0,max=65536,buckets=32,heap=0/268435456,direct=0/268435456},POJO} 20:13:05.881 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientConnector@422c3c7a{STOPPED} added {ScheduledExecutorScheduler@726e5805{STOPPED},AUTO} 20:13:05.881 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpClient@56bca85b{STARTING} added {org.eclipse.jetty.util.SocketAddressResolver$Async@40c80397,POJO} 20:13:05.881 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING HttpClientTransportOverHTTP@d8305c2{STOPPED} 20:13:05.881 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ClientConnector@422c3c7a{STOPPED} 20:13:05.881 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientConnector@422c3c7a{STARTING} added {Client@4b672daa[provider=null,keyStore=null,trustStore=null],AUTO} 20:13:05.881 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientConnector@422c3c7a{STARTING} added {ClientSelectorManager@ea9b7c6{STOPPED},AUTO} 20:13:05.881 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING QueuedThreadPool[WebSocket@1323531427]@2bb7bd00{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] 20:13:05.881 [main] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@e077866{reserved=0/2,pending=0} 20:13:05.881 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- QueuedThreadPool[WebSocket@1323531427]@2bb7bd00{STARTING,8<=0<=200,i=0,r=-1,q=0}[ReservedThreadExecutor@e077866{reserved=0/2,pending=0}] added {ReservedThreadExecutor@e077866{reserved=0/2,pending=0},AUTO} 20:13:05.881 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ReservedThreadExecutor@e077866{reserved=0/2,pending=0} 20:13:05.881 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @10443ms ReservedThreadExecutor@e077866{reserved=0/2,pending=0} 20:13:05.881 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@1323531427-101,5,main] 20:13:05.881 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@1323531427-102,5,main] 20:13:05.881 [WebSocket@1323531427-101] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@1323531427]@2bb7bd00{STARTING,8<=2<=200,i=2,r=-1,q=0}[ReservedThreadExecutor@e077866{reserved=0/2,pending=0}] 20:13:05.881 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@1323531427-103,5,main] 20:13:05.881 [WebSocket@1323531427-102] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@1323531427]@2bb7bd00{STARTING,8<=3<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@e077866{reserved=0/2,pending=0}] 20:13:05.882 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@1323531427-104,5,main] 20:13:05.882 [WebSocket@1323531427-103] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@1323531427]@2bb7bd00{STARTING,8<=4<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@e077866{reserved=0/2,pending=0}] 20:13:05.882 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@1323531427-105,5,main] 20:13:05.882 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@1323531427-106,5,main] 20:13:05.882 [WebSocket@1323531427-104] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@1323531427]@2bb7bd00{STARTING,8<=5<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@e077866{reserved=0/2,pending=0}] 20:13:05.882 [WebSocket@1323531427-105] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@1323531427]@2bb7bd00{STARTING,8<=6<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@e077866{reserved=0/2,pending=0}] 20:13:05.882 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@1323531427-107,5,main] 20:13:05.882 [WebSocket@1323531427-106] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@1323531427]@2bb7bd00{STARTING,8<=7<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@e077866{reserved=0/2,pending=0}] 20:13:05.882 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[WebSocket@1323531427-108,5,main] 20:13:05.882 [WebSocket@1323531427-107] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@1323531427]@2bb7bd00{STARTING,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@e077866{reserved=0/2,pending=0}] 20:13:05.882 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @10444ms QueuedThreadPool[WebSocket@1323531427]@2bb7bd00{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@e077866{reserved=0/2,pending=0}] 20:13:05.882 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ScheduledExecutorScheduler@726e5805{STOPPED} 20:13:05.882 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @10444ms ScheduledExecutorScheduler@726e5805{STARTED} 20:13:05.882 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING Client@4b672daa[provider=null,keyStore=null,trustStore=null] 20:13:05.882 [WebSocket@1323531427-108] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[WebSocket@1323531427]@2bb7bd00{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@e077866{reserved=0/2,pending=0}] 20:13:05.883 [main] DEBUG org.eclipse.jetty.util.ssl.SslContextFactory -- Selected Protocols [TLSv1.3, TLSv1.2] of [TLSv1.3, TLSv1.2, TLSv1.1, TLSv1, SSLv3, SSLv2Hello] 20:13:05.883 [main] DEBUG org.eclipse.jetty.util.ssl.SslContextFactory -- Selected Ciphers [TLS_AES_256_GCM_SHA384, TLS_AES_128_GCM_SHA256, TLS_CHACHA20_POLY1305_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256, TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_RSA_WITH_CHACHA20_POLY1305_SHA256, TLS_DHE_DSS_WITH_AES_256_GCM_SHA384, TLS_DHE_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_DSS_WITH_AES_128_GCM_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_RSA_WITH_AES_256_CBC_SHA256, TLS_DHE_DSS_WITH_AES_256_CBC_SHA256, TLS_DHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_DSS_WITH_AES_128_CBC_SHA256, TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256, TLS_EMPTY_RENEGOTIATION_INFO_SCSV] of [TLS_AES_256_GCM_SHA384, TLS_AES_128_GCM_SHA256, TLS_CHACHA20_POLY1305_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256, TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_RSA_WITH_CHACHA20_POLY1305_SHA256, TLS_DHE_DSS_WITH_AES_256_GCM_SHA384, TLS_DHE_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_DSS_WITH_AES_128_GCM_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_RSA_WITH_AES_256_CBC_SHA256, TLS_DHE_DSS_WITH_AES_256_CBC_SHA256, TLS_DHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_DSS_WITH_AES_128_CBC_SHA256, TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_RSA_WITH_AES_256_CBC_SHA, TLS_DHE_DSS_WITH_AES_256_CBC_SHA, TLS_DHE_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_DSS_WITH_AES_128_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA, TLS_RSA_WITH_AES_256_GCM_SHA384, TLS_RSA_WITH_AES_128_GCM_SHA256, TLS_RSA_WITH_AES_256_CBC_SHA256, TLS_RSA_WITH_AES_128_CBC_SHA256, TLS_RSA_WITH_AES_256_CBC_SHA, TLS_RSA_WITH_AES_128_CBC_SHA, TLS_EMPTY_RENEGOTIATION_INFO_SCSV] 20:13:05.883 [main] DEBUG org.eclipse.jetty.util.ssl.SslContextFactory -- Customize SSLEngine[hostname=null, port=-1, Session(1707768785883|SSL_NULL_WITH_NULL_NULL)] 20:13:05.883 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @10445ms Client@4b672daa[provider=null,keyStore=null,trustStore=null] 20:13:05.883 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ClientSelectorManager@ea9b7c6{STOPPED} 20:13:05.883 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- AdaptiveExecutionStrategy@60dce7ea/SelectorProducer@662f5666/IDLE/p=false/QueuedThreadPool[WebSocket@1323531427]@2bb7bd00{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@e077866{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:13:05.883809475Z added {SelectorProducer@662f5666,POJO} 20:13:05.883 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- AdaptiveExecutionStrategy@60dce7ea/SelectorProducer@662f5666/IDLE/p=false/QueuedThreadPool[WebSocket@1323531427]@2bb7bd00{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@e077866{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:13:05.883877448Z added {QueuedThreadPool[WebSocket@1323531427]@2bb7bd00{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@e077866{reserved=0/2,pending=0}],UNMANAGED} 20:13:05.883 [main] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- AdaptiveExecutionStrategy@60dce7ea/SelectorProducer@662f5666/IDLE/p=false/QueuedThreadPool[WebSocket@1323531427]@2bb7bd00{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@e077866{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:13:05.88393774Z created 20:13:05.883 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ManagedSelector@fd8294b{STOPPED} id=0 keys=-1 selected=-1 updates=0 added {AdaptiveExecutionStrategy@60dce7ea/SelectorProducer@662f5666/IDLE/p=false/QueuedThreadPool[WebSocket@1323531427]@2bb7bd00{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@e077866{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:13:05.884000769Z,MANAGED} 20:13:05.884 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientSelectorManager@ea9b7c6{STARTING} added {ManagedSelector@fd8294b{STOPPED} id=0 keys=-1 selected=-1 updates=0,AUTO} 20:13:05.884 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ManagedSelector@fd8294b{STOPPED} id=0 keys=-1 selected=-1 updates=0 20:13:05.884 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING AdaptiveExecutionStrategy@60dce7ea/SelectorProducer@662f5666/IDLE/p=false/QueuedThreadPool[WebSocket@1323531427]@2bb7bd00{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@e077866{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:13:05.884110669Z 20:13:05.884 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @10446ms AdaptiveExecutionStrategy@60dce7ea/SelectorProducer@662f5666/IDLE/p=false/QueuedThreadPool[WebSocket@1323531427]@2bb7bd00{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@e077866{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:13:05.884162053Z 20:13:05.884 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue org.eclipse.jetty.io.ManagedSelector$$Lambda$397/0x00007ff2f418e1c8@5974109 startThread=0 20:13:05.884 [main] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.ManagedSelector$Start@27305e6 on ManagedSelector@fd8294b{STARTING} id=0 keys=0 selected=0 updates=0 20:13:05.884 [WebSocket@1323531427-101] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.io.ManagedSelector$$Lambda$397/0x00007ff2f418e1c8@5974109 in QueuedThreadPool[WebSocket@1323531427]@2bb7bd00{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@e077866{reserved=0/2,pending=0}] 20:13:05.884 [WebSocket@1323531427-101] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- AdaptiveExecutionStrategy@60dce7ea/SelectorProducer@662f5666/IDLE/p=false/QueuedThreadPool[WebSocket@1323531427]@2bb7bd00{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@e077866{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:13:05.884344281Z tryProduce false 20:13:05.884 [WebSocket@1323531427-101] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 20:13:05.884 [WebSocket@1323531427-101] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$Start@27305e6 20:13:05.884 [WebSocket@1323531427-101] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:13:05.884 [WebSocket@1323531427-101] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@921d078 waiting with 0 keys 20:13:05.884 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @10446ms ManagedSelector@fd8294b{STARTED} id=0 keys=0 selected=0 updates=0 20:13:05.884 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @10446ms ClientSelectorManager@ea9b7c6{STARTED} 20:13:05.884 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @10446ms ClientConnector@422c3c7a{STARTED} 20:13:05.884 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @10446ms HttpClientTransportOverHTTP@d8305c2{STARTED} 20:13:05.884 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @10446ms HttpClient@56bca85b{STARTED} 20:13:05.884 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING WebSocketComponents@4ee37ca3{STOPPED} 20:13:05.884 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING InflaterPool@45c8d09f{STOPPED,size=-1,capacity=1024} 20:13:05.884 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- InflaterPool@45c8d09f{STARTING,size=0,capacity=1024} added {Pool@1ef3efa8[inUse=0,size=0,max=1024,closed=false],POJO} 20:13:05.884 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @10446ms InflaterPool@45c8d09f{STARTED,size=0,capacity=1024} 20:13:05.884 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING DeflaterPool@53812a9b{STOPPED,size=-1,capacity=1024} 20:13:05.884 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- DeflaterPool@53812a9b{STARTING,size=0,capacity=1024} added {Pool@502f1f4c[inUse=0,size=0,max=1024,closed=false],POJO} 20:13:05.884 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @10446ms DeflaterPool@53812a9b{STARTED,size=0,capacity=1024} 20:13:05.884 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @10446ms WebSocketComponents@4ee37ca3{STARTED} 20:13:05.884 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @10446ms WebSocketCoreClient@60d1a32f{STARTED} 20:13:05.884 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING SessionTracker@531c311e{STOPPED} 20:13:05.884 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @10446ms SessionTracker@531c311e{STARTED} 20:13:05.884 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @10446ms WebSocketClient@e46e754a[coreClient=WebSocketCoreClient@60d1a32f{STARTED},openSessions.size=0] 20:13:05.885 [main] DEBUG org.eclipse.jetty.websocket.core.client.WebSocketCoreClient -- connect to websocket ws://localhost:14001/ws/sensinact 20:13:05.885 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpClient@56bca85b{STARTED} added {HttpDestination[Origin@98895eee[ws://localhost:14001,tag=null,protocol=Protocol@7f4624a[proto=[http/1.1],nego=false]]]@6f8f9349,state=STOPPED,queue=0,pool=null,stale=false,idle=-1,MANAGED} 20:13:05.885 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING HttpDestination[Origin@98895eee[ws://localhost:14001,tag=null,protocol=Protocol@7f4624a[proto=[http/1.1],nego=false]]]@6f8f9349,state=STOPPED,queue=0,pool=null,stale=false,idle=-1 20:13:05.885 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- DuplexConnectionPool@75c9e76b[s=STOPPED,c=0/0/64,a=0,i=0,q=0,p=Pool@7446d8d5[inUse=0,size=0,max=64,closed=false]] added {Pool@7446d8d5[inUse=0,size=0,max=64,closed=false],POJO} 20:13:05.885 [main] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpDestination[Origin@98895eee[ws://localhost:14001,tag=null,protocol=Protocol@7f4624a[proto=[http/1.1],nego=false]]]@6f8f9349,state=STARTING,queue=0,pool=DuplexConnectionPool@75c9e76b[s=STOPPED,c=0/0/64,a=0,i=0,q=0,p=Pool@7446d8d5[inUse=0,size=0,max=64,closed=false]],stale=false,idle=-1 added {DuplexConnectionPool@75c9e76b[s=STOPPED,c=0/0/64,a=0,i=0,q=0,p=Pool@7446d8d5[inUse=0,size=0,max=64,closed=false]],MANAGED} 20:13:05.885 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING DuplexConnectionPool@75c9e76b[s=STOPPED,c=0/0/64,a=0,i=0,q=0,p=Pool@7446d8d5[inUse=0,size=0,max=64,closed=false]] 20:13:05.885 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @10447ms DuplexConnectionPool@75c9e76b[s=STARTED,c=0/0/64,a=0,i=0,q=0,p=Pool@7446d8d5[inUse=0,size=0,max=64,closed=false]] 20:13:05.885 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @10447ms HttpDestination[Origin@98895eee[ws://localhost:14001,tag=null,protocol=Protocol@7f4624a[proto=[http/1.1],nego=false]]]@6f8f9349,state=STARTED,queue=0,pool=DuplexConnectionPool@75c9e76b[s=STARTED,c=0/0/64,a=0,i=0,q=0,p=Pool@7446d8d5[inUse=0,size=0,max=64,closed=false]],stale=false,idle=-1 20:13:05.885 [main] DEBUG org.eclipse.jetty.client.HttpClient -- Created HttpDestination[Origin@98895eee[ws://localhost:14001,tag=null,protocol=Protocol@7f4624a[proto=[http/1.1],nego=false]]]@6f8f9349,state=STARTED,queue=0,pool=DuplexConnectionPool@75c9e76b[s=STARTED,c=0/0/64,a=0,i=0,q=0,p=Pool@7446d8d5[inUse=0,size=0,max=64,closed=false]],stale=false,idle=-1; existing: 'null' 20:13:05.885 [main] DEBUG org.eclipse.jetty.client.HttpClient -- Resolved HttpDestination[Origin@98895eee[ws://localhost:14001,tag=null,protocol=Protocol@7f4624a[proto=[http/1.1],nego=false]]]@6f8f9349,state=STARTED,queue=0,pool=DuplexConnectionPool@75c9e76b[s=STARTED,c=0/0/64,a=0,i=0,q=0,p=Pool@7446d8d5[inUse=0,size=0,max=64,closed=false]],stale=false,idle=-1 for JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@5c3b6c6e 20:13:05.885 [main] DEBUG org.eclipse.jetty.client.HttpConversation -- Exchanges in conversation 1, override=null, listeners=[JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@5c3b6c6e] 20:13:05.885 [main] DEBUG org.eclipse.jetty.client.HttpDestination -- Queued JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@5c3b6c6e for HttpDestination[Origin@98895eee[ws://localhost:14001,tag=null,protocol=Protocol@7f4624a[proto=[http/1.1],nego=false]]]@6f8f9349,state=STARTED,queue=1,pool=DuplexConnectionPool@75c9e76b[s=STARTED,c=0/0/64,a=0,i=0,q=1,p=Pool@7446d8d5[inUse=0,size=0,max=64,closed=false]],stale=false,idle=-1 20:13:05.885 [main] DEBUG org.eclipse.jetty.client.AbstractConnectionPool -- Acquiring create=true on DuplexConnectionPool@75c9e76b[s=STARTED,c=0/0/64,a=0,i=0,q=1,p=Pool@7446d8d5[inUse=0,size=0,max=64,closed=false]] 20:13:05.885 [main] DEBUG org.eclipse.jetty.client.AbstractConnectionPool -- Try creating connection 0/64 with 0 pending 20:13:05.885 [main] DEBUG org.eclipse.jetty.client.AbstractConnectionPool -- Try creating(true) connection, pending/demand/supply: 0/2/0, result=true 20:13:05.885 [main] DEBUG org.eclipse.jetty.util.Pool -- Pool@7446d8d5[inUse=0,size=1,max=64,closed=false] returning new reserved entry MultiEntry@4fbda97b{PENDING,usage=0,multiplex=0,pooled=null} 20:13:05.886 [main] DEBUG org.eclipse.jetty.client.AbstractConnectionPool -- Creating connection 0/64 at MultiEntry@4fbda97b{PENDING,usage=0,multiplex=0,pooled=null} 20:13:05.886 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue org.eclipse.jetty.util.SocketAddressResolver$Async$$Lambda$416/0x00007ff2f4206898@75f5fd58 startThread=0 20:13:05.886 [WebSocket@1323531427-102] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.SocketAddressResolver$Async$$Lambda$416/0x00007ff2f4206898@75f5fd58 in QueuedThreadPool[WebSocket@1323531427]@2bb7bd00{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@e077866{reserved=0/2,pending=0}] 20:13:05.886 [WebSocket@1323531427-102] DEBUG org.eclipse.jetty.util.SocketAddressResolver -- Resolved localhost in 0 ms 20:13:05.886 [WebSocket@1323531427-102] DEBUG org.eclipse.jetty.io.ClientConnector -- Connecting non-blocking to localhost/127.0.0.1:14001 20:13:05.886 [WebSocket@1323531427-102] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false Connect@73d4795a{java.nio.channels.SocketChannel[connection-pending remote=localhost/127.0.0.1:14001],{org.eclipse.jetty.client.connector.remoteSocketAddress=localhost/127.0.0.1:14001, org.eclipse.jetty.client.connector.clientConnectionFactory=HttpClientTransportOverHTTP@d8305c2{STARTED}, org.eclipse.jetty.client.destination=HttpDestination[Origin@98895eee[ws://localhost:14001,tag=null,protocol=Protocol@7f4624a[proto=[http/1.1],nego=false]]]@6f8f9349,state=STARTED,queue=1,pool=DuplexConnectionPool@75c9e76b[s=STARTED,c=1/1/64,a=0,i=0,q=1,p=Pool@7446d8d5[inUse=0,size=1,max=64,closed=false]],stale=false,idle=-1, org.eclipse.jetty.client.connector=ClientConnector@422c3c7a{STARTED}, org.eclipse.jetty.client.connector.applicationProtocols=[http/1.1], org.eclipse.jetty.client=HttpClient@56bca85b{STARTED}, org.eclipse.jetty.client.connection.promise=org.eclipse.jetty.client.HttpClient$1$1@77ebe3f8, org.eclipse.jetty.client.connector.connectionPromise=org.eclipse.jetty.util.Promise$1@32e97361}} on ManagedSelector@fd8294b{STARTED} id=0 keys=0 selected=0 updates=0 20:13:05.886 [WebSocket@1323531427-102] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@fd8294b{STARTED} id=0 keys=0 selected=0 updates=1 20:13:05.886 [WebSocket@1323531427-102] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.SocketAddressResolver$Async$$Lambda$416/0x00007ff2f4206898@75f5fd58 in QueuedThreadPool[WebSocket@1323531427]@2bb7bd00{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@e077866{reserved=0/2,pending=0}] 20:13:05.886 [WebSocket@1323531427-101] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@921d078 woken with none selected 20:13:05.886 [WebSocket@1323531427-101] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@921d078 woken up from select, 0/0/0 selected 20:13:05.886 [WebSocket@1323531427-101] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@921d078 processing 0 keys, 1 updates 20:13:05.886 [WebSocket@1323531427-101] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 20:13:05.886 [WebSocket@1323531427-101] DEBUG org.eclipse.jetty.io.ManagedSelector -- update Connect@73d4795a{java.nio.channels.SocketChannel[connection-pending remote=localhost/127.0.0.1:14001],{org.eclipse.jetty.client.connector.remoteSocketAddress=localhost/127.0.0.1:14001, org.eclipse.jetty.client.connector.clientConnectionFactory=HttpClientTransportOverHTTP@d8305c2{STARTED}, org.eclipse.jetty.client.destination=HttpDestination[Origin@98895eee[ws://localhost:14001,tag=null,protocol=Protocol@7f4624a[proto=[http/1.1],nego=false]]]@6f8f9349,state=STARTED,queue=1,pool=DuplexConnectionPool@75c9e76b[s=STARTED,c=1/1/64,a=0,i=0,q=1,p=Pool@7446d8d5[inUse=0,size=1,max=64,closed=false]],stale=false,idle=-1, org.eclipse.jetty.client.connector=ClientConnector@422c3c7a{STARTED}, org.eclipse.jetty.client.connector.applicationProtocols=[http/1.1], org.eclipse.jetty.client=HttpClient@56bca85b{STARTED}, org.eclipse.jetty.client.connection.promise=org.eclipse.jetty.client.HttpClient$1$1@77ebe3f8, org.eclipse.jetty.client.connector.connectionPromise=org.eclipse.jetty.util.Promise$1@32e97361}} 20:13:05.886 [qtp304157852-40-acceptor-0@2290de40-ServerConnector@66323f4c{HTTP/1.1, (http/1.1)}{0.0.0.0:14001}] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false Accept@5f57adb2[java.nio.channels.SocketChannel[connected local=/127.0.0.1:14001 remote=/127.0.0.1:44814]] on ManagedSelector@62a71547{STARTED} id=0 keys=0 selected=0 updates=0 20:13:05.886 [qtp304157852-40-acceptor-0@2290de40-ServerConnector@66323f4c{HTTP/1.1, (http/1.1)}{0.0.0.0:14001}] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@62a71547{STARTED} id=0 keys=0 selected=0 updates=1 20:13:05.886 [WebSocket@1323531427-101] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:13:05.886 [WebSocket@1323531427-101] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@921d078 waiting with 1 keys 20:13:05.886 [WebSocket@1323531427-101] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@921d078 woken up from select, 1/1/1 selected 20:13:05.886 [qtp304157852-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@5d48c143 woken with none selected 20:13:05.886 [WebSocket@1323531427-101] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@921d078 processing 1 keys, 0 updates 20:13:05.886 [qtp304157852-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@5d48c143 woken up from select, 0/0/0 selected 20:13:05.886 [qtp304157852-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@5d48c143 processing 0 keys, 1 updates 20:13:05.886 [qtp304157852-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 20:13:05.886 [qtp304157852-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- update Accept@5f57adb2[java.nio.channels.SocketChannel[connected local=/127.0.0.1:14001 remote=/127.0.0.1:44814]] 20:13:05.886 [WebSocket@1323531427-101] DEBUG org.eclipse.jetty.io.ManagedSelector -- selected 8 channel=java.nio.channels.SocketChannel[connection-pending remote=localhost/127.0.0.1:14001], selector=sun.nio.ch.EPollSelectorImpl@921d078, interestOps=8, readyOps=8 Connect@73d4795a{java.nio.channels.SocketChannel[connection-pending remote=localhost/127.0.0.1:14001],{org.eclipse.jetty.client.connector.remoteSocketAddress=localhost/127.0.0.1:14001, org.eclipse.jetty.client.connector.clientConnectionFactory=HttpClientTransportOverHTTP@d8305c2{STARTED}, org.eclipse.jetty.client.destination=HttpDestination[Origin@98895eee[ws://localhost:14001,tag=null,protocol=Protocol@7f4624a[proto=[http/1.1],nego=false]]]@6f8f9349,state=STARTED,queue=1,pool=DuplexConnectionPool@75c9e76b[s=STARTED,c=1/1/64,a=0,i=0,q=1,p=Pool@7446d8d5[inUse=0,size=1,max=64,closed=false]],stale=false,idle=-1, org.eclipse.jetty.client.connector=ClientConnector@422c3c7a{STARTED}, org.eclipse.jetty.client.connector.applicationProtocols=[http/1.1], org.eclipse.jetty.client=HttpClient@56bca85b{STARTED}, org.eclipse.jetty.client.connection.promise=org.eclipse.jetty.client.HttpClient$1$1@77ebe3f8, org.eclipse.jetty.client.connector.connectionPromise=org.eclipse.jetty.util.Promise$1@32e97361}} 20:13:05.887 [WebSocket@1323531427-101] DEBUG org.eclipse.jetty.io.ManagedSelector -- Connected true java.nio.channels.SocketChannel[connected local=/127.0.0.1:44814 remote=localhost/127.0.0.1:14001] 20:13:05.887 [qtp304157852-42] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue Accept@5f57adb2[java.nio.channels.SocketChannel[connected local=/127.0.0.1:14001 remote=/127.0.0.1:44814]] startThread=0 20:13:05.887 [qtp304157852-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:13:05.887 [qtp304157852-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@5d48c143 waiting with 1 keys 20:13:05.887 [WebSocket@1323531427-101] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue CreateEndPoint@3d9bb08{Connect@73d4795a{java.nio.channels.SocketChannel[connected local=/127.0.0.1:44814 remote=localhost/127.0.0.1:14001],{org.eclipse.jetty.client.connector.remoteSocketAddress=localhost/127.0.0.1:14001, org.eclipse.jetty.client.connector.clientConnectionFactory=HttpClientTransportOverHTTP@d8305c2{STARTED}, org.eclipse.jetty.client.destination=HttpDestination[Origin@98895eee[ws://localhost:14001,tag=null,protocol=Protocol@7f4624a[proto=[http/1.1],nego=false]]]@6f8f9349,state=STARTED,queue=1,pool=DuplexConnectionPool@75c9e76b[s=STARTED,c=1/1/64,a=0,i=0,q=1,p=Pool@7446d8d5[inUse=0,size=1,max=64,closed=false]],stale=false,idle=-1, org.eclipse.jetty.client.connector=ClientConnector@422c3c7a{STARTED}, org.eclipse.jetty.client.connector.applicationProtocols=[http/1.1], org.eclipse.jetty.client=HttpClient@56bca85b{STARTED}, org.eclipse.jetty.client.connection.promise=org.eclipse.jetty.client.HttpClient$1$1@77ebe3f8, org.eclipse.jetty.client.connector.connectionPromise=org.eclipse.jetty.util.Promise$1@32e97361}}} startThread=0 20:13:05.887 [WebSocket@1323531427-101] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 0 20:13:05.887 [WebSocket@1323531427-101] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:13:05.887 [WebSocket@1323531427-101] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@921d078 waiting with 1 keys 20:13:05.887 [WebSocket@1323531427-103] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run CreateEndPoint@3d9bb08{Connect@73d4795a{java.nio.channels.SocketChannel[connected local=/127.0.0.1:44814 remote=localhost/127.0.0.1:14001],{org.eclipse.jetty.client.connector.remoteSocketAddress=localhost/127.0.0.1:14001, org.eclipse.jetty.client.connector.clientConnectionFactory=HttpClientTransportOverHTTP@d8305c2{STARTED}, org.eclipse.jetty.client.destination=HttpDestination[Origin@98895eee[ws://localhost:14001,tag=null,protocol=Protocol@7f4624a[proto=[http/1.1],nego=false]]]@6f8f9349,state=STARTED,queue=1,pool=DuplexConnectionPool@75c9e76b[s=STARTED,c=1/1/64,a=0,i=0,q=1,p=Pool@7446d8d5[inUse=0,size=1,max=64,closed=false]],stale=false,idle=-1, org.eclipse.jetty.client.connector=ClientConnector@422c3c7a{STARTED}, org.eclipse.jetty.client.connector.applicationProtocols=[http/1.1], org.eclipse.jetty.client=HttpClient@56bca85b{STARTED}, org.eclipse.jetty.client.connection.promise=org.eclipse.jetty.client.HttpClient$1$1@77ebe3f8, org.eclipse.jetty.client.connector.connectionPromise=org.eclipse.jetty.util.Promise$1@32e97361}}} in QueuedThreadPool[WebSocket@1323531427]@2bb7bd00{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@e077866{reserved=0/2,pending=0}] 20:13:05.887 [WebSocket@1323531427-103] DEBUG org.eclipse.jetty.io.IdleTimeout -- Setting idle timeout 0 -> 30000 on SocketChannelEndPoint@3665f736[{l=/127.0.0.1:44814,r=localhost/127.0.0.1:14001,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=8}]->[] 20:13:05.887 [qtp304157852-46] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run Accept@5f57adb2[java.nio.channels.SocketChannel[connected local=/127.0.0.1:14001 remote=/127.0.0.1:44814]] in QueuedThreadPool[qtp304157852]@1221149c{STARTED,8<=8<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=2/2,pending=0}] 20:13:05.887 [WebSocket@1323531427-103] DEBUG org.eclipse.jetty.io.IdleTimeout -- SocketChannelEndPoint@3665f736[{l=/127.0.0.1:44814,r=localhost/127.0.0.1:14001,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=8}]->[] idle timeout check, elapsed: 0 ms, remaining: 30000 ms 20:13:05.887 [qtp304157852-46] DEBUG org.eclipse.jetty.io.IdleTimeout -- Setting idle timeout 0 -> 60000 on SocketChannelEndPoint@19f93f7a[{l=/127.0.0.1:14001,r=/127.0.0.1:44814,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}]->[] 20:13:05.887 [WebSocket@1323531427-103] DEBUG org.eclipse.jetty.client.http.HttpClientTransportOverHTTP -- Created HttpConnectionOverHTTP@38a20f8a::SocketChannelEndPoint@3665f736[{l=/127.0.0.1:44814,r=localhost/127.0.0.1:14001,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=8}]->[] 20:13:05.887 [WebSocket@1323531427-103] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=true org.eclipse.jetty.io.ManagedSelector$$Lambda$439/0x00007ff2f421e438@3c9d9c46 on ManagedSelector@fd8294b{STARTED} id=0 keys=1 selected=0 updates=0 20:13:05.887 [qtp304157852-46] DEBUG org.eclipse.jetty.io.IdleTimeout -- SocketChannelEndPoint@19f93f7a[{l=/127.0.0.1:14001,r=/127.0.0.1:44814,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}]->[] idle timeout check, elapsed: 0 ms, remaining: 60000 ms 20:13:05.887 [WebSocket@1323531427-103] DEBUG org.eclipse.jetty.io.AbstractEndPoint -- onOpen SocketChannelEndPoint@3665f736[{l=/127.0.0.1:44814,r=localhost/127.0.0.1:14001,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=8}]->[HttpConnectionOverHTTP@38a20f8a(l:/127.0.0.1:44814 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@799f05b1(exchange=null)[send=HttpSenderOverHTTP@605a81f3(req=QUEUED,failure=null)[HttpGenerator@482c1c2d{s=START}],recv=HttpReceiverOverHTTP@1803c6c2(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 20:13:05.887 [WebSocket@1323531427-103] DEBUG org.eclipse.jetty.io.AbstractConnection -- onOpen HttpConnectionOverHTTP@38a20f8a::SocketChannelEndPoint@3665f736[{l=/127.0.0.1:44814,r=localhost/127.0.0.1:14001,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=8}]->[HttpConnectionOverHTTP@38a20f8a(l:/127.0.0.1:44814 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@799f05b1(exchange=null)[send=HttpSenderOverHTTP@605a81f3(req=QUEUED,failure=null)[HttpGenerator@482c1c2d{s=START}],recv=HttpReceiverOverHTTP@1803c6c2(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 20:13:05.887 [qtp304157852-46] DEBUG org.eclipse.jetty.server.HttpChannel -- new HttpChannelOverHttp@74e45e5f{s=HttpChannelState@3d105199{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@19f93f7a[{l=/127.0.0.1:14001,r=/127.0.0.1:44814,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}]->[],null,HttpChannelState@3d105199{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 20:13:05.887 [WebSocket@1323531427-103] DEBUG org.eclipse.jetty.io.AbstractConnection -- fillInterested HttpConnectionOverHTTP@38a20f8a::SocketChannelEndPoint@3665f736[{l=/127.0.0.1:44814,r=localhost/127.0.0.1:14001,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=8}]->[HttpConnectionOverHTTP@38a20f8a(l:/127.0.0.1:44814 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@799f05b1(exchange=null)[send=HttpSenderOverHTTP@605a81f3(req=QUEUED,failure=null)[HttpGenerator@482c1c2d{s=START}],recv=HttpReceiverOverHTTP@1803c6c2(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 20:13:05.887 [qtp304157852-46] DEBUG org.eclipse.jetty.server.HttpConnection -- New HTTP Connection HttpConnection@61ccaeac::SocketChannelEndPoint@19f93f7a[{l=/127.0.0.1:14001,r=/127.0.0.1:44814,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}]->[] 20:13:05.887 [WebSocket@1323531427-103] DEBUG org.eclipse.jetty.io.FillInterest -- interested FillInterest@19b0fafe{ReadCallback@2dd1b522{HttpConnectionOverHTTP@38a20f8a::SocketChannelEndPoint@3665f736[{l=/127.0.0.1:44814,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=8}]->[HttpConnectionOverHTTP@38a20f8a(l:/127.0.0.1:44814 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@799f05b1(exchange=null)[send=HttpSenderOverHTTP@605a81f3(req=QUEUED,failure=null)[HttpGenerator@482c1c2d{s=START}],recv=HttpReceiverOverHTTP@1803c6c2(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]]}} 20:13:05.887 [qtp304157852-46] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=true org.eclipse.jetty.io.ManagedSelector$$Lambda$496/0x00007fa8e43c2d48@311e5f00 on ManagedSelector@62a71547{STARTED} id=0 keys=1 selected=0 updates=0 20:13:05.887 [WebSocket@1323531427-103] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- changeInterests p=false 0->1 for SocketChannelEndPoint@3665f736[{l=/127.0.0.1:44814,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=8}]->[HttpConnectionOverHTTP@38a20f8a(l:/127.0.0.1:44814 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@799f05b1(exchange=null)[send=HttpSenderOverHTTP@605a81f3(req=QUEUED,failure=null)[HttpGenerator@482c1c2d{s=START}],recv=HttpReceiverOverHTTP@1803c6c2(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 20:13:05.887 [WebSocket@1323531427-103] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$431/0x00007ff2f4210ca8@53409c1 on ManagedSelector@fd8294b{STARTED} id=0 keys=1 selected=0 updates=1 20:13:05.887 [WebSocket@1323531427-103] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@fd8294b{STARTED} id=0 keys=1 selected=0 updates=2 20:13:05.887 [qtp304157852-46] DEBUG org.eclipse.jetty.io.AbstractEndPoint -- onOpen SocketChannelEndPoint@19f93f7a[{l=/127.0.0.1:14001,r=/127.0.0.1:44814,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}]->[HttpConnection@61ccaeac[p=HttpParser{s=START,0 of -1},g=HttpGenerator@675ee9da{s=START}]=>HttpChannelOverHttp@74e45e5f{s=HttpChannelState@3d105199{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}] 20:13:05.887 [WebSocket@1323531427-101] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@921d078 woken with none selected 20:13:05.887 [WebSocket@1323531427-103] DEBUG org.eclipse.jetty.client.AbstractConnectionPool -- Connection creation succeeded MultiEntry@4fbda97b{PENDING,usage=0,multiplex=0,pooled=null}: HttpConnectionOverHTTP@38a20f8a::SocketChannelEndPoint@3665f736[{l=/127.0.0.1:44814,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=8}]->[HttpConnectionOverHTTP@38a20f8a(l:/127.0.0.1:44814 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@799f05b1(exchange=null)[send=HttpSenderOverHTTP@605a81f3(req=QUEUED,failure=null)[HttpGenerator@482c1c2d{s=START}],recv=HttpReceiverOverHTTP@1803c6c2(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 20:13:05.887 [qtp304157852-46] DEBUG org.eclipse.jetty.io.AbstractConnection -- onOpen HttpConnection@61ccaeac::SocketChannelEndPoint@19f93f7a[{l=/127.0.0.1:14001,r=/127.0.0.1:44814,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}]->[HttpConnection@61ccaeac[p=HttpParser{s=START,0 of -1},g=HttpGenerator@675ee9da{s=START}]=>HttpChannelOverHttp@74e45e5f{s=HttpChannelState@3d105199{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}] 20:13:05.887 [WebSocket@1323531427-101] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@921d078 woken up from select, 0/0/1 selected 20:13:05.887 [qtp304157852-46] DEBUG org.eclipse.jetty.io.AbstractConnection -- fillInterested HttpConnection@61ccaeac::SocketChannelEndPoint@19f93f7a[{l=/127.0.0.1:14001,r=/127.0.0.1:44814,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}]->[HttpConnection@61ccaeac[p=HttpParser{s=START,0 of -1},g=HttpGenerator@675ee9da{s=START}]=>HttpChannelOverHttp@74e45e5f{s=HttpChannelState@3d105199{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}] 20:13:05.887 [WebSocket@1323531427-101] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@921d078 processing 0 keys, 2 updates 20:13:05.887 [WebSocket@1323531427-101] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 2 20:13:05.887 [WebSocket@1323531427-101] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$$Lambda$439/0x00007ff2f421e438@3c9d9c46 20:13:05.887 [WebSocket@1323531427-101] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$431/0x00007ff2f4210ca8@53409c1 20:13:05.887 [WebSocket@1323531427-103] DEBUG org.eclipse.jetty.client.AbstractConnectionPool -- Acquiring create=false on DuplexConnectionPool@75c9e76b[s=STARTED,c=0/1/64,a=0,i=1,q=1,p=Pool@7446d8d5[inUse=0,size=1,max=64,closed=false]] 20:13:05.887 [qtp304157852-46] DEBUG org.eclipse.jetty.io.FillInterest -- interested FillInterest@58fde031{ReadCallback@5cc09c4c{HttpConnection@61ccaeac::SocketChannelEndPoint@19f93f7a[{l=/127.0.0.1:14001,r=/127.0.0.1:44814,OPEN,fill=FI,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}]->[HttpConnection@61ccaeac[p=HttpParser{s=START,0 of -1},g=HttpGenerator@675ee9da{s=START}]=>HttpChannelOverHttp@74e45e5f{s=HttpChannelState@3d105199{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}]}} 20:13:05.887 [qtp304157852-46] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- changeInterests p=false 0->1 for SocketChannelEndPoint@19f93f7a[{l=/127.0.0.1:14001,r=/127.0.0.1:44814,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=0}]->[HttpConnection@61ccaeac[p=HttpParser{s=START,0 of -1},g=HttpGenerator@675ee9da{s=START}]=>HttpChannelOverHttp@74e45e5f{s=HttpChannelState@3d105199{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}] 20:13:05.888 [qtp304157852-46] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$463/0x00007fa8e437ea68@1fe53e8b on ManagedSelector@62a71547{STARTED} id=0 keys=1 selected=0 updates=1 20:13:05.888 [qtp304157852-46] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@62a71547{STARTED} id=0 keys=1 selected=0 updates=2 20:13:05.888 [qtp304157852-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@5d48c143 woken with none selected 20:13:05.888 [WebSocket@1323531427-101] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- Key interests updated 0 -> 1 on SocketChannelEndPoint@3665f736[{l=/127.0.0.1:44814,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=8}]->[HttpConnectionOverHTTP@38a20f8a(l:/127.0.0.1:44814 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@799f05b1(exchange=null)[send=HttpSenderOverHTTP@605a81f3(req=QUEUED,failure=null)[HttpGenerator@482c1c2d{s=START}],recv=HttpReceiverOverHTTP@1803c6c2(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 20:13:05.888 [WebSocket@1323531427-103] DEBUG org.eclipse.jetty.client.AbstractConnectionPool -- Activated MultiEntry@4fbda97b{ACTIVE,usage=1,multiplex=1,pooled=HttpConnectionOverHTTP@38a20f8a::SocketChannelEndPoint@3665f736[{l=/127.0.0.1:44814,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=8}]->[HttpConnectionOverHTTP@38a20f8a(l:/127.0.0.1:44814 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@799f05b1(exchange=null)[send=HttpSenderOverHTTP@605a81f3(req=QUEUED,failure=null)[HttpGenerator@482c1c2d{s=START}],recv=HttpReceiverOverHTTP@1803c6c2(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]]} Pool@7446d8d5[inUse=1,size=1,max=64,closed=false] 20:13:05.888 [WebSocket@1323531427-101] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:13:05.888 [qtp304157852-46] DEBUG org.eclipse.jetty.io.ManagedSelector -- Created SocketChannelEndPoint@19f93f7a[{l=/127.0.0.1:14001,r=/127.0.0.1:44814,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=0}]->[HttpConnection@61ccaeac[p=HttpParser{s=START,0 of -1},g=HttpGenerator@675ee9da{s=START}]=>HttpChannelOverHttp@74e45e5f{s=HttpChannelState@3d105199{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}] 20:13:05.888 [qtp304157852-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@5d48c143 woken up from select, 0/0/1 selected 20:13:05.888 [WebSocket@1323531427-101] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@921d078 waiting with 1 keys 20:13:05.888 [qtp304157852-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@5d48c143 processing 0 keys, 2 updates 20:13:05.888 [qtp304157852-46] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran Accept@5f57adb2[java.nio.channels.SocketChannel[connected local=/127.0.0.1:14001 remote=/127.0.0.1:44814]] in QueuedThreadPool[qtp304157852]@1221149c{STARTED,8<=8<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=2/2,pending=0}] 20:13:05.888 [qtp304157852-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 2 20:13:05.888 [qtp304157852-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$$Lambda$496/0x00007fa8e43c2d48@311e5f00 20:13:05.888 [qtp304157852-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$463/0x00007fa8e437ea68@1fe53e8b 20:13:05.888 [qtp304157852-42] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- Key interests updated 0 -> 1 on SocketChannelEndPoint@19f93f7a[{l=/127.0.0.1:14001,r=/127.0.0.1:44814,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=0}]->[HttpConnection@61ccaeac[p=HttpParser{s=START,0 of -1},g=HttpGenerator@675ee9da{s=START}]=>HttpChannelOverHttp@74e45e5f{s=HttpChannelState@3d105199{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}] 20:13:05.888 [qtp304157852-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:13:05.888 [qtp304157852-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@5d48c143 waiting with 1 keys 20:13:05.888 [WebSocket@1323531427-103] DEBUG org.eclipse.jetty.client.HttpDestination -- Processing exchange HttpExchange@307ea73{req=JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@5c3b6c6e[PENDING/null] res=HttpResponse[null 0 null]@1dfe87e7[PENDING/null]} on HttpConnectionOverHTTP@38a20f8a::SocketChannelEndPoint@3665f736[{l=/127.0.0.1:44814,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=8}]->[HttpConnectionOverHTTP@38a20f8a(l:/127.0.0.1:44814 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@799f05b1(exchange=null)[send=HttpSenderOverHTTP@605a81f3(req=QUEUED,failure=null)[HttpGenerator@482c1c2d{s=START}],recv=HttpReceiverOverHTTP@1803c6c2(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] of HttpDestination[Origin@98895eee[ws://localhost:14001,tag=null,protocol=Protocol@7f4624a[proto=[http/1.1],nego=false]]]@6f8f9349,state=STARTED,queue=0,pool=DuplexConnectionPool@75c9e76b[s=STARTED,c=0/1/64,a=1,i=0,q=0,p=Pool@7446d8d5[inUse=1,size=1,max=64,closed=false]],stale=false,idle=-1 20:13:05.888 [WebSocket@1323531427-103] DEBUG org.eclipse.jetty.client.HttpConnection -- Normalizing true JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@5c3b6c6e 20:13:05.888 [WebSocket@1323531427-103] DEBUG org.eclipse.jetty.client.HttpChannel -- HttpExchange@307ea73{req=JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@5c3b6c6e[PENDING/null] res=HttpResponse[null 0 null]@1dfe87e7[PENDING/null]} associated true to HttpChannelOverHTTP@799f05b1(exchange=HttpExchange@307ea73{req=JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@5c3b6c6e[PENDING/null] res=HttpResponse[null 0 null]@1dfe87e7[PENDING/null]})[send=HttpSenderOverHTTP@605a81f3(req=QUEUED,failure=null)[HttpGenerator@482c1c2d{s=START}],recv=HttpReceiverOverHTTP@1803c6c2(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 20:13:05.889 [WebSocket@1323531427-103] DEBUG org.eclipse.jetty.client.HttpSender -- Request begin JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@5c3b6c6e 20:13:05.889 [WebSocket@1323531427-103] DEBUG org.eclipse.jetty.client.util.AbstractRequestContent -- Content subscription for BytesRequestContent.SubscriptionImpl@3d2649df[demand=0,stalled=true,committed=false,emitInitial=true]: org.eclipse.jetty.client.HttpSender$ContentConsumer@18f935bb 20:13:05.889 [WebSocket@1323531427-103] DEBUG org.eclipse.jetty.client.HttpSender -- Request headers JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@5c3b6c6e Accept-Encoding: gzip User-Agent: Jetty/11.0.13 Host: localhost:14001 Sec-WebSocket-Version: 13 Upgrade: websocket Connection: Upgrade Sec-WebSocket-Key: eGc9hUg6Y3a6ibhXmHVHKw== Pragma: no-cache Cache-Control: no-cache 20:13:05.889 [WebSocket@1323531427-103] DEBUG org.eclipse.jetty.client.util.AbstractRequestContent -- Content demand, producing true for BytesRequestContent.SubscriptionImpl@3d2649df[demand=1,stalled=false,committed=false,emitInitial=true] 20:13:05.889 [WebSocket@1323531427-103] DEBUG org.eclipse.jetty.client.util.AbstractRequestContent -- Notifying content last=true HeapByteBuffer@485b3521[p=0,l=0,c=0,r=0]={<<<>>>} for BytesRequestContent.SubscriptionImpl@3d2649df[demand=0,stalled=false,committed=true,emitInitial=true] 20:13:05.889 [WebSocket@1323531427-103] DEBUG org.eclipse.jetty.client.HttpSender -- Content HeapByteBuffer@485b3521[p=0,l=0,c=0,r=0]={<<<>>>} last=true for JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@5c3b6c6e 20:13:05.889 [WebSocket@1323531427-103] DEBUG org.eclipse.jetty.client.http.HttpSenderOverHTTP -- Sending headers with content HeapByteBuffer@485b3521[p=0,l=0,c=0,r=0]={<<<>>>} last=true for JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@5c3b6c6e 20:13:05.889 [WebSocket@1323531427-103] DEBUG org.eclipse.jetty.client.http.HttpSenderOverHTTP -- Generated headers (-1 bytes), chunk (-1 bytes), content (0 bytes) - NEED_HEADER/HttpGenerator@482c1c2d{s=START} for JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@5c3b6c6e 20:13:05.889 [WebSocket@1323531427-103] DEBUG org.eclipse.jetty.http.HttpGenerator -- generateHeaders GET{u=/ws/sensinact,HTTP/1.1,h=9,cl=0,p=null} last=true content=HeapByteBuffer@485b3521[p=0,l=0,c=0,r=0]={<<<>>>} 20:13:05.889 [WebSocket@1323531427-103] DEBUG org.eclipse.jetty.http.HttpGenerator -- Accept-Encoding: gzip User-Agent: Jetty/11.0.13 Host: localhost:14001 Sec-WebSocket-Version: 13 Upgrade: websocket Connection: Upgrade Sec-WebSocket-Key: eGc9hUg6Y3a6ibhXmHVHKw== Pragma: no-cache Cache-Control: no-cache 20:13:05.889 [WebSocket@1323531427-103] DEBUG org.eclipse.jetty.http.HttpGenerator -- NO_CONTENT 20:13:05.889 [WebSocket@1323531427-103] DEBUG org.eclipse.jetty.client.http.HttpSenderOverHTTP -- Generated headers (259 bytes), chunk (-1 bytes), content (0 bytes) - FLUSH/HttpGenerator@482c1c2d{s=COMPLETING} for JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@5c3b6c6e 20:13:05.890 [WebSocket@1323531427-103] DEBUG org.eclipse.jetty.io.WriteFlusher -- write: WriteFlusher@4d396a6f{IDLE}->null [DirectByteBuffer@249100a5[p=0,l=259,c=4096,r=259]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@485b3521[p=0,l=0,c=0,r=0]={<<<>>>},HeapByteBuffer@485b3521[p=0,l=0,c=0,r=0]={<<<>>>}] 20:13:05.890 [WebSocket@1323531427-103] DEBUG org.eclipse.jetty.io.WriteFlusher -- update WriteFlusher@4d396a6f{WRITING}->null:IDLE-->WRITING 20:13:05.890 [WebSocket@1323531427-103] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- flushed 259 SocketChannelEndPoint@3665f736[{l=/127.0.0.1:44814,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=W,to=2/30000}{io=1/1,kio=1,kro=8}]->[HttpConnectionOverHTTP@38a20f8a(l:/127.0.0.1:44814 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@799f05b1(exchange=HttpExchange@307ea73{req=JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@5c3b6c6e[PENDING/null] res=HttpResponse[null 0 null]@1dfe87e7[PENDING/null]})[send=HttpSenderOverHTTP@605a81f3(req=HEADERS,failure=null)[HttpGenerator@482c1c2d{s=COMPLETING}],recv=HttpReceiverOverHTTP@1803c6c2(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 20:13:05.890 [WebSocket@1323531427-103] DEBUG org.eclipse.jetty.io.WriteFlusher -- Flushed=true written=259 remaining=0 WriteFlusher@4d396a6f{WRITING}->null 20:13:05.890 [WebSocket@1323531427-103] DEBUG org.eclipse.jetty.io.WriteFlusher -- update WriteFlusher@4d396a6f{IDLE}->null:WRITING-->IDLE 20:13:05.890 [qtp304157852-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@5d48c143 woken up from select, 1/1/1 selected 20:13:05.890 [qtp304157852-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@5d48c143 processing 1 keys, 0 updates 20:13:05.890 [WebSocket@1323531427-103] DEBUG org.eclipse.jetty.client.http.HttpSenderOverHTTP -- Generated headers (-1 bytes), chunk (-1 bytes), content (-1 bytes) - DONE/HttpGenerator@482c1c2d{s=END} for JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@5c3b6c6e 20:13:05.890 [WebSocket@1323531427-103] DEBUG org.eclipse.jetty.client.HttpSender -- Request committed JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@5c3b6c6e 20:13:05.890 [WebSocket@1323531427-103] DEBUG org.eclipse.jetty.client.HttpSender -- Request success JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@5c3b6c6e 20:13:05.890 [WebSocket@1323531427-103] DEBUG org.eclipse.jetty.client.HttpExchange -- Terminated request for HttpExchange@307ea73{req=JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@5c3b6c6e[TERMINATED/null] res=HttpResponse[null 0 null]@1dfe87e7[PENDING/null]}, result: null 20:13:05.890 [WebSocket@1323531427-103] DEBUG org.eclipse.jetty.client.HttpSender -- Terminating request JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@5c3b6c6e 20:13:05.890 [qtp304157852-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- selected 1 channel=java.nio.channels.SocketChannel[connected local=/127.0.0.1:14001 remote=/127.0.0.1:44814], selector=sun.nio.ch.EPollSelectorImpl@5d48c143, interestOps=1, readyOps=1 SocketChannelEndPoint@19f93f7a[{l=/127.0.0.1:14001,r=/127.0.0.1:44814,OPEN,fill=FI,flush=-,to=2/60000}{io=1/1,kio=1,kro=1}]->[HttpConnection@61ccaeac[p=HttpParser{s=START,0 of -1},g=HttpGenerator@675ee9da{s=START}]=>HttpChannelOverHttp@74e45e5f{s=HttpChannelState@3d105199{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}] 20:13:05.890 [WebSocket@1323531427-103] DEBUG org.eclipse.jetty.client.util.AbstractRequestContent -- No demand, processing stalled for BytesRequestContent.SubscriptionImpl@3d2649df[demand=0,stalled=true,committed=true,emitInitial=true] 20:13:05.890 [qtp304157852-42] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- onSelected 1->0 r=true w=false for SocketChannelEndPoint@19f93f7a[{l=/127.0.0.1:14001,r=/127.0.0.1:44814,OPEN,fill=FI,flush=-,to=2/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@61ccaeac[p=HttpParser{s=START,0 of -1},g=HttpGenerator@675ee9da{s=START}]=>HttpChannelOverHttp@74e45e5f{s=HttpChannelState@3d105199{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}] 20:13:05.890 [qtp304157852-42] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- task SocketChannelEndPoint@19f93f7a[{l=/127.0.0.1:14001,r=/127.0.0.1:44814,OPEN,fill=FI,flush=-,to=2/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@61ccaeac[p=HttpParser{s=START,0 of -1},g=HttpGenerator@675ee9da{s=START}]=>HttpChannelOverHttp@74e45e5f{s=HttpChannelState@3d105199{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 20:13:05.890 [qtp304157852-42] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@4d385e23{reserved=2/2,pending=0} tryExecute org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy$$Lambda$380/0x00007fa8e4312d78@71d9be42 20:13:05.890 [WebSocket@1323531427-103] DEBUG org.eclipse.jetty.io.ManagedSelector -- Created SocketChannelEndPoint@3665f736[{l=/127.0.0.1:44814,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=8}]->[HttpConnectionOverHTTP@38a20f8a(l:/127.0.0.1:44814 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@799f05b1(exchange=HttpExchange@307ea73{req=JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@5c3b6c6e[TERMINATED/null] res=HttpResponse[null 0 null]@1dfe87e7[PENDING/null]})[send=HttpSenderOverHTTP@605a81f3(req=QUEUED,failure=null)[HttpGenerator@482c1c2d{s=START}],recv=HttpReceiverOverHTTP@1803c6c2(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 20:13:05.890 [qtp304157852-44] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@76d3dfda{RESERVED,thread=Thread[qtp304157852-44,5,Configuration Admin Service]} task=org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy$$Lambda$380/0x00007fa8e4312d78@71d9be42 ReservedThreadExecutor@4d385e23{reserved=1/2,pending=0} 20:13:05.890 [WebSocket@1323531427-103] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran CreateEndPoint@3d9bb08{Connect@73d4795a{java.nio.channels.SocketChannel[connected local=/127.0.0.1:44814 remote=localhost/127.0.0.1:14001],{org.eclipse.jetty.client.connector.remoteSocketAddress=localhost/127.0.0.1:14001, org.eclipse.jetty.client.connector.clientConnectionFactory=HttpClientTransportOverHTTP@d8305c2{STARTED}, org.eclipse.jetty.client.destination=HttpDestination[Origin@98895eee[ws://localhost:14001,tag=null,protocol=Protocol@7f4624a[proto=[http/1.1],nego=false]]]@6f8f9349,state=STARTED,queue=0,pool=DuplexConnectionPool@75c9e76b[s=STARTED,c=0/1/64,a=1,i=0,q=0,p=Pool@7446d8d5[inUse=1,size=1,max=64,closed=false]],stale=false,idle=-1, org.eclipse.jetty.client.connector=ClientConnector@422c3c7a{STARTED}, org.eclipse.jetty.client.connector.applicationProtocols=[http/1.1], org.eclipse.jetty.client=HttpClient@56bca85b{STARTED}, org.eclipse.jetty.client.connection.promise=org.eclipse.jetty.client.HttpClient$1$1@77ebe3f8, org.eclipse.jetty.client.connector.connectionPromise=org.eclipse.jetty.util.Promise$1@32e97361}}} in QueuedThreadPool[WebSocket@1323531427]@2bb7bd00{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@e077866{reserved=0/2,pending=0}] 20:13:05.890 [qtp304157852-42] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- ss=EXECUTE_PRODUCE_CONSUME t=SocketChannelEndPoint@19f93f7a[{l=/127.0.0.1:14001,r=/127.0.0.1:44814,OPEN,fill=FI,flush=-,to=2/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@61ccaeac[p=HttpParser{s=START,0 of -1},g=HttpGenerator@675ee9da{s=START}]=>HttpChannelOverHttp@74e45e5f{s=HttpChannelState@3d105199{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@313e7a31/SelectorProducer@1efd6dc5/IDLE/p=true/QueuedThreadPool[qtp304157852]@1221149c{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=1/2,pending=0}][pc=0,pic=0,pec=1,epc=5]@2024-02-12T20:13:05.890727097Z 20:13:05.890 [qtp304157852-42] DEBUG org.eclipse.jetty.io.FillInterest -- fillable FillInterest@58fde031{ReadCallback@5cc09c4c{HttpConnection@61ccaeac::SocketChannelEndPoint@19f93f7a[{l=/127.0.0.1:14001,r=/127.0.0.1:44814,OPEN,fill=FI,flush=-,to=2/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@61ccaeac[p=HttpParser{s=START,0 of -1},g=HttpGenerator@675ee9da{s=START}]=>HttpChannelOverHttp@74e45e5f{s=HttpChannelState@3d105199{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}]}} 20:13:05.890 [qtp304157852-44] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- AdaptiveExecutionStrategy@313e7a31/SelectorProducer@1efd6dc5/IDLE/p=true/QueuedThreadPool[qtp304157852]@1221149c{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=1/2,pending=0}][pc=0,pic=0,pec=1,epc=6]@2024-02-12T20:13:05.890864446Z tryProduce true 20:13:05.890 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@61ccaeac::SocketChannelEndPoint@19f93f7a[{l=/127.0.0.1:14001,r=/127.0.0.1:44814,OPEN,fill=-,flush=-,to=2/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@61ccaeac[p=HttpParser{s=START,0 of -1},g=HttpGenerator@675ee9da{s=START}]=>HttpChannelOverHttp@74e45e5f{s=HttpChannelState@3d105199{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@3d105199{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 20:13:05.890 [qtp304157852-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 0 20:13:05.890 [qtp304157852-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:13:05.891 [qtp304157852-42] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- filled 259 DirectByteBuffer@656a3417[p=0,l=259,c=8192,r=259]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 20:13:05.890 [qtp304157852-44] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- Key interests updated 1 -> 0 on SocketChannelEndPoint@19f93f7a[{l=/127.0.0.1:14001,r=/127.0.0.1:44814,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@61ccaeac[p=HttpParser{s=START,0 of -1},g=HttpGenerator@675ee9da{s=START}]=>HttpChannelOverHttp@74e45e5f{s=HttpChannelState@3d105199{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}] 20:13:05.891 [qtp304157852-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@5d48c143 waiting with 1 keys 20:13:05.891 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@61ccaeac::SocketChannelEndPoint@19f93f7a[{l=/127.0.0.1:14001,r=/127.0.0.1:44814,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@61ccaeac[p=HttpParser{s=START,0 of -1},g=HttpGenerator@675ee9da{s=START}]=>HttpChannelOverHttp@74e45e5f{s=HttpChannelState@3d105199{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 259 RetainableByteBuffer@349e4f18{DirectByteBuffer@656a3417[p=0,l=259,c=8192,r=259]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},r=1} 20:13:05.891 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@61ccaeac::SocketChannelEndPoint@19f93f7a[{l=/127.0.0.1:14001,r=/127.0.0.1:44814,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@61ccaeac[p=HttpParser{s=START,0 of -1},g=HttpGenerator@675ee9da{s=START}]=>HttpChannelOverHttp@74e45e5f{s=HttpChannelState@3d105199{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@349e4f18{DirectByteBuffer@656a3417[p=0,l=259,c=8192,r=259]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},r=1} 20:13:05.891 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=START DirectByteBuffer@656a3417[p=0,l=259,c=8192,r=259]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 20:13:05.891 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- START --> SPACE1 20:13:05.891 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- SPACE1 --> URI 20:13:05.891 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- URI --> SPACE2 20:13:05.891 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- SPACE2 --> REQUEST_VERSION 20:13:05.891 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- REQUEST_VERSION --> HEADER 20:13:05.891 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Accept-Encoding: gzip --> IN_VALUE 20:13:05.891 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Accept-Encoding: gzip --> FIELD 20:13:05.891 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:User-Agent --> VALUE 20:13:05.891 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:User-Agent --> IN_VALUE 20:13:05.891 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:User-Agent --> FIELD 20:13:05.891 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Host --> VALUE 20:13:05.891 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Host --> IN_VALUE 20:13:05.891 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Host --> FIELD 20:13:05.891 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Sec-WebSocket-Version --> VALUE 20:13:05.891 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Sec-WebSocket-Version --> IN_VALUE 20:13:05.891 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Sec-WebSocket-Version --> FIELD 20:13:05.891 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Upgrade --> VALUE 20:13:05.891 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Upgrade --> IN_VALUE 20:13:05.891 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Upgrade --> FIELD 20:13:05.891 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Connection: Upgrade --> IN_VALUE 20:13:05.891 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Connection: Upgrade --> FIELD 20:13:05.891 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Sec-WebSocket-Key --> VALUE 20:13:05.891 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Sec-WebSocket-Key --> IN_VALUE 20:13:05.891 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Sec-WebSocket-Key --> FIELD 20:13:05.891 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Pragma: no-cache --> IN_VALUE 20:13:05.891 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Pragma: no-cache --> FIELD 20:13:05.891 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Cache-Control: no-cache --> IN_VALUE 20:13:05.891 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Cache-Control: no-cache --> FIELD 20:13:05.891 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER --> CONTENT 20:13:05.891 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpInput -- reopen HttpInput@425064934 cs=HttpChannelState@3d105199{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@74b907b1 eof=false 20:13:05.891 [qtp304157852-42] DEBUG org.eclipse.jetty.server.BlockingContentProducer -- reopening org.eclipse.jetty.server.BlockingContentProducer@74b907b1 20:13:05.891 [qtp304157852-42] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- reopening AsyncContentProducer@72d7c8e8[r=null,t=null,i=null,error=false,c=HttpChannelOverHttp@74e45e5f{s=HttpChannelState@3d105199{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}] 20:13:05.891 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpChannel -- REQUEST for /ws/sensinact on HttpChannelOverHttp@74e45e5f{s=HttpChannelState@3d105199{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:14001/ws/sensinact,age=0} GET /ws/sensinact HTTP/1.1 Accept-Encoding: gzip User-Agent: Jetty/11.0.13 Host: localhost:14001 Sec-WebSocket-Version: 13 Upgrade: websocket Connection: Upgrade Sec-WebSocket-Key: eGc9hUg6Y3a6ibhXmHVHKw== Pragma: no-cache Cache-Control: no-cache 20:13:05.891 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- upgrade HttpChannelOverHttp@74e45e5f{s=HttpChannelState@3d105199{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:14001/ws/sensinact,age=0} Upgrade: websocket 20:13:05.891 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- No factory for Upgrade: websocket in ServerConnector@66323f4c{HTTP/1.1, (http/1.1)}{0.0.0.0:14001} 20:13:05.891 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@61ccaeac::SocketChannelEndPoint@19f93f7a[{l=/127.0.0.1:14001,r=/127.0.0.1:44814,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@61ccaeac[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@675ee9da{s=START}]=>HttpChannelOverHttp@74e45e5f{s=HttpChannelState@3d105199{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:14001/ws/sensinact,age=0}] parsed true HttpParser{s=CONTENT,0 of -1} 20:13:05.891 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpConnection -- releaseRequestBuffer HttpConnection@61ccaeac::SocketChannelEndPoint@19f93f7a[{l=/127.0.0.1:14001,r=/127.0.0.1:44814,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@61ccaeac[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@675ee9da{s=START}]=>HttpChannelOverHttp@74e45e5f{s=HttpChannelState@3d105199{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:14001/ws/sensinact,age=0}] 20:13:05.891 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpChannel -- handle http://localhost:14001/ws/sensinact HttpChannelOverHttp@74e45e5f{s=HttpChannelState@3d105199{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:14001/ws/sensinact,age=0} 20:13:05.892 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpChannelState -- handling HttpChannelState@3d105199{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 20:13:05.892 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpChannel -- action DISPATCH HttpChannelOverHttp@74e45e5f{s=HttpChannelState@3d105199{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:14001/ws/sensinact,age=1} 20:13:05.892 [qtp304157852-42] DEBUG org.eclipse.jetty.server.Server -- REQUEST GET /ws/sensinact ?null on HttpChannelOverHttp@74e45e5f{s=HttpChannelState@3d105199{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:14001/ws/sensinact,age=1} 20:13:05.892 [qtp304157852-42] DEBUG org.eclipse.jetty.server.handler.ContextHandler -- scope null||/ws/sensinact @ o.e.j.s.ServletContextHandler@23a589ed{/,null,AVAILABLE} 20:13:05.892 [qtp304157852-42] DEBUG org.eclipse.jetty.server.handler.ContextHandler -- context=||/ws/sensinact @ o.e.j.s.ServletContextHandler@23a589ed{/,null,AVAILABLE} 20:13:05.892 [qtp304157852-42] DEBUG org.eclipse.jetty.server.session.SessionHandler -- Entering scope org.eclipse.jetty.server.session.SessionHandler2123212850==dftMaxIdleSec=0, dispatch=REQUEST asyncstarted=false 20:13:05.892 [qtp304157852-42] DEBUG org.eclipse.jetty.server.session.SessionHandler -- sessionHandler=org.eclipse.jetty.server.session.SessionHandler2123212850==dftMaxIdleSec=0 session=null 20:13:05.892 [qtp304157852-42] DEBUG org.eclipse.jetty.servlet.ServletHandler -- servlet ||/ws/sensinact|ServletPathMapping{matchValue=, pattern=/*, servletName=org.apache.felix.http.base.internal.dispatch.DispatcherServlet-3250993a, mappingMatch=PATH, servletPath=, pathInfo=/ws/sensinact} -> org.apache.felix.http.base.internal.dispatch.DispatcherServlet-3250993a==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@c53ed7f9{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 20:13:05.892 [qtp304157852-42] DEBUG org.eclipse.jetty.servlet.ServletHandler -- chain=null 20:13:05.892 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpChannelState -- sendError HttpChannelState@3d105199{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 20:13:05.892 [qtp304157852-42] DEBUG org.eclipse.jetty.server.session.SessionHandler -- Leaving scope org.eclipse.jetty.server.session.SessionHandler2123212850==dftMaxIdleSec=0 dispatch=REQUEST, async=false, session=null, oldsession=null, oldsessionhandler=null 20:13:05.892 [qtp304157852-42] DEBUG org.eclipse.jetty.server.Server -- handled=true async=false committed=true on HttpChannelOverHttp@74e45e5f{s=HttpChannelState@3d105199{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:14001/ws/sensinact,age=1} 20:13:05.892 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpChannelState -- unhandle HttpChannelState@3d105199{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=true i=true al=0} 20:13:05.892 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpChannelState -- nextAction(false) SEND_ERROR HttpChannelState@3d105199{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=false al=0} 20:13:05.892 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpChannel -- action SEND_ERROR HttpChannelOverHttp@74e45e5f{s=HttpChannelState@3d105199{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:14001/ws/sensinact,age=1} 20:13:05.892 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpInput -- consumeAll HttpInput@425064934 cs=HttpChannelState@3d105199{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@74b907b1 eof=false 20:13:05.892 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- failing all content with org.eclipse.jetty.util.StaticException: Unconsumed content HttpChannelOverHttp@74e45e5f{s=HttpChannelState@3d105199{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:14001/ws/sensinact,age=1} 20:13:05.892 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- produceContent has no content, parsing and filling 20:13:05.892 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@61ccaeac::SocketChannelEndPoint@19f93f7a[{l=/127.0.0.1:14001,r=/127.0.0.1:44814,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@61ccaeac[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@675ee9da{s=START}]=>HttpChannelOverHttp@74e45e5f{s=HttpChannelState@3d105199{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:14001/ws/sensinact,age=1}] parse null 20:13:05.892 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=CONTENT HeapByteBuffer@63635569[p=0,l=0,c=0,r=0]={<<<>>>} 20:13:05.892 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- CONTENT --> CONTENT_END 20:13:05.892 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpChannel -- onContentComplete HttpChannelOverHttp@74e45e5f{s=HttpChannelState@3d105199{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:14001/ws/sensinact,age=1} 20:13:05.892 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- CONTENT_END --> END 20:13:05.892 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpChannel -- onRequestComplete HttpChannelOverHttp@74e45e5f{s=HttpChannelState@3d105199{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:14001/ws/sensinact,age=1} 20:13:05.892 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- received EOF, content = null 20:13:05.892 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@61ccaeac::SocketChannelEndPoint@19f93f7a[{l=/127.0.0.1:14001,r=/127.0.0.1:44814,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@61ccaeac[p=HttpParser{s=END,0 of -1},g=HttpGenerator@675ee9da{s=START}]=>HttpChannelOverHttp@74e45e5f{s=HttpChannelState@3d105199{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:14001/ws/sensinact,age=1}] parsed false HttpParser{s=END,0 of -1} 20:13:05.892 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- produceContent produced EofContent 20:13:05.892 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- failed all content, EOF = true 20:13:05.892 [qtp304157852-42] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- failed all content of http channel EOF=true AsyncContentProducer@72d7c8e8[r=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],t=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],i=null,error=false,c=HttpChannelOverHttp@74e45e5f{s=HttpChannelState@3d105199{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:14001/ws/sensinact,age=1}] 20:13:05.892 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpInput -- isFinished=true HttpInput@425064934 cs=HttpChannelState@3d105199{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@74b907b1 eof=true 20:13:05.892 [qtp304157852-42] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- isError = false AsyncContentProducer@72d7c8e8[r=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],t=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],i=null,error=false,c=HttpChannelOverHttp@74e45e5f{s=HttpChannelState@3d105199{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:14001/ws/sensinact,age=1}] 20:13:05.892 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpInput -- isError=false HttpInput@425064934 cs=HttpChannelState@3d105199{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@74b907b1 eof=true 20:13:05.892 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpChannelState -- completing HttpChannelState@3d105199{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=false al=0} 20:13:05.893 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpChannel -- sendResponse info=null content=DirectByteBuffer@376ddc2c[p=0,l=469,c=32768,r=469]={<<<\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@66b377f1 20:13:05.893 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpChannel -- COMMIT for /ws/sensinact on HttpChannelOverHttp@74e45e5f{s=HttpChannelState@3d105199{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:14001/ws/sensinact,age=2} 503 null HTTP/1.1 Cache-Control: must-revalidate,no-cache,no-store Content-Type: text/html;charset=iso-8859-1 20:13:05.893 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpConnection -- generate: NEED_HEADER for SendCallback@501f3808[PROCESSING][i=HTTP/1.1{s=503,h=2,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@6c272935] (null,[p=0,l=469,c=32768,r=469],true)@START 20:13:05.893 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpGenerator -- generateHeaders HTTP/1.1{s=503,h=2,cl=-1} last=true content=DirectByteBuffer@376ddc2c[p=0,l=469,c=32768,r=469]={<<<\n\n\n\n\n\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 20:13:05.893 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpGenerator -- Cache-Control: must-revalidate,no-cache,no-store Content-Type: text/html;charset=iso-8859-1 20:13:05.893 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpGenerator -- CONTENT_LENGTH 20:13:05.893 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpConnection -- generate: FLUSH for SendCallback@501f3808[PROCESSING][i=HTTP/1.1{s=503,h=2,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@6c272935] ([p=0,l=151,c=16384,r=151],[p=0,l=469,c=32768,r=469],true)@COMPLETING 20:13:05.893 [qtp304157852-42] DEBUG org.eclipse.jetty.io.WriteFlusher -- write: WriteFlusher@207b3cd1{IDLE}->null [DirectByteBuffer@7e95b142[p=0,l=151,c=16384,r=151]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},DirectByteBuffer@376ddc2c[p=0,l=469,c=32768,r=469]={<<<\n\n\n\n\n\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}] 20:13:05.893 [qtp304157852-42] DEBUG org.eclipse.jetty.io.WriteFlusher -- update WriteFlusher@207b3cd1{WRITING}->null:IDLE-->WRITING 20:13:05.893 [WebSocket@1323531427-101] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@921d078 woken up from select, 1/1/1 selected 20:13:05.893 [WebSocket@1323531427-101] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@921d078 processing 1 keys, 0 updates 20:13:05.893 [qtp304157852-42] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- flushed 620 SocketChannelEndPoint@19f93f7a[{l=/127.0.0.1:14001,r=/127.0.0.1:44814,OPEN,fill=-,flush=W,to=2/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@61ccaeac[p=HttpParser{s=END,0 of -1},g=HttpGenerator@675ee9da{s=COMPLETING}]=>HttpChannelOverHttp@74e45e5f{s=HttpChannelState@3d105199{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:14001/ws/sensinact,age=2}] 20:13:05.893 [qtp304157852-42] DEBUG org.eclipse.jetty.io.WriteFlusher -- Flushed=true written=620 remaining=0 WriteFlusher@207b3cd1{WRITING}->null 20:13:05.893 [qtp304157852-42] DEBUG org.eclipse.jetty.io.WriteFlusher -- update WriteFlusher@207b3cd1{IDLE}->null:WRITING-->IDLE 20:13:05.893 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpConnection -- generate: DONE for SendCallback@501f3808[PROCESSING][i=HTTP/1.1{s=503,h=2,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@6c272935] ([p=151,l=151,c=16384,r=0],[p=469,l=469,c=32768,r=0],true)@END 20:13:05.893 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpChannelState -- completed HttpChannelState@3d105199{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 20:13:05.893 [WebSocket@1323531427-101] DEBUG org.eclipse.jetty.io.ManagedSelector -- selected 1 channel=java.nio.channels.SocketChannel[connected local=/127.0.0.1:44814 remote=localhost/127.0.0.1:14001], selector=sun.nio.ch.EPollSelectorImpl@921d078, interestOps=1, readyOps=1 SocketChannelEndPoint@3665f736[{l=/127.0.0.1:44814,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=3/30000}{io=1/1,kio=1,kro=1}]->[HttpConnectionOverHTTP@38a20f8a(l:/127.0.0.1:44814 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@799f05b1(exchange=HttpExchange@307ea73{req=JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@5c3b6c6e[TERMINATED/null] res=HttpResponse[null 0 null]@1dfe87e7[PENDING/null]})[send=HttpSenderOverHTTP@605a81f3(req=QUEUED,failure=null)[HttpGenerator@482c1c2d{s=START}],recv=HttpReceiverOverHTTP@1803c6c2(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 20:13:05.893 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpChannelState -- unhandle HttpChannelState@3d105199{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 20:13:05.893 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpChannelState -- nextAction(false) TERMINATED HttpChannelState@3d105199{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 20:13:05.893 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpChannel -- action TERMINATED HttpChannelOverHttp@74e45e5f{s=HttpChannelState@3d105199{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:14001/ws/sensinact,age=2} 20:13:05.893 [WebSocket@1323531427-101] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- onSelected 1->0 r=true w=false for SocketChannelEndPoint@3665f736[{l=/127.0.0.1:44814,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=3/30000}{io=1/0,kio=1,kro=1}]->[HttpConnectionOverHTTP@38a20f8a(l:/127.0.0.1:44814 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@799f05b1(exchange=HttpExchange@307ea73{req=JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@5c3b6c6e[TERMINATED/null] res=HttpResponse[null 0 null]@1dfe87e7[PENDING/null]})[send=HttpSenderOverHTTP@605a81f3(req=QUEUED,failure=null)[HttpGenerator@482c1c2d{s=START}],recv=HttpReceiverOverHTTP@1803c6c2(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 20:13:05.893 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpChannel -- onCompleted for /ws/sensinact written=469 20:13:05.893 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpInput -- consumeAll HttpInput@425064934 cs=HttpChannelState@3d105199{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@74b907b1 eof=true 20:13:05.893 [WebSocket@1323531427-101] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- task SocketChannelEndPoint@3665f736[{l=/127.0.0.1:44814,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=3/30000}{io=1/0,kio=1,kro=1}]->[HttpConnectionOverHTTP@38a20f8a(l:/127.0.0.1:44814 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@799f05b1(exchange=HttpExchange@307ea73{req=JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@5c3b6c6e[TERMINATED/null] res=HttpResponse[null 0 null]@1dfe87e7[PENDING/null]})[send=HttpSenderOverHTTP@605a81f3(req=QUEUED,failure=null)[HttpGenerator@482c1c2d{s=START}],recv=HttpReceiverOverHTTP@1803c6c2(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]]:runFillable:BLOCKING 20:13:05.893 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- failing all content with org.eclipse.jetty.util.StaticException: Unconsumed content HttpChannelOverHttp@74e45e5f{s=HttpChannelState@3d105199{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:14001/ws/sensinact,age=2} 20:13:05.893 [WebSocket@1323531427-101] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@e077866{reserved=0/2,pending=0} tryExecute org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy$$Lambda$394/0x00007ff2f418db60@46db3517 20:13:05.893 [WebSocket@1323531427-101] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@e077866{reserved=0/2,pending=1} startReservedThread p=1 20:13:05.893 [qtp304157852-42] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- failed all content of http channel EOF=true AsyncContentProducer@72d7c8e8[r=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],t=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],i=null,error=false,c=HttpChannelOverHttp@74e45e5f{s=HttpChannelState@3d105199{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:14001/ws/sensinact,age=2}] 20:13:05.893 [WebSocket@1323531427-101] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue ReservedThread@41fe8fa4{PENDING,thread=null} startThread=0 20:13:05.893 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpInput -- isFinished=true HttpInput@425064934 cs=HttpChannelState@3d105199{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@74b907b1 eof=true 20:13:05.893 [qtp304157852-42] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- isError = false AsyncContentProducer@72d7c8e8[r=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],t=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],i=null,error=false,c=HttpChannelOverHttp@74e45e5f{s=HttpChannelState@3d105199{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:14001/ws/sensinact,age=2}] 20:13:05.893 [WebSocket@1323531427-104] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run ReservedThread@41fe8fa4{PENDING,thread=null} in QueuedThreadPool[WebSocket@1323531427]@2bb7bd00{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@e077866{reserved=0/2,pending=1}] 20:13:05.893 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpInput -- isError=false HttpInput@425064934 cs=HttpChannelState@3d105199{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@74b907b1 eof=true 20:13:05.893 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpChannelState -- recycle HttpChannelState@3d105199{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 20:13:05.893 [WebSocket@1323531427-104] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@41fe8fa4{PENDING,thread=Thread[WebSocket@1323531427-104,5,main]} was=PENDING next=RESERVED size=0+1 capacity=2 20:13:05.893 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpInput -- recycle HttpInput@425064934 cs=HttpChannelState@3d105199{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@74b907b1 eof=true 20:13:05.893 [WebSocket@1323531427-104] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@41fe8fa4{RESERVED,thread=Thread[WebSocket@1323531427-104,5,main]} waiting ReservedThreadExecutor@e077866{reserved=1/2,pending=0} 20:13:05.893 [qtp304157852-42] DEBUG org.eclipse.jetty.server.BlockingContentProducer -- recycling org.eclipse.jetty.server.BlockingContentProducer@74b907b1 20:13:05.893 [qtp304157852-42] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- recycling AsyncContentProducer@72d7c8e8[r=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],t=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],i=null,error=false,c=HttpChannelOverHttp@74e45e5f{s=HttpChannelState@3d105199{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:14001/ws/sensinact,age=2}] 20:13:05.893 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- reset HttpParser{s=END,0 of -1} 20:13:05.893 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- END --> START 20:13:05.893 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpChannel -- !handle TERMINATED HttpChannelOverHttp@74e45e5f{s=HttpChannelState@3d105199{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} 20:13:05.893 [WebSocket@1323531427-101] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- ss=PRODUCE_EXECUTE_CONSUME t=SocketChannelEndPoint@3665f736[{l=/127.0.0.1:44814,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=3/30000}{io=1/0,kio=1,kro=1}]->[HttpConnectionOverHTTP@38a20f8a(l:/127.0.0.1:44814 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@799f05b1(exchange=HttpExchange@307ea73{req=JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@5c3b6c6e[TERMINATED/null] res=HttpResponse[null 0 null]@1dfe87e7[PENDING/null]})[send=HttpSenderOverHTTP@605a81f3(req=QUEUED,failure=null)[HttpGenerator@482c1c2d{s=START}],recv=HttpReceiverOverHTTP@1803c6c2(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]]:runFillable:BLOCKING/BLOCKING AdaptiveExecutionStrategy@60dce7ea/SelectorProducer@662f5666/PRODUCING/p=false/QueuedThreadPool[WebSocket@1323531427]@2bb7bd00{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@e077866{reserved=1/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:13:05.893820121Z 20:13:05.893 [qtp304157852-42] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- filled 0 DirectByteBuffer@656a3417[p=0,l=0,c=8192,r=0]={<<<>>>GET /ws/s...\x00\x00\x00\x00\x00\x00\x00} 20:13:05.893 [qtp304157852-42] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- filled 0 DirectByteBuffer@656a3417[p=0,l=0,c=8192,r=0]={<<<>>>GET /ws/s...\x00\x00\x00\x00\x00\x00\x00} 20:13:05.893 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@61ccaeac::SocketChannelEndPoint@19f93f7a[{l=/127.0.0.1:14001,r=/127.0.0.1:44814,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@61ccaeac[p=HttpParser{s=START,0 of -1},g=HttpGenerator@675ee9da{s=START}]=>HttpChannelOverHttp@74e45e5f{s=HttpChannelState@3d105199{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@349e4f18{DirectByteBuffer@656a3417[p=0,l=0,c=8192,r=0]={<<<>>>GET /ws/s...\x00\x00\x00\x00\x00\x00\x00},r=1} 20:13:05.893 [WebSocket@1323531427-101] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue SocketChannelEndPoint@3665f736[{l=/127.0.0.1:44814,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=3/30000}{io=1/0,kio=1,kro=1}]->[HttpConnectionOverHTTP@38a20f8a(l:/127.0.0.1:44814 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@799f05b1(exchange=HttpExchange@307ea73{req=JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@5c3b6c6e[TERMINATED/null] res=HttpResponse[null 0 null]@1dfe87e7[PENDING/null]})[send=HttpSenderOverHTTP@605a81f3(req=QUEUED,failure=null)[HttpGenerator@482c1c2d{s=START}],recv=HttpReceiverOverHTTP@1803c6c2(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]]:runFillable:BLOCKING startThread=0 20:13:05.893 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@61ccaeac::SocketChannelEndPoint@19f93f7a[{l=/127.0.0.1:14001,r=/127.0.0.1:44814,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@61ccaeac[p=HttpParser{s=START,0 of -1},g=HttpGenerator@675ee9da{s=START}]=>HttpChannelOverHttp@74e45e5f{s=HttpChannelState@3d105199{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@349e4f18{DirectByteBuffer@656a3417[p=0,l=0,c=8192,r=0]={<<<>>>GET /ws/s...\x00\x00\x00\x00\x00\x00\x00},r=1} 20:13:05.893 [WebSocket@1323531427-105] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run SocketChannelEndPoint@3665f736[{l=/127.0.0.1:44814,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=3/30000}{io=1/0,kio=1,kro=1}]->[HttpConnectionOverHTTP@38a20f8a(l:/127.0.0.1:44814 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@799f05b1(exchange=HttpExchange@307ea73{req=JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@5c3b6c6e[TERMINATED/null] res=HttpResponse[null 0 null]@1dfe87e7[PENDING/null]})[send=HttpSenderOverHTTP@605a81f3(req=QUEUED,failure=null)[HttpGenerator@482c1c2d{s=START}],recv=HttpReceiverOverHTTP@1803c6c2(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]]:runFillable:BLOCKING in QueuedThreadPool[WebSocket@1323531427]@2bb7bd00{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@e077866{reserved=1/2,pending=0}] 20:13:05.893 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=START DirectByteBuffer@656a3417[p=0,l=0,c=8192,r=0]={<<<>>>GET /ws/s...\x00\x00\x00\x00\x00\x00\x00} 20:13:05.894 [WebSocket@1323531427-101] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 0 20:13:05.894 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@61ccaeac::SocketChannelEndPoint@19f93f7a[{l=/127.0.0.1:14001,r=/127.0.0.1:44814,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@61ccaeac[p=HttpParser{s=START,0 of -1},g=HttpGenerator@675ee9da{s=START}]=>HttpChannelOverHttp@74e45e5f{s=HttpChannelState@3d105199{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} 20:13:05.894 [WebSocket@1323531427-101] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:13:05.894 [WebSocket@1323531427-105] DEBUG org.eclipse.jetty.io.FillInterest -- fillable FillInterest@19b0fafe{ReadCallback@2dd1b522{HttpConnectionOverHTTP@38a20f8a::SocketChannelEndPoint@3665f736[{l=/127.0.0.1:44814,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=3/30000}{io=1/0,kio=1,kro=1}]->[HttpConnectionOverHTTP@38a20f8a(l:/127.0.0.1:44814 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@799f05b1(exchange=HttpExchange@307ea73{req=JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@5c3b6c6e[TERMINATED/null] res=HttpResponse[null 0 null]@1dfe87e7[PENDING/null]})[send=HttpSenderOverHTTP@605a81f3(req=QUEUED,failure=null)[HttpGenerator@482c1c2d{s=START}],recv=HttpReceiverOverHTTP@1803c6c2(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]]}} 20:13:05.894 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpConnection -- releaseRequestBuffer HttpConnection@61ccaeac::SocketChannelEndPoint@19f93f7a[{l=/127.0.0.1:14001,r=/127.0.0.1:44814,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@61ccaeac[p=HttpParser{s=START,0 of -1},g=HttpGenerator@675ee9da{s=START}]=>HttpChannelOverHttp@74e45e5f{s=HttpChannelState@3d105199{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}] 20:13:05.894 [qtp304157852-42] DEBUG org.eclipse.jetty.io.AbstractConnection -- fillInterested HttpConnection@61ccaeac::SocketChannelEndPoint@19f93f7a[{l=/127.0.0.1:14001,r=/127.0.0.1:44814,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@61ccaeac[p=HttpParser{s=START,0 of -1},g=HttpGenerator@675ee9da{s=START}]=>HttpChannelOverHttp@74e45e5f{s=HttpChannelState@3d105199{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}] 20:13:05.894 [WebSocket@1323531427-105] DEBUG org.eclipse.jetty.util.Pool -- RetainedBucket@25c2b866[inUse=0,size=1,max=100,closed=false]{capacity=16384,inuse=0(0%)} returning new reserved entry MonoEntry@2b0542ae{PENDING,pooled=null} 20:13:05.894 [WebSocket@1323531427-101] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- Key interests updated 1 -> 0 on SocketChannelEndPoint@3665f736[{l=/127.0.0.1:44814,r=localhost/127.0.0.1:14001,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}]->[HttpConnectionOverHTTP@38a20f8a(l:/127.0.0.1:44814 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@799f05b1(exchange=HttpExchange@307ea73{req=JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@5c3b6c6e[TERMINATED/null] res=HttpResponse[null 0 null]@1dfe87e7[PENDING/null]})[send=HttpSenderOverHTTP@605a81f3(req=QUEUED,failure=null)[HttpGenerator@482c1c2d{s=START}],recv=HttpReceiverOverHTTP@1803c6c2(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 20:13:05.894 [qtp304157852-42] DEBUG org.eclipse.jetty.io.FillInterest -- interested FillInterest@58fde031{ReadCallback@5cc09c4c{HttpConnection@61ccaeac::SocketChannelEndPoint@19f93f7a[{l=/127.0.0.1:14001,r=/127.0.0.1:44814,OPEN,fill=FI,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@61ccaeac[p=HttpParser{s=START,0 of -1},g=HttpGenerator@675ee9da{s=START}]=>HttpChannelOverHttp@74e45e5f{s=HttpChannelState@3d105199{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}]}} 20:13:05.894 [WebSocket@1323531427-101] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@921d078 waiting with 1 keys 20:13:05.894 [qtp304157852-42] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- changeInterests p=false 0->1 for SocketChannelEndPoint@19f93f7a[{l=/127.0.0.1:14001,r=/127.0.0.1:44814,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}]->[HttpConnection@61ccaeac[p=HttpParser{s=START,0 of -1},g=HttpGenerator@675ee9da{s=START}]=>HttpChannelOverHttp@74e45e5f{s=HttpChannelState@3d105199{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}] 20:13:05.894 [WebSocket@1323531427-105] DEBUG org.eclipse.jetty.client.http.HttpReceiverOverHTTP -- Acquired RetainableByteBuffer@2f3ad316{DirectByteBuffer@6a384895[p=0,l=0,c=16384,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},r=1} 20:13:05.894 [qtp304157852-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$463/0x00007fa8e437ea68@1fe53e8b on ManagedSelector@62a71547{STARTED} id=0 keys=1 selected=0 updates=0 20:13:05.894 [WebSocket@1323531427-105] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=START DirectByteBuffer@6a384895[p=0,l=0,c=16384,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 20:13:05.894 [qtp304157852-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@62a71547{STARTED} id=0 keys=1 selected=0 updates=1 20:13:05.894 [qtp304157852-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@5d48c143 woken with none selected 20:13:05.894 [WebSocket@1323531427-105] DEBUG org.eclipse.jetty.client.http.HttpReceiverOverHTTP -- Parse result=false, failed=false 20:13:05.894 [WebSocket@1323531427-105] DEBUG org.eclipse.jetty.client.http.HttpReceiverOverHTTP -- Parse complete=false, RetainableByteBuffer@2f3ad316{DirectByteBuffer@6a384895[p=0,l=0,c=16384,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},r=1} HttpParser{s=START,0 of -1} 20:13:05.894 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@61ccaeac::SocketChannelEndPoint@19f93f7a[{l=/127.0.0.1:14001,r=/127.0.0.1:44814,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}]->[HttpConnection@61ccaeac[p=HttpParser{s=START,0 of -1},g=HttpGenerator@675ee9da{s=START}]=>HttpChannelOverHttp@74e45e5f{s=HttpChannelState@3d105199{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@3d105199{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 20:13:05.894 [qtp304157852-42] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@6addf1de{RUNNING,thread=Thread[qtp304157852-42,5,Configuration Admin Service]} was=RUNNING next=RESERVED size=0+2 capacity=2 20:13:05.894 [qtp304157852-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@5d48c143 woken up from select, 0/0/1 selected 20:13:05.894 [WebSocket@1323531427-105] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- filled 620 DirectByteBuffer@6a384895[p=0,l=620,c=16384,r=620]={<<\n\n\n\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 20:13:05.894 [qtp304157852-42] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@6addf1de{RESERVED,thread=Thread[qtp304157852-42,5,Configuration Admin Service]} waiting ReservedThreadExecutor@4d385e23{reserved=2/2,pending=0} 20:13:05.894 [qtp304157852-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@5d48c143 processing 0 keys, 1 updates 20:13:05.894 [qtp304157852-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 20:13:05.894 [qtp304157852-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$463/0x00007fa8e437ea68@1fe53e8b 20:13:05.894 [WebSocket@1323531427-105] DEBUG org.eclipse.jetty.client.http.HttpReceiverOverHTTP -- Read 620 bytes in RetainableByteBuffer@2f3ad316{DirectByteBuffer@6a384895[p=0,l=620,c=16384,r=620]={<<\n\n\n\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},r=1} from SocketChannelEndPoint@3665f736[{l=/127.0.0.1:44814,r=localhost/127.0.0.1:14001,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}]->[HttpConnectionOverHTTP@38a20f8a(l:/127.0.0.1:44814 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@799f05b1(exchange=HttpExchange@307ea73{req=JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@5c3b6c6e[TERMINATED/null] res=HttpResponse[null 0 null]@1dfe87e7[PENDING/null]})[send=HttpSenderOverHTTP@605a81f3(req=QUEUED,failure=null)[HttpGenerator@482c1c2d{s=START}],recv=HttpReceiverOverHTTP@1803c6c2(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 20:13:05.894 [WebSocket@1323531427-105] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=START DirectByteBuffer@6a384895[p=0,l=620,c=16384,r=620]={<<\n\n\n\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 20:13:05.894 [WebSocket@1323531427-105] DEBUG org.eclipse.jetty.http.HttpParser -- START --> RESPONSE_VERSION 20:13:05.894 [qtp304157852-44] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- Key interests updated 0 -> 1 on SocketChannelEndPoint@19f93f7a[{l=/127.0.0.1:14001,r=/127.0.0.1:44814,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=1}]->[HttpConnection@61ccaeac[p=HttpParser{s=START,0 of -1},g=HttpGenerator@675ee9da{s=START}]=>HttpChannelOverHttp@74e45e5f{s=HttpChannelState@3d105199{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}] 20:13:05.894 [qtp304157852-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:13:05.894 [WebSocket@1323531427-105] DEBUG org.eclipse.jetty.http.HttpParser -- RESPONSE_VERSION --> SPACE1 20:13:05.894 [WebSocket@1323531427-105] DEBUG org.eclipse.jetty.http.HttpParser -- SPACE1 --> STATUS 20:13:05.894 [qtp304157852-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@5d48c143 waiting with 1 keys 20:13:05.894 [WebSocket@1323531427-105] DEBUG org.eclipse.jetty.http.HttpParser -- STATUS --> SPACE2 20:13:05.894 [WebSocket@1323531427-105] DEBUG org.eclipse.jetty.http.HttpParser -- SPACE2 --> REASON 20:13:05.894 [WebSocket@1323531427-105] DEBUG org.eclipse.jetty.http.HttpParser -- REASON --> HEADER 20:13:05.894 [WebSocket@1323531427-105] DEBUG org.eclipse.jetty.client.HttpConversation -- Exchanges in conversation 1, override=null, listeners=[JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@5c3b6c6e] 20:13:05.894 [WebSocket@1323531427-105] DEBUG org.eclipse.jetty.client.HttpReceiver -- Response begin HttpResponse[HTTP/1.1 503 Service Unavailable]@1dfe87e7 20:13:05.894 [WebSocket@1323531427-105] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Cache-Control --> VALUE 20:13:05.894 [WebSocket@1323531427-105] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Cache-Control --> IN_VALUE 20:13:05.894 [WebSocket@1323531427-105] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Cache-Control --> FIELD 20:13:05.894 [WebSocket@1323531427-105] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Content-Type: text/html;charset=ISO-8859-1 --> IN_VALUE 20:13:05.894 [WebSocket@1323531427-105] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Content-Type: text/html;charset=ISO-8859-1 --> FIELD 20:13:05.894 [WebSocket@1323531427-105] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Content-Length --> VALUE 20:13:05.894 [WebSocket@1323531427-105] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Content-Length --> IN_VALUE 20:13:05.894 [WebSocket@1323531427-105] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Content-Length --> FIELD 20:13:05.894 [WebSocket@1323531427-105] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER --> CONTENT 20:13:05.894 [WebSocket@1323531427-105] DEBUG org.eclipse.jetty.client.HttpReceiver -- Response headers HttpResponse[HTTP/1.1 503 Service Unavailable]@1dfe87e7 Cache-Control: must-revalidate,no-cache,no-store Content-Type: text/html;charset=ISO-8859-1 Content-Length: 469 20:13:05.894 [WebSocket@1323531427-105] DEBUG org.eclipse.jetty.client.HttpReceiver -- Response demand=1/1, resume=false 20:13:05.894 [WebSocket@1323531427-105] DEBUG org.eclipse.jetty.client.HttpReceiver -- Response headers hasDemand=true HttpResponse[HTTP/1.1 503 Service Unavailable]@1dfe87e7 20:13:05.894 [WebSocket@1323531427-105] DEBUG org.eclipse.jetty.client.HttpReceiver -- Response content HttpResponse[HTTP/1.1 503 Service Unavailable]@1dfe87e7 DirectByteBufferR@5a09dc3c[p=151,l=620,c=16384,r=469]={HTTP/1.1 ...469\r\n\r\n<<<\n\n\n\n\n\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 20:13:05.894 [WebSocket@1323531427-105] DEBUG org.eclipse.jetty.client.HttpReceiver -- Response content HttpResponse[HTTP/1.1 503 Service Unavailable]@1dfe87e7, hasDemand=true 20:13:05.894 [WebSocket@1323531427-105] DEBUG org.eclipse.jetty.http.HttpParser -- CONTENT --> CONTENT_END 20:13:05.894 [WebSocket@1323531427-105] DEBUG org.eclipse.jetty.http.HttpParser -- CONTENT_END --> END 20:13:05.895 [WebSocket@1323531427-105] DEBUG org.eclipse.jetty.http.HttpParser -- reset HttpParser{s=END,469 of 469} 20:13:05.895 [WebSocket@1323531427-105] DEBUG org.eclipse.jetty.http.HttpParser -- END --> START 20:13:05.895 [WebSocket@1323531427-105] DEBUG org.eclipse.jetty.client.HttpReceiver -- Response success HttpResponse[HTTP/1.1 503 Service Unavailable]@1dfe87e7 20:13:05.895 [WebSocket@1323531427-105] DEBUG org.eclipse.jetty.client.HttpExchange -- Terminated response for HttpExchange@307ea73{req=JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@5c3b6c6e[TERMINATED/null] res=HttpResponse[HTTP/1.1 503 Service Unavailable]@1dfe87e7[TERMINATED/null]}, result: Result[JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@5c3b6c6e > HttpResponse[HTTP/1.1 503 Service Unavailable]@1dfe87e7] null 20:13:05.895 [WebSocket@1323531427-105] DEBUG org.eclipse.jetty.client.HttpReceiver -- Response complete HttpResponse[HTTP/1.1 503 Service Unavailable]@1dfe87e7, result: Result[JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@5c3b6c6e > HttpResponse[HTTP/1.1 503 Service Unavailable]@1dfe87e7] null 20:13:05.895 [WebSocket@1323531427-105] DEBUG org.eclipse.jetty.client.HttpChannel -- HttpExchange@307ea73{req=JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@5c3b6c6e[TERMINATED/null] res=HttpResponse[HTTP/1.1 503 Service Unavailable]@1dfe87e7[TERMINATED/null]} disassociated true from HttpChannelOverHTTP@799f05b1(exchange=null)[send=HttpSenderOverHTTP@605a81f3(req=QUEUED,failure=null)[HttpGenerator@482c1c2d{s=START}],recv=HttpReceiverOverHTTP@1803c6c2(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 20:13:05.895 [WebSocket@1323531427-105] DEBUG org.eclipse.jetty.io.IdleTimeout -- Setting idle timeout 30000 -> 30000 on SocketChannelEndPoint@3665f736[{l=/127.0.0.1:44814,r=localhost/127.0.0.1:14001,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}]->[HttpConnectionOverHTTP@38a20f8a(l:/127.0.0.1:44814 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@799f05b1(exchange=null)[send=HttpSenderOverHTTP@605a81f3(req=QUEUED,failure=null)[HttpGenerator@482c1c2d{s=START}],recv=HttpReceiverOverHTTP@1803c6c2(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 20:13:05.895 [WebSocket@1323531427-105] DEBUG org.eclipse.jetty.client.HttpDestination -- Released HttpConnectionOverHTTP@38a20f8a::SocketChannelEndPoint@3665f736[{l=/127.0.0.1:44814,r=localhost/127.0.0.1:14001,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}]->[HttpConnectionOverHTTP@38a20f8a(l:/127.0.0.1:44814 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@799f05b1(exchange=null)[send=HttpSenderOverHTTP@605a81f3(req=QUEUED,failure=null)[HttpGenerator@482c1c2d{s=START}],recv=HttpReceiverOverHTTP@1803c6c2(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 20:13:05.895 [WebSocket@1323531427-105] DEBUG org.eclipse.jetty.client.AbstractConnectionPool -- Released (true) MultiEntry@4fbda97b{IDLE,usage=1,multiplex=0,pooled=HttpConnectionOverHTTP@38a20f8a::SocketChannelEndPoint@3665f736[{l=/127.0.0.1:44814,r=localhost/127.0.0.1:14001,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}]->[HttpConnectionOverHTTP@38a20f8a(l:/127.0.0.1:44814 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@799f05b1(exchange=null)[send=HttpSenderOverHTTP@605a81f3(req=QUEUED,failure=null)[HttpGenerator@482c1c2d{s=START}],recv=HttpReceiverOverHTTP@1803c6c2(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]]} Pool@7446d8d5[inUse=0,size=1,max=64,closed=false] 20:13:05.895 [WebSocket@1323531427-105] DEBUG org.eclipse.jetty.client.HttpReceiver -- Request/Response succeeded: Result[JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@5c3b6c6e > HttpResponse[HTTP/1.1 503 Service Unavailable]@1dfe87e7] null, notifying [JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@5c3b6c6e] 20:13:05.895 [WebSocket@1323531427-105] DEBUG org.eclipse.jetty.websocket.core.client.CoreClientUpgradeRequest -- onComplete() - Result[JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@5c3b6c6e > HttpResponse[HTTP/1.1 503 Service Unavailable]@1dfe87e7] null 20:13:05.895 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING WebSocketClient@e46e754a[coreClient=WebSocketCoreClient@60d1a32f{STARTED},openSessions.size=0] 20:13:05.895 [main] INFO org.eclipse.jetty.websocket.client.WebSocketClient -- Shutdown WebSocketClient@e46e754a[coreClient=WebSocketCoreClient@60d1a32f{STARTED},openSessions.size=0] 20:13:05.895 [WebSocket@1323531427-105] DEBUG org.eclipse.jetty.client.HttpExchange -- Failed HttpExchange@307ea73{req=JettyClientUpgradeRequest[GET /ws/sensinact HTTP/1.1]@5c3b6c6e[TERMINATED/null] res=HttpResponse[HTTP/1.1 503 Service Unavailable]@1dfe87e7[TERMINATED/null]}: req=false/rsp=false {} org.eclipse.jetty.websocket.core.exception.UpgradeException: Failed to upgrade to websocket: Unexpected HTTP Response Status Code: 503 Service Unavailable at org.eclipse.jetty.websocket.core.client.CoreClientUpgradeRequest.onComplete(CoreClientUpgradeRequest.java:235) at org.eclipse.jetty.client.ResponseNotifier.notifyComplete(ResponseNotifier.java:213) at org.eclipse.jetty.client.ResponseNotifier.notifyComplete(ResponseNotifier.java:205) at org.eclipse.jetty.client.HttpReceiver.terminateResponse(HttpReceiver.java:477) at org.eclipse.jetty.client.HttpReceiver.terminateResponse(HttpReceiver.java:457) at org.eclipse.jetty.client.HttpReceiver.responseSuccess(HttpReceiver.java:420) at org.eclipse.jetty.client.http.HttpReceiverOverHTTP.messageComplete(HttpReceiverOverHTTP.java:386) at org.eclipse.jetty.http.HttpParser.handleContentMessage(HttpParser.java:585) at org.eclipse.jetty.http.HttpParser.parseContent(HttpParser.java:1709) at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:1538) at org.eclipse.jetty.client.http.HttpReceiverOverHTTP.parse(HttpReceiverOverHTTP.java:221) at org.eclipse.jetty.client.http.HttpReceiverOverHTTP.process(HttpReceiverOverHTTP.java:160) at org.eclipse.jetty.client.http.HttpReceiverOverHTTP.receive(HttpReceiverOverHTTP.java:91) at org.eclipse.jetty.client.http.HttpChannelOverHTTP.receive(HttpChannelOverHTTP.java:91) at org.eclipse.jetty.client.http.HttpConnectionOverHTTP.onFillable(HttpConnectionOverHTTP.java:194) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:314) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:100) at org.eclipse.jetty.io.SelectableChannelEndPoint$1.run(SelectableChannelEndPoint.java:53) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:934) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1078) at java.base/java.lang.Thread.run(Thread.java:840) 20:13:05.895 [main] DEBUG org.eclipse.jetty.websocket.client.WebSocketClient -- graceful SessionTracker@531c311e{STARTED} 20:13:05.895 [WebSocket@1323531427-105] DEBUG org.eclipse.jetty.client.http.HttpReceiverOverHTTP -- Parse result=false, failed=false 20:13:05.895 [WebSocket@1323531427-105] DEBUG org.eclipse.jetty.client.http.HttpReceiverOverHTTP -- Parse complete=true, RetainableByteBuffer@2f3ad316{DirectByteBuffer@6a384895[p=620,l=620,c=16384,r=0]={HTTP/1.1 .../html>\n<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},r=1} HttpParser{s=START,0 of -1} 20:13:05.895 [WebSocket@1323531427-105] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- filled 0 DirectByteBuffer@6a384895[p=0,l=0,c=16384,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 20:13:05.895 [WebSocket@1323531427-105] DEBUG org.eclipse.jetty.client.http.HttpReceiverOverHTTP -- Read 0 bytes in RetainableByteBuffer@2f3ad316{DirectByteBuffer@6a384895[p=0,l=0,c=16384,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00},r=1} from SocketChannelEndPoint@3665f736[{l=/127.0.0.1:44814,r=localhost/127.0.0.1:14001,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}]->[HttpConnectionOverHTTP@38a20f8a(l:/127.0.0.1:44814 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@799f05b1(exchange=null)[send=HttpSenderOverHTTP@605a81f3(req=QUEUED,failure=null)[HttpGenerator@482c1c2d{s=START}],recv=HttpReceiverOverHTTP@1803c6c2(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 20:13:05.895 [WebSocket@1323531427-105] DEBUG org.eclipse.jetty.client.http.HttpReceiverOverHTTP -- Released RetainableByteBuffer@2f3ad316{DirectByteBuffer@6a384895[p=0,l=0,c=16384,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00},r=0} 20:13:05.895 [WebSocket@1323531427-105] DEBUG org.eclipse.jetty.io.AbstractConnection -- fillInterested HttpConnectionOverHTTP@38a20f8a::SocketChannelEndPoint@3665f736[{l=/127.0.0.1:44814,r=localhost/127.0.0.1:14001,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}]->[HttpConnectionOverHTTP@38a20f8a(l:/127.0.0.1:44814 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@799f05b1(exchange=null)[send=HttpSenderOverHTTP@605a81f3(req=QUEUED,failure=null)[HttpGenerator@482c1c2d{s=START}],recv=HttpReceiverOverHTTP@1803c6c2(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 20:13:05.896 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING SessionTracker@531c311e{STARTED} 20:13:05.896 [WebSocket@1323531427-105] DEBUG org.eclipse.jetty.io.FillInterest -- interested FillInterest@19b0fafe{ReadCallback@2dd1b522{HttpConnectionOverHTTP@38a20f8a::SocketChannelEndPoint@3665f736[{l=/127.0.0.1:44814,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}]->[HttpConnectionOverHTTP@38a20f8a(l:/127.0.0.1:44814 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@799f05b1(exchange=null)[send=HttpSenderOverHTTP@605a81f3(req=QUEUED,failure=null)[HttpGenerator@482c1c2d{s=START}],recv=HttpReceiverOverHTTP@1803c6c2(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]]}} 20:13:05.896 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED SessionTracker@531c311e{STOPPED} 20:13:05.896 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING WebSocketCoreClient@60d1a32f{STARTED} 20:13:05.896 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING WebSocketComponents@4ee37ca3{STARTED} 20:13:05.896 [WebSocket@1323531427-105] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- changeInterests p=false 0->1 for SocketChannelEndPoint@3665f736[{l=/127.0.0.1:44814,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}]->[HttpConnectionOverHTTP@38a20f8a(l:/127.0.0.1:44814 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@799f05b1(exchange=null)[send=HttpSenderOverHTTP@605a81f3(req=QUEUED,failure=null)[HttpGenerator@482c1c2d{s=START}],recv=HttpReceiverOverHTTP@1803c6c2(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 20:13:05.896 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING DeflaterPool@53812a9b{STARTED,size=0,capacity=1024} 20:13:05.896 [main] DEBUG org.eclipse.jetty.util.Pool -- Closing Pool@502f1f4c[inUse=0,size=0,max=1024,closed=false] 20:13:05.896 [WebSocket@1323531427-105] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$431/0x00007ff2f4210ca8@53409c1 on ManagedSelector@fd8294b{STARTED} id=0 keys=1 selected=0 updates=0 20:13:05.896 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED DeflaterPool@53812a9b{STOPPED,size=-1,capacity=1024} 20:13:05.896 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING InflaterPool@45c8d09f{STARTED,size=0,capacity=1024} 20:13:05.896 [WebSocket@1323531427-105] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@fd8294b{STARTED} id=0 keys=1 selected=0 updates=1 20:13:05.896 [main] DEBUG org.eclipse.jetty.util.Pool -- Closing Pool@1ef3efa8[inUse=0,size=0,max=1024,closed=false] 20:13:05.896 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED InflaterPool@45c8d09f{STOPPED,size=-1,capacity=1024} 20:13:05.896 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED WebSocketComponents@4ee37ca3{STOPPED} 20:13:05.896 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING HttpClient@56bca85b{STARTED} 20:13:05.896 [WebSocket@1323531427-101] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@921d078 woken with none selected 20:13:05.896 [WebSocket@1323531427-101] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@921d078 woken up from select, 0/0/1 selected 20:13:05.896 [WebSocket@1323531427-105] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran SocketChannelEndPoint@3665f736[{l=/127.0.0.1:44814,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}]->[HttpConnectionOverHTTP@38a20f8a(l:/127.0.0.1:44814 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@799f05b1(exchange=null)[send=HttpSenderOverHTTP@605a81f3(req=QUEUED,failure=null)[HttpGenerator@482c1c2d{s=START}],recv=HttpReceiverOverHTTP@1803c6c2(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]]:runFillable:BLOCKING in QueuedThreadPool[WebSocket@1323531427]@2bb7bd00{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@e077866{reserved=1/2,pending=0}] 20:13:05.896 [WebSocket@1323531427-101] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@921d078 processing 0 keys, 1 updates 20:13:05.896 [WebSocket@1323531427-101] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 20:13:05.896 [WebSocket@1323531427-101] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$431/0x00007ff2f4210ca8@53409c1 20:13:05.896 [main] DEBUG org.eclipse.jetty.client.HttpDestination -- Closed HttpDestination[Origin@98895eee[ws://localhost:14001,tag=null,protocol=Protocol@7f4624a[proto=[http/1.1],nego=false]]]@6f8f9349,state=STARTED,queue=0,pool=DuplexConnectionPool@75c9e76b[s=STARTED,c=0/1/64,a=0,i=1,q=0,p=Pool@7446d8d5[inUse=0,size=1,max=64,closed=false]],stale=false,idle=-1 20:13:05.896 [main] DEBUG org.eclipse.jetty.util.Pool -- Closing Pool@7446d8d5[inUse=0,size=0,max=64,closed=false] 20:13:05.896 [WebSocket@1323531427-101] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- Key interests updated 0 -> 1 on SocketChannelEndPoint@3665f736[{l=/127.0.0.1:44814,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}]->[HttpConnectionOverHTTP@38a20f8a(l:/127.0.0.1:44814 <-> r:localhost/127.0.0.1:14001,closed=false)=>HttpChannelOverHTTP@799f05b1(exchange=null)[send=HttpSenderOverHTTP@605a81f3(req=QUEUED,failure=null)[HttpGenerator@482c1c2d{s=START}],recv=HttpReceiverOverHTTP@1803c6c2(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 20:13:05.896 [WebSocket@1323531427-101] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:13:05.896 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING HttpDestination[Origin@98895eee[ws://localhost:14001,tag=null,protocol=Protocol@7f4624a[proto=[http/1.1],nego=false]]]@6f8f9349,state=STARTED,queue=0,pool=DuplexConnectionPool@75c9e76b[s=STARTED,c=0/0/64,a=0,i=0,q=0,p=Pool@7446d8d5[inUse=0,size=0,max=64,closed=true]],stale=false,idle=-1 20:13:05.896 [WebSocket@1323531427-101] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@921d078 waiting with 1 keys 20:13:05.896 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING DuplexConnectionPool@75c9e76b[s=STARTED,c=0/0/64,a=0,i=0,q=0,p=Pool@7446d8d5[inUse=0,size=0,max=64,closed=true]] 20:13:05.896 [main] DEBUG org.eclipse.jetty.util.Pool -- Closing Pool@7446d8d5[inUse=0,size=0,max=64,closed=true] 20:13:05.896 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED DuplexConnectionPool@75c9e76b[s=STOPPED,c=0/0/64,a=0,i=0,q=0,p=Pool@7446d8d5[inUse=0,size=0,max=64,closed=true]] 20:13:05.896 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED HttpDestination[Origin@98895eee[ws://localhost:14001,tag=null,protocol=Protocol@7f4624a[proto=[http/1.1],nego=false]]]@6f8f9349,state=STOPPED,queue=0,pool=DuplexConnectionPool@75c9e76b[s=STOPPED,c=0/0/64,a=0,i=0,q=0,p=Pool@7446d8d5[inUse=0,size=0,max=64,closed=true]],stale=false,idle=-1 20:13:05.896 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING HttpClientTransportOverHTTP@d8305c2{STARTED} 20:13:05.896 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ClientConnector@422c3c7a{STARTED} 20:13:05.896 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ClientSelectorManager@ea9b7c6{STARTED} 20:13:05.896 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ManagedSelector@fd8294b{STARTED} id=0 keys=1 selected=0 updates=0 20:13:05.896 [main] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.ManagedSelector$CloseConnections@37b70343 on ManagedSelector@fd8294b{STOPPING} id=0 keys=1 selected=0 updates=0 20:13:05.896 [main] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@fd8294b{STOPPING} id=0 keys=1 selected=0 updates=1 20:13:05.896 [WebSocket@1323531427-101] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@921d078 woken with none selected 20:13:05.896 [WebSocket@1323531427-101] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@921d078 woken up from select, 0/0/1 selected 20:13:05.896 [WebSocket@1323531427-101] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@921d078 processing 0 keys, 1 updates 20:13:05.896 [WebSocket@1323531427-101] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 20:13:05.896 [WebSocket@1323531427-101] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$CloseConnections@37b70343 20:13:05.896 [WebSocket@1323531427-101] DEBUG org.eclipse.jetty.io.ManagedSelector -- Closing 1 connections on ManagedSelector@fd8294b{STOPPING} id=0 keys=1 selected=0 updates=0 20:13:05.896 [WebSocket@1323531427-101] DEBUG org.eclipse.jetty.client.AbstractConnectionPool -- Removed (false) MultiEntry@4fbda97b{CLOSED,usage=0,multiplex=0,pooled=HttpConnectionOverHTTP@38a20f8a::SocketChannelEndPoint@3665f736[{l=/127.0.0.1:44814,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}]->[HttpConnectionOverHTTP@38a20f8a(l:/127.0.0.1:44814 <-> r:localhost/127.0.0.1:14001,closed=true)=>HttpChannelOverHTTP@799f05b1(exchange=null)[send=HttpSenderOverHTTP@605a81f3(req=QUEUED,failure=null)[HttpGenerator@482c1c2d{s=START}],recv=HttpReceiverOverHTTP@1803c6c2(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]]} Pool@7446d8d5[inUse=0,size=0,max=64,closed=true] 20:13:05.896 [WebSocket@1323531427-101] DEBUG org.eclipse.jetty.io.AbstractEndPoint -- shutdownOutput SocketChannelEndPoint@3665f736[{l=/127.0.0.1:44814,r=localhost/127.0.0.1:14001,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}]->[HttpConnectionOverHTTP@38a20f8a(l:/127.0.0.1:44814 <-> r:localhost/127.0.0.1:14001,closed=true)=>HttpChannelOverHTTP@799f05b1(exchange=null)[send=HttpSenderOverHTTP@605a81f3(req=QUEUED,failure=null)[HttpGenerator@482c1c2d{s=START}],recv=HttpReceiverOverHTTP@1803c6c2(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 20:13:05.897 [WebSocket@1323531427-101] DEBUG org.eclipse.jetty.client.http.HttpConnectionOverHTTP -- Shutdown HttpConnectionOverHTTP@38a20f8a::SocketChannelEndPoint@3665f736[{l=/127.0.0.1:44814,r=localhost/127.0.0.1:14001,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}]->[HttpConnectionOverHTTP@38a20f8a(l:/127.0.0.1:44814 <-> r:localhost/127.0.0.1:14001,closed=true)=>HttpChannelOverHTTP@799f05b1(exchange=null)[send=HttpSenderOverHTTP@605a81f3(req=QUEUED,failure=null)[HttpGenerator@482c1c2d{s=START}],recv=HttpReceiverOverHTTP@1803c6c2(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 20:13:05.897 [qtp304157852-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@5d48c143 woken up from select, 1/1/1 selected 20:13:05.897 [qtp304157852-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@5d48c143 processing 1 keys, 0 updates 20:13:05.897 [WebSocket@1323531427-101] DEBUG org.eclipse.jetty.io.AbstractEndPoint -- close SocketChannelEndPoint@3665f736[{l=/127.0.0.1:44814,r=localhost/127.0.0.1:14001,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}]->[HttpConnectionOverHTTP@38a20f8a(l:/127.0.0.1:44814 <-> r:localhost/127.0.0.1:14001,closed=true)=>HttpChannelOverHTTP@799f05b1(exchange=null)[send=HttpSenderOverHTTP@605a81f3(req=QUEUED,failure=null)[HttpGenerator@482c1c2d{s=START}],recv=HttpReceiverOverHTTP@1803c6c2(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 20:13:05.897 [WebSocket@1323531427-101] DEBUG org.eclipse.jetty.io.AbstractEndPoint -- close(null) SocketChannelEndPoint@3665f736[{l=/127.0.0.1:44814,r=localhost/127.0.0.1:14001,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}]->[HttpConnectionOverHTTP@38a20f8a(l:/127.0.0.1:44814 <-> r:localhost/127.0.0.1:14001,closed=true)=>HttpChannelOverHTTP@799f05b1(exchange=null)[send=HttpSenderOverHTTP@605a81f3(req=QUEUED,failure=null)[HttpGenerator@482c1c2d{s=START}],recv=HttpReceiverOverHTTP@1803c6c2(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 20:13:05.897 [WebSocket@1323531427-101] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- doClose SocketChannelEndPoint@3665f736[{l=/127.0.0.1:44814,r=localhost/127.0.0.1:14001,CLOSED,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}]->[HttpConnectionOverHTTP@38a20f8a(l:/127.0.0.1:44814 <-> r:localhost/127.0.0.1:14001,closed=true)=>HttpChannelOverHTTP@799f05b1(exchange=null)[send=HttpSenderOverHTTP@605a81f3(req=QUEUED,failure=null)[HttpGenerator@482c1c2d{s=START}],recv=HttpReceiverOverHTTP@1803c6c2(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 20:13:05.897 [qtp304157852-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- selected 1 channel=java.nio.channels.SocketChannel[connected local=/127.0.0.1:14001 remote=/127.0.0.1:44814], selector=sun.nio.ch.EPollSelectorImpl@5d48c143, interestOps=1, readyOps=1 SocketChannelEndPoint@19f93f7a[{l=/127.0.0.1:14001,r=/127.0.0.1:44814,OPEN,fill=FI,flush=-,to=3/60000}{io=1/1,kio=1,kro=1}]->[HttpConnection@61ccaeac[p=HttpParser{s=START,0 of -1},g=HttpGenerator@675ee9da{s=START}]=>HttpChannelOverHttp@74e45e5f{s=HttpChannelState@3d105199{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}] 20:13:05.897 [qtp304157852-44] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- onSelected 1->0 r=true w=false for SocketChannelEndPoint@19f93f7a[{l=/127.0.0.1:14001,r=/127.0.0.1:44814,OPEN,fill=FI,flush=-,to=3/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@61ccaeac[p=HttpParser{s=START,0 of -1},g=HttpGenerator@675ee9da{s=START}]=>HttpChannelOverHttp@74e45e5f{s=HttpChannelState@3d105199{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}] 20:13:05.897 [qtp304157852-44] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- task SocketChannelEndPoint@19f93f7a[{l=/127.0.0.1:14001,r=/127.0.0.1:44814,OPEN,fill=FI,flush=-,to=3/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@61ccaeac[p=HttpParser{s=START,0 of -1},g=HttpGenerator@675ee9da{s=START}]=>HttpChannelOverHttp@74e45e5f{s=HttpChannelState@3d105199{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 20:13:05.897 [qtp304157852-44] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@4d385e23{reserved=2/2,pending=0} tryExecute org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy$$Lambda$380/0x00007fa8e4312d78@71d9be42 20:13:05.897 [qtp304157852-42] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@6addf1de{RESERVED,thread=Thread[qtp304157852-42,5,Configuration Admin Service]} task=org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy$$Lambda$380/0x00007fa8e4312d78@71d9be42 ReservedThreadExecutor@4d385e23{reserved=1/2,pending=0} 20:13:05.897 [qtp304157852-44] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- ss=EXECUTE_PRODUCE_CONSUME t=SocketChannelEndPoint@19f93f7a[{l=/127.0.0.1:14001,r=/127.0.0.1:44814,OPEN,fill=FI,flush=-,to=3/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@61ccaeac[p=HttpParser{s=START,0 of -1},g=HttpGenerator@675ee9da{s=START}]=>HttpChannelOverHttp@74e45e5f{s=HttpChannelState@3d105199{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/BLOCKING AdaptiveExecutionStrategy@313e7a31/SelectorProducer@1efd6dc5/IDLE/p=true/QueuedThreadPool[qtp304157852]@1221149c{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=1/2,pending=0}][pc=0,pic=0,pec=1,epc=6]@2024-02-12T20:13:05.897530484Z 20:13:05.897 [WebSocket@1323531427-101] DEBUG org.eclipse.jetty.io.FillInterest -- onClose FillInterest@19b0fafe{ReadCallback@2dd1b522{HttpConnectionOverHTTP@38a20f8a::SocketChannelEndPoint@3665f736[{l=null,r=null,CLOSED,fill=FI,flush=-,to=1/30000}{io=1/1,kio=-1,kro=-1}]->[HttpConnectionOverHTTP@38a20f8a(l:null <-> r:null,closed=true)=>HttpChannelOverHTTP@799f05b1(exchange=null)[send=HttpSenderOverHTTP@605a81f3(req=QUEUED,failure=null)[HttpGenerator@482c1c2d{s=START}],recv=HttpReceiverOverHTTP@1803c6c2(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]]}} 20:13:05.897 [qtp304157852-44] DEBUG org.eclipse.jetty.io.FillInterest -- fillable FillInterest@58fde031{ReadCallback@5cc09c4c{HttpConnection@61ccaeac::SocketChannelEndPoint@19f93f7a[{l=/127.0.0.1:14001,r=/127.0.0.1:44814,OPEN,fill=FI,flush=-,to=3/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@61ccaeac[p=HttpParser{s=START,0 of -1},g=HttpGenerator@675ee9da{s=START}]=>HttpChannelOverHttp@74e45e5f{s=HttpChannelState@3d105199{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}]}} 20:13:05.897 [qtp304157852-42] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- AdaptiveExecutionStrategy@313e7a31/SelectorProducer@1efd6dc5/IDLE/p=true/QueuedThreadPool[qtp304157852]@1221149c{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=1/2,pending=0}][pc=0,pic=0,pec=1,epc=7]@2024-02-12T20:13:05.89761581Z tryProduce true 20:13:05.897 [qtp304157852-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 0 20:13:05.897 [qtp304157852-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:13:05.897 [qtp304157852-44] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@61ccaeac::SocketChannelEndPoint@19f93f7a[{l=/127.0.0.1:14001,r=/127.0.0.1:44814,OPEN,fill=-,flush=-,to=3/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@61ccaeac[p=HttpParser{s=START,0 of -1},g=HttpGenerator@675ee9da{s=START}]=>HttpChannelOverHttp@74e45e5f{s=HttpChannelState@3d105199{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 enter HttpChannelState@3d105199{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 20:13:05.897 [qtp304157852-42] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- Key interests updated 1 -> 0 on SocketChannelEndPoint@19f93f7a[{l=/127.0.0.1:14001,r=/127.0.0.1:44814,OPEN,fill=-,flush=-,to=3/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@61ccaeac[p=HttpParser{s=START,0 of -1},g=HttpGenerator@675ee9da{s=START}]=>HttpChannelOverHttp@74e45e5f{s=HttpChannelState@3d105199{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}] 20:13:05.897 [qtp304157852-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@5d48c143 waiting with 1 keys 20:13:05.897 [qtp304157852-44] DEBUG org.eclipse.jetty.io.AbstractEndPoint -- shutdownInput SocketChannelEndPoint@19f93f7a[{l=/127.0.0.1:14001,r=/127.0.0.1:44814,OPEN,fill=-,flush=-,to=3/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@61ccaeac[p=HttpParser{s=START,0 of -1},g=HttpGenerator@675ee9da{s=START}]=>HttpChannelOverHttp@74e45e5f{s=HttpChannelState@3d105199{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}] 20:13:05.897 [qtp304157852-44] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- filled -1 DirectByteBuffer@656a3417[p=0,l=0,c=8192,r=0]={<<<>>>GET /ws/s...\x00\x00\x00\x00\x00\x00\x00} 20:13:05.897 [qtp304157852-44] DEBUG org.eclipse.jetty.http.HttpParser -- atEOF HttpParser{s=START,0 of -1} 20:13:05.897 [qtp304157852-44] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@61ccaeac::SocketChannelEndPoint@19f93f7a[{l=/127.0.0.1:14001,r=/127.0.0.1:44814,ISHUT,fill=-,flush=-,to=3/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@61ccaeac[p=HttpParser{s=START,0 of -1},g=HttpGenerator@675ee9da{s=START}]=>HttpChannelOverHttp@74e45e5f{s=HttpChannelState@3d105199{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 -1 RetainableByteBuffer@349e4f18{DirectByteBuffer@656a3417[p=0,l=0,c=8192,r=0]={<<<>>>GET /ws/s...\x00\x00\x00\x00\x00\x00\x00},r=1} 20:13:05.897 [WebSocket@1323531427-101] DEBUG org.eclipse.jetty.io.AbstractConnection -- HttpConnectionOverHTTP@38a20f8a::SocketChannelEndPoint@3665f736[{l=null,r=null,CLOSED,fill=-,flush=-,to=1/30000}{io=1/1,kio=-1,kro=-1}]->[HttpConnectionOverHTTP@38a20f8a(l:null <-> r:null,closed=true)=>HttpChannelOverHTTP@799f05b1(exchange=null)[send=HttpSenderOverHTTP@605a81f3(req=QUEUED,failure=null)[HttpGenerator@482c1c2d{s=START}],recv=HttpReceiverOverHTTP@1803c6c2(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] onFillInterestedFailed {} java.nio.channels.ClosedChannelException: null at org.eclipse.jetty.io.FillInterest.onClose(FillInterest.java:147) at org.eclipse.jetty.io.AbstractEndPoint.onClose(AbstractEndPoint.java:354) at org.eclipse.jetty.io.SelectableChannelEndPoint.onClose(SelectableChannelEndPoint.java:165) at org.eclipse.jetty.io.AbstractEndPoint.onClose(AbstractEndPoint.java:344) at org.eclipse.jetty.io.AbstractEndPoint.doOnClose(AbstractEndPoint.java:263) at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:227) at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:210) at org.eclipse.jetty.client.http.HttpConnectionOverHTTP.close(HttpConnectionOverHTTP.java:242) at org.eclipse.jetty.client.http.HttpConnectionOverHTTP.close(HttpConnectionOverHTTP.java:229) at org.eclipse.jetty.util.IO.close(IO.java:407) at org.eclipse.jetty.io.ManagedSelector$CloseConnections.update(ManagedSelector.java:1014) at org.eclipse.jetty.io.ManagedSelector$SelectorProducer.processUpdates(ManagedSelector.java:566) at org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:537) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.produceTask(AdaptiveExecutionStrategy.java:450) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce(AdaptiveExecutionStrategy.java:243) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.produce(AdaptiveExecutionStrategy.java:194) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:934) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1078) at java.base/java.lang.Thread.run(Thread.java:840) 20:13:05.897 [qtp304157852-44] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@61ccaeac::SocketChannelEndPoint@19f93f7a[{l=/127.0.0.1:14001,r=/127.0.0.1:44814,ISHUT,fill=-,flush=-,to=3/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@61ccaeac[p=HttpParser{s=START,0 of -1},g=HttpGenerator@675ee9da{s=START}]=>HttpChannelOverHttp@74e45e5f{s=HttpChannelState@3d105199{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@349e4f18{DirectByteBuffer@656a3417[p=0,l=0,c=8192,r=0]={<<<>>>GET /ws/s...\x00\x00\x00\x00\x00\x00\x00},r=1} 20:13:05.897 [qtp304157852-44] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=START DirectByteBuffer@656a3417[p=0,l=0,c=8192,r=0]={<<<>>>GET /ws/s...\x00\x00\x00\x00\x00\x00\x00} 20:13:05.898 [WebSocket@1323531427-101] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup ManagedSelector@fd8294b{STOPPING} id=0 keys=1 selected=0 updates=0 20:13:05.897 [qtp304157852-44] DEBUG org.eclipse.jetty.http.HttpParser -- START --> CLOSED 20:13:05.898 [WebSocket@1323531427-101] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@391833e1 startThread=0 20:13:05.897 [qtp304157852-44] DEBUG org.eclipse.jetty.io.AbstractEndPoint -- close SocketChannelEndPoint@19f93f7a[{l=/127.0.0.1:14001,r=/127.0.0.1:44814,ISHUT,fill=-,flush=-,to=3/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@61ccaeac[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@675ee9da{s=START}]=>HttpChannelOverHttp@74e45e5f{s=HttpChannelState@3d105199{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}] 20:13:05.898 [WebSocket@1323531427-106] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@391833e1 in QueuedThreadPool[WebSocket@1323531427]@2bb7bd00{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@e077866{reserved=1/2,pending=0}] 20:13:05.897 [qtp304157852-44] DEBUG org.eclipse.jetty.io.AbstractEndPoint -- close(null) SocketChannelEndPoint@19f93f7a[{l=/127.0.0.1:14001,r=/127.0.0.1:44814,ISHUT,fill=-,flush=-,to=3/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@61ccaeac[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@675ee9da{s=START}]=>HttpChannelOverHttp@74e45e5f{s=HttpChannelState@3d105199{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}] 20:13:05.898 [qtp304157852-44] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- doClose SocketChannelEndPoint@19f93f7a[{l=/127.0.0.1:14001,r=/127.0.0.1:44814,CLOSED,fill=-,flush=-,to=3/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@61ccaeac[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@675ee9da{s=START}]=>HttpChannelOverHttp@74e45e5f{s=HttpChannelState@3d105199{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}] 20:13:05.898 [qtp304157852-44] DEBUG org.eclipse.jetty.io.FillInterest -- onClose FillInterest@58fde031{null} 20:13:05.898 [qtp304157852-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup ManagedSelector@62a71547{STARTED} id=0 keys=1 selected=0 updates=0 20:13:05.898 [qtp304157852-44] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@6e7d93c8 startThread=0 20:13:05.898 [qtp304157852-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@5d48c143 woken with none selected 20:13:05.898 [WebSocket@1323531427-106] DEBUG org.eclipse.jetty.io.ManagedSelector -- Destroyed SocketChannelEndPoint@3665f736[{l=null,r=null,CLOSED,fill=-,flush=-,to=2/30000}{io=1/1,kio=-1,kro=-1}]->[HttpConnectionOverHTTP@38a20f8a(l:null <-> r:null,closed=true)=>HttpChannelOverHTTP@799f05b1(exchange=null)[send=HttpSenderOverHTTP@605a81f3(req=QUEUED,failure=null)[HttpGenerator@482c1c2d{s=START}],recv=HttpReceiverOverHTTP@1803c6c2(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 20:13:05.898 [WebSocket@1323531427-101] DEBUG org.eclipse.jetty.client.http.HttpConnectionOverHTTP -- Closed HttpConnectionOverHTTP@38a20f8a::SocketChannelEndPoint@3665f736[{l=null,r=null,CLOSED,fill=-,flush=-,to=2/30000}{io=1/1,kio=-1,kro=-1}]->[HttpConnectionOverHTTP@38a20f8a(l:null <-> r:null,closed=true)=>HttpChannelOverHTTP@799f05b1(exchange=null)[send=HttpSenderOverHTTP@605a81f3(req=QUEUED,failure=null)[HttpGenerator@482c1c2d{s=START}],recv=HttpReceiverOverHTTP@1803c6c2(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 20:13:05.898 [qtp304157852-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@5d48c143 woken up from select, 0/0/0 selected 20:13:05.898 [qtp304157852-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@5d48c143 processing 0 keys, 0 updates 20:13:05.898 [WebSocket@1323531427-101] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:13:05.898 [qtp304157852-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 0 20:13:05.898 [qtp304157852-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:13:05.898 [WebSocket@1323531427-101] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@921d078 waiting with 1 keys 20:13:05.898 [qtp304157852-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@5d48c143 waiting with 0 keys 20:13:05.898 [main] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.ManagedSelector$StopSelector@306851c7 on ManagedSelector@fd8294b{STOPPING} id=0 keys=1 selected=0 updates=0 20:13:05.898 [qtp304157852-43] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@6e7d93c8 in QueuedThreadPool[qtp304157852]@1221149c{STARTED,8<=8<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=1/2,pending=0}] 20:13:05.898 [main] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@fd8294b{STOPPING} id=0 keys=0 selected=0 updates=1 20:13:05.898 [WebSocket@1323531427-106] DEBUG org.eclipse.jetty.io.AbstractConnection -- onClose HttpConnectionOverHTTP@38a20f8a::SocketChannelEndPoint@3665f736[{l=null,r=null,CLOSED,fill=-,flush=-,to=2/30000}{io=1/1,kio=-1,kro=-1}]->[HttpConnectionOverHTTP@38a20f8a(l:null <-> r:null,closed=true)=>HttpChannelOverHTTP@799f05b1(exchange=null)[send=HttpSenderOverHTTP@605a81f3(req=QUEUED,failure=null)[HttpGenerator@482c1c2d{s=START}],recv=HttpReceiverOverHTTP@1803c6c2(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 20:13:05.898 [qtp304157852-44] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@61ccaeac::SocketChannelEndPoint@19f93f7a[{l=null,r=null,CLOSED,fill=-,flush=-,to=4/60000}{io=0/0,kio=-1,kro=-1}]->[HttpConnection@61ccaeac[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@675ee9da{s=START}]=>HttpChannelOverHttp@74e45e5f{s=HttpChannelState@3d105199{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=CLOSED,0 of -1} 20:13:05.898 [WebSocket@1323531427-101] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@921d078 woken with none selected 20:13:05.898 [WebSocket@1323531427-106] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@391833e1 in QueuedThreadPool[WebSocket@1323531427]@2bb7bd00{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@e077866{reserved=1/2,pending=0}] 20:13:05.898 [WebSocket@1323531427-101] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@921d078 woken up from select, 0/0/0 selected 20:13:05.898 [qtp304157852-44] DEBUG org.eclipse.jetty.server.HttpConnection -- releaseRequestBuffer HttpConnection@61ccaeac::SocketChannelEndPoint@19f93f7a[{l=null,r=null,CLOSED,fill=-,flush=-,to=4/60000}{io=0/0,kio=-1,kro=-1}]->[HttpConnection@61ccaeac[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@675ee9da{s=START}]=>HttpChannelOverHttp@74e45e5f{s=HttpChannelState@3d105199{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}] 20:13:05.898 [WebSocket@1323531427-101] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@921d078 processing 0 keys, 1 updates 20:13:05.898 [WebSocket@1323531427-101] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 20:13:05.898 [WebSocket@1323531427-101] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$StopSelector@306851c7 20:13:05.898 [qtp304157852-43] DEBUG org.eclipse.jetty.io.ManagedSelector -- Destroyed SocketChannelEndPoint@19f93f7a[{l=null,r=null,CLOSED,fill=-,flush=-,to=4/60000}{io=0/0,kio=-1,kro=-1}]->[HttpConnection@61ccaeac[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@675ee9da{s=START}]=>HttpChannelOverHttp@74e45e5f{s=HttpChannelState@3d105199{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}] 20:13:05.898 [WebSocket@1323531427-101] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:13:05.898 [qtp304157852-44] DEBUG org.eclipse.jetty.io.AbstractEndPoint -- shutdownOutput SocketChannelEndPoint@19f93f7a[{l=null,r=null,CLOSED,fill=-,flush=-,to=4/60000}{io=0/0,kio=-1,kro=-1}]->[HttpConnection@61ccaeac[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@675ee9da{s=START}]=>HttpChannelOverHttp@74e45e5f{s=HttpChannelState@3d105199{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}] 20:13:05.898 [WebSocket@1323531427-101] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.io.ManagedSelector$$Lambda$397/0x00007ff2f418e1c8@5974109 in QueuedThreadPool[WebSocket@1323531427]@2bb7bd00{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@e077866{reserved=1/2,pending=0}] 20:13:05.898 [qtp304157852-43] DEBUG org.eclipse.jetty.io.AbstractConnection -- onClose HttpConnection@61ccaeac::SocketChannelEndPoint@19f93f7a[{l=null,r=null,CLOSED,fill=-,flush=-,to=4/60000}{io=0/0,kio=-1,kro=-1}]->[HttpConnection@61ccaeac[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@675ee9da{s=START}]=>HttpChannelOverHttp@74e45e5f{s=HttpChannelState@3d105199{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}] 20:13:05.898 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING AdaptiveExecutionStrategy@60dce7ea/SelectorProducer@662f5666/IDLE/p=false/QueuedThreadPool[WebSocket@1323531427]@2bb7bd00{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@e077866{reserved=1/2,pending=0}][pc=0,pic=0,pec=1,epc=0]@2024-02-12T20:13:05.898607005Z 20:13:05.898 [qtp304157852-44] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@61ccaeac::SocketChannelEndPoint@19f93f7a[{l=null,r=null,CLOSED,fill=-,flush=-,to=4/60000}{io=0/0,kio=-1,kro=-1}]->[HttpConnection@61ccaeac[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@675ee9da{s=START}]=>HttpChannelOverHttp@74e45e5f{s=HttpChannelState@3d105199{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@3d105199{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 20:13:05.898 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED AdaptiveExecutionStrategy@60dce7ea/SelectorProducer@662f5666/IDLE/p=false/QueuedThreadPool[WebSocket@1323531427]@2bb7bd00{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@e077866{reserved=1/2,pending=0}][pc=0,pic=0,pec=1,epc=0]@2024-02-12T20:13:05.898680774Z 20:13:05.898 [qtp304157852-43] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@6e7d93c8 in QueuedThreadPool[qtp304157852]@1221149c{STARTED,8<=8<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=2/2,pending=0}] 20:13:05.898 [qtp304157852-44] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@76d3dfda{RUNNING,thread=Thread[qtp304157852-44,5,Configuration Admin Service]} was=RUNNING next=RESERVED size=0+2 capacity=2 20:13:05.898 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ManagedSelector@fd8294b{STOPPED} id=0 keys=-1 selected=-1 updates=0 20:13:05.898 [qtp304157852-44] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@76d3dfda{RESERVED,thread=Thread[qtp304157852-44,5,Configuration Admin Service]} waiting ReservedThreadExecutor@4d385e23{reserved=2/2,pending=0} 20:13:05.898 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ClientSelectorManager@ea9b7c6{STOPPED} 20:13:05.898 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING Client@4b672daa[provider=null,keyStore=null,trustStore=null] 20:13:05.898 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED Client@4b672daa[provider=null,keyStore=null,trustStore=null] 20:13:05.898 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ScheduledExecutorScheduler@726e5805{STARTED} 20:13:05.898 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ScheduledExecutorScheduler@726e5805{STOPPED} 20:13:05.898 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING QueuedThreadPool[WebSocket@1323531427]@2bb7bd00{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@e077866{reserved=1/2,pending=0}] 20:13:05.898 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Stopping QueuedThreadPool[WebSocket@1323531427]@2bb7bd00{STOPPING,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@e077866{reserved=1/2,pending=0}] 20:13:05.898 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ReservedThreadExecutor@e077866{reserved=1/2,pending=0} 20:13:05.898 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ReservedThreadExecutor@e077866{reserved=-1/2,pending=0} 20:13:05.898 [WebSocket@1323531427-104] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@41fe8fa4{RESERVED,thread=Thread[WebSocket@1323531427-104,5,main]} task=STOP ReservedThreadExecutor@e077866{reserved=-1/2,pending=0} 20:13:05.898 [WebSocket@1323531427-104] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@41fe8fa4{RESERVED,thread=Thread[WebSocket@1323531427-104,5,main]} exited ReservedThreadExecutor@e077866{reserved=-1/2,pending=0} 20:13:05.898 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Waiting for Thread[WebSocket@1323531427-105,5,main] for 2499 20:13:05.898 [WebSocket@1323531427-104] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran ReservedThread@41fe8fa4{RESERVED,thread=null} in QueuedThreadPool[WebSocket@1323531427]@2bb7bd00{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 20:13:05.898 [WebSocket@1323531427-107] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@1323531427]@2bb7bd00{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 20:13:05.898 [WebSocket@1323531427-104] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@1323531427-104,5,main] exited for QueuedThreadPool[WebSocket@1323531427]@2bb7bd00{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 20:13:05.899 [WebSocket@1323531427-108] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@1323531427]@2bb7bd00{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 20:13:05.899 [WebSocket@1323531427-107] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@1323531427]@2bb7bd00{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 20:13:05.899 [WebSocket@1323531427-102] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@1323531427]@2bb7bd00{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 20:13:05.899 [WebSocket@1323531427-105] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@1323531427]@2bb7bd00{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 20:13:05.899 [WebSocket@1323531427-107] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@1323531427-107,5,main] exited for QueuedThreadPool[WebSocket@1323531427]@2bb7bd00{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 20:13:05.899 [WebSocket@1323531427-108] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@1323531427]@2bb7bd00{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 20:13:05.899 [WebSocket@1323531427-102] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@1323531427]@2bb7bd00{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 20:13:05.899 [WebSocket@1323531427-103] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@1323531427]@2bb7bd00{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 20:13:05.899 [WebSocket@1323531427-106] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@1323531427]@2bb7bd00{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 20:13:05.899 [WebSocket@1323531427-101] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@1323531427]@2bb7bd00{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 20:13:05.899 [WebSocket@1323531427-102] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@1323531427-102,5,main] exited for QueuedThreadPool[WebSocket@1323531427]@2bb7bd00{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 20:13:05.899 [WebSocket@1323531427-108] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@1323531427-108,5,main] exited for QueuedThreadPool[WebSocket@1323531427]@2bb7bd00{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:05.899 [WebSocket@1323531427-101] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@1323531427]@2bb7bd00{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 20:13:05.899 [WebSocket@1323531427-105] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@1323531427]@2bb7bd00{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 20:13:05.899 [WebSocket@1323531427-103] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@1323531427]@2bb7bd00{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 20:13:05.899 [WebSocket@1323531427-101] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@1323531427-101,5,main] exited for QueuedThreadPool[WebSocket@1323531427]@2bb7bd00{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 20:13:05.899 [WebSocket@1323531427-106] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@1323531427]@2bb7bd00{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 20:13:05.899 [WebSocket@1323531427-105] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@1323531427-105,5,main] exited for QueuedThreadPool[WebSocket@1323531427]@2bb7bd00{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 20:13:05.899 [WebSocket@1323531427-103] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@1323531427-103,5,main] exited for QueuedThreadPool[WebSocket@1323531427]@2bb7bd00{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 20:13:05.899 [WebSocket@1323531427-106] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@1323531427-106,5,main] exited for QueuedThreadPool[WebSocket@1323531427]@2bb7bd00{STOPPING,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 20:13:05.899 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Waiting for Thread[WebSocket@1323531427-108,5,] for 2499 20:13:05.899 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED QueuedThreadPool[WebSocket@1323531427]@2bb7bd00{STOPPED,8<=0<=200,i=7,r=-1,q=0}[NO_TRY] 20:13:05.899 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ClientConnector@422c3c7a{STOPPED} 20:13:05.899 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED HttpClientTransportOverHTTP@d8305c2{STOPPED} 20:13:05.899 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED HttpClient@56bca85b{STOPPED} 20:13:05.899 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED WebSocketCoreClient@60d1a32f{STOPPED} 20:13:05.899 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED WebSocketClient@e46e754a[coreClient=WebSocketCoreClient@60d1a32f{STOPPED},openSessions.size=0] 20:13:07.899 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING WebSocketClient@53a0b1a8[coreClient=WebSocketCoreClient@201b6b6f{STARTED},openSessions.size=0] 20:13:07.899 [main] INFO org.eclipse.jetty.websocket.client.WebSocketClient -- Shutdown WebSocketClient@53a0b1a8[coreClient=WebSocketCoreClient@201b6b6f{STARTED},openSessions.size=0] 20:13:07.900 [main] DEBUG org.eclipse.jetty.websocket.client.WebSocketClient -- graceful SessionTracker@75459c75{STARTED} 20:13:07.900 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING SessionTracker@75459c75{STARTED} 20:13:07.900 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED SessionTracker@75459c75{STOPPED} 20:13:07.900 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING WebSocketCoreClient@201b6b6f{STARTED} 20:13:07.900 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING WebSocketComponents@7e928e2f{STARTED} 20:13:07.900 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING DeflaterPool@788fcafb{STARTED,size=0,capacity=1024} 20:13:07.900 [main] DEBUG org.eclipse.jetty.util.Pool -- Closing Pool@5af3a0f[inUse=0,size=0,max=1024,closed=false] 20:13:07.900 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED DeflaterPool@788fcafb{STOPPED,size=-1,capacity=1024} 20:13:07.900 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING InflaterPool@f667fe{STARTED,size=0,capacity=1024} 20:13:07.900 [main] DEBUG org.eclipse.jetty.util.Pool -- Closing Pool@129b4fe2[inUse=0,size=0,max=1024,closed=false] 20:13:07.900 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED InflaterPool@f667fe{STOPPED,size=-1,capacity=1024} 20:13:07.900 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED WebSocketComponents@7e928e2f{STOPPED} 20:13:07.900 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING HttpClient@328cf0e1{STARTED} 20:13:07.900 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING HttpClientTransportOverHTTP@2fc0cc3{STARTED} 20:13:07.900 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ClientConnector@1698ee84{STARTED} 20:13:07.900 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ClientSelectorManager@30bcf3c1{STARTED} 20:13:07.900 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ManagedSelector@338494fa{STARTED} id=0 keys=0 selected=0 updates=0 20:13:07.900 [main] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.ManagedSelector$CloseConnections@12bcd0c0 on ManagedSelector@338494fa{STOPPING} id=0 keys=0 selected=0 updates=0 20:13:07.900 [main] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@338494fa{STOPPING} id=0 keys=0 selected=0 updates=1 20:13:07.900 [WebSocket@2123533871-93] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@40594d0 woken with none selected 20:13:07.900 [WebSocket@2123533871-93] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@40594d0 woken up from select, 0/0/0 selected 20:13:07.900 [WebSocket@2123533871-93] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@40594d0 processing 0 keys, 1 updates 20:13:07.900 [WebSocket@2123533871-93] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 20:13:07.900 [WebSocket@2123533871-93] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$CloseConnections@12bcd0c0 20:13:07.900 [WebSocket@2123533871-93] DEBUG org.eclipse.jetty.io.ManagedSelector -- Closing 0 connections on ManagedSelector@338494fa{STOPPING} id=0 keys=0 selected=0 updates=0 20:13:07.901 [WebSocket@2123533871-93] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:13:07.901 [WebSocket@2123533871-93] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@40594d0 waiting with 0 keys 20:13:07.901 [main] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.ManagedSelector$StopSelector@4879f0f2 on ManagedSelector@338494fa{STOPPING} id=0 keys=0 selected=0 updates=0 20:13:07.901 [main] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@338494fa{STOPPING} id=0 keys=0 selected=0 updates=1 20:13:07.901 [WebSocket@2123533871-93] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@40594d0 woken with none selected 20:13:07.901 [WebSocket@2123533871-93] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@40594d0 woken up from select, 0/0/0 selected 20:13:07.901 [WebSocket@2123533871-93] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@40594d0 processing 0 keys, 1 updates 20:13:07.901 [WebSocket@2123533871-93] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 20:13:07.901 [WebSocket@2123533871-93] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$StopSelector@4879f0f2 20:13:07.901 [WebSocket@2123533871-93] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:13:07.901 [WebSocket@2123533871-93] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.io.ManagedSelector$$Lambda$397/0x00007ff2f418e1c8@505a9d7c in QueuedThreadPool[WebSocket@2123533871]@7c209437{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@2a3c96e3{reserved=0/2,pending=0}] 20:13:07.901 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING AdaptiveExecutionStrategy@4c4d27c8/SelectorProducer@6821ea29/IDLE/p=false/QueuedThreadPool[WebSocket@2123533871]@7c209437{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@2a3c96e3{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:13:07.901256422Z 20:13:07.901 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED AdaptiveExecutionStrategy@4c4d27c8/SelectorProducer@6821ea29/IDLE/p=false/QueuedThreadPool[WebSocket@2123533871]@7c209437{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@2a3c96e3{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:13:07.901326433Z 20:13:07.901 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ManagedSelector@338494fa{STOPPED} id=0 keys=-1 selected=-1 updates=0 20:13:07.901 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ClientSelectorManager@30bcf3c1{STOPPED} 20:13:07.901 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING Client@b78a709[provider=null,keyStore=null,trustStore=null] 20:13:07.901 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED Client@b78a709[provider=null,keyStore=null,trustStore=null] 20:13:07.901 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ScheduledExecutorScheduler@3e5499cc{STARTED} 20:13:07.901 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ScheduledExecutorScheduler@3e5499cc{STOPPED} 20:13:07.901 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING QueuedThreadPool[WebSocket@2123533871]@7c209437{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@2a3c96e3{reserved=0/2,pending=0}] 20:13:07.901 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Stopping QueuedThreadPool[WebSocket@2123533871]@7c209437{STOPPING,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@2a3c96e3{reserved=0/2,pending=0}] 20:13:07.901 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ReservedThreadExecutor@2a3c96e3{reserved=0/2,pending=0} 20:13:07.901 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ReservedThreadExecutor@2a3c96e3{reserved=-1/2,pending=0} 20:13:07.901 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Waiting for Thread[WebSocket@2123533871-97,5,main] for 2499 20:13:07.901 [WebSocket@2123533871-94] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@2123533871]@7c209437{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:07.901 [WebSocket@2123533871-94] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@2123533871]@7c209437{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:07.901 [WebSocket@2123533871-94] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@2123533871-94,5,main] exited for QueuedThreadPool[WebSocket@2123533871]@7c209437{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:07.901 [WebSocket@2123533871-95] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@2123533871]@7c209437{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:07.901 [WebSocket@2123533871-96] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@2123533871]@7c209437{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:07.901 [WebSocket@2123533871-95] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@2123533871]@7c209437{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:07.901 [WebSocket@2123533871-96] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@2123533871]@7c209437{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:07.901 [WebSocket@2123533871-97] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@2123533871]@7c209437{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:07.901 [WebSocket@2123533871-95] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@2123533871-95,5,main] exited for QueuedThreadPool[WebSocket@2123533871]@7c209437{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:07.901 [WebSocket@2123533871-96] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@2123533871-96,5,main] exited for QueuedThreadPool[WebSocket@2123533871]@7c209437{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:07.901 [WebSocket@2123533871-98] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@2123533871]@7c209437{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:07.901 [WebSocket@2123533871-97] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@2123533871]@7c209437{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:07.901 [WebSocket@2123533871-99] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@2123533871]@7c209437{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:07.901 [WebSocket@2123533871-100] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@2123533871]@7c209437{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:07.901 [WebSocket@2123533871-99] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@2123533871]@7c209437{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:07.901 [WebSocket@2123533871-98] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@2123533871]@7c209437{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:07.901 [WebSocket@2123533871-93] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@2123533871]@7c209437{STOPPING,8<=0<=200,i=9,r=-1,q=0}[NO_TRY] 20:13:07.901 [WebSocket@2123533871-98] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@2123533871-98,5,main] exited for QueuedThreadPool[WebSocket@2123533871]@7c209437{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:07.901 [WebSocket@2123533871-93] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@2123533871]@7c209437{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:07.901 [WebSocket@2123533871-97] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@2123533871-97,5,main] exited for QueuedThreadPool[WebSocket@2123533871]@7c209437{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:07.901 [WebSocket@2123533871-100] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$360/0x00007ff2f414a9b0@66fcbd68 in QueuedThreadPool[WebSocket@2123533871]@7c209437{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:07.901 [WebSocket@2123533871-99] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@2123533871-99,5,main] exited for QueuedThreadPool[WebSocket@2123533871]@7c209437{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:07.902 [WebSocket@2123533871-93] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@2123533871-93,5,main] exited for QueuedThreadPool[WebSocket@2123533871]@7c209437{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:07.902 [WebSocket@2123533871-100] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[WebSocket@2123533871-100,5,main] exited for QueuedThreadPool[WebSocket@2123533871]@7c209437{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:07.902 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Waiting for Thread[WebSocket@2123533871-96,5,] for 2499 20:13:07.902 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED QueuedThreadPool[WebSocket@2123533871]@7c209437{STOPPED,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:07.902 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ClientConnector@1698ee84{STOPPED} 20:13:07.902 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED HttpClientTransportOverHTTP@2fc0cc3{STOPPED} 20:13:07.902 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED HttpClient@328cf0e1{STOPPED} 20:13:07.902 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED WebSocketCoreClient@201b6b6f{STOPPED} 20:13:07.902 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED WebSocketClient@53a0b1a8[coreClient=WebSocketCoreClient@201b6b6f{STOPPED},openSessions.size=0] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.42 s - in org.eclipse.sensinact.gateway.feature.integration.northboundrest.NorthboundWebsocketIntegrationTest [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) @ northbound-websocket-feature --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-websocket-feature/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/distribution/features/northbound-websocket-feature/0.0.2-SNAPSHOT/northbound-websocket-feature-0.0.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-websocket-feature/target/repository.zip to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/distribution/features/northbound-websocket-feature/0.0.2-SNAPSHOT/northbound-websocket-feature-0.0.2-SNAPSHOT-osgifeaturerepo.zip [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-websocket-feature/src/main/resources/northbound-websocket-feature.json to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/distribution/features/northbound-websocket-feature/0.0.2-SNAPSHOT/northbound-websocket-feature-0.0.2-SNAPSHOT-osgifeature.json [INFO] [INFO] --- deploy:3.0.0:deploy (default-deploy) @ northbound-websocket-feature --- [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/features/northbound-websocket-feature/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/features/northbound-websocket-feature/0.0.2-SNAPSHOT/maven-metadata.xml (1.1 kB at 8.8 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/northbound-websocket-feature/0.0.2-SNAPSHOT/northbound-websocket-feature-0.0.2-20240212.200245-52.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/northbound-websocket-feature/0.0.2-SNAPSHOT/northbound-websocket-feature-0.0.2-20240212.200245-52.pom (7.8 kB at 217 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/northbound-websocket-feature/0.0.2-SNAPSHOT/northbound-websocket-feature-0.0.2-20240212.200245-52-osgifeaturerepo.zip [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/northbound-websocket-feature/0.0.2-SNAPSHOT/northbound-websocket-feature-0.0.2-20240212.200245-52-osgifeature.json [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/northbound-websocket-feature/0.0.2-SNAPSHOT/northbound-websocket-feature-0.0.2-20240212.200245-52-osgifeature.json (1.5 kB at 26 kB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/northbound-websocket-feature/0.0.2-SNAPSHOT/northbound-websocket-feature-0.0.2-20240212.200245-52-osgifeaturerepo.zip (1.8 MB at 17 MB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/northbound-websocket-feature/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/northbound-websocket-feature/maven-metadata.xml (399 B at 11 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/northbound-websocket-feature/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/features/northbound-websocket-feature/0.0.2-SNAPSHOT/maven-metadata.xml (1.1 kB at 20 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/northbound-websocket-feature/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/northbound-websocket-feature/maven-metadata.xml (399 B at 7.8 kB/s) [INFO] [INFO] --< org.eclipse.sensinact.gateway.distribution.features:northbound-ogc-sensorthings-feature >-- [INFO] Building Eclipse sensiNact Northbound OGC Sensorthings API Feature 0.0.2-SNAPSHOT [63/68] [INFO] from distribution/features/northbound-ogc-sensorthings-feature/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ northbound-ogc-sensorthings-feature --- [INFO] [INFO] --- compiler:3.10.1:testCompile (default) @ northbound-ogc-sensorthings-feature --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-ogc-sensorthings-feature/target/test-classes [INFO] [INFO] --- dependency:3.3.0:copy-dependencies (create-feature-repo) @ northbound-ogc-sensorthings-feature --- [INFO] Installing /home/jenkins/.m2/repository/org/antlr/antlr4-runtime/4.12.0/antlr4-runtime-4.12.0.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-ogc-sensorthings-feature/target/repository/org/antlr/antlr4-runtime/4.12.0/antlr4-runtime-4.12.0.jar [INFO] Installing /home/jenkins/.m2/repository/org/locationtech/spatial4j/spatial4j/0.8/spatial4j-0.8.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-ogc-sensorthings-feature/target/repository/org/locationtech/spatial4j/spatial4j/0.8/spatial4j-0.8.jar [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/northbound/filters/filters.core/target/filters.core-0.0.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-ogc-sensorthings-feature/target/repository/org/eclipse/sensinact/gateway/northbound/filters/filters.core/0.0.2-SNAPSHOT/filters.core-0.0.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/dto/target/dto-0.0.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-ogc-sensorthings-feature/target/repository/org/eclipse/sensinact/gateway/northbound/sensorthings/dto/0.0.2-SNAPSHOT/dto-0.0.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/filter/target/filter-0.0.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-ogc-sensorthings-feature/target/repository/org/eclipse/sensinact/gateway/northbound/sensorthings/filter/0.0.2-SNAPSHOT/filter-0.0.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.api/target/rest.api-0.0.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-ogc-sensorthings-feature/target/repository/org/eclipse/sensinact/gateway/northbound/sensorthings/rest.api/0.0.2-SNAPSHOT/rest.api-0.0.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/target/rest.gateway-0.0.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-ogc-sensorthings-feature/target/repository/org/eclipse/sensinact/gateway/northbound/sensorthings/rest.gateway/0.0.2-SNAPSHOT/rest.gateway-0.0.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/.m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.16.1/jackson-annotations-2.16.1.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-ogc-sensorthings-feature/target/repository/com/fasterxml/jackson/core/jackson-annotations/2.16.1/jackson-annotations-2.16.1.jar [INFO] Installing /home/jenkins/.m2/repository/com/fasterxml/jackson/core/jackson-core/2.16.1/jackson-core-2.16.1.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-ogc-sensorthings-feature/target/repository/com/fasterxml/jackson/core/jackson-core/2.16.1/jackson-core-2.16.1.jar [INFO] Installing /home/jenkins/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.16.1/jackson-databind-2.16.1.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-ogc-sensorthings-feature/target/repository/com/fasterxml/jackson/core/jackson-databind/2.16.1/jackson-databind-2.16.1.jar [INFO] Installing /home/jenkins/.m2/repository/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.16.1/jackson-datatype-jsr310-2.16.1.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-ogc-sensorthings-feature/target/repository/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.16.1/jackson-datatype-jsr310-2.16.1.jar [INFO] Installing /home/jenkins/.m2/repository/com/fasterxml/jackson/jakarta/rs/jackson-jakarta-rs-base/2.16.1/jackson-jakarta-rs-base-2.16.1.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-ogc-sensorthings-feature/target/repository/com/fasterxml/jackson/jakarta/rs/jackson-jakarta-rs-base/2.16.1/jackson-jakarta-rs-base-2.16.1.jar [INFO] Installing /home/jenkins/.m2/repository/com/fasterxml/jackson/jakarta/rs/jackson-jakarta-rs-json-provider/2.16.1/jackson-jakarta-rs-json-provider-2.16.1.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-ogc-sensorthings-feature/target/repository/com/fasterxml/jackson/jakarta/rs/jackson-jakarta-rs-json-provider/2.16.1/jackson-jakarta-rs-json-provider-2.16.1.jar [INFO] [INFO] --- antrun:3.1.0:run (create-repository-zip) @ northbound-ogc-sensorthings-feature --- [INFO] Executing tasks [INFO] [zip] Building zip: /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-ogc-sensorthings-feature/target/repository.zip [INFO] Executed tasks [INFO] [INFO] --- build-helper:3.3.0:attach-artifact (attach-artifacts) @ northbound-ogc-sensorthings-feature --- [INFO] [INFO] --- dependency:3.3.0:copy (copy-test-launcher) @ northbound-ogc-sensorthings-feature --- [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution:launcher:export:0.0.2-SNAPSHOT:jar [INFO] Copying export.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-ogc-sensorthings-feature/target/it/launcher.jar [INFO] [INFO] --- dependency:3.3.0:copy (gather-test-features) @ northbound-ogc-sensorthings-feature --- [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution.features:core-feature:osgifeature:0.0.2-SNAPSHOT:json [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution.features:jakarta-servlet-whiteboard-feature:osgifeature:0.0.2-SNAPSHOT:json [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution.features:jakarta-rest-whiteboard-feature:osgifeature:0.0.2-SNAPSHOT:json [INFO] Copying core-feature.json to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-ogc-sensorthings-feature/target/it/features/core-feature.json [INFO] Copying jakarta-servlet-whiteboard-feature.json to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-ogc-sensorthings-feature/target/it/features/jakarta-servlet-whiteboard-feature.json [INFO] Copying jakarta-rest-whiteboard-feature.json to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-ogc-sensorthings-feature/target/it/features/jakarta-rest-whiteboard-feature.json [INFO] [INFO] --- dependency:3.3.0:unpack (create-test-repo) @ northbound-ogc-sensorthings-feature --- [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution.features:core-feature:osgifeaturerepo:0.0.2-SNAPSHOT:zip [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution.features:jakarta-servlet-whiteboard-feature:osgifeaturerepo:0.0.2-SNAPSHOT:zip [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution.features:jakarta-rest-whiteboard-feature:osgifeaturerepo:0.0.2-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/core-feature/target/repository.zip to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-ogc-sensorthings-feature/target/it/repository with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/jakarta-servlet-whiteboard-feature/target/repository.zip to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-ogc-sensorthings-feature/target/it/repository with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/jakarta-rest-whiteboard-feature/target/repository.zip to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-ogc-sensorthings-feature/target/it/repository with includes "" and excludes "" [INFO] [INFO] --- antrun:3.1.0:run (copy-artifact-for-testing) @ northbound-ogc-sensorthings-feature --- [INFO] Executing tasks [INFO] [unzip] Expanding: /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-ogc-sensorthings-feature/target/repository.zip into /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-ogc-sensorthings-feature/target/it/repository [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-ogc-sensorthings-feature/target/it/features [INFO] Executed tasks [INFO] [INFO] --- surefire:2.22.2:test (integration-test) @ northbound-ogc-sensorthings-feature --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.sensinact.gateway.feature.integration.ogcsensorthings.SensorthingsIntegrationTest Feb 12, 2024 8:13:11 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 12, 2024 8:13:11 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 20:13:12.082 [main] INFO org.eclipse.sensinact.gateway.launcher.ConfigurationManager -- Eclipse sensiNact is watching for changes in configuration file src/it/resources/config/configuration.json 20:13:12.097 [main] INFO org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Feature installation for features [] requested using repositories [repository] and feature directories [features] 20:13:12.098 [main] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- The following bundles [] are no longer required and will be removed. 20:13:12.099 [main] INFO org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Feature update complete. 20:13:12.195 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Feature installation for features [core-feature, jakarta-servlet-whiteboard-feature, jakarta-rest-whiteboard-feature, northbound-ogc-sensorthings-feature] requested using repositories [target/it/repository] and feature directories [target/it/features] 20:13:12.195 [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. 20:13:12.195 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Loading feature model core-feature 20:13:12.201 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.sensinact.gateway.core:annotation:0.0.2-SNAPSHOT 20:13:12.201 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.sensinact.gateway.core:annotation:0.0.2-SNAPSHOT in repositories [target/it/repository] 20:13:12.201 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.eclipse.sensinact.gateway.core:annotation:0.0.2-SNAPSHOT is target/it/repository/org/eclipse/sensinact/gateway/core/annotation/0.0.2-SNAPSHOT/annotation-0.0.2-SNAPSHOT.jar 20:13:12.204 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.sensinact.gateway.core:api:0.0.2-SNAPSHOT 20:13:12.204 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.sensinact.gateway.core:api:0.0.2-SNAPSHOT in repositories [target/it/repository] 20:13:12.204 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.eclipse.sensinact.gateway.core:api:0.0.2-SNAPSHOT is target/it/repository/org/eclipse/sensinact/gateway/core/api/0.0.2-SNAPSHOT/api-0.0.2-SNAPSHOT.jar 20:13:12.206 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.sensinact.gateway.core:emf-api:0.0.2-SNAPSHOT 20:13:12.206 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.sensinact.gateway.core:emf-api:0.0.2-SNAPSHOT in repositories [target/it/repository] 20:13:12.206 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.eclipse.sensinact.gateway.core:emf-api:0.0.2-SNAPSHOT is target/it/repository/org/eclipse/sensinact/gateway/core/emf-api/0.0.2-SNAPSHOT/emf-api-0.0.2-SNAPSHOT.jar 20:13:12.208 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.sensinact.gateway.core:impl:0.0.2-SNAPSHOT 20:13:12.208 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.sensinact.gateway.core:impl:0.0.2-SNAPSHOT in repositories [target/it/repository] 20:13:12.208 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.eclipse.sensinact.gateway.core:impl:0.0.2-SNAPSHOT is target/it/repository/org/eclipse/sensinact/gateway/core/impl/0.0.2-SNAPSHOT/impl-0.0.2-SNAPSHOT.jar 20:13:12.212 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.sensinact.gateway.core.models:provider:0.0.2-SNAPSHOT 20:13:12.212 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.sensinact.gateway.core.models:provider:0.0.2-SNAPSHOT in repositories [target/it/repository] 20:13:12.212 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.eclipse.sensinact.gateway.core.models:provider:0.0.2-SNAPSHOT is target/it/repository/org/eclipse/sensinact/gateway/core/models/provider/0.0.2-SNAPSHOT/provider-0.0.2-SNAPSHOT.jar 20:13:12.214 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.sensinact.gateway.core.models:metadata:0.0.2-SNAPSHOT 20:13:12.214 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.sensinact.gateway.core.models:metadata:0.0.2-SNAPSHOT in repositories [target/it/repository] 20:13:12.214 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.eclipse.sensinact.gateway.core.models:metadata:0.0.2-SNAPSHOT is target/it/repository/org/eclipse/sensinact/gateway/core/models/metadata/0.0.2-SNAPSHOT/metadata-0.0.2-SNAPSHOT.jar 20:13:12.241 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.sensinact.gateway.core:geo-json:0.0.2-SNAPSHOT 20:13:12.241 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.sensinact.gateway.core:geo-json:0.0.2-SNAPSHOT in repositories [target/it/repository] 20:13:12.241 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.eclipse.sensinact.gateway.core:geo-json:0.0.2-SNAPSHOT is target/it/repository/org/eclipse/sensinact/gateway/core/geo-json/0.0.2-SNAPSHOT/geo-json-0.0.2-SNAPSHOT.jar 20:13:12.243 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle com.fasterxml.jackson.core:jackson-annotations:2.16.1 20:13:12.243 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature com.fasterxml.jackson.core:jackson-annotations:2.16.1 in repositories [target/it/repository] 20:13:12.243 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature com.fasterxml.jackson.core:jackson-annotations:2.16.1 is target/it/repository/com/fasterxml/jackson/core/jackson-annotations/2.16.1/jackson-annotations-2.16.1.jar 20:13:12.253 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle com.fasterxml.jackson.core:jackson-core:2.16.1 20:13:12.253 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature com.fasterxml.jackson.core:jackson-core:2.16.1 in repositories [target/it/repository] 20:13:12.253 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature com.fasterxml.jackson.core:jackson-core:2.16.1 is target/it/repository/com/fasterxml/jackson/core/jackson-core/2.16.1/jackson-core-2.16.1.jar 20:13:12.271 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle com.fasterxml.jackson.core:jackson-databind:2.16.1 20:13:12.271 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature com.fasterxml.jackson.core:jackson-databind:2.16.1 in repositories [target/it/repository] 20:13:12.272 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature com.fasterxml.jackson.core:jackson-databind:2.16.1 is target/it/repository/com/fasterxml/jackson/core/jackson-databind/2.16.1/jackson-databind-2.16.1.jar 20:13:12.276 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.osgi:org.osgi.service.typedevent:1.0.0 20:13:12.276 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.osgi:org.osgi.service.typedevent:1.0.0 in repositories [target/it/repository] 20:13:12.276 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.osgi:org.osgi.service.typedevent:1.0.0 is target/it/repository/org/osgi/org.osgi.service.typedevent/1.0.0/org.osgi.service.typedevent-1.0.0.jar 20:13:12.278 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.osgi:org.osgi.util.pushstream:1.0.2 20:13:12.278 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.osgi:org.osgi.util.pushstream:1.0.2 in repositories [target/it/repository] 20:13:12.278 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.osgi:org.osgi.util.pushstream:1.0.2 is target/it/repository/org/osgi/org.osgi.util.pushstream/1.0.2/org.osgi.util.pushstream-1.0.2.jar 20:13:12.280 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.emf:org.eclipse.emf.common:2.29.0 20:13:12.280 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.emf:org.eclipse.emf.common:2.29.0 in repositories [target/it/repository] 20:13:12.280 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.eclipse.emf:org.eclipse.emf.common:2.29.0 is target/it/repository/org/eclipse/emf/org.eclipse.emf.common/2.29.0/org.eclipse.emf.common-2.29.0.jar 20:13:12.282 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.emf:org.eclipse.emf.ecore:2.35.0 20:13:12.283 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.emf:org.eclipse.emf.ecore:2.35.0 in repositories [target/it/repository] 20:13:12.283 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.eclipse.emf:org.eclipse.emf.ecore:2.35.0 is target/it/repository/org/eclipse/emf/org.eclipse.emf.ecore/2.35.0/org.eclipse.emf.ecore-2.35.0.jar 20:13:12.288 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.emf:org.eclipse.emf.ecore.xmi:2.36.0 20:13:12.288 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.emf:org.eclipse.emf.ecore.xmi:2.36.0 in repositories [target/it/repository] 20:13:12.288 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.eclipse.emf:org.eclipse.emf.ecore.xmi:2.36.0 is target/it/repository/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.36.0/org.eclipse.emf.ecore.xmi-2.36.0.jar 20:13:12.290 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.geckoprojects.emf:org.gecko.emf.osgi.component.minimal:6.1.0 20:13:12.290 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.geckoprojects.emf:org.gecko.emf.osgi.component.minimal:6.1.0 in repositories [target/it/repository] 20:13:12.290 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.geckoprojects.emf:org.gecko.emf.osgi.component.minimal:6.1.0 is target/it/repository/org/geckoprojects/emf/org.gecko.emf.osgi.component.minimal/6.1.0/org.gecko.emf.osgi.component.minimal-6.1.0.jar 20:13:12.293 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.apache.aries.component-dsl:org.apache.aries.component-dsl.component-dsl:1.2.2 20:13:12.293 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.apache.aries.component-dsl:org.apache.aries.component-dsl.component-dsl:1.2.2 in repositories [target/it/repository] 20:13:12.293 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.apache.aries.component-dsl:org.apache.aries.component-dsl.component-dsl:1.2.2 is target/it/repository/org/apache/aries/component-dsl/org.apache.aries.component-dsl.component-dsl/1.2.2/org.apache.aries.component-dsl.component-dsl-1.2.2.jar 20:13:12.295 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.apache.aries.typedevent:org.apache.aries.typedevent.bus:0.0.2-SNAPSHOT 20:13:12.295 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.apache.aries.typedevent:org.apache.aries.typedevent.bus:0.0.2-SNAPSHOT in repositories [target/it/repository] 20:13:12.295 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.apache.aries.typedevent:org.apache.aries.typedevent.bus:0.0.2-SNAPSHOT is target/it/repository/org/apache/aries/typedevent/org.apache.aries.typedevent.bus/0.0.2-SNAPSHOT/org.apache.aries.typedevent.bus-0.0.2-SNAPSHOT.jar 20:13:12.297 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle io.dropwizard.metrics:metrics-core:4.2.19 20:13:12.297 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature io.dropwizard.metrics:metrics-core:4.2.19 in repositories [target/it/repository] 20:13:12.297 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature io.dropwizard.metrics:metrics-core:4.2.19 is target/it/repository/io/dropwizard/metrics/metrics-core/4.2.19/metrics-core-4.2.19.jar 20:13:12.615 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.apache.aries.typedevent.bus.impl.TypedEventBusActivator -- Aries Typed Event Bus Starting Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/admin Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/system Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/system/version Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/system/version Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/system/started Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/system/started Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/system/started 20:13:12.842 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.apache.aries.typedevent.bus.impl.TypedEventBusActivator -- Aries Typed Event Bus Started 20:13:12.843 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Loading feature model jakarta-servlet-whiteboard-feature 20:13:12.844 [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 20:13:12.844 [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] 20:13:12.845 [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 20:13:12.851 [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 20:13:12.851 [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] 20:13:12.851 [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 Feb 12, 2024 8:13:12 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 12, 2024 8:13:12 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 20:13:12.965 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- QueuedThreadPool[qtp2131715522]@7f0f65c2{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] added {org.eclipse.jetty.util.thread.ThreadPoolBudget@456400d3,POJO} 20:13:12.966 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@51bb2c5d{STOPPED}[11.0.13,sto=0] added {QueuedThreadPool[qtp2131715522]@7f0f65c2{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY],AUTO} 20:13:12.979 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@51bb2c5d{STOPPED}[11.0.13,sto=0] added {AttributeContainerMap@6d15772e{size=0},AUTO} 20:13:12.983 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HashLoginService@393a4898[null] added {org.eclipse.jetty.security.DefaultIdentityService@3cb75445,POJO} 20:13:12.983 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HashLoginService@393a4898[OSGi HTTP Service Realm] added {UserStore@39270a7[users.count=0],AUTO} 20:13:12.983 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@51bb2c5d{STOPPED}[11.0.13,sto=0] added {HashLoginService@393a4898[OSGi HTTP Service Realm],AUTO} 20:13:13.060 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- o.e.j.s.ServletContextHandler@ba34cd9{/,null,STOPPED} added {SymlinkAllowedResourceAliasChecker@48c5c0dd{base=null,protected=[]},MANAGED} 20:13:13.067 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.handler.ContextHandlerCollection -- AT@2b9326df{cs=true;c=1;=/=[Lorg.eclipse.jetty.server.handler.ContextHandlerCollection$Branch;@4b702220} 20:13:13.073 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ContextHandlerCollection@7f25a148{STOPPED} added {o.e.j.s.ServletContextHandler@ba34cd9{/,null,STOPPED},AUTO} 20:13:13.084 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- o.e.j.s.ServletContextHandler@ba34cd9{/,null,STOPPED} added {org.eclipse.jetty.server.session.SessionHandler83683401==dftMaxIdleSec=-1,MANAGED} 20:13:13.086 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- org.eclipse.jetty.server.session.SessionHandler83683401==dftMaxIdleSec=-1 added {ServletHandler@5a21d709{STOPPED},MANAGED} 20:13:13.086 [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) 20:13:13.087 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- o.e.j.s.ServletContextHandler@ba34cd9{/,null,STOPPED} added {org.apache.felix.http.base.internal.EventDispatcher@79921ba8,POJO} 20:13:13.088 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- org.eclipse.jetty.server.session.SessionHandler83683401==dftMaxIdleSec=0 added {org.apache.felix.http.base.internal.EventDispatcher@79921ba8,POJO} 20:13:13.115 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServletHandler@5a21d709{STOPPED} added {org.apache.felix.http.base.internal.dispatch.DispatcherServlet-59252196==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@2717014{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED},AUTO} 20:13:13.117 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServletHandler@5a21d709{STOPPED} added {[/*]=>org.apache.felix.http.base.internal.dispatch.DispatcherServlet-59252196,POJO} 20:13:13.117 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@51bb2c5d{STOPPED}[11.0.13,sto=0] added {ContextHandlerCollection@7f25a148{STOPPED},MANAGED} 20:13:13.117 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING Server@51bb2c5d{STOPPED}[11.0.13,sto=0] 20:13:13.122 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@51bb2c5d{STARTING}[11.0.13,sto=0] added {ErrorHandler@2698a328{STOPPED},AUTO} 20:13:13.124 [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 20:13:13.171 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting Server@51bb2c5d{STARTING}[11.0.13,sto=0] 20:13:13.171 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING QueuedThreadPool[qtp2131715522]@7f0f65c2{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] 20:13:13.173 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0} 20:13:13.173 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- QueuedThreadPool[qtp2131715522]@7f0f65c2{STARTING,8<=0<=200,i=0,r=-1,q=0}[ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0}] added {ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0},AUTO} 20:13:13.173 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0} 20:13:13.194 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2103ms ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0} 20:13:13.198 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp2131715522-29,5,Configuration Admin Service] 20:13:13.198 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp2131715522-30,5,Configuration Admin Service] 20:13:13.198 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp2131715522-31,5,Configuration Admin Service] 20:13:13.198 [qtp2131715522-29] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp2131715522]@7f0f65c2{STARTING,8<=2<=200,i=2,r=-1,q=0}[ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0}] 20:13:13.198 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp2131715522-32,5,Configuration Admin Service] 20:13:13.198 [qtp2131715522-30] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp2131715522]@7f0f65c2{STARTING,8<=3<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0}] 20:13:13.198 [qtp2131715522-31] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp2131715522]@7f0f65c2{STARTING,8<=4<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0}] 20:13:13.199 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp2131715522-33,5,Configuration Admin Service] 20:13:13.199 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp2131715522-34,5,Configuration Admin Service] 20:13:13.199 [qtp2131715522-32] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp2131715522]@7f0f65c2{STARTING,8<=5<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0}] 20:13:13.199 [qtp2131715522-33] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp2131715522]@7f0f65c2{STARTING,8<=6<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0}] 20:13:13.199 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp2131715522-35,5,Configuration Admin Service] 20:13:13.199 [qtp2131715522-34] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp2131715522]@7f0f65c2{STARTING,8<=7<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0}] 20:13:13.199 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp2131715522-36,5,Configuration Admin Service] 20:13:13.199 [qtp2131715522-35] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp2131715522]@7f0f65c2{STARTING,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0}] 20:13:13.199 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2108ms QueuedThreadPool[qtp2131715522]@7f0f65c2{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0}] 20:13:13.199 [qtp2131715522-36] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp2131715522]@7f0f65c2{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0}] 20:13:13.199 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING AttributeContainerMap@6d15772e{size=0} 20:13:13.199 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2108ms AttributeContainerMap@6d15772e{size=0} 20:13:13.200 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING HashLoginService@393a4898[OSGi HTTP Service Realm] 20:13:13.200 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING UserStore@39270a7[users.count=0] 20:13:13.200 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2108ms UserStore@39270a7[users.count=0] 20:13:13.200 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2108ms HashLoginService@393a4898[OSGi HTTP Service Realm] 20:13:13.200 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ContextHandlerCollection@7f25a148{STOPPED} 20:13:13.200 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting ContextHandlerCollection@7f25a148{STARTING} 20:13:13.200 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING o.e.j.s.ServletContextHandler@ba34cd9{/,null,STOPPED} 20:13:13.201 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.DecoratedObjectFactory -- Adding Decorator: org.eclipse.jetty.util.DeprecationWarning@1d3389c2 20:13:13.245 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.http.PreEncodedHttpField -- HttpField encoders loaded: [org.eclipse.jetty.http.Http1FieldPreEncoder@1a31cfef, org.eclipse.jetty.http2.hpack.HpackFieldPreEncoder@44875c68] 20:13:13.263 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting o.e.j.s.ServletContextHandler@ba34cd9{/,null,STARTING} 20:13:13.263 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING SymlinkAllowedResourceAliasChecker@48c5c0dd{base=null,protected=[]} 20:13:13.263 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- o.e.j.s.ServletContextHandler@ba34cd9{/,null,STARTING} added {org.eclipse.jetty.server.AllowedResourceAliasChecker$AllowedResourceAliasCheckListener@2f8481c2,POJO} 20:13:13.263 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2172ms SymlinkAllowedResourceAliasChecker@48c5c0dd{base=null,protected=[]} 20:13:13.264 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING org.eclipse.jetty.server.session.SessionHandler83683401==dftMaxIdleSec=0 20:13:13.267 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- org.eclipse.jetty.server.session.SessionHandler83683401==dftMaxIdleSec=0 added {org.eclipse.jetty.server.session.DefaultSessionCache@3897d75a[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false],AUTO} 20:13:13.269 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- org.eclipse.jetty.server.session.DefaultSessionCache@3897d75a[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] added {org.eclipse.jetty.server.session.NullSessionDataStore@4e64d768[passivating=false,graceSec=3600],AUTO} 20:13:13.271 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING DefaultSessionIdManager@2f950dbc{STOPPED}[worker=null] 20:13:13.272 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- DefaultSessionIdManager@2f950dbc{STARTING}[worker=node0] added {HouseKeeper@1410ba11{STOPPED}[interval=600000, ownscheduler=false],MANAGED} 20:13:13.275 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO org.eclipse.jetty.server.session.DefaultSessionIdManager -- Session workerName=node0 20:13:13.275 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING HouseKeeper@1410ba11{STOPPED}[interval=600000, ownscheduler=false] 20:13:13.276 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ScheduledExecutorScheduler@57baafd2{STOPPED} 20:13:13.277 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2185ms ScheduledExecutorScheduler@57baafd2{STARTED} 20:13:13.277 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.session.HouseKeeper -- node0 using own scheduler for scavenging 20:13:13.277 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.session.HouseKeeper -- node0 scavenging every 600000ms 20:13:13.280 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2188ms HouseKeeper@1410ba11{STARTED}[interval=600000, ownscheduler=true] 20:13:13.280 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2189ms DefaultSessionIdManager@2f950dbc{STARTED}[worker=node0] 20:13:13.280 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@51bb2c5d{STARTING}[11.0.13,sto=0] added {DefaultSessionIdManager@2f950dbc{STARTED}[worker=node0],MANAGED} 20:13:13.280 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- org.eclipse.jetty.server.session.SessionHandler83683401==dftMaxIdleSec=0 added {DefaultSessionIdManager@2f950dbc{STARTED}[worker=node0],UNMANAGED} 20:13:13.280 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ScheduledExecutorScheduler@730c647f{STOPPED} 20:13:13.281 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2189ms ScheduledExecutorScheduler@730c647f{STARTED} 20:13:13.281 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting org.eclipse.jetty.server.session.SessionHandler83683401==dftMaxIdleSec=0 20:13:13.281 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ServletHandler@5a21d709{STOPPED} 20:13:13.289 [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-59252196[EMBEDDED:null] 20:13:13.292 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.http.pathmap.ServletPathSpec -- Creating ServletPathSpec[/*] (group: PREFIX_GLOB, prefix: "", suffix: "null") 20:13:13.292 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457a78e{/*},resource=MappedServlet1699e5c8{/*->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-59252196==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@2717014{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=1] 20:13:13.293 [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-59252196=MappedServlet62402dee{null->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-59252196==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@2717014{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}} 20:13:13.293 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.servlet.ServletHandler -- Adding Default404Servlet to ServletHandler@5a21d709{STARTING} 20:13:13.293 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServletHandler@5a21d709{STARTING} added {org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-7f2a2089==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@1d05b611{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED},AUTO} 20:13:13.293 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServletHandler@5a21d709{STARTING} added {[/]=>org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-7f2a2089,POJO} 20:13:13.293 [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-59252196[EMBEDDED:null] 20:13:13.293 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.http.pathmap.ServletPathSpec -- Creating ServletPathSpec[/*] (group: PREFIX_GLOB, prefix: "", suffix: "null") 20:13:13.293 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457a78e{/*},resource=MappedServlet1ce65ddf{/*->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-59252196==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@2717014{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=1] 20:13:13.294 [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-7f2a2089[EMBEDDED:null] 20:13:13.294 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457dcb7{/},resource=MappedServlet4528e7c7{/->org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-7f2a2089==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@1d05b611{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=2] 20:13:13.294 [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-7f2a2089=MappedServlet3ee43fc3{null->org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-7f2a2089==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@1d05b611{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}, org.apache.felix.http.base.internal.dispatch.DispatcherServlet-59252196=MappedServlet10e46efe{null->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-59252196==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@2717014{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}} 20:13:13.294 [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-59252196[EMBEDDED:null] 20:13:13.294 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.http.pathmap.ServletPathSpec -- Creating ServletPathSpec[/*] (group: PREFIX_GLOB, prefix: "", suffix: "null") 20:13:13.294 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457a78e{/*},resource=MappedServlet3e42d198{/*->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-59252196==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@2717014{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=1] 20:13:13.294 [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-7f2a2089[EMBEDDED:null] 20:13:13.294 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457dcb7{/},resource=MappedServlet3cd61f48{/->org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-7f2a2089==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@1d05b611{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=2] 20:13:13.294 [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-7f2a2089=MappedServlet3ee43fc3{null->org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-7f2a2089==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@1d05b611{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}, org.apache.felix.http.base.internal.dispatch.DispatcherServlet-59252196=MappedServlet10e46efe{null->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-59252196==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@2717014{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}} 20:13:13.294 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting ServletHandler@5a21d709{STARTING} 20:13:13.294 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2203ms ServletHandler@5a21d709{STARTED} 20:13:13.295 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING org.eclipse.jetty.server.session.DefaultSessionCache@3897d75a[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] 20:13:13.295 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING org.eclipse.jetty.server.session.NullSessionDataStore@4e64d768[passivating=false,graceSec=3600] 20:13:13.295 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2203ms org.eclipse.jetty.server.session.NullSessionDataStore@4e64d768[passivating=false,graceSec=3600] 20:13:13.295 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2203ms org.eclipse.jetty.server.session.DefaultSessionCache@3897d75a[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] 20:13:13.295 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2203ms org.eclipse.jetty.server.session.SessionHandler83683401==dftMaxIdleSec=0 20:13:13.297 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING org.apache.felix.http.base.internal.dispatch.DispatcherServlet-59252196==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@2717014{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED} 20:13:13.298 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2206ms org.apache.felix.http.base.internal.dispatch.DispatcherServlet-59252196==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@2717014{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STARTED} 20:13:13.298 [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-59252196 20:13:13.299 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-7f2a2089==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@1d05b611{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED} 20:13:13.299 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2208ms org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-7f2a2089==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@1d05b611{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STARTED} 20:13:13.299 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO org.eclipse.jetty.server.handler.ContextHandler -- Started o.e.j.s.ServletContextHandler@ba34cd9{/,null,AVAILABLE} 20:13:13.299 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2208ms o.e.j.s.ServletContextHandler@ba34cd9{/,null,AVAILABLE} 20:13:13.299 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2208ms ContextHandlerCollection@7f25a148{STARTED} 20:13:13.299 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ErrorHandler@2698a328{STOPPED} 20:13:13.299 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting ErrorHandler@2698a328{STARTING} 20:13:13.300 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2208ms ErrorHandler@2698a328{STARTED} 20:13:13.300 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO org.eclipse.jetty.server.Server -- Started Server@51bb2c5d{STARTING}[11.0.13,sto=0] @2208ms 20:13:13.300 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2208ms Server@51bb2c5d{STARTED}[11.0.13,sto=0] 20:13:13.300 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.session.HouseKeeper -- node0 scavenging every 660000ms 20:13:13.309 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpConnectionFactory@31bf755b[HTTP/1.1] added {HttpConfiguration@279a631c{32768/8192,8192/8192,https://:0,[]},POJO} 20:13:13.342 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@1e10a0a0{null, ()}{0.0.0.0:0} added {QueuedThreadPool[qtp2131715522]@7f0f65c2{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0}],UNMANAGED} 20:13:13.343 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@1e10a0a0{null, ()}{0.0.0.0:0} added {ScheduledExecutorScheduler@5cc3d81f{STOPPED},AUTO} 20:13:13.354 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@51bb2c5d{STARTED}[11.0.13,sto=0] added {LogarithmicArrayByteBufferPool@14014639{minBufferCapacity=0, maxBufferCapacity=65536, maxQueueLength=-1, factor=4096},POJO} 20:13:13.354 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@1e10a0a0{null, ()}{0.0.0.0:0} added {LogarithmicArrayByteBufferPool@14014639{minBufferCapacity=0, maxBufferCapacity=65536, maxQueueLength=-1, factor=4096},UNMANAGED} 20:13:13.354 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@1e10a0a0{null, ()}{0.0.0.0:0} added {org.eclipse.jetty.io.LogarithmicArrayByteBufferPool$LogarithmicRetainablePool@10d942c7{min=0,max=65536,buckets=17,heap=0/-1,direct=0/-1},POJO} 20:13:13.355 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@1e10a0a0{null, ()}{0.0.0.0:0} added {org.eclipse.jetty.server.AbstractConnector$1@59958110,POJO} 20:13:13.355 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@1e10a0a0{null, (http/1.1)}{0.0.0.0:0} added {HttpConnectionFactory@31bf755b[HTTP/1.1],AUTO} 20:13:13.355 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.AbstractConnector -- ServerConnector@1e10a0a0{HTTP/1.1, (http/1.1)}{0.0.0.0:0} added HttpConnectionFactory@31bf755b[HTTP/1.1] 20:13:13.358 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@1e10a0a0{HTTP/1.1, (http/1.1)}{0.0.0.0:0} added {SelectorManager@ServerConnector@1e10a0a0{HTTP/1.1, (http/1.1)}{0.0.0.0:0},MANAGED} 20:13:13.359 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@51bb2c5d{STARTED}[11.0.13,sto=0] added {ServerConnector@1e10a0a0{HTTP/1.1, (http/1.1)}{0.0.0.0:8080},UNMANAGED} 20:13:13.359 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ServerConnector@1e10a0a0{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 20:13:13.365 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@1e10a0a0{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} 20:13:13.367 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ScheduledExecutorScheduler@5cc3d81f{STOPPED} 20:13:13.367 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2276ms ScheduledExecutorScheduler@5cc3d81f{STARTED} 20:13:13.367 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING HttpConnectionFactory@31bf755b[HTTP/1.1] 20:13:13.367 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2276ms HttpConnectionFactory@31bf755b[HTTP/1.1] 20:13:13.368 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING SelectorManager@ServerConnector@1e10a0a0{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 20:13:13.373 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- AdaptiveExecutionStrategy@3106614d/SelectorProducer@16ad2b9f/IDLE/p=false/QueuedThreadPool[qtp2131715522]@7f0f65c2{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:13:13.373695147Z added {SelectorProducer@16ad2b9f,POJO} 20:13:13.373 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- AdaptiveExecutionStrategy@3106614d/SelectorProducer@16ad2b9f/IDLE/p=false/QueuedThreadPool[qtp2131715522]@7f0f65c2{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:13:13.374008105Z added {QueuedThreadPool[qtp2131715522]@7f0f65c2{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0}],UNMANAGED} 20:13:13.374 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- AdaptiveExecutionStrategy@3106614d/SelectorProducer@16ad2b9f/IDLE/p=false/QueuedThreadPool[qtp2131715522]@7f0f65c2{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:13:13.374213416Z created 20:13:13.374 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ManagedSelector@28686d1f{STOPPED} id=0 keys=-1 selected=-1 updates=0 added {AdaptiveExecutionStrategy@3106614d/SelectorProducer@16ad2b9f/IDLE/p=false/QueuedThreadPool[qtp2131715522]@7f0f65c2{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:13:13.374449622Z,MANAGED} 20:13:13.374 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- SelectorManager@ServerConnector@1e10a0a0{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} added {ManagedSelector@28686d1f{STOPPED} id=0 keys=-1 selected=-1 updates=0,AUTO} 20:13:13.374 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ManagedSelector@28686d1f{STOPPED} id=0 keys=-1 selected=-1 updates=0 20:13:13.374 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING AdaptiveExecutionStrategy@3106614d/SelectorProducer@16ad2b9f/IDLE/p=false/QueuedThreadPool[qtp2131715522]@7f0f65c2{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:13:13.374794257Z 20:13:13.374 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2283ms AdaptiveExecutionStrategy@3106614d/SelectorProducer@16ad2b9f/IDLE/p=false/QueuedThreadPool[qtp2131715522]@7f0f65c2{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:13:13.37494635Z 20:13:13.376 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue org.eclipse.jetty.io.ManagedSelector$$Lambda$381/0x00007ff36c315580@602f3247 startThread=0 20:13:13.376 [qtp2131715522-29] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.io.ManagedSelector$$Lambda$381/0x00007ff36c315580@602f3247 in QueuedThreadPool[qtp2131715522]@7f0f65c2{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0}] 20:13:13.376 [qtp2131715522-29] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- AdaptiveExecutionStrategy@3106614d/SelectorProducer@16ad2b9f/IDLE/p=false/QueuedThreadPool[qtp2131715522]@7f0f65c2{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:13:13.376991401Z tryProduce false 20:13:13.377 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.ManagedSelector$Start@4c21382e on ManagedSelector@28686d1f{STARTING} id=0 keys=0 selected=0 updates=0 20:13:13.378 [qtp2131715522-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 20:13:13.378 [qtp2131715522-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$Start@4c21382e 20:13:13.378 [qtp2131715522-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:13:13.378 [qtp2131715522-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@6e3842ff waiting with 0 keys 20:13:13.378 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2286ms ManagedSelector@28686d1f{STARTED} id=0 keys=0 selected=0 updates=0 20:13:13.378 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2287ms SelectorManager@ServerConnector@1e10a0a0{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 20:13:13.379 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@1e10a0a0{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} added {acceptor-0@5398e6b,POJO} 20:13:13.379 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue acceptor-0@5398e6b startThread=0 20:13:13.379 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO org.eclipse.jetty.server.AbstractConnector -- Started ServerConnector@1e10a0a0{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 20:13:13.379 [qtp2131715522-30] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run acceptor-0@5398e6b in QueuedThreadPool[qtp2131715522]@7f0f65c2{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0}] 20:13:13.380 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2288ms ServerConnector@1e10a0a0{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 20:13:13.381 [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] 20:13:13.410 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@51bb2c5d{STARTED}[11.0.13,sto=0] added {org.apache.felix.http.jetty.internal.RequestLogTracker@4600999e,POJO} 20:13:13.411 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING Server@51bb2c5d{STARTED}[11.0.13,sto=0] 20:13:13.412 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.Server -- Stopped Server@51bb2c5d{STOPPING}[11.0.13,sto=0] 20:13:13.412 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.Server -- doStop Server@51bb2c5d{STOPPING}[11.0.13,sto=0] 20:13:13.412 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ServerConnector@1e10a0a0{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 20:13:13.412 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING SelectorManager@ServerConnector@1e10a0a0{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 20:13:13.412 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ManagedSelector@28686d1f{STARTED} id=0 keys=0 selected=0 updates=0 20:13:13.412 [qtp2131715522-30] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran qtp2131715522-30-acceptor-0@5398e6b-ServerConnector@1e10a0a0{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} in QueuedThreadPool[qtp2131715522]@7f0f65c2{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0}] 20:13:13.413 [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@28686d1f{STOPPING} id=0 keys=0 selected=0 updates=0 20:13:13.413 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@28686d1f{STOPPING} id=0 keys=0 selected=0 updates=1 20:13:13.413 [qtp2131715522-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@6e3842ff woken with none selected 20:13:13.413 [qtp2131715522-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@6e3842ff woken up from select, 0/0/0 selected 20:13:13.413 [qtp2131715522-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@6e3842ff processing 0 keys, 1 updates 20:13:13.413 [qtp2131715522-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 20:13:13.413 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Loading feature model jakarta-rest-whiteboard-feature 20:13:13.413 [qtp2131715522-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$CloseConnections@11232948 20:13:13.413 [qtp2131715522-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- Closing 0 connections on ManagedSelector@28686d1f{STOPPING} id=0 keys=0 selected=0 updates=0 20:13:13.413 [qtp2131715522-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:13:13.413 [qtp2131715522-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@6e3842ff waiting with 0 keys 20:13:13.414 [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@28686d1f{STOPPING} id=0 keys=0 selected=0 updates=0 20:13:13.414 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@28686d1f{STOPPING} id=0 keys=0 selected=0 updates=1 20:13:13.414 [qtp2131715522-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@6e3842ff woken with none selected 20:13:13.414 [qtp2131715522-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@6e3842ff woken up from select, 0/0/0 selected 20:13:13.414 [qtp2131715522-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@6e3842ff processing 0 keys, 1 updates 20:13:13.414 [qtp2131715522-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 20:13:13.414 [qtp2131715522-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$StopSelector@6b723ae2 20:13:13.447 [qtp2131715522-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:13:13.447 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING AdaptiveExecutionStrategy@3106614d/SelectorProducer@16ad2b9f/PRODUCING/p=false/QueuedThreadPool[qtp2131715522]@7f0f65c2{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:13:13.447305613Z 20:13:13.447 [qtp2131715522-29] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.io.ManagedSelector$$Lambda$381/0x00007ff36c315580@602f3247 in QueuedThreadPool[qtp2131715522]@7f0f65c2{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0}] 20:13:13.447 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED AdaptiveExecutionStrategy@3106614d/SelectorProducer@16ad2b9f/IDLE/p=false/QueuedThreadPool[qtp2131715522]@7f0f65c2{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:13:13.447471216Z 20:13:13.447 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ManagedSelector@28686d1f{STOPPED} id=0 keys=-1 selected=-1 updates=0 20:13:13.447 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED SelectorManager@ServerConnector@1e10a0a0{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 20:13:13.447 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING HttpConnectionFactory@31bf755b[HTTP/1.1] 20:13:13.447 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED HttpConnectionFactory@31bf755b[HTTP/1.1] 20:13:13.447 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ScheduledExecutorScheduler@5cc3d81f{STARTED} 20:13:13.447 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ScheduledExecutorScheduler@5cc3d81f{STOPPED} 20:13:13.447 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.AbstractConnector -- Stopped ServerConnector@1e10a0a0{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 20:13:13.447 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ServerConnector@1e10a0a0{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 20:13:13.447 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- stopping Server@51bb2c5d{STOPPING}[11.0.13,sto=0] 20:13:13.447 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING DefaultSessionIdManager@2f950dbc{STARTED}[worker=node0] 20:13:13.448 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING HouseKeeper@1410ba11{STARTED}[interval=660000, ownscheduler=true] 20:13:13.448 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.session.HouseKeeper -- node0 stopped scavenging 20:13:13.448 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ScheduledExecutorScheduler@57baafd2{STARTED} 20:13:13.448 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ScheduledExecutorScheduler@57baafd2{STOPPED} 20:13:13.448 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED HouseKeeper@1410ba11{STOPPED}[interval=660000, ownscheduler=false] 20:13:13.448 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED DefaultSessionIdManager@2f950dbc{STOPPED}[worker=node0] 20:13:13.448 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- The feature jakarta-rest-whiteboard-feature depends on the feature jakarta-servlet-whiteboard-feature, which is installed 20:13:13.448 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ErrorHandler@2698a328{STARTED} 20:13:13.448 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- stopping ErrorHandler@2698a328{STOPPING} 20:13:13.448 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ErrorHandler@2698a328{STOPPED} 20:13:13.448 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ContextHandlerCollection@7f25a148{STARTED} 20:13:13.448 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.osgi-technology.rest:org.eclipse.osgitech.rest:1.2.2 20:13:13.448 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- stopping ContextHandlerCollection@7f25a148{STOPPING} 20:13:13.448 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.osgi-technology.rest:org.eclipse.osgitech.rest:1.2.2 in repositories [target/it/repository] 20:13:13.448 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING o.e.j.s.ServletContextHandler@ba34cd9{/,null,AVAILABLE} 20:13:13.448 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.eclipse.osgi-technology.rest:org.eclipse.osgitech.rest:1.2.2 is target/it/repository/org/eclipse/osgi-technology/rest/org.eclipse.osgitech.rest/1.2.2/org.eclipse.osgitech.rest-1.2.2.jar 20:13:13.448 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- stopping o.e.j.s.ServletContextHandler@ba34cd9{/,null,STOPPED} 20:13:13.448 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING org.eclipse.jetty.server.session.SessionHandler83683401==dftMaxIdleSec=0 20:13:13.448 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.session.DefaultSessionCache -- Shutdown sessions, invalidating = false 20:13:13.448 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING org.eclipse.jetty.server.session.DefaultSessionCache@3897d75a[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] 20:13:13.448 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING org.eclipse.jetty.server.session.NullSessionDataStore@4e64d768[passivating=false,graceSec=3600] 20:13:13.448 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED org.eclipse.jetty.server.session.NullSessionDataStore@4e64d768[passivating=false,graceSec=3600] 20:13:13.448 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED org.eclipse.jetty.server.session.DefaultSessionCache@3897d75a[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] 20:13:13.448 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ScheduledExecutorScheduler@730c647f{STARTED} 20:13:13.448 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ScheduledExecutorScheduler@730c647f{STOPPED} 20:13:13.448 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- stopping org.eclipse.jetty.server.session.SessionHandler83683401==dftMaxIdleSec=0 20:13:13.448 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ServletHandler@5a21d709{STARTED} 20:13:13.448 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- stopping ServletHandler@5a21d709{STOPPING} 20:13:13.448 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-7f2a2089==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@1d05b611{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STARTED} 20:13:13.448 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-7f2a2089==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@1d05b611{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED} 20:13:13.448 [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-59252196==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@2717014{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 20:13:13.449 [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-59252196==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@2717014{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED} 20:13:13.453 [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-59252196[EMBEDDED:null] 20:13:13.453 [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") 20:13:13.453 [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-59252196==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@2717014{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=1] 20:13:13.453 [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-59252196=MappedServlete66368a{null->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-59252196==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@2717014{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}} 20:13:13.454 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ServletHandler@5a21d709{STOPPED} 20:13:13.454 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED org.eclipse.jetty.server.session.SessionHandler83683401==dftMaxIdleSec=0 20:13:13.454 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING SymlinkAllowedResourceAliasChecker@48c5c0dd{base=null,protected=[]} 20:13:13.454 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED SymlinkAllowedResourceAliasChecker@48c5c0dd{base=null,protected=[]} 20:13:13.454 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.osgi-technology.rest:org.eclipse.osgitech.rest.sse:1.2.2 20:13:13.454 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.osgi-technology.rest:org.eclipse.osgitech.rest.sse:1.2.2 in repositories [target/it/repository] 20:13:13.454 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.handler.ContextHandler -- Stopped o.e.j.s.ServletContextHandler@ba34cd9{/,null,STOPPED} 20:13:13.454 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.eclipse.osgi-technology.rest:org.eclipse.osgitech.rest.sse:1.2.2 is target/it/repository/org/eclipse/osgi-technology/rest/org.eclipse.osgitech.rest.sse/1.2.2/org.eclipse.osgitech.rest.sse-1.2.2.jar 20:13:13.454 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED o.e.j.s.ServletContextHandler@ba34cd9{/,null,STOPPED} 20:13:13.454 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ContextHandlerCollection@7f25a148{STOPPED} 20:13:13.454 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING HashLoginService@393a4898[OSGi HTTP Service Realm] 20:13:13.454 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING UserStore@39270a7[users.count=0] 20:13:13.454 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED UserStore@39270a7[users.count=0] 20:13:13.454 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED HashLoginService@393a4898[OSGi HTTP Service Realm] 20:13:13.454 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING AttributeContainerMap@6d15772e{size=0} 20:13:13.454 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED AttributeContainerMap@6d15772e{size=0} 20:13:13.454 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING QueuedThreadPool[qtp2131715522]@7f0f65c2{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0}] 20:13:13.454 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Stopping QueuedThreadPool[qtp2131715522]@7f0f65c2{STOPPING,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0}] 20:13:13.454 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0} 20:13:13.456 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.osgi-technology.rest:org.eclipse.osgitech.rest.servlet.whiteboard:1.2.2 20:13:13.456 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.osgi-technology.rest:org.eclipse.osgitech.rest.servlet.whiteboard:1.2.2 in repositories [target/it/repository] 20:13:13.456 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.eclipse.osgi-technology.rest:org.eclipse.osgitech.rest.servlet.whiteboard:1.2.2 is target/it/repository/org/eclipse/osgi-technology/rest/org.eclipse.osgitech.rest.servlet.whiteboard/1.2.2/org.eclipse.osgitech.rest.servlet.whiteboard-1.2.2.jar 20:13:13.456 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ReservedThreadExecutor@436ec45a{reserved=-1/2,pending=0} 20:13:13.456 [qtp2131715522-31] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$322/0x00007ff36c283d70@326bc056 in QueuedThreadPool[qtp2131715522]@7f0f65c2{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:13.456 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Waiting for Thread[qtp2131715522-30,5,Configuration Admin Service] for 2499 20:13:13.456 [qtp2131715522-32] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$322/0x00007ff36c283d70@326bc056 in QueuedThreadPool[qtp2131715522]@7f0f65c2{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:13.456 [qtp2131715522-31] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$322/0x00007ff36c283d70@326bc056 in QueuedThreadPool[qtp2131715522]@7f0f65c2{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:13.456 [qtp2131715522-33] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$322/0x00007ff36c283d70@326bc056 in QueuedThreadPool[qtp2131715522]@7f0f65c2{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:13.456 [qtp2131715522-32] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$322/0x00007ff36c283d70@326bc056 in QueuedThreadPool[qtp2131715522]@7f0f65c2{STOPPING,8<=0<=200,i=9,r=-1,q=0}[NO_TRY] 20:13:13.456 [qtp2131715522-34] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$322/0x00007ff36c283d70@326bc056 in QueuedThreadPool[qtp2131715522]@7f0f65c2{STOPPING,8<=0<=200,i=9,r=-1,q=0}[NO_TRY] 20:13:13.456 [qtp2131715522-31] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[qtp2131715522-31,5,Configuration Admin Service] exited for QueuedThreadPool[qtp2131715522]@7f0f65c2{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:13.456 [qtp2131715522-33] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$322/0x00007ff36c283d70@326bc056 in QueuedThreadPool[qtp2131715522]@7f0f65c2{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:13.456 [qtp2131715522-35] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$322/0x00007ff36c283d70@326bc056 in QueuedThreadPool[qtp2131715522]@7f0f65c2{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:13.456 [qtp2131715522-32] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[qtp2131715522-32,5,Configuration Admin Service] exited for QueuedThreadPool[qtp2131715522]@7f0f65c2{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:13.456 [qtp2131715522-34] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$322/0x00007ff36c283d70@326bc056 in QueuedThreadPool[qtp2131715522]@7f0f65c2{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:13.456 [qtp2131715522-36] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$322/0x00007ff36c283d70@326bc056 in QueuedThreadPool[qtp2131715522]@7f0f65c2{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:13.456 [qtp2131715522-35] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$322/0x00007ff36c283d70@326bc056 in QueuedThreadPool[qtp2131715522]@7f0f65c2{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:13.456 [qtp2131715522-33] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[qtp2131715522-33,5,Configuration Admin Service] exited for QueuedThreadPool[qtp2131715522]@7f0f65c2{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:13.456 [qtp2131715522-30] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$322/0x00007ff36c283d70@326bc056 in QueuedThreadPool[qtp2131715522]@7f0f65c2{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:13.456 [qtp2131715522-34] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[qtp2131715522-34,5,Configuration Admin Service] exited for QueuedThreadPool[qtp2131715522]@7f0f65c2{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:13.456 [qtp2131715522-36] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$322/0x00007ff36c283d70@326bc056 in QueuedThreadPool[qtp2131715522]@7f0f65c2{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:13.456 [qtp2131715522-35] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[qtp2131715522-35,5,Configuration Admin Service] exited for QueuedThreadPool[qtp2131715522]@7f0f65c2{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:13.456 [qtp2131715522-29] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$322/0x00007ff36c283d70@326bc056 in QueuedThreadPool[qtp2131715522]@7f0f65c2{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:13.456 [qtp2131715522-30] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$322/0x00007ff36c283d70@326bc056 in QueuedThreadPool[qtp2131715522]@7f0f65c2{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:13.456 [qtp2131715522-30] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[qtp2131715522-30,5,Configuration Admin Service] exited for QueuedThreadPool[qtp2131715522]@7f0f65c2{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:13.456 [qtp2131715522-36] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[qtp2131715522-36,5,Configuration Admin Service] exited for QueuedThreadPool[qtp2131715522]@7f0f65c2{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:13.456 [qtp2131715522-29] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$322/0x00007ff36c283d70@326bc056 in QueuedThreadPool[qtp2131715522]@7f0f65c2{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:13.457 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Waiting for Thread[qtp2131715522-31,5,] for 2499 20:13:13.457 [qtp2131715522-29] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[qtp2131715522-29,5,Configuration Admin Service] exited for QueuedThreadPool[qtp2131715522]@7f0f65c2{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:13.457 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Waiting for Thread[qtp2131715522-35,5,] for 2499 20:13:13.457 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED QueuedThreadPool[qtp2131715522]@7f0f65c2{STOPPED,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:13.457 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED Server@51bb2c5d{STOPPED}[11.0.13,sto=0] 20:13:13.457 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.apache.felix.http -- Stopped Jetty 20:13:13.457 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- QueuedThreadPool[qtp304157852]@1221149c{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] added {org.eclipse.jetty.util.thread.ThreadPoolBudget@4c4e8b6,POJO} 20:13:13.457 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@1dcb86aa{STOPPED}[11.0.13,sto=0] added {QueuedThreadPool[qtp304157852]@1221149c{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY],AUTO} 20:13:13.457 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@1dcb86aa{STOPPED}[11.0.13,sto=0] added {AttributeContainerMap@659b7320{size=0},AUTO} 20:13:13.457 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HashLoginService@7f841efb[null] added {org.eclipse.jetty.security.DefaultIdentityService@5ca6c8e5,POJO} 20:13:13.457 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HashLoginService@7f841efb[OSGi HTTP Service Realm] added {UserStore@1d99fb0d[users.count=0],AUTO} 20:13:13.457 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@1dcb86aa{STOPPED}[11.0.13,sto=0] added {HashLoginService@7f841efb[OSGi HTTP Service Realm],AUTO} 20:13:13.457 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- o.e.j.s.ServletContextHandler@23a589ed{/,null,STOPPED} added {SymlinkAllowedResourceAliasChecker@7c8938a4{base=null,protected=[]},MANAGED} 20:13:13.457 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.ContextHandlerCollection -- AT@16823630{cs=true;c=1;=/=[Lorg.eclipse.jetty.server.handler.ContextHandlerCollection$Branch;@4411f67e} 20:13:13.457 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ContextHandlerCollection@4bf4f5f0{STOPPED} added {o.e.j.s.ServletContextHandler@23a589ed{/,null,STOPPED},AUTO} 20:13:13.457 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- o.e.j.s.ServletContextHandler@23a589ed{/,null,STOPPED} added {org.eclipse.jetty.server.session.SessionHandler2123212850==dftMaxIdleSec=-1,MANAGED} 20:13:13.457 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- org.eclipse.jetty.server.session.SessionHandler2123212850==dftMaxIdleSec=-1 added {ServletHandler@79392265{STOPPED},MANAGED} 20:13:13.457 [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) 20:13:13.458 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- o.e.j.s.ServletContextHandler@23a589ed{/,null,STOPPED} added {org.apache.felix.http.base.internal.EventDispatcher@79921ba8,POJO} 20:13:13.458 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- org.eclipse.jetty.server.session.SessionHandler2123212850==dftMaxIdleSec=0 added {org.apache.felix.http.base.internal.EventDispatcher@79921ba8,POJO} 20:13:13.458 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServletHandler@79392265{STOPPED} added {org.apache.felix.http.base.internal.dispatch.DispatcherServlet-3250993a==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@c53ed7f9{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED},AUTO} 20:13:13.458 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServletHandler@79392265{STOPPED} added {[/*]=>org.apache.felix.http.base.internal.dispatch.DispatcherServlet-3250993a,POJO} 20:13:13.458 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@1dcb86aa{STOPPED}[11.0.13,sto=0] added {ContextHandlerCollection@4bf4f5f0{STOPPED},MANAGED} 20:13:13.458 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING Server@1dcb86aa{STOPPED}[11.0.13,sto=0] 20:13:13.458 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@1dcb86aa{STARTING}[11.0.13,sto=0] added {ErrorHandler@5ee7b1f5{STOPPED},AUTO} 20:13:13.458 [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 20:13:13.458 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting Server@1dcb86aa{STARTING}[11.0.13,sto=0] 20:13:13.458 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING QueuedThreadPool[qtp304157852]@1221149c{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] 20:13:13.458 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@4d385e23{reserved=0/2,pending=0} 20:13:13.458 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- QueuedThreadPool[qtp304157852]@1221149c{STARTING,8<=0<=200,i=0,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=0/2,pending=0}] added {ReservedThreadExecutor@4d385e23{reserved=0/2,pending=0},AUTO} 20:13:13.458 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ReservedThreadExecutor@4d385e23{reserved=0/2,pending=0} 20:13:13.458 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2367ms ReservedThreadExecutor@4d385e23{reserved=0/2,pending=0} 20:13:13.458 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp304157852-39,5,Configuration Admin Service] 20:13:13.458 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp304157852-40,5,Configuration Admin Service] 20:13:13.458 [qtp304157852-39] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp304157852]@1221149c{STARTING,8<=2<=200,i=2,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=0/2,pending=0}] 20:13:13.459 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp304157852-41,5,Configuration Admin Service] 20:13:13.459 [qtp304157852-40] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp304157852]@1221149c{STARTING,8<=3<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=0/2,pending=0}] 20:13:13.459 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp304157852-42,5,Configuration Admin Service] 20:13:13.459 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp304157852-43,5,Configuration Admin Service] 20:13:13.459 [qtp304157852-41] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp304157852]@1221149c{STARTING,8<=4<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=0/2,pending=0}] 20:13:13.459 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp304157852-44,5,Configuration Admin Service] 20:13:13.459 [qtp304157852-42] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp304157852]@1221149c{STARTING,8<=6<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=0/2,pending=0}] 20:13:13.459 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp304157852-45,5,Configuration Admin Service] 20:13:13.459 [qtp304157852-43] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp304157852]@1221149c{STARTING,8<=7<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=0/2,pending=0}] 20:13:13.459 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp304157852-46,5,Configuration Admin Service] 20:13:13.459 [qtp304157852-44] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp304157852]@1221149c{STARTING,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=0/2,pending=0}] 20:13:13.459 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2368ms QueuedThreadPool[qtp304157852]@1221149c{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=0/2,pending=0}] 20:13:13.459 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING AttributeContainerMap@659b7320{size=0} 20:13:13.459 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2368ms AttributeContainerMap@659b7320{size=0} 20:13:13.459 [qtp304157852-45] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp304157852]@1221149c{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=0/2,pending=0}] 20:13:13.459 [qtp304157852-46] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp304157852]@1221149c{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=0/2,pending=0}] 20:13:13.459 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING HashLoginService@7f841efb[OSGi HTTP Service Realm] 20:13:13.459 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING UserStore@1d99fb0d[users.count=0] 20:13:13.459 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2368ms UserStore@1d99fb0d[users.count=0] 20:13:13.459 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2368ms HashLoginService@7f841efb[OSGi HTTP Service Realm] 20:13:13.459 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ContextHandlerCollection@4bf4f5f0{STOPPED} 20:13:13.459 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting ContextHandlerCollection@4bf4f5f0{STARTING} 20:13:13.459 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING o.e.j.s.ServletContextHandler@23a589ed{/,null,STOPPED} 20:13:13.459 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.DecoratedObjectFactory -- Adding Decorator: org.eclipse.jetty.util.DeprecationWarning@671a7f4 20:13:13.459 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting o.e.j.s.ServletContextHandler@23a589ed{/,null,STARTING} 20:13:13.460 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING SymlinkAllowedResourceAliasChecker@7c8938a4{base=null,protected=[]} 20:13:13.460 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- o.e.j.s.ServletContextHandler@23a589ed{/,null,STARTING} added {org.eclipse.jetty.server.AllowedResourceAliasChecker$AllowedResourceAliasCheckListener@22814221,POJO} 20:13:13.460 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2368ms SymlinkAllowedResourceAliasChecker@7c8938a4{base=null,protected=[]} 20:13:13.460 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING org.eclipse.jetty.server.session.SessionHandler2123212850==dftMaxIdleSec=0 20:13:13.460 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- org.eclipse.jetty.server.session.SessionHandler2123212850==dftMaxIdleSec=0 added {org.eclipse.jetty.server.session.DefaultSessionCache@722858be[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false],AUTO} 20:13:13.460 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- org.eclipse.jetty.server.session.DefaultSessionCache@722858be[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] added {org.eclipse.jetty.server.session.NullSessionDataStore@1c18ade0[passivating=false,graceSec=3600],AUTO} 20:13:13.460 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING DefaultSessionIdManager@175de790{STOPPED}[worker=null] 20:13:13.460 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- DefaultSessionIdManager@175de790{STARTING}[worker=node0] added {HouseKeeper@3fe53f10{STOPPED}[interval=600000, ownscheduler=false],MANAGED} 20:13:13.460 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.session.DefaultSessionIdManager -- Session workerName=node0 20:13:13.460 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING HouseKeeper@3fe53f10{STOPPED}[interval=600000, ownscheduler=false] 20:13:13.460 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ScheduledExecutorScheduler@fb87dfa{STOPPED} 20:13:13.460 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2369ms ScheduledExecutorScheduler@fb87dfa{STARTED} 20:13:13.460 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.session.HouseKeeper -- node0 using own scheduler for scavenging 20:13:13.460 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.session.HouseKeeper -- node0 scavenging every 660000ms 20:13:13.460 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2369ms HouseKeeper@3fe53f10{STARTED}[interval=660000, ownscheduler=true] 20:13:13.460 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2369ms DefaultSessionIdManager@175de790{STARTED}[worker=node0] 20:13:13.460 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@1dcb86aa{STARTING}[11.0.13,sto=0] added {DefaultSessionIdManager@175de790{STARTED}[worker=node0],MANAGED} 20:13:13.460 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- org.eclipse.jetty.server.session.SessionHandler2123212850==dftMaxIdleSec=0 added {DefaultSessionIdManager@175de790{STARTED}[worker=node0],UNMANAGED} 20:13:13.461 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ScheduledExecutorScheduler@2e8fba75{STOPPED} 20:13:13.461 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2369ms ScheduledExecutorScheduler@2e8fba75{STARTED} 20:13:13.461 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting org.eclipse.jetty.server.session.SessionHandler2123212850==dftMaxIdleSec=0 20:13:13.461 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ServletHandler@79392265{STOPPED} 20:13:13.461 [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-3250993a[EMBEDDED:null] 20:13:13.461 [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") 20:13:13.461 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457a78e{/*},resource=MappedServlet38840d0b{/*->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-3250993a==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@c53ed7f9{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=1] 20:13:13.461 [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-3250993a=MappedServlet749fe04c{null->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-3250993a==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@c53ed7f9{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}} 20:13:13.461 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.servlet.ServletHandler -- Adding Default404Servlet to ServletHandler@79392265{STARTING} 20:13:13.461 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServletHandler@79392265{STARTING} added {org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-17d8ec29==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@4aa240f3{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED},AUTO} 20:13:13.461 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServletHandler@79392265{STARTING} added {[/]=>org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-17d8ec29,POJO} 20:13:13.461 [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-3250993a[EMBEDDED:null] 20:13:13.461 [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") 20:13:13.461 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457a78e{/*},resource=MappedServlet4457a0b5{/*->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-3250993a==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@c53ed7f9{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=1] 20:13:13.461 [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-17d8ec29[EMBEDDED:null] 20:13:13.461 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457dcb7{/},resource=MappedServlet5c230161{/->org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-17d8ec29==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@4aa240f3{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=2] 20:13:13.461 [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-17d8ec29=MappedServlet57b51729{null->org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-17d8ec29==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@4aa240f3{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}, org.apache.felix.http.base.internal.dispatch.DispatcherServlet-3250993a=MappedServlet7dc0052{null->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-3250993a==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@c53ed7f9{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}} 20:13:13.462 [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-3250993a[EMBEDDED:null] 20:13:13.462 [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") 20:13:13.462 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457a78e{/*},resource=MappedServlet7ef74a14{/*->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-3250993a==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@c53ed7f9{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=1] 20:13:13.462 [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-17d8ec29[EMBEDDED:null] 20:13:13.462 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457dcb7{/},resource=MappedServlet3a9b74a2{/->org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-17d8ec29==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@4aa240f3{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=2] 20:13:13.462 [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-17d8ec29=MappedServlet57b51729{null->org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-17d8ec29==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@4aa240f3{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}, org.apache.felix.http.base.internal.dispatch.DispatcherServlet-3250993a=MappedServlet7dc0052{null->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-3250993a==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@c53ed7f9{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}} 20:13:13.462 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting ServletHandler@79392265{STARTING} 20:13:13.462 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2370ms ServletHandler@79392265{STARTED} 20:13:13.462 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING org.eclipse.jetty.server.session.DefaultSessionCache@722858be[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] 20:13:13.462 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING org.eclipse.jetty.server.session.NullSessionDataStore@1c18ade0[passivating=false,graceSec=3600] 20:13:13.462 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2371ms org.eclipse.jetty.server.session.NullSessionDataStore@1c18ade0[passivating=false,graceSec=3600] 20:13:13.462 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2371ms org.eclipse.jetty.server.session.DefaultSessionCache@722858be[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] 20:13:13.462 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2371ms org.eclipse.jetty.server.session.SessionHandler2123212850==dftMaxIdleSec=0 20:13:13.462 [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-3250993a==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@c53ed7f9{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED} 20:13:13.462 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2371ms org.apache.felix.http.base.internal.dispatch.DispatcherServlet-3250993a==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@c53ed7f9{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STARTED} 20:13:13.462 [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-3250993a 20:13:13.462 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-17d8ec29==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@4aa240f3{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED} 20:13:13.462 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2371ms org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-17d8ec29==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@4aa240f3{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STARTED} 20:13:13.462 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.handler.ContextHandler -- Started o.e.j.s.ServletContextHandler@23a589ed{/,null,AVAILABLE} 20:13:13.462 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2371ms o.e.j.s.ServletContextHandler@23a589ed{/,null,AVAILABLE} 20:13:13.463 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2371ms ContextHandlerCollection@4bf4f5f0{STARTED} 20:13:13.463 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ErrorHandler@5ee7b1f5{STOPPED} 20:13:13.463 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting ErrorHandler@5ee7b1f5{STARTING} 20:13:13.463 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2371ms ErrorHandler@5ee7b1f5{STARTED} 20:13:13.463 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.Server -- Started Server@1dcb86aa{STARTING}[11.0.13,sto=0] @2371ms 20:13:13.463 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2371ms Server@1dcb86aa{STARTED}[11.0.13,sto=0] 20:13:13.463 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.session.HouseKeeper -- node0 scavenging every 600000ms 20:13:13.463 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpConnectionFactory@45683087[HTTP/1.1] added {HttpConfiguration@22d176e8{32768/8192,8192/8192,https://:0,[]},POJO} 20:13:13.463 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@66323f4c{null, ()}{0.0.0.0:0} added {QueuedThreadPool[qtp304157852]@1221149c{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=0/2,pending=0}],UNMANAGED} 20:13:13.463 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@66323f4c{null, ()}{0.0.0.0:0} added {ScheduledExecutorScheduler@76d694c{STOPPED},AUTO} 20:13:13.463 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@1dcb86aa{STARTED}[11.0.13,sto=0] added {LogarithmicArrayByteBufferPool@3858d2e{minBufferCapacity=0, maxBufferCapacity=65536, maxQueueLength=-1, factor=4096},POJO} 20:13:13.463 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@66323f4c{null, ()}{0.0.0.0:0} added {LogarithmicArrayByteBufferPool@3858d2e{minBufferCapacity=0, maxBufferCapacity=65536, maxQueueLength=-1, factor=4096},UNMANAGED} 20:13:13.463 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@66323f4c{null, ()}{0.0.0.0:0} added {org.eclipse.jetty.io.LogarithmicArrayByteBufferPool$LogarithmicRetainablePool@2a4add80{min=0,max=65536,buckets=17,heap=0/-1,direct=0/-1},POJO} 20:13:13.464 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@66323f4c{null, ()}{0.0.0.0:0} added {org.eclipse.jetty.server.AbstractConnector$1@5d755fda,POJO} 20:13:13.464 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@66323f4c{null, (http/1.1)}{0.0.0.0:0} added {HttpConnectionFactory@45683087[HTTP/1.1],AUTO} 20:13:13.464 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.AbstractConnector -- ServerConnector@66323f4c{HTTP/1.1, (http/1.1)}{0.0.0.0:0} added HttpConnectionFactory@45683087[HTTP/1.1] 20:13:13.464 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@66323f4c{HTTP/1.1, (http/1.1)}{0.0.0.0:0} added {SelectorManager@ServerConnector@66323f4c{HTTP/1.1, (http/1.1)}{0.0.0.0:0},MANAGED} 20:13:13.464 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@1dcb86aa{STARTED}[11.0.13,sto=0] added {ServerConnector@66323f4c{HTTP/1.1, (http/1.1)}{0.0.0.0:8081},UNMANAGED} 20:13:13.464 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ServerConnector@66323f4c{HTTP/1.1, (http/1.1)}{0.0.0.0:8081} 20:13:13.464 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@66323f4c{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} 20:13:13.464 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ScheduledExecutorScheduler@76d694c{STOPPED} 20:13:13.464 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2373ms ScheduledExecutorScheduler@76d694c{STARTED} 20:13:13.464 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING HttpConnectionFactory@45683087[HTTP/1.1] 20:13:13.464 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2373ms HttpConnectionFactory@45683087[HTTP/1.1] 20:13:13.464 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING SelectorManager@ServerConnector@66323f4c{HTTP/1.1, (http/1.1)}{0.0.0.0:8081} 20:13:13.465 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- AdaptiveExecutionStrategy@313e7a31/SelectorProducer@1efd6dc5/IDLE/p=false/QueuedThreadPool[qtp304157852]@1221149c{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:13:13.465171715Z added {SelectorProducer@1efd6dc5,POJO} 20:13:13.465 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- AdaptiveExecutionStrategy@313e7a31/SelectorProducer@1efd6dc5/IDLE/p=false/QueuedThreadPool[qtp304157852]@1221149c{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:13:13.465383672Z added {QueuedThreadPool[qtp304157852]@1221149c{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=0/2,pending=0}],UNMANAGED} 20:13:13.465 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- AdaptiveExecutionStrategy@313e7a31/SelectorProducer@1efd6dc5/IDLE/p=false/QueuedThreadPool[qtp304157852]@1221149c{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:13:13.465529536Z created 20:13:13.465 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ManagedSelector@62a71547{STOPPED} id=0 keys=-1 selected=-1 updates=0 added {AdaptiveExecutionStrategy@313e7a31/SelectorProducer@1efd6dc5/IDLE/p=false/QueuedThreadPool[qtp304157852]@1221149c{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:13:13.465655009Z,MANAGED} 20:13:13.465 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- SelectorManager@ServerConnector@66323f4c{HTTP/1.1, (http/1.1)}{0.0.0.0:8081} added {ManagedSelector@62a71547{STOPPED} id=0 keys=-1 selected=-1 updates=0,AUTO} 20:13:13.465 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ManagedSelector@62a71547{STOPPED} id=0 keys=-1 selected=-1 updates=0 20:13:13.465 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING AdaptiveExecutionStrategy@313e7a31/SelectorProducer@1efd6dc5/IDLE/p=false/QueuedThreadPool[qtp304157852]@1221149c{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:13:13.465893118Z 20:13:13.465 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2374ms AdaptiveExecutionStrategy@313e7a31/SelectorProducer@1efd6dc5/IDLE/p=false/QueuedThreadPool[qtp304157852]@1221149c{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:13:13.466017494Z 20:13:13.466 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue org.eclipse.jetty.io.ManagedSelector$$Lambda$381/0x00007ff36c315580@15db0d46 startThread=0 20:13:13.466 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.osgi:org.osgi.service.jakartars:2.0.0 20:13:13.466 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.osgi:org.osgi.service.jakartars:2.0.0 in repositories [target/it/repository] 20:13:13.466 [qtp304157852-39] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.io.ManagedSelector$$Lambda$381/0x00007ff36c315580@15db0d46 in QueuedThreadPool[qtp304157852]@1221149c{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=0/2,pending=0}] 20:13:13.466 [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@57f6123e on ManagedSelector@62a71547{STARTING} id=0 keys=0 selected=0 updates=0 20:13:13.466 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.osgi:org.osgi.service.jakartars:2.0.0 is target/it/repository/org/osgi/org.osgi.service.jakartars/2.0.0/org.osgi.service.jakartars-2.0.0.jar 20:13:13.466 [qtp304157852-39] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- AdaptiveExecutionStrategy@313e7a31/SelectorProducer@1efd6dc5/IDLE/p=false/QueuedThreadPool[qtp304157852]@1221149c{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:13:13.466318945Z tryProduce false 20:13:13.466 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 20:13:13.466 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$Start@57f6123e 20:13:13.466 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:13:13.466 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@ef97e00 waiting with 0 keys 20:13:13.466 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2374ms ManagedSelector@62a71547{STARTED} id=0 keys=0 selected=0 updates=0 20:13:13.466 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2375ms SelectorManager@ServerConnector@66323f4c{HTTP/1.1, (http/1.1)}{0.0.0.0:8081} 20:13:13.466 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@66323f4c{HTTP/1.1, (http/1.1)}{0.0.0.0:8081} added {acceptor-0@2290de40,POJO} 20:13:13.466 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue acceptor-0@2290de40 startThread=0 20:13:13.466 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.AbstractConnector -- Started ServerConnector@66323f4c{HTTP/1.1, (http/1.1)}{0.0.0.0:8081} 20:13:13.466 [qtp304157852-40] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run acceptor-0@2290de40 in QueuedThreadPool[qtp304157852]@1221149c{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=0/2,pending=0}] 20:13:13.466 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2375ms ServerConnector@66323f4c{HTTP/1.1, (http/1.1)}{0.0.0.0:8081} 20:13:13.466 [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] 20:13:13.468 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle jakarta.ws.rs:jakarta.ws.rs-api:3.1.0 20:13:13.468 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature jakarta.ws.rs:jakarta.ws.rs-api:3.1.0 in repositories [target/it/repository] 20:13:13.468 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature jakarta.ws.rs:jakarta.ws.rs-api:3.1.0 is target/it/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.1.0/jakarta.ws.rs-api-3.1.0.jar 20:13:13.468 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@1dcb86aa{STARTED}[11.0.13,sto=0] added {org.apache.felix.http.jetty.internal.RequestLogTracker@76fd5ca9,POJO} 20:13:13.469 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle jakarta.activation:jakarta.activation-api:2.1.0 20:13:13.470 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature jakarta.activation:jakarta.activation-api:2.1.0 in repositories [target/it/repository] 20:13:13.470 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature jakarta.activation:jakarta.activation-api:2.1.0 is target/it/repository/jakarta/activation/jakarta.activation-api/2.1.0/jakarta.activation-api-2.1.0.jar 20:13:13.471 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle jakarta.annotation:jakarta.annotation-api:2.1.1 20:13:13.471 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature jakarta.annotation:jakarta.annotation-api:2.1.1 in repositories [target/it/repository] 20:13:13.471 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature jakarta.annotation:jakarta.annotation-api:2.1.1 is target/it/repository/jakarta/annotation/jakarta.annotation-api/2.1.1/jakarta.annotation-api-2.1.1.jar 20:13:13.472 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle jakarta.inject:jakarta.inject-api:2.0.1 20:13:13.472 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature jakarta.inject:jakarta.inject-api:2.0.1 in repositories [target/it/repository] 20:13:13.472 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature jakarta.inject:jakarta.inject-api:2.0.1 is target/it/repository/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.jar 20:13:13.473 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle jakarta.validation:jakarta.validation-api:3.0.2 20:13:13.473 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature jakarta.validation:jakarta.validation-api:3.0.2 in repositories [target/it/repository] 20:13:13.474 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature jakarta.validation:jakarta.validation-api:3.0.2 is target/it/repository/jakarta/validation/jakarta.validation-api/3.0.2/jakarta.validation-api-3.0.2.jar 20:13:13.475 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle jakarta.xml.bind:jakarta.xml.bind-api:4.0.0 20:13:13.475 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature jakarta.xml.bind:jakarta.xml.bind-api:4.0.0 in repositories [target/it/repository] 20:13:13.475 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature jakarta.xml.bind:jakarta.xml.bind-api:4.0.0 is target/it/repository/jakarta/xml/bind/jakarta.xml.bind-api/4.0.0/jakarta.xml.bind-api-4.0.0.jar 20:13:13.478 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.glassfish.jersey.core:jersey-common:3.1.3 20:13:13.478 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.glassfish.jersey.core:jersey-common:3.1.3 in repositories [target/it/repository] 20:13:13.478 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.glassfish.jersey.core:jersey-common:3.1.3 is target/it/repository/org/glassfish/jersey/core/jersey-common/3.1.3/jersey-common-3.1.3.jar 20:13:13.543 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.glassfish.jersey.core:jersey-server:3.1.3 20:13:13.543 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.glassfish.jersey.core:jersey-server:3.1.3 in repositories [target/it/repository] 20:13:13.543 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.glassfish.jersey.core:jersey-server:3.1.3 is target/it/repository/org/glassfish/jersey/core/jersey-server/3.1.3/jersey-server-3.1.3.jar 20:13:13.547 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.glassfish.jersey.core:jersey-client:3.1.3 20:13:13.547 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.glassfish.jersey.core:jersey-client:3.1.3 in repositories [target/it/repository] 20:13:13.547 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.glassfish.jersey.core:jersey-client:3.1.3 is target/it/repository/org/glassfish/jersey/core/jersey-client/3.1.3/jersey-client-3.1.3.jar 20:13:13.549 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.glassfish.jersey.containers:jersey-container-servlet-core:3.1.3 20:13:13.549 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.glassfish.jersey.containers:jersey-container-servlet-core:3.1.3 in repositories [target/it/repository] 20:13:13.549 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.glassfish.jersey.containers:jersey-container-servlet-core:3.1.3 is target/it/repository/org/glassfish/jersey/containers/jersey-container-servlet-core/3.1.3/jersey-container-servlet-core-3.1.3.jar 20:13:13.551 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.glassfish.jersey.containers:jersey-container-servlet:3.1.3 20:13:13.551 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.glassfish.jersey.containers:jersey-container-servlet:3.1.3 in repositories [target/it/repository] 20:13:13.551 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.glassfish.jersey.containers:jersey-container-servlet:3.1.3 is target/it/repository/org/glassfish/jersey/containers/jersey-container-servlet/3.1.3/jersey-container-servlet-3.1.3.jar 20:13:13.552 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.glassfish.jersey.inject:jersey-hk2:3.1.3 20:13:13.552 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.glassfish.jersey.inject:jersey-hk2:3.1.3 in repositories [target/it/repository] 20:13:13.552 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.glassfish.jersey.inject:jersey-hk2:3.1.3 is target/it/repository/org/glassfish/jersey/inject/jersey-hk2/3.1.3/jersey-hk2-3.1.3.jar 20:13:13.553 [qtp304157852-40-acceptor-0@2290de40-ServerConnector@66323f4c{HTTP/1.1, (http/1.1)}{0.0.0.0:8081}] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false Accept@59cbc4b2[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8081 remote=/127.0.0.1:41236]] on ManagedSelector@62a71547{STARTED} id=0 keys=0 selected=0 updates=0 20:13:13.553 [qtp304157852-40-acceptor-0@2290de40-ServerConnector@66323f4c{HTTP/1.1, (http/1.1)}{0.0.0.0:8081}] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@62a71547{STARTED} id=0 keys=0 selected=0 updates=1 20:13:13.553 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@ef97e00 woken with none selected 20:13:13.553 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@ef97e00 woken up from select, 0/0/0 selected 20:13:13.554 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@ef97e00 processing 0 keys, 1 updates 20:13:13.554 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 20:13:13.554 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- update Accept@59cbc4b2[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8081 remote=/127.0.0.1:41236]] 20:13:13.554 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.glassfish.jersey.media:jersey-media-jaxb:3.1.3 20:13:13.554 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.glassfish.jersey.media:jersey-media-jaxb:3.1.3 in repositories [target/it/repository] 20:13:13.554 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.glassfish.jersey.media:jersey-media-jaxb:3.1.3 is target/it/repository/org/glassfish/jersey/media/jersey-media-jaxb/3.1.3/jersey-media-jaxb-3.1.3.jar 20:13:13.554 [qtp304157852-39] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue Accept@59cbc4b2[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8081 remote=/127.0.0.1:41236]] startThread=0 20:13:13.554 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:13:13.554 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@ef97e00 waiting with 1 keys 20:13:13.554 [qtp304157852-41] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run Accept@59cbc4b2[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8081 remote=/127.0.0.1:41236]] in QueuedThreadPool[qtp304157852]@1221149c{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=0/2,pending=0}] 20:13:13.555 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.glassfish.jersey.media:jersey-media-sse:3.1.3 20:13:13.555 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.glassfish.jersey.media:jersey-media-sse:3.1.3 in repositories [target/it/repository] 20:13:13.556 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.glassfish.jersey.media:jersey-media-sse:3.1.3 is target/it/repository/org/glassfish/jersey/media/jersey-media-sse/3.1.3/jersey-media-sse-3.1.3.jar 20:13:13.557 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.glassfish.hk2:hk2-api:3.0.5 20:13:13.557 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.glassfish.hk2:hk2-api:3.0.5 in repositories [target/it/repository] 20:13:13.557 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.glassfish.hk2:hk2-api:3.0.5 is target/it/repository/org/glassfish/hk2/hk2-api/3.0.5/hk2-api-3.0.5.jar 20:13:13.559 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.glassfish.hk2.external:aopalliance-repackaged:3.0.5 20:13:13.559 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.glassfish.hk2.external:aopalliance-repackaged:3.0.5 in repositories [target/it/repository] 20:13:13.559 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.glassfish.hk2.external:aopalliance-repackaged:3.0.5 is target/it/repository/org/glassfish/hk2/external/aopalliance-repackaged/3.0.5/aopalliance-repackaged-3.0.5.jar 20:13:13.561 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.glassfish.hk2:hk2-locator:3.0.5 20:13:13.561 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.glassfish.hk2:hk2-locator:3.0.5 in repositories [target/it/repository] 20:13:13.561 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.glassfish.hk2:hk2-locator:3.0.5 is target/it/repository/org/glassfish/hk2/hk2-locator/3.0.5/hk2-locator-3.0.5.jar 20:13:13.562 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.glassfish.hk2:osgi-resource-locator:1.0.3 20:13:13.563 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.glassfish.hk2:osgi-resource-locator:1.0.3 in repositories [target/it/repository] 20:13:13.563 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.glassfish.hk2:osgi-resource-locator:1.0.3 is target/it/repository/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.jar 20:13:13.564 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.glassfish.hk2:hk2-utils:3.0.5 20:13:13.564 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.glassfish.hk2:hk2-utils:3.0.5 in repositories [target/it/repository] 20:13:13.564 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.glassfish.hk2:hk2-utils:3.0.5 is target/it/repository/org/glassfish/hk2/hk2-utils/3.0.5/hk2-utils-3.0.5.jar 20:13:13.564 [qtp304157852-41] DEBUG org.eclipse.jetty.io.IdleTimeout -- Setting idle timeout 0 -> 60000 on SocketChannelEndPoint@151fe71c[{l=/127.0.0.1:8081,r=/127.0.0.1:41236,OPEN,fill=-,flush=-,to=3/60000}{io=0/0,kio=0,kro=0}]->[] 20:13:13.565 [qtp304157852-41] DEBUG org.eclipse.jetty.io.IdleTimeout -- SocketChannelEndPoint@151fe71c[{l=/127.0.0.1:8081,r=/127.0.0.1:41236,OPEN,fill=-,flush=-,to=3/60000}{io=0/0,kio=0,kro=0}]->[] idle timeout check, elapsed: 3 ms, remaining: 59997 ms 20:13:13.565 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.javassist:javassist:3.29.2-GA 20:13:13.565 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.javassist:javassist:3.29.2-GA in repositories [target/it/repository] 20:13:13.565 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.javassist:javassist:3.29.2-GA is target/it/repository/org/javassist/javassist/3.29.2-GA/javassist-3.29.2-GA.jar 20:13:13.568 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.ow2.asm:asm:9.6 20:13:13.568 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.ow2.asm:asm:9.6 in repositories [target/it/repository] 20:13:13.568 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.ow2.asm:asm:9.6 is target/it/repository/org/ow2/asm/asm/9.6/asm-9.6.jar Feb 12, 2024 8:13:13 PM org.apache.aries.spifly.BaseActivator log INFO: Registered provider org.eclipse.osgitech.rest.provider.jakartars.RuntimeDelegateService of service jakarta.ws.rs.ext.RuntimeDelegate in bundle org.eclipse.osgitech.rest 20:13:13.670 [qtp304157852-41] DEBUG org.eclipse.jetty.server.HttpChannel -- new HttpChannelOverHttp@7fd7486{s=HttpChannelState@5fa3e0d{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@151fe71c[{l=/127.0.0.1:8081,r=/127.0.0.1:41236,OPEN,fill=-,flush=-,to=108/60000}{io=0/0,kio=0,kro=0}]->[],null,HttpChannelState@5fa3e0d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 20:13:13.687 [qtp304157852-41] DEBUG org.eclipse.jetty.server.HttpConnection -- New HTTP Connection HttpConnection@2d056649::SocketChannelEndPoint@151fe71c[{l=/127.0.0.1:8081,r=/127.0.0.1:41236,OPEN,fill=-,flush=-,to=125/60000}{io=0/0,kio=0,kro=0}]->[] 20:13:13.688 [qtp304157852-41] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=true org.eclipse.jetty.io.ManagedSelector$$Lambda$400/0x00007ff36c337040@2da357f6 on ManagedSelector@62a71547{STARTED} id=0 keys=1 selected=0 updates=0 20:13:13.688 [qtp304157852-41] DEBUG org.eclipse.jetty.io.AbstractEndPoint -- onOpen SocketChannelEndPoint@151fe71c[{l=/127.0.0.1:8081,r=/127.0.0.1:41236,OPEN,fill=-,flush=-,to=126/60000}{io=0/0,kio=0,kro=0}]->[HttpConnection@2d056649[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3abad984{s=START}]=>HttpChannelOverHttp@7fd7486{s=HttpChannelState@5fa3e0d{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}] 20:13:13.688 [qtp304157852-41] DEBUG org.eclipse.jetty.io.AbstractConnection -- onOpen HttpConnection@2d056649::SocketChannelEndPoint@151fe71c[{l=/127.0.0.1:8081,r=/127.0.0.1:41236,OPEN,fill=-,flush=-,to=127/60000}{io=0/0,kio=0,kro=0}]->[HttpConnection@2d056649[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3abad984{s=START}]=>HttpChannelOverHttp@7fd7486{s=HttpChannelState@5fa3e0d{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}] 20:13:13.689 [qtp304157852-41] DEBUG org.eclipse.jetty.io.AbstractConnection -- fillInterested HttpConnection@2d056649::SocketChannelEndPoint@151fe71c[{l=/127.0.0.1:8081,r=/127.0.0.1:41236,OPEN,fill=-,flush=-,to=127/60000}{io=0/0,kio=0,kro=0}]->[HttpConnection@2d056649[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3abad984{s=START}]=>HttpChannelOverHttp@7fd7486{s=HttpChannelState@5fa3e0d{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}] 20:13:13.689 [qtp304157852-41] DEBUG org.eclipse.jetty.io.FillInterest -- interested FillInterest@23447fdd{ReadCallback@402fcae4{HttpConnection@2d056649::SocketChannelEndPoint@151fe71c[{l=/127.0.0.1:8081,r=/127.0.0.1:41236,OPEN,fill=FI,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}]->[HttpConnection@2d056649[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3abad984{s=START}]=>HttpChannelOverHttp@7fd7486{s=HttpChannelState@5fa3e0d{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}]}} 20:13:13.689 [qtp304157852-41] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- changeInterests p=false 0->1 for SocketChannelEndPoint@151fe71c[{l=/127.0.0.1:8081,r=/127.0.0.1:41236,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=0}]->[HttpConnection@2d056649[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3abad984{s=START}]=>HttpChannelOverHttp@7fd7486{s=HttpChannelState@5fa3e0d{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}] 20:13:13.689 [qtp304157852-41] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$391/0x00007ff36c322118@778429f0 on ManagedSelector@62a71547{STARTED} id=0 keys=1 selected=0 updates=1 20:13:13.689 [qtp304157852-41] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@62a71547{STARTED} id=0 keys=1 selected=0 updates=2 20:13:13.689 [qtp304157852-41] DEBUG org.eclipse.jetty.io.ManagedSelector -- Created SocketChannelEndPoint@151fe71c[{l=/127.0.0.1:8081,r=/127.0.0.1:41236,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=0}]->[HttpConnection@2d056649[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3abad984{s=START}]=>HttpChannelOverHttp@7fd7486{s=HttpChannelState@5fa3e0d{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}] 20:13:13.689 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@ef97e00 woken with none selected 20:13:13.689 [qtp304157852-41] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran Accept@59cbc4b2[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8081 remote=/127.0.0.1:41236]] in QueuedThreadPool[qtp304157852]@1221149c{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=0/2,pending=0}] 20:13:13.689 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@ef97e00 woken up from select, 0/0/1 selected 20:13:13.689 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@ef97e00 processing 0 keys, 2 updates 20:13:13.689 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 2 20:13:13.689 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$$Lambda$400/0x00007ff36c337040@2da357f6 20:13:13.689 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$391/0x00007ff36c322118@778429f0 20:13:13.689 [qtp304157852-39] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- Key interests updated 0 -> 1 on SocketChannelEndPoint@151fe71c[{l=/127.0.0.1:8081,r=/127.0.0.1:41236,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=0}]->[HttpConnection@2d056649[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3abad984{s=START}]=>HttpChannelOverHttp@7fd7486{s=HttpChannelState@5fa3e0d{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}] 20:13:13.690 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:13:13.690 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@ef97e00 waiting with 1 keys 20:13:13.690 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@ef97e00 woken up from select, 1/1/1 selected 20:13:13.690 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@ef97e00 processing 1 keys, 0 updates 20:13:13.690 [qtp304157852-39] 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:41236], selector=sun.nio.ch.EPollSelectorImpl@ef97e00, interestOps=1, readyOps=1 SocketChannelEndPoint@151fe71c[{l=/127.0.0.1:8081,r=/127.0.0.1:41236,OPEN,fill=FI,flush=-,to=1/60000}{io=1/1,kio=1,kro=1}]->[HttpConnection@2d056649[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3abad984{s=START}]=>HttpChannelOverHttp@7fd7486{s=HttpChannelState@5fa3e0d{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}] 20:13:13.690 [qtp304157852-39] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- onSelected 1->0 r=true w=false for SocketChannelEndPoint@151fe71c[{l=/127.0.0.1:8081,r=/127.0.0.1:41236,OPEN,fill=FI,flush=-,to=1/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@2d056649[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3abad984{s=START}]=>HttpChannelOverHttp@7fd7486{s=HttpChannelState@5fa3e0d{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}] 20:13:13.690 [qtp304157852-39] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- task SocketChannelEndPoint@151fe71c[{l=/127.0.0.1:8081,r=/127.0.0.1:41236,OPEN,fill=FI,flush=-,to=1/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@2d056649[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3abad984{s=START}]=>HttpChannelOverHttp@7fd7486{s=HttpChannelState@5fa3e0d{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 20:13:13.690 [qtp304157852-39] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@4d385e23{reserved=0/2,pending=0} tryExecute org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy$$Lambda$380/0x00007ff36c314f18@7cae1ff1 20:13:13.690 [qtp304157852-39] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@4d385e23{reserved=0/2,pending=1} startReservedThread p=1 20:13:13.691 [qtp304157852-39] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue ReservedThread@67aa13dc{PENDING,thread=null} startThread=0 20:13:13.691 [qtp304157852-42] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run ReservedThread@67aa13dc{PENDING,thread=null} in QueuedThreadPool[qtp304157852]@1221149c{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=0/2,pending=1}] 20:13:13.691 [qtp304157852-42] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@67aa13dc{PENDING,thread=Thread[qtp304157852-42,5,Configuration Admin Service]} was=PENDING next=RESERVED size=0+1 capacity=2 20:13:13.691 [qtp304157852-42] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@67aa13dc{RESERVED,thread=Thread[qtp304157852-42,5,Configuration Admin Service]} waiting ReservedThreadExecutor@4d385e23{reserved=1/2,pending=0} 20:13:13.691 [qtp304157852-39] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- ss=PRODUCE_EXECUTE_CONSUME t=SocketChannelEndPoint@151fe71c[{l=/127.0.0.1:8081,r=/127.0.0.1:41236,OPEN,fill=FI,flush=-,to=2/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@2d056649[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3abad984{s=START}]=>HttpChannelOverHttp@7fd7486{s=HttpChannelState@5fa3e0d{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@313e7a31/SelectorProducer@1efd6dc5/PRODUCING/p=false/QueuedThreadPool[qtp304157852]@1221149c{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=1/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:13:13.691649533Z 20:13:13.691 [qtp304157852-39] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue SocketChannelEndPoint@151fe71c[{l=/127.0.0.1:8081,r=/127.0.0.1:41236,OPEN,fill=FI,flush=-,to=2/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@2d056649[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3abad984{s=START}]=>HttpChannelOverHttp@7fd7486{s=HttpChannelState@5fa3e0d{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 20:13:13.691 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 0 20:13:13.691 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:13:13.691 [qtp304157852-43] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run SocketChannelEndPoint@151fe71c[{l=/127.0.0.1:8081,r=/127.0.0.1:41236,OPEN,fill=FI,flush=-,to=2/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@2d056649[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3abad984{s=START}]=>HttpChannelOverHttp@7fd7486{s=HttpChannelState@5fa3e0d{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[qtp304157852]@1221149c{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=1/2,pending=0}] 20:13:13.691 [qtp304157852-39] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- Key interests updated 1 -> 0 on SocketChannelEndPoint@151fe71c[{l=/127.0.0.1:8081,r=/127.0.0.1:41236,OPEN,fill=FI,flush=-,to=2/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@2d056649[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3abad984{s=START}]=>HttpChannelOverHttp@7fd7486{s=HttpChannelState@5fa3e0d{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}] 20:13:13.692 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@ef97e00 waiting with 1 keys 20:13:13.692 [qtp304157852-43] DEBUG org.eclipse.jetty.io.FillInterest -- fillable FillInterest@23447fdd{ReadCallback@402fcae4{HttpConnection@2d056649::SocketChannelEndPoint@151fe71c[{l=/127.0.0.1:8081,r=/127.0.0.1:41236,OPEN,fill=FI,flush=-,to=2/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@2d056649[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3abad984{s=START}]=>HttpChannelOverHttp@7fd7486{s=HttpChannelState@5fa3e0d{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}]}} 20:13:13.692 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@2d056649::SocketChannelEndPoint@151fe71c[{l=/127.0.0.1:8081,r=/127.0.0.1:41236,OPEN,fill=-,flush=-,to=3/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@2d056649[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3abad984{s=START}]=>HttpChannelOverHttp@7fd7486{s=HttpChannelState@5fa3e0d{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@5fa3e0d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 20:13:13.692 [qtp304157852-43] DEBUG org.eclipse.jetty.util.Pool -- RetainedBucket@1c736ec3[inUse=0,size=1,max=-1,closed=false]{capacity=8192,inuse=0(0%)} returning new reserved entry MonoEntry@395e0c66{PENDING,pooled=null} 20:13:13.694 [qtp304157852-43] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- filled 209 DirectByteBuffer@382e9121[p=0,l=209,c=8192,r=209]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 20:13:13.694 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@2d056649::SocketChannelEndPoint@151fe71c[{l=/127.0.0.1:8081,r=/127.0.0.1:41236,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@2d056649[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3abad984{s=START}]=>HttpChannelOverHttp@7fd7486{s=HttpChannelState@5fa3e0d{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 209 RetainableByteBuffer@60d44894{DirectByteBuffer@382e9121[p=0,l=209,c=8192,r=209]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},r=1} 20:13:13.695 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@2d056649::SocketChannelEndPoint@151fe71c[{l=/127.0.0.1:8081,r=/127.0.0.1:41236,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@2d056649[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3abad984{s=START}]=>HttpChannelOverHttp@7fd7486{s=HttpChannelState@5fa3e0d{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@60d44894{DirectByteBuffer@382e9121[p=0,l=209,c=8192,r=209]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},r=1} 20:13:13.695 [qtp304157852-43] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=START DirectByteBuffer@382e9121[p=0,l=209,c=8192,r=209]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 20:13:13.695 [qtp304157852-43] DEBUG org.eclipse.jetty.http.HttpParser -- START --> SPACE1 20:13:13.697 [qtp304157852-43] DEBUG org.eclipse.jetty.http.HttpParser -- SPACE1 --> URI 20:13:13.697 [qtp304157852-43] DEBUG org.eclipse.jetty.http.HttpParser -- URI --> SPACE2 20:13:13.697 [qtp304157852-43] DEBUG org.eclipse.jetty.http.HttpParser -- SPACE2 --> REQUEST_VERSION 20:13:13.697 [qtp304157852-43] DEBUG org.eclipse.jetty.http.HttpParser -- REQUEST_VERSION --> HEADER Feb 12, 2024 8:13:13 PM org.eclipse.osgitech.rest.runtime.common.JerseyBundleTracker updateCondition INFO: Registered Jersey runtime condition 20:13:13.742 [qtp304157852-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Connection --> IN_VALUE 20:13:13.742 [qtp304157852-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Connection --> FIELD 20:13:13.742 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Not starting bundle org.eclipse.osgitech.rest.sse as it is a fragment 20:13:13.742 [qtp304157852-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Content-Length: 0 --> IN_VALUE 20:13:13.742 [qtp304157852-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Content-Length: 0 --> FIELD 20:13:13.742 [qtp304157852-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Host --> VALUE 20:13:13.742 [qtp304157852-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Host --> IN_VALUE 20:13:13.743 [qtp304157852-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Host --> FIELD 20:13:13.743 [qtp304157852-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:HTTP2-Settings --> VALUE 20:13:13.743 [qtp304157852-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:HTTP2-Settings --> IN_VALUE 20:13:13.744 [qtp304157852-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:HTTP2-Settings --> FIELD 20:13:13.744 [qtp304157852-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Upgrade --> VALUE 20:13:13.744 [qtp304157852-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Upgrade --> IN_VALUE 20:13:13.744 [qtp304157852-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Upgrade --> FIELD 20:13:13.744 [qtp304157852-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:User-Agent --> VALUE 20:13:13.744 [qtp304157852-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:User-Agent --> IN_VALUE 20:13:13.744 [qtp304157852-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:User-Agent --> FIELD 20:13:13.744 [qtp304157852-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER --> CONTENT 20:13:13.745 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpInput -- reopen HttpInput@1355603337 cs=HttpChannelState@5fa3e0d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@25065605 eof=false 20:13:13.750 [qtp304157852-43] DEBUG org.eclipse.jetty.server.BlockingContentProducer -- reopening org.eclipse.jetty.server.BlockingContentProducer@25065605 20:13:13.750 [qtp304157852-43] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- reopening AsyncContentProducer@727e14d[r=null,t=null,i=null,error=false,c=HttpChannelOverHttp@7fd7486{s=HttpChannelState@5fa3e0d{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}] 20:13:13.750 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpChannel -- REQUEST for /v1.1 on HttpChannelOverHttp@7fd7486{s=HttpChannelState@5fa3e0d{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/v1.1,age=5} GET /v1.1 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 20:13:13.751 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- upgrade HttpChannelOverHttp@7fd7486{s=HttpChannelState@5fa3e0d{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/v1.1,age=6} Upgrade: h2c 20:13:13.752 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- No factory for Upgrade: h2c in ServerConnector@66323f4c{HTTP/1.1, (http/1.1)}{0.0.0.0:8081} 20:13:13.752 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@2d056649::SocketChannelEndPoint@151fe71c[{l=/127.0.0.1:8081,r=/127.0.0.1:41236,OPEN,fill=-,flush=-,to=57/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@2d056649[p=HttpParser{s=CONTENT,0 of 0},g=HttpGenerator@3abad984{s=START}]=>HttpChannelOverHttp@7fd7486{s=HttpChannelState@5fa3e0d{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/v1.1,age=7}] parsed true HttpParser{s=CONTENT,0 of 0} 20:13:13.752 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpConnection -- releaseRequestBuffer HttpConnection@2d056649::SocketChannelEndPoint@151fe71c[{l=/127.0.0.1:8081,r=/127.0.0.1:41236,OPEN,fill=-,flush=-,to=57/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@2d056649[p=HttpParser{s=CONTENT,0 of 0},g=HttpGenerator@3abad984{s=START}]=>HttpChannelOverHttp@7fd7486{s=HttpChannelState@5fa3e0d{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/v1.1,age=7}] 20:13:13.752 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpChannel -- handle http://localhost:8081/v1.1 HttpChannelOverHttp@7fd7486{s=HttpChannelState@5fa3e0d{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/v1.1,age=7} 20:13:13.752 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpChannelState -- handling HttpChannelState@5fa3e0d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 20:13:13.753 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpChannel -- action DISPATCH HttpChannelOverHttp@7fd7486{s=HttpChannelState@5fa3e0d{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/v1.1,age=8} 20:13:13.754 [qtp304157852-43] DEBUG org.eclipse.jetty.server.Server -- REQUEST GET /v1.1 ?null on HttpChannelOverHttp@7fd7486{s=HttpChannelState@5fa3e0d{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/v1.1,age=9} 20:13:13.754 [qtp304157852-43] DEBUG org.eclipse.jetty.server.handler.ContextHandler -- scope null||/v1.1 @ o.e.j.s.ServletContextHandler@23a589ed{/,null,AVAILABLE} 20:13:13.754 [qtp304157852-43] DEBUG org.eclipse.jetty.server.handler.ContextHandler -- context=||/v1.1 @ o.e.j.s.ServletContextHandler@23a589ed{/,null,AVAILABLE} 20:13:13.754 [qtp304157852-43] DEBUG org.eclipse.jetty.server.session.SessionHandler -- Entering scope org.eclipse.jetty.server.session.SessionHandler2123212850==dftMaxIdleSec=0, dispatch=REQUEST asyncstarted=false 20:13:13.755 [qtp304157852-43] DEBUG org.eclipse.jetty.server.session.SessionHandler -- sessionHandler=org.eclipse.jetty.server.session.SessionHandler2123212850==dftMaxIdleSec=0 session=null 20:13:13.756 [qtp304157852-43] DEBUG org.eclipse.jetty.servlet.ServletHandler -- servlet ||/v1.1|ServletPathMapping{matchValue=, pattern=/*, servletName=org.apache.felix.http.base.internal.dispatch.DispatcherServlet-3250993a, mappingMatch=PATH, servletPath=, pathInfo=/v1.1} -> org.apache.felix.http.base.internal.dispatch.DispatcherServlet-3250993a==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@c53ed7f9{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 20:13:13.761 [qtp304157852-43] DEBUG org.eclipse.jetty.servlet.ServletHandler -- chain=null 20:13:13.765 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpChannelState -- sendError HttpChannelState@5fa3e0d{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 20:13:13.766 [qtp304157852-43] DEBUG org.eclipse.jetty.server.session.SessionHandler -- Leaving scope org.eclipse.jetty.server.session.SessionHandler2123212850==dftMaxIdleSec=0 dispatch=REQUEST, async=false, session=null, oldsession=null, oldsessionhandler=null 20:13:13.766 [qtp304157852-43] DEBUG org.eclipse.jetty.server.Server -- handled=true async=false committed=true on HttpChannelOverHttp@7fd7486{s=HttpChannelState@5fa3e0d{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/v1.1,age=21} 20:13:13.766 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpChannelState -- unhandle HttpChannelState@5fa3e0d{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=true i=true al=0} 20:13:13.766 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpChannelState -- nextAction(false) SEND_ERROR HttpChannelState@5fa3e0d{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=false al=0} 20:13:13.766 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpChannel -- action SEND_ERROR HttpChannelOverHttp@7fd7486{s=HttpChannelState@5fa3e0d{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/v1.1,age=21} 20:13:13.767 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpInput -- consumeAll HttpInput@1355603337 cs=HttpChannelState@5fa3e0d{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@25065605 eof=false 20:13:13.767 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- failing all content with org.eclipse.jetty.util.StaticException: Unconsumed content HttpChannelOverHttp@7fd7486{s=HttpChannelState@5fa3e0d{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/v1.1,age=22} 20:13:13.767 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- produceContent has no content, parsing and filling 20:13:13.767 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@2d056649::SocketChannelEndPoint@151fe71c[{l=/127.0.0.1:8081,r=/127.0.0.1:41236,OPEN,fill=-,flush=-,to=72/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@2d056649[p=HttpParser{s=CONTENT,0 of 0},g=HttpGenerator@3abad984{s=START}]=>HttpChannelOverHttp@7fd7486{s=HttpChannelState@5fa3e0d{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/v1.1,age=22}] parse null 20:13:13.767 [qtp304157852-43] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=CONTENT HeapByteBuffer@b4ea7f2[p=0,l=0,c=0,r=0]={<<<>>>} 20:13:13.767 [qtp304157852-43] DEBUG org.eclipse.jetty.http.HttpParser -- CONTENT --> CONTENT_END 20:13:13.767 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpChannel -- onContentComplete HttpChannelOverHttp@7fd7486{s=HttpChannelState@5fa3e0d{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/v1.1,age=22} 20:13:13.767 [qtp304157852-43] DEBUG org.eclipse.jetty.http.HttpParser -- CONTENT_END --> END 20:13:13.767 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpChannel -- onRequestComplete HttpChannelOverHttp@7fd7486{s=HttpChannelState@5fa3e0d{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/v1.1,age=22} 20:13:13.767 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- received EOF, content = null 20:13:13.767 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@2d056649::SocketChannelEndPoint@151fe71c[{l=/127.0.0.1:8081,r=/127.0.0.1:41236,OPEN,fill=-,flush=-,to=73/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@2d056649[p=HttpParser{s=END,0 of 0},g=HttpGenerator@3abad984{s=START}]=>HttpChannelOverHttp@7fd7486{s=HttpChannelState@5fa3e0d{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/v1.1,age=22}] parsed false HttpParser{s=END,0 of 0} 20:13:13.767 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- produceContent produced EofContent 20:13:13.767 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- failed all content, EOF = true 20:13:13.767 [qtp304157852-43] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- failed all content of http channel EOF=true AsyncContentProducer@727e14d[r=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],t=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],i=null,error=false,c=HttpChannelOverHttp@7fd7486{s=HttpChannelState@5fa3e0d{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/v1.1,age=23}] 20:13:13.768 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpInput -- isFinished=true HttpInput@1355603337 cs=HttpChannelState@5fa3e0d{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@25065605 eof=true 20:13:13.768 [qtp304157852-43] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- isError = false AsyncContentProducer@727e14d[r=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],t=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],i=null,error=false,c=HttpChannelOverHttp@7fd7486{s=HttpChannelState@5fa3e0d{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/v1.1,age=23}] 20:13:13.768 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpInput -- isError=false HttpInput@1355603337 cs=HttpChannelState@5fa3e0d{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@25065605 eof=true Feb 12, 2024 8:13:13 PM org.apache.aries.spifly.BaseActivator log INFO: Registered provider org.eclipse.osgitech.rest.sse.SseSourceBuilderService of service jakarta.ws.rs.sse.SseEventSource$Builder in bundle org.glassfish.jersey.media.jersey-media-sse 20:13:13.772 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpChannelState -- completing HttpChannelState@5fa3e0d{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=false al=0} 20:13:13.773 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpChannel -- sendResponse info=null content=DirectByteBuffer@684e1871[p=0,l=431,c=32768,r=431]={<<<\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@f8906fd 20:13:13.773 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpChannel -- COMMIT for /v1.1 on HttpChannelOverHttp@7fd7486{s=HttpChannelState@5fa3e0d{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/v1.1,age=28} 404 null HTTP/1.1 Cache-Control: must-revalidate,no-cache,no-store Content-Type: text/html;charset=iso-8859-1 20:13:13.775 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Loading feature model northbound-ogc-sensorthings-feature 20:13:13.775 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpConnection -- generate: NEED_HEADER for SendCallback@31f967d[PROCESSING][i=HTTP/1.1{s=404,h=2,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@70fa8918] (null,[p=0,l=431,c=32768,r=431],true)@START 20:13:13.776 [qtp304157852-43] DEBUG org.eclipse.jetty.http.HttpGenerator -- generateHeaders HTTP/1.1{s=404,h=2,cl=-1} last=true content=DirectByteBuffer@684e1871[p=0,l=431,c=32768,r=431]={<<<\n\n\n\n\n\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 20:13:13.776 [qtp304157852-43] DEBUG org.eclipse.jetty.http.HttpGenerator -- Cache-Control: must-revalidate,no-cache,no-store Content-Type: text/html;charset=iso-8859-1 20:13:13.776 [qtp304157852-43] DEBUG org.eclipse.jetty.http.HttpGenerator -- CONTENT_LENGTH 20:13:13.776 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpConnection -- generate: FLUSH for SendCallback@31f967d[PROCESSING][i=HTTP/1.1{s=404,h=2,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@70fa8918] ([p=0,l=141,c=16384,r=141],[p=0,l=431,c=32768,r=431],true)@COMPLETING 20:13:13.776 [qtp304157852-43] DEBUG org.eclipse.jetty.io.WriteFlusher -- write: WriteFlusher@7efc9851{IDLE}->null [DirectByteBuffer@6a971cac[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@684e1871[p=0,l=431,c=32768,r=431]={<<<\n\n\n\n\n\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}] 20:13:13.776 [qtp304157852-43] DEBUG org.eclipse.jetty.io.WriteFlusher -- update WriteFlusher@7efc9851{WRITING}->null:IDLE-->WRITING 20:13:13.777 [qtp304157852-43] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- flushed 572 SocketChannelEndPoint@151fe71c[{l=/127.0.0.1:8081,r=/127.0.0.1:41236,OPEN,fill=-,flush=W,to=82/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@2d056649[p=HttpParser{s=END,0 of 0},g=HttpGenerator@3abad984{s=COMPLETING}]=>HttpChannelOverHttp@7fd7486{s=HttpChannelState@5fa3e0d{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/v1.1,age=32}] 20:13:13.777 [qtp304157852-43] DEBUG org.eclipse.jetty.io.WriteFlusher -- Flushed=true written=572 remaining=0 WriteFlusher@7efc9851{WRITING}->null 20:13:13.777 [qtp304157852-43] DEBUG org.eclipse.jetty.io.WriteFlusher -- update WriteFlusher@7efc9851{IDLE}->null:WRITING-->IDLE 20:13:13.777 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpConnection -- generate: DONE for SendCallback@31f967d[PROCESSING][i=HTTP/1.1{s=404,h=2,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@70fa8918] ([p=141,l=141,c=16384,r=0],[p=431,l=431,c=32768,r=0],true)@END 20:13:13.777 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- The feature northbound-ogc-sensorthings-feature depends on the feature core-feature, which is installed 20:13:13.777 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- The feature northbound-ogc-sensorthings-feature depends on the feature jakarta-rest-whiteboard-feature, which is installed 20:13:13.777 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.sensinact.gateway.northbound.sensorthings:dto:0.0.2-SNAPSHOT 20:13:13.777 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.sensinact.gateway.northbound.sensorthings:dto:0.0.2-SNAPSHOT in repositories [target/it/repository] 20:13:13.777 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.eclipse.sensinact.gateway.northbound.sensorthings:dto:0.0.2-SNAPSHOT is target/it/repository/org/eclipse/sensinact/gateway/northbound/sensorthings/dto/0.0.2-SNAPSHOT/dto-0.0.2-SNAPSHOT.jar 20:13:13.778 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpChannelState -- completed HttpChannelState@5fa3e0d{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 20:13:13.778 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpChannelState -- unhandle HttpChannelState@5fa3e0d{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 20:13:13.778 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpChannelState -- nextAction(false) TERMINATED HttpChannelState@5fa3e0d{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 20:13:13.778 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpChannel -- action TERMINATED HttpChannelOverHttp@7fd7486{s=HttpChannelState@5fa3e0d{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/v1.1,age=33} 20:13:13.778 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpChannel -- onCompleted for /v1.1 written=431 20:13:13.778 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpInput -- consumeAll HttpInput@1355603337 cs=HttpChannelState@5fa3e0d{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@25065605 eof=true 20:13:13.778 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- failing all content with org.eclipse.jetty.util.StaticException: Unconsumed content HttpChannelOverHttp@7fd7486{s=HttpChannelState@5fa3e0d{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/v1.1,age=33} 20:13:13.778 [qtp304157852-43] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- failed all content of http channel EOF=true AsyncContentProducer@727e14d[r=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],t=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],i=null,error=false,c=HttpChannelOverHttp@7fd7486{s=HttpChannelState@5fa3e0d{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/v1.1,age=33}] 20:13:13.778 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpInput -- isFinished=true HttpInput@1355603337 cs=HttpChannelState@5fa3e0d{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@25065605 eof=true 20:13:13.778 [qtp304157852-43] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- isError = false AsyncContentProducer@727e14d[r=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],t=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],i=null,error=false,c=HttpChannelOverHttp@7fd7486{s=HttpChannelState@5fa3e0d{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/v1.1,age=33}] 20:13:13.778 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpInput -- isError=false HttpInput@1355603337 cs=HttpChannelState@5fa3e0d{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@25065605 eof=true 20:13:13.778 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpChannelState -- recycle HttpChannelState@5fa3e0d{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 20:13:13.778 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpInput -- recycle HttpInput@1355603337 cs=HttpChannelState@5fa3e0d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@25065605 eof=true 20:13:13.778 [qtp304157852-43] DEBUG org.eclipse.jetty.server.BlockingContentProducer -- recycling org.eclipse.jetty.server.BlockingContentProducer@25065605 20:13:13.778 [qtp304157852-43] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- recycling AsyncContentProducer@727e14d[r=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],t=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],i=null,error=false,c=HttpChannelOverHttp@7fd7486{s=HttpChannelState@5fa3e0d{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/v1.1,age=33}] 20:13:13.779 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.sensinact.gateway.northbound.filters:filters.core:0.0.2-SNAPSHOT 20:13:13.779 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.sensinact.gateway.northbound.filters:filters.core:0.0.2-SNAPSHOT in repositories [target/it/repository] 20:13:13.779 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.eclipse.sensinact.gateway.northbound.filters:filters.core:0.0.2-SNAPSHOT is target/it/repository/org/eclipse/sensinact/gateway/northbound/filters/filters.core/0.0.2-SNAPSHOT/filters.core-0.0.2-SNAPSHOT.jar 20:13:13.780 [qtp304157852-43] DEBUG org.eclipse.jetty.http.HttpParser -- reset HttpParser{s=END,0 of 0} 20:13:13.780 [qtp304157852-43] DEBUG org.eclipse.jetty.http.HttpParser -- END --> START 20:13:13.780 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpChannel -- !handle TERMINATED HttpChannelOverHttp@7fd7486{s=HttpChannelState@5fa3e0d{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} 20:13:13.780 [qtp304157852-43] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- filled 0 DirectByteBuffer@382e9121[p=0,l=0,c=8192,r=0]={<<<>>>GET /v1.1...\x00\x00\x00\x00\x00\x00\x00} 20:13:13.780 [qtp304157852-43] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- filled 0 DirectByteBuffer@382e9121[p=0,l=0,c=8192,r=0]={<<<>>>GET /v1.1...\x00\x00\x00\x00\x00\x00\x00} 20:13:13.780 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@2d056649::SocketChannelEndPoint@151fe71c[{l=/127.0.0.1:8081,r=/127.0.0.1:41236,OPEN,fill=-,flush=-,to=3/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@2d056649[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3abad984{s=START}]=>HttpChannelOverHttp@7fd7486{s=HttpChannelState@5fa3e0d{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@60d44894{DirectByteBuffer@382e9121[p=0,l=0,c=8192,r=0]={<<<>>>GET /v1.1...\x00\x00\x00\x00\x00\x00\x00},r=1} 20:13:13.780 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@2d056649::SocketChannelEndPoint@151fe71c[{l=/127.0.0.1:8081,r=/127.0.0.1:41236,OPEN,fill=-,flush=-,to=3/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@2d056649[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3abad984{s=START}]=>HttpChannelOverHttp@7fd7486{s=HttpChannelState@5fa3e0d{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@60d44894{DirectByteBuffer@382e9121[p=0,l=0,c=8192,r=0]={<<<>>>GET /v1.1...\x00\x00\x00\x00\x00\x00\x00},r=1} 20:13:13.780 [qtp304157852-43] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=START DirectByteBuffer@382e9121[p=0,l=0,c=8192,r=0]={<<<>>>GET /v1.1...\x00\x00\x00\x00\x00\x00\x00} 20:13:13.781 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.antlr:antlr4-runtime:4.12.0 20:13:13.781 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.antlr:antlr4-runtime:4.12.0 in repositories [target/it/repository] 20:13:13.781 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.antlr:antlr4-runtime:4.12.0 is target/it/repository/org/antlr/antlr4-runtime/4.12.0/antlr4-runtime-4.12.0.jar 20:13:13.783 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.locationtech.spatial4j:spatial4j:0.8 20:13:13.783 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.locationtech.spatial4j:spatial4j:0.8 in repositories [target/it/repository] 20:13:13.783 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.locationtech.spatial4j:spatial4j:0.8 is target/it/repository/org/locationtech/spatial4j/spatial4j/0.8/spatial4j-0.8.jar 20:13:13.780 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@2d056649::SocketChannelEndPoint@151fe71c[{l=/127.0.0.1:8081,r=/127.0.0.1:41236,OPEN,fill=-,flush=-,to=3/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@2d056649[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3abad984{s=START}]=>HttpChannelOverHttp@7fd7486{s=HttpChannelState@5fa3e0d{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} 20:13:13.841 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpConnection -- releaseRequestBuffer HttpConnection@2d056649::SocketChannelEndPoint@151fe71c[{l=/127.0.0.1:8081,r=/127.0.0.1:41236,OPEN,fill=-,flush=-,to=64/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@2d056649[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3abad984{s=START}]=>HttpChannelOverHttp@7fd7486{s=HttpChannelState@5fa3e0d{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}] 20:13:13.841 [qtp304157852-43] DEBUG org.eclipse.jetty.io.AbstractConnection -- fillInterested HttpConnection@2d056649::SocketChannelEndPoint@151fe71c[{l=/127.0.0.1:8081,r=/127.0.0.1:41236,OPEN,fill=-,flush=-,to=64/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@2d056649[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3abad984{s=START}]=>HttpChannelOverHttp@7fd7486{s=HttpChannelState@5fa3e0d{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}] 20:13:13.841 [qtp304157852-43] DEBUG org.eclipse.jetty.io.FillInterest -- interested FillInterest@23447fdd{ReadCallback@402fcae4{HttpConnection@2d056649::SocketChannelEndPoint@151fe71c[{l=/127.0.0.1:8081,r=/127.0.0.1:41236,OPEN,fill=FI,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@2d056649[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3abad984{s=START}]=>HttpChannelOverHttp@7fd7486{s=HttpChannelState@5fa3e0d{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}]}} 20:13:13.841 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.sensinact.gateway.northbound.sensorthings:filter:0.0.2-SNAPSHOT 20:13:13.841 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.sensinact.gateway.northbound.sensorthings:filter:0.0.2-SNAPSHOT in repositories [target/it/repository] 20:13:13.841 [qtp304157852-43] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- changeInterests p=false 0->1 for SocketChannelEndPoint@151fe71c[{l=/127.0.0.1:8081,r=/127.0.0.1:41236,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}]->[HttpConnection@2d056649[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3abad984{s=START}]=>HttpChannelOverHttp@7fd7486{s=HttpChannelState@5fa3e0d{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}] 20:13:13.842 [qtp304157852-43] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$391/0x00007ff36c322118@778429f0 on ManagedSelector@62a71547{STARTED} id=0 keys=1 selected=0 updates=0 20:13:13.842 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.eclipse.sensinact.gateway.northbound.sensorthings:filter:0.0.2-SNAPSHOT is target/it/repository/org/eclipse/sensinact/gateway/northbound/sensorthings/filter/0.0.2-SNAPSHOT/filter-0.0.2-SNAPSHOT.jar 20:13:13.842 [qtp304157852-43] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@62a71547{STARTED} id=0 keys=1 selected=0 updates=1 20:13:13.842 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@ef97e00 woken with none selected 20:13:13.842 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@2d056649::SocketChannelEndPoint@151fe71c[{l=/127.0.0.1:8081,r=/127.0.0.1:41236,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}]->[HttpConnection@2d056649[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3abad984{s=START}]=>HttpChannelOverHttp@7fd7486{s=HttpChannelState@5fa3e0d{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@5fa3e0d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 20:13:13.842 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@ef97e00 woken up from select, 0/0/1 selected 20:13:13.842 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@ef97e00 processing 0 keys, 1 updates 20:13:13.842 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 20:13:13.842 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$391/0x00007ff36c322118@778429f0 20:13:13.842 [qtp304157852-43] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran SocketChannelEndPoint@151fe71c[{l=/127.0.0.1:8081,r=/127.0.0.1:41236,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}]->[HttpConnection@2d056649[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3abad984{s=START}]=>HttpChannelOverHttp@7fd7486{s=HttpChannelState@5fa3e0d{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[qtp304157852]@1221149c{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=1/2,pending=0}] 20:13:13.842 [qtp304157852-39] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- Key interests updated 0 -> 1 on SocketChannelEndPoint@151fe71c[{l=/127.0.0.1:8081,r=/127.0.0.1:41236,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=1}]->[HttpConnection@2d056649[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3abad984{s=START}]=>HttpChannelOverHttp@7fd7486{s=HttpChannelState@5fa3e0d{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}] 20:13:13.842 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:13:13.842 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@ef97e00 waiting with 1 keys 20:13:13.844 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.sensinact.gateway.northbound.sensorthings:rest.api:0.0.2-SNAPSHOT 20:13:13.845 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.sensinact.gateway.northbound.sensorthings:rest.api:0.0.2-SNAPSHOT in repositories [target/it/repository] 20:13:13.845 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.eclipse.sensinact.gateway.northbound.sensorthings:rest.api:0.0.2-SNAPSHOT is target/it/repository/org/eclipse/sensinact/gateway/northbound/sensorthings/rest.api/0.0.2-SNAPSHOT/rest.api-0.0.2-SNAPSHOT.jar 20:13:13.846 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.sensinact.gateway.northbound.sensorthings:rest.gateway:0.0.2-SNAPSHOT 20:13:13.846 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.sensinact.gateway.northbound.sensorthings:rest.gateway:0.0.2-SNAPSHOT in repositories [target/it/repository] 20:13:13.846 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.eclipse.sensinact.gateway.northbound.sensorthings:rest.gateway:0.0.2-SNAPSHOT is target/it/repository/org/eclipse/sensinact/gateway/northbound/sensorthings/rest.gateway/0.0.2-SNAPSHOT/rest.gateway-0.0.2-SNAPSHOT.jar 20:13:13.848 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.16.1 20:13:13.848 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.16.1 in repositories [target/it/repository] 20:13:13.848 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.16.1 is target/it/repository/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.16.1/jackson-datatype-jsr310-2.16.1.jar 20:13:13.851 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle com.fasterxml.jackson.jakarta.rs:jackson-jakarta-rs-base:2.16.1 20:13:13.852 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature com.fasterxml.jackson.jakarta.rs:jackson-jakarta-rs-base:2.16.1 in repositories [target/it/repository] 20:13:13.852 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature com.fasterxml.jackson.jakarta.rs:jackson-jakarta-rs-base:2.16.1 is target/it/repository/com/fasterxml/jackson/jakarta/rs/jackson-jakarta-rs-base/2.16.1/jackson-jakarta-rs-base-2.16.1.jar 20:13:13.853 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle com.fasterxml.jackson.jakarta.rs:jackson-jakarta-rs-json-provider:2.16.1 20:13:13.853 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature com.fasterxml.jackson.jakarta.rs:jackson-jakarta-rs-json-provider:2.16.1 in repositories [target/it/repository] 20:13:13.854 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature com.fasterxml.jackson.jakarta.rs:jackson-jakarta-rs-json-provider:2.16.1 is target/it/repository/com/fasterxml/jackson/jakarta/rs/jackson-jakarta-rs-json-provider/2.16.1/jackson-jakarta-rs-json-provider-2.16.1.jar 20:13:13.972 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Feature update complete. Feb 12, 2024 8:13:14 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:13:14 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:13:14 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. Feb 12, 2024 8:13:14 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. Feb 12, 2024 8:13:14 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application sensorthings class org.eclipse.osgitech.rest.util.OptionalResponseFilter Feb 12, 2024 8:13:14 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:13:14 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. Feb 12, 2024 8:13:14 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. Feb 12, 2024 8:13:14 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Return type, org.eclipse.sensinact.sensorthings.sensing.dto.ResultList, of method, public default org.eclipse.sensinact.sensorthings.sensing.dto.ResultList org.eclipse.sensinact.sensorthings.sensing.rest.SensorsAccess.getSensorDatastreamsRef(java.lang.String), is not resolvable to a concrete type. WARNING: Return type, org.eclipse.sensinact.sensorthings.sensing.dto.ResultList, of method, public default org.eclipse.sensinact.sensorthings.sensing.dto.ResultList org.eclipse.sensinact.sensorthings.sensing.rest.FeaturesOfInterestAccess.getFeatureOfInterestObservationsRef(java.lang.String), is not resolvable to a concrete type. WARNING: Return type, org.eclipse.sensinact.sensorthings.sensing.dto.ResultList, of method, public default org.eclipse.sensinact.sensorthings.sensing.dto.ResultList org.eclipse.sensinact.sensorthings.sensing.rest.ObservedPropertiesAccess.getObservedPropertyDatastreamsRef(java.lang.String), is not resolvable to a concrete type. WARNING: Return type, org.eclipse.sensinact.sensorthings.sensing.dto.ResultList, of method, public default org.eclipse.sensinact.sensorthings.sensing.dto.ResultList org.eclipse.sensinact.sensorthings.sensing.rest.ThingsAccess.getThingHistoricalLocationsRef(java.lang.String), is not resolvable to a concrete type. WARNING: Return type, org.eclipse.sensinact.sensorthings.sensing.dto.ResultList, of method, public default org.eclipse.sensinact.sensorthings.sensing.dto.ResultList org.eclipse.sensinact.sensorthings.sensing.rest.ThingsAccess.getThingLocationsRef(java.lang.String), is not resolvable to a concrete type. WARNING: Return type, org.eclipse.sensinact.sensorthings.sensing.dto.ResultList, of method, public default org.eclipse.sensinact.sensorthings.sensing.dto.ResultList org.eclipse.sensinact.sensorthings.sensing.rest.ThingsAccess.getThingDatastreamsRef(java.lang.String), is not resolvable to a concrete type. WARNING: Return type, org.eclipse.sensinact.sensorthings.sensing.dto.ResultList, of method, public default org.eclipse.sensinact.sensorthings.sensing.dto.ResultList org.eclipse.sensinact.sensorthings.sensing.rest.HistoricalLocationsAccess.getHistoricalLocationLocationsRef(java.lang.String), is not resolvable to a concrete type. WARNING: Return type, org.eclipse.sensinact.sensorthings.sensing.dto.ResultList, of method, public default org.eclipse.sensinact.sensorthings.sensing.dto.ResultList org.eclipse.sensinact.sensorthings.sensing.rest.DatastreamsAccess.getDatastreamObservationsRef(java.lang.String), is not resolvable to a concrete type. WARNING: Return type, org.eclipse.sensinact.sensorthings.sensing.dto.ResultList, of method, public default org.eclipse.sensinact.sensorthings.sensing.dto.ResultList org.eclipse.sensinact.sensorthings.sensing.rest.LocationsAccess.getLocationThingsRef(java.lang.String), is not resolvable to a concrete type. WARNING: Return type, org.eclipse.sensinact.sensorthings.sensing.dto.ResultList, of method, public default org.eclipse.sensinact.sensorthings.sensing.dto.ResultList org.eclipse.sensinact.sensorthings.sensing.rest.LocationsAccess.getLocationHistoricalLocationsRef(java.lang.String), is not resolvable to a concrete type. 20:13:14.851 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@ef97e00 woken up from select, 1/1/1 selected 20:13:14.851 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@ef97e00 processing 1 keys, 0 updates 20:13:14.851 [qtp304157852-39] 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:41236], selector=sun.nio.ch.EPollSelectorImpl@ef97e00, interestOps=1, readyOps=1 SocketChannelEndPoint@151fe71c[{l=/127.0.0.1:8081,r=/127.0.0.1:41236,OPEN,fill=FI,flush=-,to=1009/60000}{io=1/1,kio=1,kro=1}]->[HttpConnection@2d056649[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3abad984{s=START}]=>HttpChannelOverHttp@7fd7486{s=HttpChannelState@5fa3e0d{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}] 20:13:14.851 [qtp304157852-39] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- onSelected 1->0 r=true w=false for SocketChannelEndPoint@151fe71c[{l=/127.0.0.1:8081,r=/127.0.0.1:41236,OPEN,fill=FI,flush=-,to=1009/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@2d056649[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3abad984{s=START}]=>HttpChannelOverHttp@7fd7486{s=HttpChannelState@5fa3e0d{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}] 20:13:14.851 [qtp304157852-39] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- task SocketChannelEndPoint@151fe71c[{l=/127.0.0.1:8081,r=/127.0.0.1:41236,OPEN,fill=FI,flush=-,to=1009/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@2d056649[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3abad984{s=START}]=>HttpChannelOverHttp@7fd7486{s=HttpChannelState@5fa3e0d{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 20:13:14.851 [qtp304157852-39] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@4d385e23{reserved=1/2,pending=0} tryExecute org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy$$Lambda$380/0x00007ff36c314f18@7cae1ff1 20:13:14.851 [qtp304157852-39] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@4d385e23{reserved=0/2,pending=1} startReservedThread p=1 20:13:14.851 [qtp304157852-39] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue ReservedThread@2562295e{PENDING,thread=null} startThread=0 20:13:14.851 [qtp304157852-44] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run ReservedThread@2562295e{PENDING,thread=null} in QueuedThreadPool[qtp304157852]@1221149c{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=0/2,pending=1}] 20:13:14.851 [qtp304157852-39] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- ss=EXECUTE_PRODUCE_CONSUME t=SocketChannelEndPoint@151fe71c[{l=/127.0.0.1:8081,r=/127.0.0.1:41236,OPEN,fill=FI,flush=-,to=1010/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@2d056649[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3abad984{s=START}]=>HttpChannelOverHttp@7fd7486{s=HttpChannelState@5fa3e0d{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/BLOCKING AdaptiveExecutionStrategy@313e7a31/SelectorProducer@1efd6dc5/IDLE/p=true/QueuedThreadPool[qtp304157852]@1221149c{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=0/2,pending=1}][pc=0,pic=0,pec=1,epc=0]@2024-02-12T20:13:14.852069981Z 20:13:14.852 [qtp304157852-44] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@2562295e{PENDING,thread=Thread[qtp304157852-44,5,Configuration Admin Service]} was=PENDING next=RESERVED size=0+1 capacity=2 20:13:14.852 [qtp304157852-42] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@67aa13dc{RESERVED,thread=Thread[qtp304157852-42,5,Configuration Admin Service]} task=org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy$$Lambda$380/0x00007ff36c314f18@7cae1ff1 ReservedThreadExecutor@4d385e23{reserved=1/2,pending=0} 20:13:14.852 [qtp304157852-44] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@2562295e{RESERVED,thread=Thread[qtp304157852-44,5,Configuration Admin Service]} waiting ReservedThreadExecutor@4d385e23{reserved=1/2,pending=0} 20:13:14.852 [qtp304157852-39] DEBUG org.eclipse.jetty.io.FillInterest -- fillable FillInterest@23447fdd{ReadCallback@402fcae4{HttpConnection@2d056649::SocketChannelEndPoint@151fe71c[{l=/127.0.0.1:8081,r=/127.0.0.1:41236,OPEN,fill=FI,flush=-,to=1010/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@2d056649[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3abad984{s=START}]=>HttpChannelOverHttp@7fd7486{s=HttpChannelState@5fa3e0d{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}]}} 20:13:14.852 [qtp304157852-42] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- AdaptiveExecutionStrategy@313e7a31/SelectorProducer@1efd6dc5/IDLE/p=true/QueuedThreadPool[qtp304157852]@1221149c{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=1/2,pending=0}][pc=0,pic=0,pec=1,epc=1]@2024-02-12T20:13:14.852247925Z tryProduce true 20:13:14.852 [qtp304157852-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 0 20:13:14.852 [qtp304157852-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:13:14.852 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@2d056649::SocketChannelEndPoint@151fe71c[{l=/127.0.0.1:8081,r=/127.0.0.1:41236,OPEN,fill=-,flush=-,to=1010/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@2d056649[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3abad984{s=START}]=>HttpChannelOverHttp@7fd7486{s=HttpChannelState@5fa3e0d{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 enter HttpChannelState@5fa3e0d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 20:13:14.852 [qtp304157852-42] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- Key interests updated 1 -> 0 on SocketChannelEndPoint@151fe71c[{l=/127.0.0.1:8081,r=/127.0.0.1:41236,OPEN,fill=-,flush=-,to=1010/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@2d056649[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3abad984{s=START}]=>HttpChannelOverHttp@7fd7486{s=HttpChannelState@5fa3e0d{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}] 20:13:14.852 [qtp304157852-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@ef97e00 waiting with 1 keys 20:13:14.852 [qtp304157852-39] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- filled 209 DirectByteBuffer@382e9121[p=0,l=209,c=8192,r=209]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 20:13:14.852 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@2d056649::SocketChannelEndPoint@151fe71c[{l=/127.0.0.1:8081,r=/127.0.0.1:41236,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@2d056649[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3abad984{s=START}]=>HttpChannelOverHttp@7fd7486{s=HttpChannelState@5fa3e0d{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 209 RetainableByteBuffer@60d44894{DirectByteBuffer@382e9121[p=0,l=209,c=8192,r=209]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},r=1} 20:13:14.852 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@2d056649::SocketChannelEndPoint@151fe71c[{l=/127.0.0.1:8081,r=/127.0.0.1:41236,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@2d056649[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3abad984{s=START}]=>HttpChannelOverHttp@7fd7486{s=HttpChannelState@5fa3e0d{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@60d44894{DirectByteBuffer@382e9121[p=0,l=209,c=8192,r=209]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},r=1} 20:13:14.853 [qtp304157852-39] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=START DirectByteBuffer@382e9121[p=0,l=209,c=8192,r=209]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 20:13:14.853 [qtp304157852-39] DEBUG org.eclipse.jetty.http.HttpParser -- START --> SPACE1 20:13:14.853 [qtp304157852-39] DEBUG org.eclipse.jetty.http.HttpParser -- SPACE1 --> URI 20:13:14.853 [qtp304157852-39] DEBUG org.eclipse.jetty.http.HttpParser -- URI --> SPACE2 20:13:14.853 [qtp304157852-39] DEBUG org.eclipse.jetty.http.HttpParser -- SPACE2 --> REQUEST_VERSION 20:13:14.853 [qtp304157852-39] DEBUG org.eclipse.jetty.http.HttpParser -- REQUEST_VERSION --> HEADER 20:13:14.853 [qtp304157852-39] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Connection --> IN_VALUE 20:13:14.853 [qtp304157852-39] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Connection --> FIELD 20:13:14.853 [qtp304157852-39] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Content-Length: 0 --> IN_VALUE 20:13:14.853 [qtp304157852-39] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Content-Length: 0 --> FIELD 20:13:14.853 [qtp304157852-39] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Host: localhost:8081 --> IN_VALUE 20:13:14.853 [qtp304157852-39] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Host: localhost:8081 --> FIELD 20:13:14.853 [qtp304157852-39] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:HTTP2-Settings --> VALUE 20:13:14.853 [qtp304157852-39] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:HTTP2-Settings --> IN_VALUE 20:13:14.853 [qtp304157852-39] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:HTTP2-Settings --> FIELD 20:13:14.853 [qtp304157852-39] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Upgrade --> VALUE 20:13:14.853 [qtp304157852-39] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Upgrade --> IN_VALUE 20:13:14.853 [qtp304157852-39] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Upgrade --> FIELD 20:13:14.853 [qtp304157852-39] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:User-Agent: Java-http-client/17.0.9 --> IN_VALUE 20:13:14.853 [qtp304157852-39] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:User-Agent: Java-http-client/17.0.9 --> FIELD 20:13:14.853 [qtp304157852-39] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER --> CONTENT 20:13:14.853 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpInput -- reopen HttpInput@1355603337 cs=HttpChannelState@5fa3e0d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@25065605 eof=true 20:13:14.853 [qtp304157852-39] DEBUG org.eclipse.jetty.server.BlockingContentProducer -- reopening org.eclipse.jetty.server.BlockingContentProducer@25065605 20:13:14.853 [qtp304157852-39] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- reopening AsyncContentProducer@727e14d[r=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],t=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],i=null,error=false,c=HttpChannelOverHttp@7fd7486{s=HttpChannelState@5fa3e0d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0}] 20:13:14.853 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpChannel -- REQUEST for /v1.1 on HttpChannelOverHttp@7fd7486{s=HttpChannelState@5fa3e0d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=http://localhost:8081/v1.1,age=0} GET /v1.1 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 20:13:14.853 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- upgrade HttpChannelOverHttp@7fd7486{s=HttpChannelState@5fa3e0d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=http://localhost:8081/v1.1,age=0} Upgrade: h2c 20:13:14.853 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- No factory for Upgrade: h2c in ServerConnector@66323f4c{HTTP/1.1, (http/1.1)}{0.0.0.0:8081} 20:13:14.853 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@2d056649::SocketChannelEndPoint@151fe71c[{l=/127.0.0.1:8081,r=/127.0.0.1:41236,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@2d056649[p=HttpParser{s=CONTENT,0 of 0},g=HttpGenerator@3abad984{s=START}]=>HttpChannelOverHttp@7fd7486{s=HttpChannelState@5fa3e0d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=http://localhost:8081/v1.1,age=0}] parsed true HttpParser{s=CONTENT,0 of 0} 20:13:14.853 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpConnection -- releaseRequestBuffer HttpConnection@2d056649::SocketChannelEndPoint@151fe71c[{l=/127.0.0.1:8081,r=/127.0.0.1:41236,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@2d056649[p=HttpParser{s=CONTENT,0 of 0},g=HttpGenerator@3abad984{s=START}]=>HttpChannelOverHttp@7fd7486{s=HttpChannelState@5fa3e0d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=http://localhost:8081/v1.1,age=0}] 20:13:14.854 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpChannel -- handle http://localhost:8081/v1.1 HttpChannelOverHttp@7fd7486{s=HttpChannelState@5fa3e0d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=http://localhost:8081/v1.1,age=1} 20:13:14.854 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpChannelState -- handling HttpChannelState@5fa3e0d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 20:13:14.854 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpChannel -- action DISPATCH HttpChannelOverHttp@7fd7486{s=HttpChannelState@5fa3e0d{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=HANDLING,uri=http://localhost:8081/v1.1,age=1} 20:13:14.854 [qtp304157852-39] DEBUG org.eclipse.jetty.server.Server -- REQUEST GET /v1.1 ?null on HttpChannelOverHttp@7fd7486{s=HttpChannelState@5fa3e0d{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=HANDLING,uri=http://localhost:8081/v1.1,age=1} 20:13:14.854 [qtp304157852-39] DEBUG org.eclipse.jetty.server.handler.ContextHandler -- scope null||/v1.1 @ o.e.j.s.ServletContextHandler@23a589ed{/,null,AVAILABLE} 20:13:14.854 [qtp304157852-39] DEBUG org.eclipse.jetty.server.handler.ContextHandler -- context=||/v1.1 @ o.e.j.s.ServletContextHandler@23a589ed{/,null,AVAILABLE} 20:13:14.854 [qtp304157852-39] DEBUG org.eclipse.jetty.server.session.SessionHandler -- Entering scope org.eclipse.jetty.server.session.SessionHandler2123212850==dftMaxIdleSec=0, dispatch=REQUEST asyncstarted=false 20:13:14.854 [qtp304157852-39] DEBUG org.eclipse.jetty.server.session.SessionHandler -- sessionHandler=org.eclipse.jetty.server.session.SessionHandler2123212850==dftMaxIdleSec=0 session=null 20:13:14.854 [qtp304157852-39] DEBUG org.eclipse.jetty.servlet.ServletHandler -- servlet ||/v1.1|ServletPathMapping{matchValue=, pattern=/*, servletName=org.apache.felix.http.base.internal.dispatch.DispatcherServlet-3250993a, mappingMatch=PATH, servletPath=, pathInfo=/v1.1} -> org.apache.felix.http.base.internal.dispatch.DispatcherServlet-3250993a==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@c53ed7f9{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 20:13:14.854 [qtp304157852-39] DEBUG org.eclipse.jetty.servlet.ServletHandler -- chain=null 20:13:14.946 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpOutput -- write(array HeapByteBuffer@11ca4904[p=0,l=1646,c=8192,r=1646]={<<<{"serverSettings":{"confo.../FeaturesOfInterest"}]}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}) 20:13:14.946 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpOutput -- write(array) s=CLOSING,api=BLOCKED,sc=false,e=null last=true agg=false flush=true async=false, len=1646 null 20:13:14.946 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpChannel -- sendResponse info=null content=HeapByteBuffer@72030a40[p=0,l=1646,c=8192,r=1646]={<<<{"serverSettings":{"confo.../FeaturesOfInterest"}]}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} complete=true committing=true callback=Blocker@23a9ba9a{null} 20:13:14.946 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpChannel -- COMMIT for /v1.1 on HttpChannelOverHttp@7fd7486{s=HttpChannelState@5fa3e0d{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=HANDLING,uri=http://localhost:8081/v1.1,age=93} 200 null HTTP/1.1 Date: Mon, 12 Feb 2024 20:13:14 GMT Content-Length: 1646 Content-Type: application/json 20:13:14.946 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpConnection -- generate: NEED_HEADER for SendCallback@31f967d[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=1646},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@1e4bc5b4] (null,[p=0,l=1646,c=8192,r=1646],true)@START 20:13:14.946 [qtp304157852-39] DEBUG org.eclipse.jetty.http.HttpGenerator -- generateHeaders HTTP/1.1{s=200,h=3,cl=1646} last=true content=HeapByteBuffer@72030a40[p=0,l=1646,c=8192,r=1646]={<<<{"serverSettings":{"confo.../FeaturesOfInterest"}]}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 20:13:14.946 [qtp304157852-39] DEBUG org.eclipse.jetty.http.HttpGenerator -- Date: Mon, 12 Feb 2024 20:13:14 GMT Content-Length: 1646 Content-Type: application/json 20:13:14.947 [qtp304157852-39] DEBUG org.eclipse.jetty.http.HttpGenerator -- CONTENT_LENGTH 20:13:14.947 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpConnection -- generate: FLUSH for SendCallback@31f967d[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=1646},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@1e4bc5b4] ([p=0,l=110,c=16384,r=110],[p=0,l=1646,c=8192,r=1646],true)@COMPLETING 20:13:14.947 [qtp304157852-39] DEBUG org.eclipse.jetty.io.WriteFlusher -- write: WriteFlusher@7efc9851{IDLE}->null [DirectByteBuffer@6a971cac[p=0,l=110,c=16384,r=110]={<<>>8859-1\r\nC...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@72030a40[p=0,l=1646,c=8192,r=1646]={<<<{"serverSettings":{"confo.../FeaturesOfInterest"}]}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}] 20:13:14.947 [qtp304157852-39] DEBUG org.eclipse.jetty.io.WriteFlusher -- update WriteFlusher@7efc9851{WRITING}->null:IDLE-->WRITING 20:13:14.947 [qtp304157852-39] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- flushed 1756 SocketChannelEndPoint@151fe71c[{l=/127.0.0.1:8081,r=/127.0.0.1:41236,OPEN,fill=-,flush=W,to=94/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@2d056649[p=HttpParser{s=CONTENT,0 of 0},g=HttpGenerator@3abad984{s=COMPLETING}]=>HttpChannelOverHttp@7fd7486{s=HttpChannelState@5fa3e0d{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=HANDLING,uri=http://localhost:8081/v1.1,age=94}] 20:13:14.947 [qtp304157852-39] DEBUG org.eclipse.jetty.io.WriteFlusher -- Flushed=true written=1756 remaining=0 WriteFlusher@7efc9851{WRITING}->null 20:13:14.947 [qtp304157852-39] DEBUG org.eclipse.jetty.io.WriteFlusher -- update WriteFlusher@7efc9851{IDLE}->null:WRITING-->IDLE 20:13:14.947 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpConnection -- generate: DONE for SendCallback@31f967d[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=1646},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@1e4bc5b4] ([p=110,l=110,c=16384,r=0],[p=1646,l=1646,c=8192,r=0],true)@END 20:13:14.947 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpOutput -- onWriteComplete(true,null) s=CLOSING,api=BLOCKED,sc=false,e=null->s=CLOSED,api=BLOCKING,sc=false,e=null c=null cb=null w=false 20:13:14.948 [qtp304157852-39] DEBUG org.eclipse.jetty.server.session.SessionHandler -- Leaving scope org.eclipse.jetty.server.session.SessionHandler2123212850==dftMaxIdleSec=0 dispatch=REQUEST, async=false, session=null, oldsession=null, oldsessionhandler=null 20:13:14.949 [qtp304157852-39] DEBUG org.eclipse.jetty.server.Server -- handled=true async=false committed=true on HttpChannelOverHttp@7fd7486{s=HttpChannelState@5fa3e0d{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=0},r=2,c=false/true,a=HANDLING,uri=http://localhost:8081/v1.1,age=96} 20:13:14.949 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpChannelState -- unhandle HttpChannelState@5fa3e0d{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=0} 20:13:14.949 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpChannelState -- nextAction(false) COMPLETE HttpChannelState@5fa3e0d{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 20:13:14.949 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpChannel -- action COMPLETE HttpChannelOverHttp@7fd7486{s=HttpChannelState@5fa3e0d{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=2,c=false/true,a=HANDLING,uri=http://localhost:8081/v1.1,age=96} 20:13:14.949 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpOutput -- complete(org.eclipse.jetty.util.Callback$3@41bc29a) s=CLOSED,api=BLOCKING,sc=false,e=null s=true e=null, c=null 20:13:14.949 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpChannelState -- completed HttpChannelState@5fa3e0d{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 20:13:14.949 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpChannelState -- unhandle HttpChannelState@5fa3e0d{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 20:13:14.949 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpChannelState -- nextAction(false) TERMINATED HttpChannelState@5fa3e0d{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 20:13:14.949 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpChannel -- action TERMINATED HttpChannelOverHttp@7fd7486{s=HttpChannelState@5fa3e0d{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=2,c=true/true,a=IDLE,uri=http://localhost:8081/v1.1,age=96} 20:13:14.949 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpChannel -- onCompleted for /v1.1 written=1646 20:13:14.949 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpInput -- consumeAll HttpInput@1355603337 cs=HttpChannelState@5fa3e0d{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@25065605 eof=false 20:13:14.949 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- failing all content with org.eclipse.jetty.util.StaticException: Unconsumed content HttpChannelOverHttp@7fd7486{s=HttpChannelState@5fa3e0d{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=2,c=true/true,a=IDLE,uri=http://localhost:8081/v1.1,age=96} 20:13:14.949 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- produceContent has no content, parsing and filling 20:13:14.949 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@2d056649::SocketChannelEndPoint@151fe71c[{l=/127.0.0.1:8081,r=/127.0.0.1:41236,OPEN,fill=-,flush=-,to=2/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@2d056649[p=HttpParser{s=CONTENT,0 of 0},g=HttpGenerator@3abad984{s=END}]=>HttpChannelOverHttp@7fd7486{s=HttpChannelState@5fa3e0d{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=2,c=true/true,a=IDLE,uri=http://localhost:8081/v1.1,age=96}] parse null 20:13:14.949 [qtp304157852-39] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=CONTENT HeapByteBuffer@b4ea7f2[p=0,l=0,c=0,r=0]={<<<>>>} 20:13:14.949 [qtp304157852-39] DEBUG org.eclipse.jetty.http.HttpParser -- CONTENT --> CONTENT_END 20:13:14.949 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpChannel -- onContentComplete HttpChannelOverHttp@7fd7486{s=HttpChannelState@5fa3e0d{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=2,c=true/true,a=IDLE,uri=http://localhost:8081/v1.1,age=96} 20:13:14.949 [qtp304157852-39] DEBUG org.eclipse.jetty.http.HttpParser -- CONTENT_END --> END 20:13:14.949 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpChannel -- onRequestComplete HttpChannelOverHttp@7fd7486{s=HttpChannelState@5fa3e0d{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=2,c=true/true,a=IDLE,uri=http://localhost:8081/v1.1,age=96} 20:13:14.949 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- received EOF, content = null 20:13:14.949 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@2d056649::SocketChannelEndPoint@151fe71c[{l=/127.0.0.1:8081,r=/127.0.0.1:41236,OPEN,fill=-,flush=-,to=2/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@2d056649[p=HttpParser{s=END,0 of 0},g=HttpGenerator@3abad984{s=END}]=>HttpChannelOverHttp@7fd7486{s=HttpChannelState@5fa3e0d{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=2,c=true/true,a=IDLE,uri=http://localhost:8081/v1.1,age=96}] parsed false HttpParser{s=END,0 of 0} 20:13:14.949 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- produceContent produced EofContent 20:13:14.949 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- failed all content, EOF = true 20:13:14.949 [qtp304157852-39] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- failed all content of http channel EOF=true AsyncContentProducer@727e14d[r=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],t=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],i=null,error=false,c=HttpChannelOverHttp@7fd7486{s=HttpChannelState@5fa3e0d{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=2,c=true/true,a=IDLE,uri=http://localhost:8081/v1.1,age=96}] 20:13:14.949 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpInput -- isFinished=true HttpInput@1355603337 cs=HttpChannelState@5fa3e0d{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@25065605 eof=true 20:13:14.949 [qtp304157852-39] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- isError = false AsyncContentProducer@727e14d[r=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],t=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],i=null,error=false,c=HttpChannelOverHttp@7fd7486{s=HttpChannelState@5fa3e0d{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=2,c=true/true,a=IDLE,uri=http://localhost:8081/v1.1,age=96}] 20:13:14.950 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpInput -- isError=false HttpInput@1355603337 cs=HttpChannelState@5fa3e0d{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@25065605 eof=true 20:13:14.950 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpChannelState -- recycle HttpChannelState@5fa3e0d{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 20:13:14.950 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpInput -- recycle HttpInput@1355603337 cs=HttpChannelState@5fa3e0d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@25065605 eof=true 20:13:14.950 [qtp304157852-39] DEBUG org.eclipse.jetty.server.BlockingContentProducer -- recycling org.eclipse.jetty.server.BlockingContentProducer@25065605 20:13:14.950 [qtp304157852-39] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- recycling AsyncContentProducer@727e14d[r=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],t=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],i=null,error=false,c=HttpChannelOverHttp@7fd7486{s=HttpChannelState@5fa3e0d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=http://localhost:8081/v1.1,age=97}] 20:13:14.950 [qtp304157852-39] DEBUG org.eclipse.jetty.http.HttpParser -- reset HttpParser{s=END,0 of 0} 20:13:14.950 [qtp304157852-39] DEBUG org.eclipse.jetty.http.HttpParser -- END --> START 20:13:14.950 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpChannel -- !handle TERMINATED HttpChannelOverHttp@7fd7486{s=HttpChannelState@5fa3e0d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0} 20:13:14.950 [qtp304157852-39] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- filled 0 DirectByteBuffer@382e9121[p=0,l=0,c=8192,r=0]={<<<>>>GET /v1.1...\x00\x00\x00\x00\x00\x00\x00} 20:13:14.950 [qtp304157852-39] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- filled 0 DirectByteBuffer@382e9121[p=0,l=0,c=8192,r=0]={<<<>>>GET /v1.1...\x00\x00\x00\x00\x00\x00\x00} 20:13:14.950 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@2d056649::SocketChannelEndPoint@151fe71c[{l=/127.0.0.1:8081,r=/127.0.0.1:41236,OPEN,fill=-,flush=-,to=2/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@2d056649[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3abad984{s=START}]=>HttpChannelOverHttp@7fd7486{s=HttpChannelState@5fa3e0d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0}] filled 0 RetainableByteBuffer@60d44894{DirectByteBuffer@382e9121[p=0,l=0,c=8192,r=0]={<<<>>>GET /v1.1...\x00\x00\x00\x00\x00\x00\x00},r=1} 20:13:14.950 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@2d056649::SocketChannelEndPoint@151fe71c[{l=/127.0.0.1:8081,r=/127.0.0.1:41236,OPEN,fill=-,flush=-,to=2/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@2d056649[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3abad984{s=START}]=>HttpChannelOverHttp@7fd7486{s=HttpChannelState@5fa3e0d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0}] parse RetainableByteBuffer@60d44894{DirectByteBuffer@382e9121[p=0,l=0,c=8192,r=0]={<<<>>>GET /v1.1...\x00\x00\x00\x00\x00\x00\x00},r=1} 20:13:14.950 [qtp304157852-39] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=START DirectByteBuffer@382e9121[p=0,l=0,c=8192,r=0]={<<<>>>GET /v1.1...\x00\x00\x00\x00\x00\x00\x00} 20:13:14.950 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@2d056649::SocketChannelEndPoint@151fe71c[{l=/127.0.0.1:8081,r=/127.0.0.1:41236,OPEN,fill=-,flush=-,to=3/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@2d056649[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3abad984{s=START}]=>HttpChannelOverHttp@7fd7486{s=HttpChannelState@5fa3e0d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0}] parsed false HttpParser{s=START,0 of -1} 20:13:14.950 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpConnection -- releaseRequestBuffer HttpConnection@2d056649::SocketChannelEndPoint@151fe71c[{l=/127.0.0.1:8081,r=/127.0.0.1:41236,OPEN,fill=-,flush=-,to=3/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@2d056649[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3abad984{s=START}]=>HttpChannelOverHttp@7fd7486{s=HttpChannelState@5fa3e0d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0}] 20:13:14.950 [qtp304157852-39] DEBUG org.eclipse.jetty.io.AbstractConnection -- fillInterested HttpConnection@2d056649::SocketChannelEndPoint@151fe71c[{l=/127.0.0.1:8081,r=/127.0.0.1:41236,OPEN,fill=-,flush=-,to=3/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@2d056649[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3abad984{s=START}]=>HttpChannelOverHttp@7fd7486{s=HttpChannelState@5fa3e0d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0}] 20:13:14.950 [qtp304157852-39] DEBUG org.eclipse.jetty.io.FillInterest -- interested FillInterest@23447fdd{ReadCallback@402fcae4{HttpConnection@2d056649::SocketChannelEndPoint@151fe71c[{l=/127.0.0.1:8081,r=/127.0.0.1:41236,OPEN,fill=FI,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@2d056649[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3abad984{s=START}]=>HttpChannelOverHttp@7fd7486{s=HttpChannelState@5fa3e0d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0}]}} 20:13:14.950 [qtp304157852-39] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- changeInterests p=false 0->1 for SocketChannelEndPoint@151fe71c[{l=/127.0.0.1:8081,r=/127.0.0.1:41236,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}]->[HttpConnection@2d056649[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3abad984{s=START}]=>HttpChannelOverHttp@7fd7486{s=HttpChannelState@5fa3e0d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0}] 20:13:14.950 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$391/0x00007ff36c322118@778429f0 on ManagedSelector@62a71547{STARTED} id=0 keys=1 selected=0 updates=0 20:13:14.950 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@62a71547{STARTED} id=0 keys=1 selected=0 updates=1 20:13:14.950 [qtp304157852-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@ef97e00 woken with none selected 20:13:14.950 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@2d056649::SocketChannelEndPoint@151fe71c[{l=/127.0.0.1:8081,r=/127.0.0.1:41236,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}]->[HttpConnection@2d056649[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3abad984{s=START}]=>HttpChannelOverHttp@7fd7486{s=HttpChannelState@5fa3e0d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0}] onFillable exit HttpChannelState@5fa3e0d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 20:13:14.950 [qtp304157852-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@ef97e00 woken up from select, 0/0/1 selected 20:13:14.950 [qtp304157852-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@ef97e00 processing 0 keys, 1 updates 20:13:14.950 [qtp304157852-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 20:13:14.950 [qtp304157852-39] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.io.ManagedSelector$$Lambda$381/0x00007ff36c315580@15db0d46 in QueuedThreadPool[qtp304157852]@1221149c{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=1/2,pending=0}] 20:13:14.950 [qtp304157852-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$391/0x00007ff36c322118@778429f0 20:13:14.950 [qtp304157852-42] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- Key interests updated 0 -> 1 on SocketChannelEndPoint@151fe71c[{l=/127.0.0.1:8081,r=/127.0.0.1:41236,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=1}]->[HttpConnection@2d056649[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3abad984{s=START}]=>HttpChannelOverHttp@7fd7486{s=HttpChannelState@5fa3e0d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0}] 20:13:14.950 [qtp304157852-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:13:14.951 [qtp304157852-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@ef97e00 waiting with 1 keys [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.257 s - in org.eclipse.sensinact.gateway.feature.integration.ogcsensorthings.SensorthingsIntegrationTest [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) @ northbound-ogc-sensorthings-feature --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-ogc-sensorthings-feature/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/distribution/features/northbound-ogc-sensorthings-feature/0.0.2-SNAPSHOT/northbound-ogc-sensorthings-feature-0.0.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-ogc-sensorthings-feature/target/repository.zip to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/distribution/features/northbound-ogc-sensorthings-feature/0.0.2-SNAPSHOT/northbound-ogc-sensorthings-feature-0.0.2-SNAPSHOT-osgifeaturerepo.zip [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-ogc-sensorthings-feature/src/main/resources/northbound-ogc-sensorthings-feature.json to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/distribution/features/northbound-ogc-sensorthings-feature/0.0.2-SNAPSHOT/northbound-ogc-sensorthings-feature-0.0.2-SNAPSHOT-osgifeature.json [INFO] [INFO] --- deploy:3.0.0:deploy (default-deploy) @ northbound-ogc-sensorthings-feature --- [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/features/northbound-ogc-sensorthings-feature/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/features/northbound-ogc-sensorthings-feature/0.0.2-SNAPSHOT/maven-metadata.xml (1.1 kB at 6.9 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/northbound-ogc-sensorthings-feature/0.0.2-SNAPSHOT/northbound-ogc-sensorthings-feature-0.0.2-20240212.200245-59.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/northbound-ogc-sensorthings-feature/0.0.2-SNAPSHOT/northbound-ogc-sensorthings-feature-0.0.2-20240212.200245-59.pom (7.0 kB at 130 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/northbound-ogc-sensorthings-feature/0.0.2-SNAPSHOT/northbound-ogc-sensorthings-feature-0.0.2-20240212.200245-59-osgifeaturerepo.zip [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/northbound-ogc-sensorthings-feature/0.0.2-SNAPSHOT/northbound-ogc-sensorthings-feature-0.0.2-20240212.200245-59-osgifeature.json [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/northbound-ogc-sensorthings-feature/0.0.2-SNAPSHOT/northbound-ogc-sensorthings-feature-0.0.2-20240212.200245-59-osgifeature.json (1.4 kB at 29 kB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/northbound-ogc-sensorthings-feature/0.0.2-SNAPSHOT/northbound-ogc-sensorthings-feature-0.0.2-20240212.200245-59-osgifeaturerepo.zip (3.4 MB at 24 MB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/northbound-ogc-sensorthings-feature/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/northbound-ogc-sensorthings-feature/maven-metadata.xml (406 B at 9.4 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/northbound-ogc-sensorthings-feature/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/features/northbound-ogc-sensorthings-feature/0.0.2-SNAPSHOT/maven-metadata.xml (1.1 kB at 25 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/northbound-ogc-sensorthings-feature/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/northbound-ogc-sensorthings-feature/maven-metadata.xml (406 B at 11 kB/s) [INFO] [INFO] --< org.eclipse.sensinact.gateway.distribution.features:virtual-temperature-sensor-feature >-- [INFO] Building Eclipse sensiNact Virtual Temperature Feature 0.0.2-SNAPSHOT [64/68] [INFO] from distribution/features/virtual-temperature-sensor-feature/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ virtual-temperature-sensor-feature --- [INFO] [INFO] --- compiler:3.10.1:testCompile (default) @ virtual-temperature-sensor-feature --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/virtual-temperature-sensor-feature/target/test-classes [INFO] [INFO] --- dependency:3.3.0:copy-dependencies (create-feature-repo) @ virtual-temperature-sensor-feature --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/southbound/virtual/virtual-temperature-sensor/target/virtual-temperature-sensor-0.0.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/virtual-temperature-sensor-feature/target/repository/org/eclipse/sensinact/gateway/southbound/virtual/virtual-temperature-sensor/0.0.2-SNAPSHOT/virtual-temperature-sensor-0.0.2-SNAPSHOT.jar [INFO] [INFO] --- antrun:3.1.0:run (create-repository-zip) @ virtual-temperature-sensor-feature --- [INFO] Executing tasks [INFO] [zip] Building zip: /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/virtual-temperature-sensor-feature/target/repository.zip [INFO] Executed tasks [INFO] [INFO] --- build-helper:3.3.0:attach-artifact (attach-artifacts) @ virtual-temperature-sensor-feature --- [INFO] [INFO] --- dependency:3.3.0:copy (copy-test-launcher) @ virtual-temperature-sensor-feature --- [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution:launcher:export:0.0.2-SNAPSHOT:jar [INFO] Copying export.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/virtual-temperature-sensor-feature/target/it/launcher.jar [INFO] [INFO] --- dependency:3.3.0:copy (gather-test-features) @ virtual-temperature-sensor-feature --- [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution.features:core-feature:osgifeature:0.0.2-SNAPSHOT:json [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution.features:jakarta-servlet-whiteboard-feature:osgifeature:0.0.2-SNAPSHOT:json [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution.features:jakarta-rest-whiteboard-feature:osgifeature:0.0.2-SNAPSHOT:json [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution.features:northbound-rest-feature:osgifeature:0.0.2-SNAPSHOT:json [INFO] Copying core-feature.json to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/virtual-temperature-sensor-feature/target/it/features/core-feature.json [INFO] Copying jakarta-servlet-whiteboard-feature.json to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/virtual-temperature-sensor-feature/target/it/features/jakarta-servlet-whiteboard-feature.json [INFO] Copying jakarta-rest-whiteboard-feature.json to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/virtual-temperature-sensor-feature/target/it/features/jakarta-rest-whiteboard-feature.json [INFO] Copying northbound-rest-feature.json to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/virtual-temperature-sensor-feature/target/it/features/northbound-rest-feature.json [INFO] [INFO] --- dependency:3.3.0:unpack (create-test-repo) @ virtual-temperature-sensor-feature --- [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution.features:core-feature:osgifeaturerepo:0.0.2-SNAPSHOT:zip [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution.features:jakarta-servlet-whiteboard-feature:osgifeaturerepo:0.0.2-SNAPSHOT:zip [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution.features:jakarta-rest-whiteboard-feature:osgifeaturerepo:0.0.2-SNAPSHOT:zip [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution.features:northbound-rest-feature:osgifeaturerepo:0.0.2-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/core-feature/target/repository.zip to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/virtual-temperature-sensor-feature/target/it/repository with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/jakarta-servlet-whiteboard-feature/target/repository.zip to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/virtual-temperature-sensor-feature/target/it/repository with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/jakarta-rest-whiteboard-feature/target/repository.zip to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/virtual-temperature-sensor-feature/target/it/repository with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-rest-feature/target/repository.zip to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/virtual-temperature-sensor-feature/target/it/repository with includes "" and excludes "" [INFO] [INFO] --- antrun:3.1.0:run (copy-artifact-for-testing) @ virtual-temperature-sensor-feature --- [INFO] Executing tasks [INFO] [unzip] Expanding: /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/virtual-temperature-sensor-feature/target/repository.zip into /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/virtual-temperature-sensor-feature/target/it/repository [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/virtual-temperature-sensor-feature/target/it/features [INFO] Executed tasks [INFO] [INFO] --- surefire:2.22.2:test (integration-test) @ virtual-temperature-sensor-feature --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.sensinact.gateway.feature.integration.virtual.temperature.VirtualTemperatureIntegrationTest Feb 12, 2024 8:13:18 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 12, 2024 8:13:18 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 20:13:19.160 [main] INFO org.eclipse.sensinact.gateway.launcher.ConfigurationManager -- Eclipse sensiNact is watching for changes in configuration file src/it/resources/config/configuration.json 20:13:19.172 [main] INFO org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Feature installation for features [] requested using repositories [repository] and feature directories [features] 20:13:19.173 [main] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- The following bundles [] are no longer required and will be removed. 20:13:19.174 [main] INFO org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Feature update complete. 20:13:19.276 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Feature installation for features [core-feature, jakarta-servlet-whiteboard-feature, jakarta-rest-whiteboard-feature, northbound-rest-feature, virtual-temperature-sensor-feature] requested using repositories [target/it/repository] and feature directories [target/it/features] 20:13:19.277 [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. 20:13:19.277 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Loading feature model core-feature 20:13:19.283 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.sensinact.gateway.core:annotation:0.0.2-SNAPSHOT 20:13:19.283 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.sensinact.gateway.core:annotation:0.0.2-SNAPSHOT in repositories [target/it/repository] 20:13:19.283 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.eclipse.sensinact.gateway.core:annotation:0.0.2-SNAPSHOT is target/it/repository/org/eclipse/sensinact/gateway/core/annotation/0.0.2-SNAPSHOT/annotation-0.0.2-SNAPSHOT.jar 20:13:19.286 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.sensinact.gateway.core:api:0.0.2-SNAPSHOT 20:13:19.286 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.sensinact.gateway.core:api:0.0.2-SNAPSHOT in repositories [target/it/repository] 20:13:19.286 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.eclipse.sensinact.gateway.core:api:0.0.2-SNAPSHOT is target/it/repository/org/eclipse/sensinact/gateway/core/api/0.0.2-SNAPSHOT/api-0.0.2-SNAPSHOT.jar 20:13:19.289 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.sensinact.gateway.core:emf-api:0.0.2-SNAPSHOT 20:13:19.289 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.sensinact.gateway.core:emf-api:0.0.2-SNAPSHOT in repositories [target/it/repository] 20:13:19.289 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.eclipse.sensinact.gateway.core:emf-api:0.0.2-SNAPSHOT is target/it/repository/org/eclipse/sensinact/gateway/core/emf-api/0.0.2-SNAPSHOT/emf-api-0.0.2-SNAPSHOT.jar 20:13:19.291 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.sensinact.gateway.core:impl:0.0.2-SNAPSHOT 20:13:19.291 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.sensinact.gateway.core:impl:0.0.2-SNAPSHOT in repositories [target/it/repository] 20:13:19.291 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.eclipse.sensinact.gateway.core:impl:0.0.2-SNAPSHOT is target/it/repository/org/eclipse/sensinact/gateway/core/impl/0.0.2-SNAPSHOT/impl-0.0.2-SNAPSHOT.jar 20:13:19.294 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.sensinact.gateway.core.models:provider:0.0.2-SNAPSHOT 20:13:19.294 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.sensinact.gateway.core.models:provider:0.0.2-SNAPSHOT in repositories [target/it/repository] 20:13:19.295 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.eclipse.sensinact.gateway.core.models:provider:0.0.2-SNAPSHOT is target/it/repository/org/eclipse/sensinact/gateway/core/models/provider/0.0.2-SNAPSHOT/provider-0.0.2-SNAPSHOT.jar 20:13:19.297 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.sensinact.gateway.core.models:metadata:0.0.2-SNAPSHOT 20:13:19.297 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.sensinact.gateway.core.models:metadata:0.0.2-SNAPSHOT in repositories [target/it/repository] 20:13:19.297 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.eclipse.sensinact.gateway.core.models:metadata:0.0.2-SNAPSHOT is target/it/repository/org/eclipse/sensinact/gateway/core/models/metadata/0.0.2-SNAPSHOT/metadata-0.0.2-SNAPSHOT.jar 20:13:19.305 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.sensinact.gateway.core:geo-json:0.0.2-SNAPSHOT 20:13:19.306 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.sensinact.gateway.core:geo-json:0.0.2-SNAPSHOT in repositories [target/it/repository] 20:13:19.306 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.eclipse.sensinact.gateway.core:geo-json:0.0.2-SNAPSHOT is target/it/repository/org/eclipse/sensinact/gateway/core/geo-json/0.0.2-SNAPSHOT/geo-json-0.0.2-SNAPSHOT.jar 20:13:19.308 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle com.fasterxml.jackson.core:jackson-annotations:2.16.1 20:13:19.308 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature com.fasterxml.jackson.core:jackson-annotations:2.16.1 in repositories [target/it/repository] 20:13:19.309 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature com.fasterxml.jackson.core:jackson-annotations:2.16.1 is target/it/repository/com/fasterxml/jackson/core/jackson-annotations/2.16.1/jackson-annotations-2.16.1.jar 20:13:19.311 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle com.fasterxml.jackson.core:jackson-core:2.16.1 20:13:19.311 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature com.fasterxml.jackson.core:jackson-core:2.16.1 in repositories [target/it/repository] 20:13:19.311 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature com.fasterxml.jackson.core:jackson-core:2.16.1 is target/it/repository/com/fasterxml/jackson/core/jackson-core/2.16.1/jackson-core-2.16.1.jar 20:13:19.314 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle com.fasterxml.jackson.core:jackson-databind:2.16.1 20:13:19.314 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature com.fasterxml.jackson.core:jackson-databind:2.16.1 in repositories [target/it/repository] 20:13:19.314 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature com.fasterxml.jackson.core:jackson-databind:2.16.1 is target/it/repository/com/fasterxml/jackson/core/jackson-databind/2.16.1/jackson-databind-2.16.1.jar 20:13:19.343 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.osgi:org.osgi.service.typedevent:1.0.0 20:13:19.343 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.osgi:org.osgi.service.typedevent:1.0.0 in repositories [target/it/repository] 20:13:19.344 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.osgi:org.osgi.service.typedevent:1.0.0 is target/it/repository/org/osgi/org.osgi.service.typedevent/1.0.0/org.osgi.service.typedevent-1.0.0.jar 20:13:19.345 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.osgi:org.osgi.util.pushstream:1.0.2 20:13:19.345 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.osgi:org.osgi.util.pushstream:1.0.2 in repositories [target/it/repository] 20:13:19.345 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.osgi:org.osgi.util.pushstream:1.0.2 is target/it/repository/org/osgi/org.osgi.util.pushstream/1.0.2/org.osgi.util.pushstream-1.0.2.jar 20:13:19.347 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.emf:org.eclipse.emf.common:2.29.0 20:13:19.347 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.emf:org.eclipse.emf.common:2.29.0 in repositories [target/it/repository] 20:13:19.348 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.eclipse.emf:org.eclipse.emf.common:2.29.0 is target/it/repository/org/eclipse/emf/org.eclipse.emf.common/2.29.0/org.eclipse.emf.common-2.29.0.jar 20:13:19.350 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.emf:org.eclipse.emf.ecore:2.35.0 20:13:19.350 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.emf:org.eclipse.emf.ecore:2.35.0 in repositories [target/it/repository] 20:13:19.351 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.eclipse.emf:org.eclipse.emf.ecore:2.35.0 is target/it/repository/org/eclipse/emf/org.eclipse.emf.ecore/2.35.0/org.eclipse.emf.ecore-2.35.0.jar 20:13:19.356 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.emf:org.eclipse.emf.ecore.xmi:2.36.0 20:13:19.357 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.emf:org.eclipse.emf.ecore.xmi:2.36.0 in repositories [target/it/repository] 20:13:19.357 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.eclipse.emf:org.eclipse.emf.ecore.xmi:2.36.0 is target/it/repository/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.36.0/org.eclipse.emf.ecore.xmi-2.36.0.jar 20:13:19.359 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.geckoprojects.emf:org.gecko.emf.osgi.component.minimal:6.1.0 20:13:19.359 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.geckoprojects.emf:org.gecko.emf.osgi.component.minimal:6.1.0 in repositories [target/it/repository] 20:13:19.359 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.geckoprojects.emf:org.gecko.emf.osgi.component.minimal:6.1.0 is target/it/repository/org/geckoprojects/emf/org.gecko.emf.osgi.component.minimal/6.1.0/org.gecko.emf.osgi.component.minimal-6.1.0.jar 20:13:19.363 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.apache.aries.component-dsl:org.apache.aries.component-dsl.component-dsl:1.2.2 20:13:19.363 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.apache.aries.component-dsl:org.apache.aries.component-dsl.component-dsl:1.2.2 in repositories [target/it/repository] 20:13:19.363 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.apache.aries.component-dsl:org.apache.aries.component-dsl.component-dsl:1.2.2 is target/it/repository/org/apache/aries/component-dsl/org.apache.aries.component-dsl.component-dsl/1.2.2/org.apache.aries.component-dsl.component-dsl-1.2.2.jar 20:13:19.366 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.apache.aries.typedevent:org.apache.aries.typedevent.bus:0.0.2-SNAPSHOT 20:13:19.366 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.apache.aries.typedevent:org.apache.aries.typedevent.bus:0.0.2-SNAPSHOT in repositories [target/it/repository] 20:13:19.366 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.apache.aries.typedevent:org.apache.aries.typedevent.bus:0.0.2-SNAPSHOT is target/it/repository/org/apache/aries/typedevent/org.apache.aries.typedevent.bus/0.0.2-SNAPSHOT/org.apache.aries.typedevent.bus-0.0.2-SNAPSHOT.jar 20:13:19.368 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle io.dropwizard.metrics:metrics-core:4.2.19 20:13:19.368 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature io.dropwizard.metrics:metrics-core:4.2.19 in repositories [target/it/repository] 20:13:19.368 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature io.dropwizard.metrics:metrics-core:4.2.19 is target/it/repository/io/dropwizard/metrics/metrics-core/4.2.19/metrics-core-4.2.19.jar 20:13:19.711 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.apache.aries.typedevent.bus.impl.TypedEventBusActivator -- Aries Typed Event Bus Starting Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/admin Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/system Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/system/version Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/system/version Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/system/started Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/system/started Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/system/started 20:13:19.950 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.apache.aries.typedevent.bus.impl.TypedEventBusActivator -- Aries Typed Event Bus Started 20:13:19.951 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Loading feature model jakarta-servlet-whiteboard-feature 20:13:19.952 [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 20:13:19.952 [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] 20:13:19.952 [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 20:13:19.959 [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 20:13:19.959 [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] 20:13:19.959 [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 Feb 12, 2024 8:13:19 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 12, 2024 8:13:19 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 20:13:20.076 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- QueuedThreadPool[qtp2131715522]@7f0f65c2{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] added {org.eclipse.jetty.util.thread.ThreadPoolBudget@456400d3,POJO} 20:13:20.077 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@51bb2c5d{STOPPED}[11.0.13,sto=0] added {QueuedThreadPool[qtp2131715522]@7f0f65c2{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY],AUTO} 20:13:20.088 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@51bb2c5d{STOPPED}[11.0.13,sto=0] added {AttributeContainerMap@6d15772e{size=0},AUTO} 20:13:20.092 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HashLoginService@393a4898[null] added {org.eclipse.jetty.security.DefaultIdentityService@3cb75445,POJO} 20:13:20.092 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HashLoginService@393a4898[OSGi HTTP Service Realm] added {UserStore@39270a7[users.count=0],AUTO} 20:13:20.092 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@51bb2c5d{STOPPED}[11.0.13,sto=0] added {HashLoginService@393a4898[OSGi HTTP Service Realm],AUTO} 20:13:20.165 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- o.e.j.s.ServletContextHandler@ba34cd9{/,null,STOPPED} added {SymlinkAllowedResourceAliasChecker@48c5c0dd{base=null,protected=[]},MANAGED} 20:13:20.173 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.handler.ContextHandlerCollection -- AT@2b9326df{cs=true;c=1;=/=[Lorg.eclipse.jetty.server.handler.ContextHandlerCollection$Branch;@4b702220} 20:13:20.179 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ContextHandlerCollection@7f25a148{STOPPED} added {o.e.j.s.ServletContextHandler@ba34cd9{/,null,STOPPED},AUTO} 20:13:20.190 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- o.e.j.s.ServletContextHandler@ba34cd9{/,null,STOPPED} added {org.eclipse.jetty.server.session.SessionHandler83683401==dftMaxIdleSec=-1,MANAGED} 20:13:20.192 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- org.eclipse.jetty.server.session.SessionHandler83683401==dftMaxIdleSec=-1 added {ServletHandler@5a21d709{STOPPED},MANAGED} 20:13:20.192 [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) 20:13:20.193 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- o.e.j.s.ServletContextHandler@ba34cd9{/,null,STOPPED} added {org.apache.felix.http.base.internal.EventDispatcher@79921ba8,POJO} 20:13:20.194 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- org.eclipse.jetty.server.session.SessionHandler83683401==dftMaxIdleSec=0 added {org.apache.felix.http.base.internal.EventDispatcher@79921ba8,POJO} 20:13:20.208 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServletHandler@5a21d709{STOPPED} added {org.apache.felix.http.base.internal.dispatch.DispatcherServlet-59252196==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@2717014{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED},AUTO} 20:13:20.209 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServletHandler@5a21d709{STOPPED} added {[/*]=>org.apache.felix.http.base.internal.dispatch.DispatcherServlet-59252196,POJO} 20:13:20.210 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@51bb2c5d{STOPPED}[11.0.13,sto=0] added {ContextHandlerCollection@7f25a148{STOPPED},MANAGED} 20:13:20.210 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING Server@51bb2c5d{STOPPED}[11.0.13,sto=0] 20:13:20.215 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@51bb2c5d{STARTING}[11.0.13,sto=0] added {ErrorHandler@2698a328{STOPPED},AUTO} 20:13:20.217 [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 20:13:20.272 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting Server@51bb2c5d{STARTING}[11.0.13,sto=0] 20:13:20.273 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING QueuedThreadPool[qtp2131715522]@7f0f65c2{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] 20:13:20.275 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0} 20:13:20.275 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- QueuedThreadPool[qtp2131715522]@7f0f65c2{STARTING,8<=0<=200,i=0,r=-1,q=0}[ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0}] added {ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0},AUTO} 20:13:20.276 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0} 20:13:20.298 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2222ms ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0} 20:13:20.301 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp2131715522-29,5,Configuration Admin Service] 20:13:20.301 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp2131715522-30,5,Configuration Admin Service] 20:13:20.301 [qtp2131715522-29] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp2131715522]@7f0f65c2{STARTING,8<=2<=200,i=2,r=-1,q=0}[ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0}] 20:13:20.301 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp2131715522-31,5,Configuration Admin Service] 20:13:20.301 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp2131715522-32,5,Configuration Admin Service] 20:13:20.301 [qtp2131715522-30] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp2131715522]@7f0f65c2{STARTING,8<=3<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0}] 20:13:20.302 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp2131715522-33,5,Configuration Admin Service] 20:13:20.302 [qtp2131715522-31] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp2131715522]@7f0f65c2{STARTING,8<=4<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0}] 20:13:20.302 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp2131715522-34,5,Configuration Admin Service] 20:13:20.302 [qtp2131715522-32] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp2131715522]@7f0f65c2{STARTING,8<=5<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0}] 20:13:20.302 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp2131715522-35,5,Configuration Admin Service] 20:13:20.302 [qtp2131715522-33] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp2131715522]@7f0f65c2{STARTING,8<=6<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0}] 20:13:20.302 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp2131715522-36,5,Configuration Admin Service] 20:13:20.302 [qtp2131715522-34] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp2131715522]@7f0f65c2{STARTING,8<=7<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0}] 20:13:20.302 [qtp2131715522-35] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp2131715522]@7f0f65c2{STARTING,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0}] 20:13:20.302 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2227ms QueuedThreadPool[qtp2131715522]@7f0f65c2{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0}] 20:13:20.302 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING AttributeContainerMap@6d15772e{size=0} 20:13:20.302 [qtp2131715522-36] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp2131715522]@7f0f65c2{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0}] 20:13:20.302 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2227ms AttributeContainerMap@6d15772e{size=0} 20:13:20.302 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING HashLoginService@393a4898[OSGi HTTP Service Realm] 20:13:20.302 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING UserStore@39270a7[users.count=0] 20:13:20.302 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2227ms UserStore@39270a7[users.count=0] 20:13:20.302 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2227ms HashLoginService@393a4898[OSGi HTTP Service Realm] 20:13:20.303 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ContextHandlerCollection@7f25a148{STOPPED} 20:13:20.303 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting ContextHandlerCollection@7f25a148{STARTING} 20:13:20.303 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING o.e.j.s.ServletContextHandler@ba34cd9{/,null,STOPPED} 20:13:20.303 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.DecoratedObjectFactory -- Adding Decorator: org.eclipse.jetty.util.DeprecationWarning@1d3389c2 20:13:20.349 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.http.PreEncodedHttpField -- HttpField encoders loaded: [org.eclipse.jetty.http.Http1FieldPreEncoder@1a31cfef, org.eclipse.jetty.http2.hpack.HpackFieldPreEncoder@44875c68] 20:13:20.366 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting o.e.j.s.ServletContextHandler@ba34cd9{/,null,STARTING} 20:13:20.366 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING SymlinkAllowedResourceAliasChecker@48c5c0dd{base=null,protected=[]} 20:13:20.366 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- o.e.j.s.ServletContextHandler@ba34cd9{/,null,STARTING} added {org.eclipse.jetty.server.AllowedResourceAliasChecker$AllowedResourceAliasCheckListener@2f8481c2,POJO} 20:13:20.366 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2291ms SymlinkAllowedResourceAliasChecker@48c5c0dd{base=null,protected=[]} 20:13:20.366 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING org.eclipse.jetty.server.session.SessionHandler83683401==dftMaxIdleSec=0 20:13:20.370 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- org.eclipse.jetty.server.session.SessionHandler83683401==dftMaxIdleSec=0 added {org.eclipse.jetty.server.session.DefaultSessionCache@3897d75a[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false],AUTO} 20:13:20.372 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- org.eclipse.jetty.server.session.DefaultSessionCache@3897d75a[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] added {org.eclipse.jetty.server.session.NullSessionDataStore@4e64d768[passivating=false,graceSec=3600],AUTO} 20:13:20.373 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING DefaultSessionIdManager@2f950dbc{STOPPED}[worker=null] 20:13:20.375 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- DefaultSessionIdManager@2f950dbc{STARTING}[worker=node0] added {HouseKeeper@1410ba11{STOPPED}[interval=600000, ownscheduler=false],MANAGED} 20:13:20.378 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO org.eclipse.jetty.server.session.DefaultSessionIdManager -- Session workerName=node0 20:13:20.378 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING HouseKeeper@1410ba11{STOPPED}[interval=600000, ownscheduler=false] 20:13:20.379 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ScheduledExecutorScheduler@57baafd2{STOPPED} 20:13:20.379 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2304ms ScheduledExecutorScheduler@57baafd2{STARTED} 20:13:20.379 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.session.HouseKeeper -- node0 using own scheduler for scavenging 20:13:20.379 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.session.HouseKeeper -- node0 scavenging every 660000ms 20:13:20.382 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2307ms HouseKeeper@1410ba11{STARTED}[interval=660000, ownscheduler=true] 20:13:20.382 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2307ms DefaultSessionIdManager@2f950dbc{STARTED}[worker=node0] 20:13:20.382 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@51bb2c5d{STARTING}[11.0.13,sto=0] added {DefaultSessionIdManager@2f950dbc{STARTED}[worker=node0],MANAGED} 20:13:20.382 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- org.eclipse.jetty.server.session.SessionHandler83683401==dftMaxIdleSec=0 added {DefaultSessionIdManager@2f950dbc{STARTED}[worker=node0],UNMANAGED} 20:13:20.383 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ScheduledExecutorScheduler@730c647f{STOPPED} 20:13:20.383 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2307ms ScheduledExecutorScheduler@730c647f{STARTED} 20:13:20.383 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting org.eclipse.jetty.server.session.SessionHandler83683401==dftMaxIdleSec=0 20:13:20.383 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ServletHandler@5a21d709{STOPPED} 20:13:20.391 [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-59252196[EMBEDDED:null] 20:13:20.393 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.http.pathmap.ServletPathSpec -- Creating ServletPathSpec[/*] (group: PREFIX_GLOB, prefix: "", suffix: "null") 20:13:20.394 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457a78e{/*},resource=MappedServlet1699e5c8{/*->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-59252196==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@2717014{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=1] 20:13:20.394 [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-59252196=MappedServlet62402dee{null->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-59252196==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@2717014{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}} 20:13:20.394 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.servlet.ServletHandler -- Adding Default404Servlet to ServletHandler@5a21d709{STARTING} 20:13:20.394 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServletHandler@5a21d709{STARTING} added {org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-7f2a2089==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@1d05b611{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED},AUTO} 20:13:20.395 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServletHandler@5a21d709{STARTING} added {[/]=>org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-7f2a2089,POJO} 20:13:20.395 [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-59252196[EMBEDDED:null] 20:13:20.395 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.http.pathmap.ServletPathSpec -- Creating ServletPathSpec[/*] (group: PREFIX_GLOB, prefix: "", suffix: "null") 20:13:20.395 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457a78e{/*},resource=MappedServlet1ce65ddf{/*->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-59252196==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@2717014{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=1] 20:13:20.395 [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-7f2a2089[EMBEDDED:null] 20:13:20.395 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457dcb7{/},resource=MappedServlet4528e7c7{/->org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-7f2a2089==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@1d05b611{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=2] 20:13:20.395 [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-7f2a2089=MappedServlet3ee43fc3{null->org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-7f2a2089==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@1d05b611{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}, org.apache.felix.http.base.internal.dispatch.DispatcherServlet-59252196=MappedServlet10e46efe{null->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-59252196==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@2717014{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}} 20:13:20.395 [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-59252196[EMBEDDED:null] 20:13:20.395 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.http.pathmap.ServletPathSpec -- Creating ServletPathSpec[/*] (group: PREFIX_GLOB, prefix: "", suffix: "null") 20:13:20.395 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457a78e{/*},resource=MappedServlet3e42d198{/*->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-59252196==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@2717014{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=1] 20:13:20.395 [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-7f2a2089[EMBEDDED:null] 20:13:20.395 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457dcb7{/},resource=MappedServlet3cd61f48{/->org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-7f2a2089==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@1d05b611{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=2] 20:13:20.395 [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-7f2a2089=MappedServlet3ee43fc3{null->org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-7f2a2089==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@1d05b611{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}, org.apache.felix.http.base.internal.dispatch.DispatcherServlet-59252196=MappedServlet10e46efe{null->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-59252196==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@2717014{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}} 20:13:20.395 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting ServletHandler@5a21d709{STARTING} 20:13:20.395 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2320ms ServletHandler@5a21d709{STARTED} 20:13:20.396 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING org.eclipse.jetty.server.session.DefaultSessionCache@3897d75a[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] 20:13:20.396 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING org.eclipse.jetty.server.session.NullSessionDataStore@4e64d768[passivating=false,graceSec=3600] 20:13:20.396 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2320ms org.eclipse.jetty.server.session.NullSessionDataStore@4e64d768[passivating=false,graceSec=3600] 20:13:20.396 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2320ms org.eclipse.jetty.server.session.DefaultSessionCache@3897d75a[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] 20:13:20.396 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2320ms org.eclipse.jetty.server.session.SessionHandler83683401==dftMaxIdleSec=0 20:13:20.398 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING org.apache.felix.http.base.internal.dispatch.DispatcherServlet-59252196==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@2717014{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED} 20:13:20.399 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2323ms org.apache.felix.http.base.internal.dispatch.DispatcherServlet-59252196==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@2717014{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STARTED} 20:13:20.399 [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-59252196 20:13:20.399 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-7f2a2089==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@1d05b611{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED} 20:13:20.400 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2324ms org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-7f2a2089==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@1d05b611{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STARTED} 20:13:20.400 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO org.eclipse.jetty.server.handler.ContextHandler -- Started o.e.j.s.ServletContextHandler@ba34cd9{/,null,AVAILABLE} 20:13:20.400 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2324ms o.e.j.s.ServletContextHandler@ba34cd9{/,null,AVAILABLE} 20:13:20.400 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2324ms ContextHandlerCollection@7f25a148{STARTED} 20:13:20.400 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ErrorHandler@2698a328{STOPPED} 20:13:20.400 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting ErrorHandler@2698a328{STARTING} 20:13:20.400 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2325ms ErrorHandler@2698a328{STARTED} 20:13:20.400 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO org.eclipse.jetty.server.Server -- Started Server@51bb2c5d{STARTING}[11.0.13,sto=0] @2325ms 20:13:20.400 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2325ms Server@51bb2c5d{STARTED}[11.0.13,sto=0] 20:13:20.400 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.session.HouseKeeper -- node0 scavenging every 660000ms 20:13:20.410 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpConnectionFactory@31bf755b[HTTP/1.1] added {HttpConfiguration@279a631c{32768/8192,8192/8192,https://:0,[]},POJO} 20:13:20.445 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@1e10a0a0{null, ()}{0.0.0.0:0} added {QueuedThreadPool[qtp2131715522]@7f0f65c2{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0}],UNMANAGED} 20:13:20.446 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@1e10a0a0{null, ()}{0.0.0.0:0} added {ScheduledExecutorScheduler@5cc3d81f{STOPPED},AUTO} 20:13:20.457 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@51bb2c5d{STARTED}[11.0.13,sto=0] added {LogarithmicArrayByteBufferPool@14014639{minBufferCapacity=0, maxBufferCapacity=65536, maxQueueLength=-1, factor=4096},POJO} 20:13:20.457 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@1e10a0a0{null, ()}{0.0.0.0:0} added {LogarithmicArrayByteBufferPool@14014639{minBufferCapacity=0, maxBufferCapacity=65536, maxQueueLength=-1, factor=4096},UNMANAGED} 20:13:20.457 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@1e10a0a0{null, ()}{0.0.0.0:0} added {org.eclipse.jetty.io.LogarithmicArrayByteBufferPool$LogarithmicRetainablePool@10d942c7{min=0,max=65536,buckets=17,heap=0/-1,direct=0/-1},POJO} 20:13:20.458 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@1e10a0a0{null, ()}{0.0.0.0:0} added {org.eclipse.jetty.server.AbstractConnector$1@59958110,POJO} 20:13:20.458 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@1e10a0a0{null, (http/1.1)}{0.0.0.0:0} added {HttpConnectionFactory@31bf755b[HTTP/1.1],AUTO} 20:13:20.458 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.AbstractConnector -- ServerConnector@1e10a0a0{HTTP/1.1, (http/1.1)}{0.0.0.0:0} added HttpConnectionFactory@31bf755b[HTTP/1.1] 20:13:20.461 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@1e10a0a0{HTTP/1.1, (http/1.1)}{0.0.0.0:0} added {SelectorManager@ServerConnector@1e10a0a0{HTTP/1.1, (http/1.1)}{0.0.0.0:0},MANAGED} 20:13:20.462 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@51bb2c5d{STARTED}[11.0.13,sto=0] added {ServerConnector@1e10a0a0{HTTP/1.1, (http/1.1)}{0.0.0.0:8080},UNMANAGED} 20:13:20.462 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ServerConnector@1e10a0a0{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 20:13:20.468 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@1e10a0a0{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} 20:13:20.470 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ScheduledExecutorScheduler@5cc3d81f{STOPPED} 20:13:20.470 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2395ms ScheduledExecutorScheduler@5cc3d81f{STARTED} 20:13:20.470 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING HttpConnectionFactory@31bf755b[HTTP/1.1] 20:13:20.470 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2395ms HttpConnectionFactory@31bf755b[HTTP/1.1] 20:13:20.470 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING SelectorManager@ServerConnector@1e10a0a0{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 20:13:20.475 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- AdaptiveExecutionStrategy@3106614d/SelectorProducer@16ad2b9f/IDLE/p=false/QueuedThreadPool[qtp2131715522]@7f0f65c2{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:13:20.47614454Z added {SelectorProducer@16ad2b9f,POJO} 20:13:20.476 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- AdaptiveExecutionStrategy@3106614d/SelectorProducer@16ad2b9f/IDLE/p=false/QueuedThreadPool[qtp2131715522]@7f0f65c2{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:13:20.476450017Z added {QueuedThreadPool[qtp2131715522]@7f0f65c2{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0}],UNMANAGED} 20:13:20.476 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- AdaptiveExecutionStrategy@3106614d/SelectorProducer@16ad2b9f/IDLE/p=false/QueuedThreadPool[qtp2131715522]@7f0f65c2{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:13:20.476658648Z created 20:13:20.476 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ManagedSelector@28686d1f{STOPPED} id=0 keys=-1 selected=-1 updates=0 added {AdaptiveExecutionStrategy@3106614d/SelectorProducer@16ad2b9f/IDLE/p=false/QueuedThreadPool[qtp2131715522]@7f0f65c2{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:13:20.476828067Z,MANAGED} 20:13:20.476 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- SelectorManager@ServerConnector@1e10a0a0{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} added {ManagedSelector@28686d1f{STOPPED} id=0 keys=-1 selected=-1 updates=0,AUTO} 20:13:20.476 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ManagedSelector@28686d1f{STOPPED} id=0 keys=-1 selected=-1 updates=0 20:13:20.477 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING AdaptiveExecutionStrategy@3106614d/SelectorProducer@16ad2b9f/IDLE/p=false/QueuedThreadPool[qtp2131715522]@7f0f65c2{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:13:20.477096947Z 20:13:20.477 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2401ms AdaptiveExecutionStrategy@3106614d/SelectorProducer@16ad2b9f/IDLE/p=false/QueuedThreadPool[qtp2131715522]@7f0f65c2{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:13:20.477245074Z 20:13:20.478 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue org.eclipse.jetty.io.ManagedSelector$$Lambda$383/0x00007f8edc30b3e0@602f3247 startThread=0 20:13:20.478 [qtp2131715522-29] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.io.ManagedSelector$$Lambda$383/0x00007f8edc30b3e0@602f3247 in QueuedThreadPool[qtp2131715522]@7f0f65c2{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0}] 20:13:20.479 [qtp2131715522-29] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- AdaptiveExecutionStrategy@3106614d/SelectorProducer@16ad2b9f/IDLE/p=false/QueuedThreadPool[qtp2131715522]@7f0f65c2{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:13:20.479179104Z tryProduce false 20:13:20.479 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.ManagedSelector$Start@4c21382e on ManagedSelector@28686d1f{STARTING} id=0 keys=0 selected=0 updates=0 20:13:20.480 [qtp2131715522-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 20:13:20.480 [qtp2131715522-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$Start@4c21382e 20:13:20.480 [qtp2131715522-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:13:20.480 [qtp2131715522-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@29d88ef5 waiting with 0 keys 20:13:20.480 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2405ms ManagedSelector@28686d1f{STARTED} id=0 keys=0 selected=0 updates=0 20:13:20.480 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2405ms SelectorManager@ServerConnector@1e10a0a0{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 20:13:20.481 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@1e10a0a0{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} added {acceptor-0@5398e6b,POJO} 20:13:20.482 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue acceptor-0@5398e6b startThread=0 20:13:20.482 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO org.eclipse.jetty.server.AbstractConnector -- Started ServerConnector@1e10a0a0{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 20:13:20.482 [qtp2131715522-30] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run acceptor-0@5398e6b in QueuedThreadPool[qtp2131715522]@7f0f65c2{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0}] 20:13:20.482 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2406ms ServerConnector@1e10a0a0{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 20:13:20.484 [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] 20:13:20.544 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@51bb2c5d{STARTED}[11.0.13,sto=0] added {org.apache.felix.http.jetty.internal.RequestLogTracker@4600999e,POJO} 20:13:20.546 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING Server@51bb2c5d{STARTED}[11.0.13,sto=0] 20:13:20.546 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.Server -- Stopped Server@51bb2c5d{STOPPING}[11.0.13,sto=0] 20:13:20.546 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.Server -- doStop Server@51bb2c5d{STOPPING}[11.0.13,sto=0] 20:13:20.546 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ServerConnector@1e10a0a0{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 20:13:20.546 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING SelectorManager@ServerConnector@1e10a0a0{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 20:13:20.547 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ManagedSelector@28686d1f{STARTED} id=0 keys=0 selected=0 updates=0 20:13:20.547 [qtp2131715522-30] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran qtp2131715522-30-acceptor-0@5398e6b-ServerConnector@1e10a0a0{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} in QueuedThreadPool[qtp2131715522]@7f0f65c2{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0}] 20:13:20.547 [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@28686d1f{STOPPING} id=0 keys=0 selected=0 updates=0 20:13:20.547 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Loading feature model jakarta-rest-whiteboard-feature 20:13:20.547 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@28686d1f{STOPPING} id=0 keys=0 selected=0 updates=1 20:13:20.548 [qtp2131715522-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@29d88ef5 woken with none selected 20:13:20.548 [qtp2131715522-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@29d88ef5 woken up from select, 0/0/0 selected 20:13:20.548 [qtp2131715522-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@29d88ef5 processing 0 keys, 1 updates 20:13:20.548 [qtp2131715522-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 20:13:20.548 [qtp2131715522-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$CloseConnections@11232948 20:13:20.548 [qtp2131715522-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- Closing 0 connections on ManagedSelector@28686d1f{STOPPING} id=0 keys=0 selected=0 updates=0 20:13:20.548 [qtp2131715522-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:13:20.548 [qtp2131715522-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@29d88ef5 waiting with 0 keys 20:13:20.548 [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@28686d1f{STOPPING} id=0 keys=0 selected=0 updates=0 20:13:20.548 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@28686d1f{STOPPING} id=0 keys=0 selected=0 updates=1 20:13:20.548 [qtp2131715522-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@29d88ef5 woken with none selected 20:13:20.548 [qtp2131715522-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@29d88ef5 woken up from select, 0/0/0 selected 20:13:20.548 [qtp2131715522-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@29d88ef5 processing 0 keys, 1 updates 20:13:20.549 [qtp2131715522-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 20:13:20.549 [qtp2131715522-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$StopSelector@6b723ae2 20:13:20.557 [qtp2131715522-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:13:20.557 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- The feature jakarta-rest-whiteboard-feature depends on the feature jakarta-servlet-whiteboard-feature, which is installed 20:13:20.557 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING AdaptiveExecutionStrategy@3106614d/SelectorProducer@16ad2b9f/PRODUCING/p=false/QueuedThreadPool[qtp2131715522]@7f0f65c2{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:13:20.557237588Z 20:13:20.557 [qtp2131715522-29] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.io.ManagedSelector$$Lambda$383/0x00007f8edc30b3e0@602f3247 in QueuedThreadPool[qtp2131715522]@7f0f65c2{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0}] 20:13:20.557 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.osgi-technology.rest:org.eclipse.osgitech.rest:1.2.2 20:13:20.557 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED AdaptiveExecutionStrategy@3106614d/SelectorProducer@16ad2b9f/IDLE/p=false/QueuedThreadPool[qtp2131715522]@7f0f65c2{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:13:20.557409333Z 20:13:20.557 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.osgi-technology.rest:org.eclipse.osgitech.rest:1.2.2 in repositories [target/it/repository] 20:13:20.557 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ManagedSelector@28686d1f{STOPPED} id=0 keys=-1 selected=-1 updates=0 20:13:20.557 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.eclipse.osgi-technology.rest:org.eclipse.osgitech.rest:1.2.2 is target/it/repository/org/eclipse/osgi-technology/rest/org.eclipse.osgitech.rest/1.2.2/org.eclipse.osgitech.rest-1.2.2.jar 20:13:20.557 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED SelectorManager@ServerConnector@1e10a0a0{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 20:13:20.557 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING HttpConnectionFactory@31bf755b[HTTP/1.1] 20:13:20.557 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED HttpConnectionFactory@31bf755b[HTTP/1.1] 20:13:20.557 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ScheduledExecutorScheduler@5cc3d81f{STARTED} 20:13:20.557 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ScheduledExecutorScheduler@5cc3d81f{STOPPED} 20:13:20.557 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.AbstractConnector -- Stopped ServerConnector@1e10a0a0{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 20:13:20.557 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ServerConnector@1e10a0a0{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 20:13:20.558 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- stopping Server@51bb2c5d{STOPPING}[11.0.13,sto=0] 20:13:20.558 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING DefaultSessionIdManager@2f950dbc{STARTED}[worker=node0] 20:13:20.558 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING HouseKeeper@1410ba11{STARTED}[interval=660000, ownscheduler=true] 20:13:20.558 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.session.HouseKeeper -- node0 stopped scavenging 20:13:20.558 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ScheduledExecutorScheduler@57baafd2{STARTED} 20:13:20.558 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ScheduledExecutorScheduler@57baafd2{STOPPED} 20:13:20.558 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED HouseKeeper@1410ba11{STOPPED}[interval=660000, ownscheduler=false] 20:13:20.558 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED DefaultSessionIdManager@2f950dbc{STOPPED}[worker=node0] 20:13:20.558 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ErrorHandler@2698a328{STARTED} 20:13:20.558 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- stopping ErrorHandler@2698a328{STOPPING} 20:13:20.558 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ErrorHandler@2698a328{STOPPED} 20:13:20.558 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ContextHandlerCollection@7f25a148{STARTED} 20:13:20.558 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- stopping ContextHandlerCollection@7f25a148{STOPPING} 20:13:20.558 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING o.e.j.s.ServletContextHandler@ba34cd9{/,null,AVAILABLE} 20:13:20.558 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- stopping o.e.j.s.ServletContextHandler@ba34cd9{/,null,STOPPED} 20:13:20.558 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING org.eclipse.jetty.server.session.SessionHandler83683401==dftMaxIdleSec=0 20:13:20.558 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.session.DefaultSessionCache -- Shutdown sessions, invalidating = false 20:13:20.558 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING org.eclipse.jetty.server.session.DefaultSessionCache@3897d75a[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] 20:13:20.558 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING org.eclipse.jetty.server.session.NullSessionDataStore@4e64d768[passivating=false,graceSec=3600] 20:13:20.558 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED org.eclipse.jetty.server.session.NullSessionDataStore@4e64d768[passivating=false,graceSec=3600] 20:13:20.558 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED org.eclipse.jetty.server.session.DefaultSessionCache@3897d75a[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] 20:13:20.559 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ScheduledExecutorScheduler@730c647f{STARTED} 20:13:20.559 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ScheduledExecutorScheduler@730c647f{STOPPED} 20:13:20.559 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- stopping org.eclipse.jetty.server.session.SessionHandler83683401==dftMaxIdleSec=0 20:13:20.559 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ServletHandler@5a21d709{STARTED} 20:13:20.559 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- stopping ServletHandler@5a21d709{STOPPING} 20:13:20.559 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-7f2a2089==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@1d05b611{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STARTED} 20:13:20.559 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-7f2a2089==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@1d05b611{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED} 20:13:20.559 [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-59252196==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@2717014{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 20:13:20.559 [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-59252196==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@2717014{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED} 20:13:20.560 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.osgi-technology.rest:org.eclipse.osgitech.rest.sse:1.2.2 20:13:20.560 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.osgi-technology.rest:org.eclipse.osgitech.rest.sse:1.2.2 in repositories [target/it/repository] 20:13:20.560 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.eclipse.osgi-technology.rest:org.eclipse.osgitech.rest.sse:1.2.2 is target/it/repository/org/eclipse/osgi-technology/rest/org.eclipse.osgitech.rest.sse/1.2.2/org.eclipse.osgitech.rest.sse-1.2.2.jar 20:13:20.565 [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-59252196[EMBEDDED:null] 20:13:20.565 [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") 20:13:20.565 [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-59252196==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@2717014{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=1] 20:13:20.565 [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-59252196=MappedServlete66368a{null->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-59252196==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@2717014{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}} 20:13:20.565 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.osgi-technology.rest:org.eclipse.osgitech.rest.servlet.whiteboard:1.2.2 20:13:20.565 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.osgi-technology.rest:org.eclipse.osgitech.rest.servlet.whiteboard:1.2.2 in repositories [target/it/repository] 20:13:20.566 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.eclipse.osgi-technology.rest:org.eclipse.osgitech.rest.servlet.whiteboard:1.2.2 is target/it/repository/org/eclipse/osgi-technology/rest/org.eclipse.osgitech.rest.servlet.whiteboard/1.2.2/org.eclipse.osgitech.rest.servlet.whiteboard-1.2.2.jar 20:13:20.566 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ServletHandler@5a21d709{STOPPED} 20:13:20.566 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED org.eclipse.jetty.server.session.SessionHandler83683401==dftMaxIdleSec=0 20:13:20.566 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING SymlinkAllowedResourceAliasChecker@48c5c0dd{base=null,protected=[]} 20:13:20.566 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED SymlinkAllowedResourceAliasChecker@48c5c0dd{base=null,protected=[]} 20:13:20.566 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.handler.ContextHandler -- Stopped o.e.j.s.ServletContextHandler@ba34cd9{/,null,STOPPED} 20:13:20.566 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED o.e.j.s.ServletContextHandler@ba34cd9{/,null,STOPPED} 20:13:20.566 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ContextHandlerCollection@7f25a148{STOPPED} 20:13:20.566 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING HashLoginService@393a4898[OSGi HTTP Service Realm] 20:13:20.566 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING UserStore@39270a7[users.count=0] 20:13:20.566 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED UserStore@39270a7[users.count=0] 20:13:20.566 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED HashLoginService@393a4898[OSGi HTTP Service Realm] 20:13:20.566 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING AttributeContainerMap@6d15772e{size=0} 20:13:20.566 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED AttributeContainerMap@6d15772e{size=0} 20:13:20.566 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING QueuedThreadPool[qtp2131715522]@7f0f65c2{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0}] 20:13:20.566 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Stopping QueuedThreadPool[qtp2131715522]@7f0f65c2{STOPPING,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0}] 20:13:20.566 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0} 20:13:20.567 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.osgi:org.osgi.service.jakartars:2.0.0 20:13:20.568 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.osgi:org.osgi.service.jakartars:2.0.0 in repositories [target/it/repository] 20:13:20.568 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.osgi:org.osgi.service.jakartars:2.0.0 is target/it/repository/org/osgi/org.osgi.service.jakartars/2.0.0/org.osgi.service.jakartars-2.0.0.jar 20:13:20.568 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ReservedThreadExecutor@436ec45a{reserved=-1/2,pending=0} 20:13:20.569 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Waiting for Thread[qtp2131715522-30,5,Configuration Admin Service] for 2499 20:13:20.569 [qtp2131715522-32] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$324/0x00007f8edc27fca0@51666de1 in QueuedThreadPool[qtp2131715522]@7f0f65c2{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:20.569 [qtp2131715522-31] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$324/0x00007f8edc27fca0@51666de1 in QueuedThreadPool[qtp2131715522]@7f0f65c2{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:20.569 [qtp2131715522-33] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$324/0x00007f8edc27fca0@51666de1 in QueuedThreadPool[qtp2131715522]@7f0f65c2{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:20.569 [qtp2131715522-32] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$324/0x00007f8edc27fca0@51666de1 in QueuedThreadPool[qtp2131715522]@7f0f65c2{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:20.569 [qtp2131715522-34] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$324/0x00007f8edc27fca0@51666de1 in QueuedThreadPool[qtp2131715522]@7f0f65c2{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:20.569 [qtp2131715522-31] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$324/0x00007f8edc27fca0@51666de1 in QueuedThreadPool[qtp2131715522]@7f0f65c2{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:20.569 [qtp2131715522-33] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$324/0x00007f8edc27fca0@51666de1 in QueuedThreadPool[qtp2131715522]@7f0f65c2{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:20.569 [qtp2131715522-35] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$324/0x00007f8edc27fca0@51666de1 in QueuedThreadPool[qtp2131715522]@7f0f65c2{STOPPING,8<=0<=200,i=9,r=-1,q=0}[NO_TRY] 20:13:20.569 [qtp2131715522-36] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$324/0x00007f8edc27fca0@51666de1 in QueuedThreadPool[qtp2131715522]@7f0f65c2{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:20.569 [qtp2131715522-31] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[qtp2131715522-31,5,Configuration Admin Service] exited for QueuedThreadPool[qtp2131715522]@7f0f65c2{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:20.569 [qtp2131715522-34] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$324/0x00007f8edc27fca0@51666de1 in QueuedThreadPool[qtp2131715522]@7f0f65c2{STOPPING,8<=0<=200,i=9,r=-1,q=0}[NO_TRY] 20:13:20.569 [qtp2131715522-32] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[qtp2131715522-32,5,Configuration Admin Service] exited for QueuedThreadPool[qtp2131715522]@7f0f65c2{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:20.569 [qtp2131715522-33] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[qtp2131715522-33,5,Configuration Admin Service] exited for QueuedThreadPool[qtp2131715522]@7f0f65c2{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:20.569 [qtp2131715522-35] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$324/0x00007f8edc27fca0@51666de1 in QueuedThreadPool[qtp2131715522]@7f0f65c2{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:20.569 [qtp2131715522-36] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$324/0x00007f8edc27fca0@51666de1 in QueuedThreadPool[qtp2131715522]@7f0f65c2{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:20.569 [qtp2131715522-29] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$324/0x00007f8edc27fca0@51666de1 in QueuedThreadPool[qtp2131715522]@7f0f65c2{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:20.569 [qtp2131715522-36] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[qtp2131715522-36,5,Configuration Admin Service] exited for QueuedThreadPool[qtp2131715522]@7f0f65c2{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:20.569 [qtp2131715522-34] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[qtp2131715522-34,5,Configuration Admin Service] exited for QueuedThreadPool[qtp2131715522]@7f0f65c2{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:20.569 [qtp2131715522-30] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$324/0x00007f8edc27fca0@51666de1 in QueuedThreadPool[qtp2131715522]@7f0f65c2{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:20.569 [qtp2131715522-35] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[qtp2131715522-35,5,Configuration Admin Service] exited for QueuedThreadPool[qtp2131715522]@7f0f65c2{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:20.569 [qtp2131715522-29] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$324/0x00007f8edc27fca0@51666de1 in QueuedThreadPool[qtp2131715522]@7f0f65c2{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:20.569 [qtp2131715522-29] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[qtp2131715522-29,5,Configuration Admin Service] exited for QueuedThreadPool[qtp2131715522]@7f0f65c2{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:20.569 [qtp2131715522-30] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$324/0x00007f8edc27fca0@51666de1 in QueuedThreadPool[qtp2131715522]@7f0f65c2{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:20.569 [qtp2131715522-30] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[qtp2131715522-30,5,Configuration Admin Service] exited for QueuedThreadPool[qtp2131715522]@7f0f65c2{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:20.569 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Waiting for Thread[qtp2131715522-31,5,] for 2499 20:13:20.569 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Waiting for Thread[qtp2131715522-35,5,] for 2499 20:13:20.569 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED QueuedThreadPool[qtp2131715522]@7f0f65c2{STOPPED,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:20.570 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED Server@51bb2c5d{STOPPED}[11.0.13,sto=0] 20:13:20.570 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.apache.felix.http -- Stopped Jetty 20:13:20.570 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- QueuedThreadPool[qtp304157852]@1221149c{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] added {org.eclipse.jetty.util.thread.ThreadPoolBudget@4c4e8b6,POJO} 20:13:20.570 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@1dcb86aa{STOPPED}[11.0.13,sto=0] added {QueuedThreadPool[qtp304157852]@1221149c{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY],AUTO} 20:13:20.570 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@1dcb86aa{STOPPED}[11.0.13,sto=0] added {AttributeContainerMap@659b7320{size=0},AUTO} 20:13:20.570 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HashLoginService@7f841efb[null] added {org.eclipse.jetty.security.DefaultIdentityService@5ca6c8e5,POJO} 20:13:20.570 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HashLoginService@7f841efb[OSGi HTTP Service Realm] added {UserStore@1d99fb0d[users.count=0],AUTO} 20:13:20.570 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@1dcb86aa{STOPPED}[11.0.13,sto=0] added {HashLoginService@7f841efb[OSGi HTTP Service Realm],AUTO} 20:13:20.570 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- o.e.j.s.ServletContextHandler@23a589ed{/,null,STOPPED} added {SymlinkAllowedResourceAliasChecker@7c8938a4{base=null,protected=[]},MANAGED} 20:13:20.570 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.ContextHandlerCollection -- AT@16823630{cs=true;c=1;=/=[Lorg.eclipse.jetty.server.handler.ContextHandlerCollection$Branch;@4411f67e} 20:13:20.570 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ContextHandlerCollection@4bf4f5f0{STOPPED} added {o.e.j.s.ServletContextHandler@23a589ed{/,null,STOPPED},AUTO} 20:13:20.570 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle jakarta.ws.rs:jakarta.ws.rs-api:3.1.0 20:13:20.570 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature jakarta.ws.rs:jakarta.ws.rs-api:3.1.0 in repositories [target/it/repository] 20:13:20.571 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- o.e.j.s.ServletContextHandler@23a589ed{/,null,STOPPED} added {org.eclipse.jetty.server.session.SessionHandler2123212850==dftMaxIdleSec=-1,MANAGED} 20:13:20.571 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature jakarta.ws.rs:jakarta.ws.rs-api:3.1.0 is target/it/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.1.0/jakarta.ws.rs-api-3.1.0.jar 20:13:20.571 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- org.eclipse.jetty.server.session.SessionHandler2123212850==dftMaxIdleSec=-1 added {ServletHandler@79392265{STOPPED},MANAGED} 20:13:20.571 [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) 20:13:20.571 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- o.e.j.s.ServletContextHandler@23a589ed{/,null,STOPPED} added {org.apache.felix.http.base.internal.EventDispatcher@79921ba8,POJO} 20:13:20.571 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- org.eclipse.jetty.server.session.SessionHandler2123212850==dftMaxIdleSec=0 added {org.apache.felix.http.base.internal.EventDispatcher@79921ba8,POJO} 20:13:20.571 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServletHandler@79392265{STOPPED} added {org.apache.felix.http.base.internal.dispatch.DispatcherServlet-3250993a==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@c53ed7f9{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED},AUTO} 20:13:20.571 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServletHandler@79392265{STOPPED} added {[/*]=>org.apache.felix.http.base.internal.dispatch.DispatcherServlet-3250993a,POJO} 20:13:20.571 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@1dcb86aa{STOPPED}[11.0.13,sto=0] added {ContextHandlerCollection@4bf4f5f0{STOPPED},MANAGED} 20:13:20.571 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING Server@1dcb86aa{STOPPED}[11.0.13,sto=0] 20:13:20.571 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@1dcb86aa{STARTING}[11.0.13,sto=0] added {ErrorHandler@5ee7b1f5{STOPPED},AUTO} 20:13:20.571 [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 20:13:20.571 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting Server@1dcb86aa{STARTING}[11.0.13,sto=0] 20:13:20.571 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING QueuedThreadPool[qtp304157852]@1221149c{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] 20:13:20.571 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@4d385e23{reserved=0/2,pending=0} 20:13:20.571 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- QueuedThreadPool[qtp304157852]@1221149c{STARTING,8<=0<=200,i=0,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=0/2,pending=0}] added {ReservedThreadExecutor@4d385e23{reserved=0/2,pending=0},AUTO} 20:13:20.571 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ReservedThreadExecutor@4d385e23{reserved=0/2,pending=0} 20:13:20.572 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2496ms ReservedThreadExecutor@4d385e23{reserved=0/2,pending=0} 20:13:20.572 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp304157852-39,5,Configuration Admin Service] 20:13:20.572 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp304157852-40,5,Configuration Admin Service] 20:13:20.572 [qtp304157852-39] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp304157852]@1221149c{STARTING,8<=2<=200,i=2,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=0/2,pending=0}] 20:13:20.572 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp304157852-41,5,Configuration Admin Service] 20:13:20.572 [qtp304157852-40] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp304157852]@1221149c{STARTING,8<=3<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=0/2,pending=0}] 20:13:20.572 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp304157852-42,5,Configuration Admin Service] 20:13:20.572 [qtp304157852-41] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp304157852]@1221149c{STARTING,8<=4<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=0/2,pending=0}] 20:13:20.572 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp304157852-43,5,Configuration Admin Service] 20:13:20.572 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp304157852-44,5,Configuration Admin Service] 20:13:20.572 [qtp304157852-42] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp304157852]@1221149c{STARTING,8<=6<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=0/2,pending=0}] 20:13:20.572 [qtp304157852-43] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp304157852]@1221149c{STARTING,8<=6<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=0/2,pending=0}] 20:13:20.572 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp304157852-45,5,Configuration Admin Service] 20:13:20.573 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle jakarta.activation:jakarta.activation-api:2.1.0 20:13:20.573 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp304157852-46,5,Configuration Admin Service] 20:13:20.573 [qtp304157852-44] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp304157852]@1221149c{STARTING,8<=7<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=0/2,pending=0}] 20:13:20.573 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature jakarta.activation:jakarta.activation-api:2.1.0 in repositories [target/it/repository] 20:13:20.573 [qtp304157852-45] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp304157852]@1221149c{STARTING,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=0/2,pending=0}] 20:13:20.573 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature jakarta.activation:jakarta.activation-api:2.1.0 is target/it/repository/jakarta/activation/jakarta.activation-api/2.1.0/jakarta.activation-api-2.1.0.jar 20:13:20.573 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2497ms QueuedThreadPool[qtp304157852]@1221149c{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=0/2,pending=0}] 20:13:20.573 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING AttributeContainerMap@659b7320{size=0} 20:13:20.573 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2497ms AttributeContainerMap@659b7320{size=0} 20:13:20.573 [qtp304157852-46] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp304157852]@1221149c{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=0/2,pending=0}] 20:13:20.573 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING HashLoginService@7f841efb[OSGi HTTP Service Realm] 20:13:20.573 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING UserStore@1d99fb0d[users.count=0] 20:13:20.573 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2497ms UserStore@1d99fb0d[users.count=0] 20:13:20.573 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2497ms HashLoginService@7f841efb[OSGi HTTP Service Realm] 20:13:20.573 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ContextHandlerCollection@4bf4f5f0{STOPPED} 20:13:20.573 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting ContextHandlerCollection@4bf4f5f0{STARTING} 20:13:20.573 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING o.e.j.s.ServletContextHandler@23a589ed{/,null,STOPPED} 20:13:20.573 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.DecoratedObjectFactory -- Adding Decorator: org.eclipse.jetty.util.DeprecationWarning@671a7f4 20:13:20.573 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting o.e.j.s.ServletContextHandler@23a589ed{/,null,STARTING} 20:13:20.573 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING SymlinkAllowedResourceAliasChecker@7c8938a4{base=null,protected=[]} 20:13:20.573 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- o.e.j.s.ServletContextHandler@23a589ed{/,null,STARTING} added {org.eclipse.jetty.server.AllowedResourceAliasChecker$AllowedResourceAliasCheckListener@22814221,POJO} 20:13:20.573 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2498ms SymlinkAllowedResourceAliasChecker@7c8938a4{base=null,protected=[]} 20:13:20.573 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING org.eclipse.jetty.server.session.SessionHandler2123212850==dftMaxIdleSec=0 20:13:20.573 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- org.eclipse.jetty.server.session.SessionHandler2123212850==dftMaxIdleSec=0 added {org.eclipse.jetty.server.session.DefaultSessionCache@722858be[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false],AUTO} 20:13:20.573 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- org.eclipse.jetty.server.session.DefaultSessionCache@722858be[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] added {org.eclipse.jetty.server.session.NullSessionDataStore@1c18ade0[passivating=false,graceSec=3600],AUTO} 20:13:20.573 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING DefaultSessionIdManager@175de790{STOPPED}[worker=null] 20:13:20.574 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- DefaultSessionIdManager@175de790{STARTING}[worker=node0] added {HouseKeeper@3fe53f10{STOPPED}[interval=600000, ownscheduler=false],MANAGED} 20:13:20.574 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.session.DefaultSessionIdManager -- Session workerName=node0 20:13:20.574 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING HouseKeeper@3fe53f10{STOPPED}[interval=600000, ownscheduler=false] 20:13:20.574 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ScheduledExecutorScheduler@fb87dfa{STOPPED} 20:13:20.574 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2498ms ScheduledExecutorScheduler@fb87dfa{STARTED} 20:13:20.574 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.session.HouseKeeper -- node0 using own scheduler for scavenging 20:13:20.574 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.session.HouseKeeper -- node0 scavenging every 660000ms 20:13:20.574 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2499ms HouseKeeper@3fe53f10{STARTED}[interval=660000, ownscheduler=true] 20:13:20.574 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2499ms DefaultSessionIdManager@175de790{STARTED}[worker=node0] 20:13:20.574 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@1dcb86aa{STARTING}[11.0.13,sto=0] added {DefaultSessionIdManager@175de790{STARTED}[worker=node0],MANAGED} 20:13:20.574 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- org.eclipse.jetty.server.session.SessionHandler2123212850==dftMaxIdleSec=0 added {DefaultSessionIdManager@175de790{STARTED}[worker=node0],UNMANAGED} 20:13:20.574 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ScheduledExecutorScheduler@2e8fba75{STOPPED} 20:13:20.574 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2499ms ScheduledExecutorScheduler@2e8fba75{STARTED} 20:13:20.574 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting org.eclipse.jetty.server.session.SessionHandler2123212850==dftMaxIdleSec=0 20:13:20.574 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ServletHandler@79392265{STOPPED} 20:13:20.574 [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-3250993a[EMBEDDED:null] 20:13:20.575 [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") 20:13:20.575 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457a78e{/*},resource=MappedServlet38840d0b{/*->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-3250993a==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@c53ed7f9{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=1] 20:13:20.575 [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-3250993a=MappedServlet749fe04c{null->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-3250993a==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@c53ed7f9{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}} 20:13:20.575 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.servlet.ServletHandler -- Adding Default404Servlet to ServletHandler@79392265{STARTING} 20:13:20.575 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServletHandler@79392265{STARTING} added {org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-17d8ec29==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@4aa240f3{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED},AUTO} 20:13:20.575 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServletHandler@79392265{STARTING} added {[/]=>org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-17d8ec29,POJO} 20:13:20.575 [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-3250993a[EMBEDDED:null] 20:13:20.575 [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") 20:13:20.575 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457a78e{/*},resource=MappedServlet4457a0b5{/*->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-3250993a==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@c53ed7f9{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=1] 20:13:20.575 [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-17d8ec29[EMBEDDED:null] 20:13:20.575 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457dcb7{/},resource=MappedServlet5c230161{/->org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-17d8ec29==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@4aa240f3{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=2] 20:13:20.575 [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-17d8ec29=MappedServlet57b51729{null->org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-17d8ec29==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@4aa240f3{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}, org.apache.felix.http.base.internal.dispatch.DispatcherServlet-3250993a=MappedServlet7dc0052{null->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-3250993a==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@c53ed7f9{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}} 20:13:20.575 [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-3250993a[EMBEDDED:null] 20:13:20.575 [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") 20:13:20.575 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457a78e{/*},resource=MappedServlet7ef74a14{/*->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-3250993a==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@c53ed7f9{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=1] 20:13:20.575 [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-17d8ec29[EMBEDDED:null] 20:13:20.575 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457dcb7{/},resource=MappedServlet3a9b74a2{/->org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-17d8ec29==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@4aa240f3{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=2] 20:13:20.575 [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-17d8ec29=MappedServlet57b51729{null->org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-17d8ec29==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@4aa240f3{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}, org.apache.felix.http.base.internal.dispatch.DispatcherServlet-3250993a=MappedServlet7dc0052{null->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-3250993a==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@c53ed7f9{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}} 20:13:20.576 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting ServletHandler@79392265{STARTING} 20:13:20.576 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2500ms ServletHandler@79392265{STARTED} 20:13:20.576 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING org.eclipse.jetty.server.session.DefaultSessionCache@722858be[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] 20:13:20.576 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING org.eclipse.jetty.server.session.NullSessionDataStore@1c18ade0[passivating=false,graceSec=3600] 20:13:20.576 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2500ms org.eclipse.jetty.server.session.NullSessionDataStore@1c18ade0[passivating=false,graceSec=3600] 20:13:20.576 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2500ms org.eclipse.jetty.server.session.DefaultSessionCache@722858be[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] 20:13:20.576 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2500ms org.eclipse.jetty.server.session.SessionHandler2123212850==dftMaxIdleSec=0 20:13:20.576 [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-3250993a==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@c53ed7f9{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED} 20:13:20.576 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2500ms org.apache.felix.http.base.internal.dispatch.DispatcherServlet-3250993a==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@c53ed7f9{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STARTED} 20:13:20.576 [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-3250993a 20:13:20.576 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-17d8ec29==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@4aa240f3{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED} 20:13:20.576 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2501ms org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-17d8ec29==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@4aa240f3{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STARTED} 20:13:20.576 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.handler.ContextHandler -- Started o.e.j.s.ServletContextHandler@23a589ed{/,null,AVAILABLE} 20:13:20.576 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2501ms o.e.j.s.ServletContextHandler@23a589ed{/,null,AVAILABLE} 20:13:20.576 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2501ms ContextHandlerCollection@4bf4f5f0{STARTED} 20:13:20.576 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ErrorHandler@5ee7b1f5{STOPPED} 20:13:20.576 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting ErrorHandler@5ee7b1f5{STARTING} 20:13:20.576 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2501ms ErrorHandler@5ee7b1f5{STARTED} 20:13:20.576 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.Server -- Started Server@1dcb86aa{STARTING}[11.0.13,sto=0] @2501ms 20:13:20.576 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2501ms Server@1dcb86aa{STARTED}[11.0.13,sto=0] 20:13:20.576 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.session.HouseKeeper -- node0 scavenging every 660000ms 20:13:20.577 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle jakarta.annotation:jakarta.annotation-api:2.1.1 20:13:20.577 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpConnectionFactory@45683087[HTTP/1.1] added {HttpConfiguration@22d176e8{32768/8192,8192/8192,https://:0,[]},POJO} 20:13:20.577 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature jakarta.annotation:jakarta.annotation-api:2.1.1 in repositories [target/it/repository] 20:13:20.577 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature jakarta.annotation:jakarta.annotation-api:2.1.1 is target/it/repository/jakarta/annotation/jakarta.annotation-api/2.1.1/jakarta.annotation-api-2.1.1.jar 20:13:20.577 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@66323f4c{null, ()}{0.0.0.0:0} added {QueuedThreadPool[qtp304157852]@1221149c{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=0/2,pending=0}],UNMANAGED} 20:13:20.577 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@66323f4c{null, ()}{0.0.0.0:0} added {ScheduledExecutorScheduler@76d694c{STOPPED},AUTO} 20:13:20.577 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@1dcb86aa{STARTED}[11.0.13,sto=0] added {LogarithmicArrayByteBufferPool@3858d2e{minBufferCapacity=0, maxBufferCapacity=65536, maxQueueLength=-1, factor=4096},POJO} 20:13:20.577 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@66323f4c{null, ()}{0.0.0.0:0} added {LogarithmicArrayByteBufferPool@3858d2e{minBufferCapacity=0, maxBufferCapacity=65536, maxQueueLength=-1, factor=4096},UNMANAGED} 20:13:20.577 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@66323f4c{null, ()}{0.0.0.0:0} added {org.eclipse.jetty.io.LogarithmicArrayByteBufferPool$LogarithmicRetainablePool@2a4add80{min=0,max=65536,buckets=17,heap=0/-1,direct=0/-1},POJO} 20:13:20.577 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@66323f4c{null, ()}{0.0.0.0:0} added {org.eclipse.jetty.server.AbstractConnector$1@5d755fda,POJO} 20:13:20.577 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@66323f4c{null, (http/1.1)}{0.0.0.0:0} added {HttpConnectionFactory@45683087[HTTP/1.1],AUTO} 20:13:20.577 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.AbstractConnector -- ServerConnector@66323f4c{HTTP/1.1, (http/1.1)}{0.0.0.0:0} added HttpConnectionFactory@45683087[HTTP/1.1] 20:13:20.577 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@66323f4c{HTTP/1.1, (http/1.1)}{0.0.0.0:0} added {SelectorManager@ServerConnector@66323f4c{HTTP/1.1, (http/1.1)}{0.0.0.0:0},MANAGED} 20:13:20.578 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@1dcb86aa{STARTED}[11.0.13,sto=0] added {ServerConnector@66323f4c{HTTP/1.1, (http/1.1)}{0.0.0.0:8083},UNMANAGED} 20:13:20.578 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ServerConnector@66323f4c{HTTP/1.1, (http/1.1)}{0.0.0.0:8083} 20:13:20.578 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@66323f4c{HTTP/1.1, (http/1.1)}{0.0.0.0:8083} added {sun.nio.ch.ServerSocketChannelImpl[/[0:0:0:0:0:0:0:0]:8083],POJO} 20:13:20.578 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle jakarta.inject:jakarta.inject-api:2.0.1 20:13:20.578 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ScheduledExecutorScheduler@76d694c{STOPPED} 20:13:20.578 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature jakarta.inject:jakarta.inject-api:2.0.1 in repositories [target/it/repository] 20:13:20.578 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2503ms ScheduledExecutorScheduler@76d694c{STARTED} 20:13:20.578 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature jakarta.inject:jakarta.inject-api:2.0.1 is target/it/repository/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.jar 20:13:20.578 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING HttpConnectionFactory@45683087[HTTP/1.1] 20:13:20.578 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2503ms HttpConnectionFactory@45683087[HTTP/1.1] 20:13:20.578 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING SelectorManager@ServerConnector@66323f4c{HTTP/1.1, (http/1.1)}{0.0.0.0:8083} 20:13:20.578 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- AdaptiveExecutionStrategy@313e7a31/SelectorProducer@1efd6dc5/IDLE/p=false/QueuedThreadPool[qtp304157852]@1221149c{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:13:20.578901878Z added {SelectorProducer@1efd6dc5,POJO} 20:13:20.579 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- AdaptiveExecutionStrategy@313e7a31/SelectorProducer@1efd6dc5/IDLE/p=false/QueuedThreadPool[qtp304157852]@1221149c{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:13:20.579056533Z added {QueuedThreadPool[qtp304157852]@1221149c{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=0/2,pending=0}],UNMANAGED} 20:13:20.579 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- AdaptiveExecutionStrategy@313e7a31/SelectorProducer@1efd6dc5/IDLE/p=false/QueuedThreadPool[qtp304157852]@1221149c{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:13:20.579207916Z created 20:13:20.579 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ManagedSelector@62a71547{STOPPED} id=0 keys=-1 selected=-1 updates=0 added {AdaptiveExecutionStrategy@313e7a31/SelectorProducer@1efd6dc5/IDLE/p=false/QueuedThreadPool[qtp304157852]@1221149c{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:13:20.579317683Z,MANAGED} 20:13:20.579 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- SelectorManager@ServerConnector@66323f4c{HTTP/1.1, (http/1.1)}{0.0.0.0:8083} added {ManagedSelector@62a71547{STOPPED} id=0 keys=-1 selected=-1 updates=0,AUTO} 20:13:20.579 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ManagedSelector@62a71547{STOPPED} id=0 keys=-1 selected=-1 updates=0 20:13:20.579 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING AdaptiveExecutionStrategy@313e7a31/SelectorProducer@1efd6dc5/IDLE/p=false/QueuedThreadPool[qtp304157852]@1221149c{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:13:20.579506423Z 20:13:20.579 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2504ms AdaptiveExecutionStrategy@313e7a31/SelectorProducer@1efd6dc5/IDLE/p=false/QueuedThreadPool[qtp304157852]@1221149c{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:13:20.57959148Z 20:13:20.579 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue org.eclipse.jetty.io.ManagedSelector$$Lambda$383/0x00007f8edc30b3e0@15db0d46 startThread=0 20:13:20.579 [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@57f6123e on ManagedSelector@62a71547{STARTING} id=0 keys=0 selected=0 updates=0 20:13:20.579 [qtp304157852-39] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.io.ManagedSelector$$Lambda$383/0x00007f8edc30b3e0@15db0d46 in QueuedThreadPool[qtp304157852]@1221149c{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=0/2,pending=0}] 20:13:20.579 [qtp304157852-39] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- AdaptiveExecutionStrategy@313e7a31/SelectorProducer@1efd6dc5/IDLE/p=false/QueuedThreadPool[qtp304157852]@1221149c{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:13:20.579896559Z tryProduce false 20:13:20.579 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 20:13:20.580 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$Start@57f6123e 20:13:20.580 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle jakarta.validation:jakarta.validation-api:3.0.2 20:13:20.580 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature jakarta.validation:jakarta.validation-api:3.0.2 in repositories [target/it/repository] 20:13:20.580 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:13:20.580 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@730adaeb waiting with 0 keys 20:13:20.580 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2504ms ManagedSelector@62a71547{STARTED} id=0 keys=0 selected=0 updates=0 20:13:20.580 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature jakarta.validation:jakarta.validation-api:3.0.2 is target/it/repository/jakarta/validation/jakarta.validation-api/3.0.2/jakarta.validation-api-3.0.2.jar 20:13:20.580 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2504ms SelectorManager@ServerConnector@66323f4c{HTTP/1.1, (http/1.1)}{0.0.0.0:8083} 20:13:20.580 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@66323f4c{HTTP/1.1, (http/1.1)}{0.0.0.0:8083} added {acceptor-0@2290de40,POJO} 20:13:20.580 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue acceptor-0@2290de40 startThread=0 20:13:20.580 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.AbstractConnector -- Started ServerConnector@66323f4c{HTTP/1.1, (http/1.1)}{0.0.0.0:8083} 20:13:20.580 [qtp304157852-40] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run acceptor-0@2290de40 in QueuedThreadPool[qtp304157852]@1221149c{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=0/2,pending=0}] 20:13:20.580 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2504ms ServerConnector@66323f4c{HTTP/1.1, (http/1.1)}{0.0.0.0:8083} 20:13:20.580 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.apache.felix.http -- Started Jetty 11.0.13 at port(s) HTTP:8083 on context path / [minThreads=8,maxThreads=200,acceptors=1,selectors=1] 20:13:20.642 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle jakarta.xml.bind:jakarta.xml.bind-api:4.0.0 20:13:20.642 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature jakarta.xml.bind:jakarta.xml.bind-api:4.0.0 in repositories [target/it/repository] 20:13:20.642 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature jakarta.xml.bind:jakarta.xml.bind-api:4.0.0 is target/it/repository/jakarta/xml/bind/jakarta.xml.bind-api/4.0.0/jakarta.xml.bind-api-4.0.0.jar 20:13:20.643 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@1dcb86aa{STARTED}[11.0.13,sto=0] added {org.apache.felix.http.jetty.internal.RequestLogTracker@76fd5ca9,POJO} 20:13:20.644 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.glassfish.jersey.core:jersey-common:3.1.3 20:13:20.644 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.glassfish.jersey.core:jersey-common:3.1.3 in repositories [target/it/repository] 20:13:20.644 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.glassfish.jersey.core:jersey-common:3.1.3 is target/it/repository/org/glassfish/jersey/core/jersey-common/3.1.3/jersey-common-3.1.3.jar 20:13:20.648 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.glassfish.jersey.core:jersey-server:3.1.3 20:13:20.648 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.glassfish.jersey.core:jersey-server:3.1.3 in repositories [target/it/repository] 20:13:20.648 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.glassfish.jersey.core:jersey-server:3.1.3 is target/it/repository/org/glassfish/jersey/core/jersey-server/3.1.3/jersey-server-3.1.3.jar 20:13:20.652 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.glassfish.jersey.core:jersey-client:3.1.3 20:13:20.652 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.glassfish.jersey.core:jersey-client:3.1.3 in repositories [target/it/repository] 20:13:20.653 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.glassfish.jersey.core:jersey-client:3.1.3 is target/it/repository/org/glassfish/jersey/core/jersey-client/3.1.3/jersey-client-3.1.3.jar 20:13:20.659 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.glassfish.jersey.containers:jersey-container-servlet-core:3.1.3 20:13:20.659 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.glassfish.jersey.containers:jersey-container-servlet-core:3.1.3 in repositories [target/it/repository] 20:13:20.659 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.glassfish.jersey.containers:jersey-container-servlet-core:3.1.3 is target/it/repository/org/glassfish/jersey/containers/jersey-container-servlet-core/3.1.3/jersey-container-servlet-core-3.1.3.jar 20:13:20.663 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.glassfish.jersey.containers:jersey-container-servlet:3.1.3 20:13:20.663 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.glassfish.jersey.containers:jersey-container-servlet:3.1.3 in repositories [target/it/repository] 20:13:20.663 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.glassfish.jersey.containers:jersey-container-servlet:3.1.3 is target/it/repository/org/glassfish/jersey/containers/jersey-container-servlet/3.1.3/jersey-container-servlet-3.1.3.jar 20:13:20.665 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.glassfish.jersey.inject:jersey-hk2:3.1.3 20:13:20.665 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.glassfish.jersey.inject:jersey-hk2:3.1.3 in repositories [target/it/repository] 20:13:20.665 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.glassfish.jersey.inject:jersey-hk2:3.1.3 is target/it/repository/org/glassfish/jersey/inject/jersey-hk2/3.1.3/jersey-hk2-3.1.3.jar 20:13:20.672 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.glassfish.jersey.media:jersey-media-jaxb:3.1.3 20:13:20.673 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.glassfish.jersey.media:jersey-media-jaxb:3.1.3 in repositories [target/it/repository] 20:13:20.673 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.glassfish.jersey.media:jersey-media-jaxb:3.1.3 is target/it/repository/org/glassfish/jersey/media/jersey-media-jaxb/3.1.3/jersey-media-jaxb-3.1.3.jar 20:13:20.675 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.glassfish.jersey.media:jersey-media-sse:3.1.3 20:13:20.675 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.glassfish.jersey.media:jersey-media-sse:3.1.3 in repositories [target/it/repository] 20:13:20.675 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.glassfish.jersey.media:jersey-media-sse:3.1.3 is target/it/repository/org/glassfish/jersey/media/jersey-media-sse/3.1.3/jersey-media-sse-3.1.3.jar 20:13:20.678 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.glassfish.hk2:hk2-api:3.0.5 20:13:20.678 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.glassfish.hk2:hk2-api:3.0.5 in repositories [target/it/repository] 20:13:20.678 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.glassfish.hk2:hk2-api:3.0.5 is target/it/repository/org/glassfish/hk2/hk2-api/3.0.5/hk2-api-3.0.5.jar 20:13:20.681 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.glassfish.hk2.external:aopalliance-repackaged:3.0.5 20:13:20.681 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.glassfish.hk2.external:aopalliance-repackaged:3.0.5 in repositories [target/it/repository] 20:13:20.681 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.glassfish.hk2.external:aopalliance-repackaged:3.0.5 is target/it/repository/org/glassfish/hk2/external/aopalliance-repackaged/3.0.5/aopalliance-repackaged-3.0.5.jar 20:13:20.684 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.glassfish.hk2:hk2-locator:3.0.5 20:13:20.684 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.glassfish.hk2:hk2-locator:3.0.5 in repositories [target/it/repository] 20:13:20.684 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.glassfish.hk2:hk2-locator:3.0.5 is target/it/repository/org/glassfish/hk2/hk2-locator/3.0.5/hk2-locator-3.0.5.jar 20:13:20.686 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.glassfish.hk2:osgi-resource-locator:1.0.3 20:13:20.686 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.glassfish.hk2:osgi-resource-locator:1.0.3 in repositories [target/it/repository] 20:13:20.686 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.glassfish.hk2:osgi-resource-locator:1.0.3 is target/it/repository/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.jar 20:13:20.688 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.glassfish.hk2:hk2-utils:3.0.5 20:13:20.688 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.glassfish.hk2:hk2-utils:3.0.5 in repositories [target/it/repository] 20:13:20.688 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.glassfish.hk2:hk2-utils:3.0.5 is target/it/repository/org/glassfish/hk2/hk2-utils/3.0.5/hk2-utils-3.0.5.jar 20:13:20.689 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.javassist:javassist:3.29.2-GA 20:13:20.689 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.javassist:javassist:3.29.2-GA in repositories [target/it/repository] 20:13:20.690 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.javassist:javassist:3.29.2-GA is target/it/repository/org/javassist/javassist/3.29.2-GA/javassist-3.29.2-GA.jar 20:13:20.692 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.ow2.asm:asm:9.6 20:13:20.692 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.ow2.asm:asm:9.6 in repositories [target/it/repository] 20:13:20.692 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.ow2.asm:asm:9.6 is target/it/repository/org/ow2/asm/asm/9.6/asm-9.6.jar Feb 12, 2024 8:13:20 PM org.apache.aries.spifly.BaseActivator log INFO: Registered provider org.eclipse.osgitech.rest.provider.jakartars.RuntimeDelegateService of service jakarta.ws.rs.ext.RuntimeDelegate in bundle org.eclipse.osgitech.rest Feb 12, 2024 8:13:20 PM org.eclipse.osgitech.rest.runtime.common.JerseyBundleTracker updateCondition INFO: Registered Jersey runtime condition 20:13:20.794 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Not starting bundle org.eclipse.osgitech.rest.sse as it is a fragment Feb 12, 2024 8:13:20 PM org.apache.aries.spifly.BaseActivator log INFO: Registered provider org.eclipse.osgitech.rest.sse.SseSourceBuilderService of service jakarta.ws.rs.sse.SseEventSource$Builder in bundle org.glassfish.jersey.media.jersey-media-sse 20:13:20.851 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Loading feature model northbound-rest-feature 20:13:20.853 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- The feature northbound-rest-feature depends on the feature core-feature, which is installed 20:13:20.853 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- The feature northbound-rest-feature depends on the feature jakarta-rest-whiteboard-feature, which is installed 20:13:20.853 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.sensinact.gateway.northbound:rest:0.0.2-SNAPSHOT 20:13:20.853 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.sensinact.gateway.northbound:rest:0.0.2-SNAPSHOT in repositories [target/it/repository] 20:13:20.853 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.eclipse.sensinact.gateway.northbound:rest:0.0.2-SNAPSHOT is target/it/repository/org/eclipse/sensinact/gateway/northbound/rest/0.0.2-SNAPSHOT/rest-0.0.2-SNAPSHOT.jar 20:13:20.855 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.sensinact.gateway.northbound.filters:filters.core:0.0.2-SNAPSHOT 20:13:20.855 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.sensinact.gateway.northbound.filters:filters.core:0.0.2-SNAPSHOT in repositories [target/it/repository] 20:13:20.855 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.eclipse.sensinact.gateway.northbound.filters:filters.core:0.0.2-SNAPSHOT is target/it/repository/org/eclipse/sensinact/gateway/northbound/filters/filters.core/0.0.2-SNAPSHOT/filters.core-0.0.2-SNAPSHOT.jar 20:13:20.858 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.antlr:antlr4-runtime:4.12.0 20:13:20.858 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.antlr:antlr4-runtime:4.12.0 in repositories [target/it/repository] 20:13:20.858 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.antlr:antlr4-runtime:4.12.0 is target/it/repository/org/antlr/antlr4-runtime/4.12.0/antlr4-runtime-4.12.0.jar 20:13:20.860 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.sensinact.gateway.northbound.filters:ldap:0.0.2-SNAPSHOT 20:13:20.860 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.sensinact.gateway.northbound.filters:ldap:0.0.2-SNAPSHOT in repositories [target/it/repository] 20:13:20.860 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.eclipse.sensinact.gateway.northbound.filters:ldap:0.0.2-SNAPSHOT is target/it/repository/org/eclipse/sensinact/gateway/northbound/filters/ldap/0.0.2-SNAPSHOT/ldap-0.0.2-SNAPSHOT.jar 20:13:20.862 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.sensinact.gateway.northbound:query-handler:0.0.2-SNAPSHOT 20:13:20.862 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.sensinact.gateway.northbound:query-handler:0.0.2-SNAPSHOT in repositories [target/it/repository] 20:13:20.862 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.eclipse.sensinact.gateway.northbound:query-handler:0.0.2-SNAPSHOT is target/it/repository/org/eclipse/sensinact/gateway/northbound/query-handler/0.0.2-SNAPSHOT/query-handler-0.0.2-SNAPSHOT.jar 20:13:20.864 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.sensinact.gateway.northbound.security:authentication-api:0.0.2-SNAPSHOT 20:13:20.864 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.sensinact.gateway.northbound.security:authentication-api:0.0.2-SNAPSHOT in repositories [target/it/repository] 20:13:20.864 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.eclipse.sensinact.gateway.northbound.security:authentication-api:0.0.2-SNAPSHOT is target/it/repository/org/eclipse/sensinact/gateway/northbound/security/authentication-api/0.0.2-SNAPSHOT/authentication-api-0.0.2-SNAPSHOT.jar 20:13:20.865 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.16.1 20:13:20.865 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.16.1 in repositories [target/it/repository] 20:13:20.865 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.16.1 is target/it/repository/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.16.1/jackson-datatype-jsr310-2.16.1.jar 20:13:20.867 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle com.fasterxml.jackson.jakarta.rs:jackson-jakarta-rs-base:2.16.1 20:13:20.867 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature com.fasterxml.jackson.jakarta.rs:jackson-jakarta-rs-base:2.16.1 in repositories [target/it/repository] 20:13:20.867 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature com.fasterxml.jackson.jakarta.rs:jackson-jakarta-rs-base:2.16.1 is target/it/repository/com/fasterxml/jackson/jakarta/rs/jackson-jakarta-rs-base/2.16.1/jackson-jakarta-rs-base-2.16.1.jar 20:13:20.869 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle com.fasterxml.jackson.jakarta.rs:jackson-jakarta-rs-json-provider:2.16.1 20:13:20.869 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature com.fasterxml.jackson.jakarta.rs:jackson-jakarta-rs-json-provider:2.16.1 in repositories [target/it/repository] 20:13:20.869 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature com.fasterxml.jackson.jakarta.rs:jackson-jakarta-rs-json-provider:2.16.1 is target/it/repository/com/fasterxml/jackson/jakarta/rs/jackson-jakarta-rs-json-provider/2.16.1/jackson-jakarta-rs-json-provider-2.16.1.jar 20:13:20.966 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Loading feature model virtual-temperature-sensor-feature 20:13:20.968 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- The feature virtual-temperature-sensor-feature depends on the feature core-feature, which is installed 20:13:20.968 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.sensinact.gateway.southbound.virtual:virtual-temperature-sensor:0.0.2-SNAPSHOT 20:13:20.968 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.sensinact.gateway.southbound.virtual:virtual-temperature-sensor:0.0.2-SNAPSHOT in repositories [target/it/repository] 20:13:20.968 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.eclipse.sensinact.gateway.southbound.virtual:virtual-temperature-sensor:0.0.2-SNAPSHOT is target/it/repository/org/eclipse/sensinact/gateway/southbound/virtual/virtual-temperature-sensor/0.0.2-SNAPSHOT/virtual-temperature-sensor-0.0.2-SNAPSHOT.jar 20:13:21.055 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Feature update complete. Feb 12, 2024 8:13:21 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:13:21 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:13:21 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. Feb 12, 2024 8:13:21 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. Feb 12, 2024 8:13:21 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application sensinact-rest class org.eclipse.osgitech.rest.util.OptionalResponseFilter Feb 12, 2024 8:13:21 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter Feb 12, 2024 8:13:21 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:13:21 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. 20:13:21.494 [qtp304157852-40-acceptor-0@2290de40-ServerConnector@66323f4c{HTTP/1.1, (http/1.1)}{0.0.0.0:8083}] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false Accept@52a42308[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8083 remote=/127.0.0.1:33628]] on ManagedSelector@62a71547{STARTED} id=0 keys=0 selected=0 updates=0 20:13:21.494 [qtp304157852-40-acceptor-0@2290de40-ServerConnector@66323f4c{HTTP/1.1, (http/1.1)}{0.0.0.0:8083}] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@62a71547{STARTED} id=0 keys=0 selected=0 updates=1 20:13:21.494 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@730adaeb woken with none selected 20:13:21.495 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@730adaeb woken up from select, 0/0/0 selected 20:13:21.495 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@730adaeb processing 0 keys, 1 updates 20:13:21.495 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 20:13:21.495 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- update Accept@52a42308[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8083 remote=/127.0.0.1:33628]] 20:13:21.496 [qtp304157852-39] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue Accept@52a42308[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8083 remote=/127.0.0.1:33628]] startThread=0 20:13:21.496 [qtp304157852-41] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run Accept@52a42308[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8083 remote=/127.0.0.1:33628]] in QueuedThreadPool[qtp304157852]@1221149c{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=0/2,pending=0}] 20:13:21.496 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:13:21.496 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@730adaeb waiting with 1 keys Feb 12, 2024 8:13:21 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. Feb 12, 2024 8:13:21 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. 20:13:21.506 [qtp304157852-41] DEBUG org.eclipse.jetty.io.IdleTimeout -- Setting idle timeout 0 -> 60000 on SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:33628,OPEN,fill=-,flush=-,to=3/60000}{io=0/0,kio=0,kro=0}]->[] 20:13:21.506 [qtp304157852-41] DEBUG org.eclipse.jetty.io.IdleTimeout -- SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:33628,OPEN,fill=-,flush=-,to=3/60000}{io=0/0,kio=0,kro=0}]->[] idle timeout check, elapsed: 3 ms, remaining: 59997 ms 20:13:21.588 [qtp304157852-41] DEBUG org.eclipse.jetty.server.HttpChannel -- new HttpChannelOverHttp@54e3d1e5{s=HttpChannelState@44e546a2{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@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:33628,OPEN,fill=-,flush=-,to=85/60000}{io=0/0,kio=0,kro=0}]->[],null,HttpChannelState@44e546a2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 20:13:21.642 [qtp304157852-41] DEBUG org.eclipse.jetty.server.HttpConnection -- New HTTP Connection HttpConnection@5ab67e36::SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:33628,OPEN,fill=-,flush=-,to=138/60000}{io=0/0,kio=0,kro=0}]->[] 20:13:21.643 [qtp304157852-41] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=true org.eclipse.jetty.io.ManagedSelector$$Lambda$696/0x00007f8edc45b040@16d92817 on ManagedSelector@62a71547{STARTED} id=0 keys=1 selected=0 updates=0 20:13:21.643 [qtp304157852-41] DEBUG org.eclipse.jetty.io.AbstractEndPoint -- onOpen SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:33628,OPEN,fill=-,flush=-,to=140/60000}{io=0/0,kio=0,kro=0}]->[HttpConnection@5ab67e36[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3e4420c1{s=START}]=>HttpChannelOverHttp@54e3d1e5{s=HttpChannelState@44e546a2{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}] 20:13:21.643 [qtp304157852-41] DEBUG org.eclipse.jetty.io.AbstractConnection -- onOpen HttpConnection@5ab67e36::SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:33628,OPEN,fill=-,flush=-,to=140/60000}{io=0/0,kio=0,kro=0}]->[HttpConnection@5ab67e36[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3e4420c1{s=START}]=>HttpChannelOverHttp@54e3d1e5{s=HttpChannelState@44e546a2{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}] 20:13:21.643 [qtp304157852-41] DEBUG org.eclipse.jetty.io.AbstractConnection -- fillInterested HttpConnection@5ab67e36::SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:33628,OPEN,fill=-,flush=-,to=140/60000}{io=0/0,kio=0,kro=0}]->[HttpConnection@5ab67e36[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3e4420c1{s=START}]=>HttpChannelOverHttp@54e3d1e5{s=HttpChannelState@44e546a2{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}] 20:13:21.643 [qtp304157852-41] DEBUG org.eclipse.jetty.io.FillInterest -- interested FillInterest@b68894d{ReadCallback@229f8c7a{HttpConnection@5ab67e36::SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:33628,OPEN,fill=FI,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}]->[HttpConnection@5ab67e36[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3e4420c1{s=START}]=>HttpChannelOverHttp@54e3d1e5{s=HttpChannelState@44e546a2{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}]}} 20:13:21.643 [qtp304157852-41] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- changeInterests p=false 0->1 for SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:33628,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=0}]->[HttpConnection@5ab67e36[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3e4420c1{s=START}]=>HttpChannelOverHttp@54e3d1e5{s=HttpChannelState@44e546a2{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}] 20:13:21.643 [qtp304157852-41] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$660/0x00007f8edc43a568@7dd991ae on ManagedSelector@62a71547{STARTED} id=0 keys=1 selected=0 updates=1 20:13:21.643 [qtp304157852-41] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@62a71547{STARTED} id=0 keys=1 selected=0 updates=2 20:13:21.644 [qtp304157852-41] DEBUG org.eclipse.jetty.io.ManagedSelector -- Created SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:33628,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=0}]->[HttpConnection@5ab67e36[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3e4420c1{s=START}]=>HttpChannelOverHttp@54e3d1e5{s=HttpChannelState@44e546a2{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}] 20:13:21.644 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@730adaeb woken with none selected 20:13:21.644 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@730adaeb woken up from select, 0/0/1 selected 20:13:21.644 [qtp304157852-41] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran Accept@52a42308[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8083 remote=/127.0.0.1:33628]] in QueuedThreadPool[qtp304157852]@1221149c{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=0/2,pending=0}] 20:13:21.644 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@730adaeb processing 0 keys, 2 updates 20:13:21.644 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 2 20:13:21.644 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$$Lambda$696/0x00007f8edc45b040@16d92817 20:13:21.644 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$660/0x00007f8edc43a568@7dd991ae 20:13:21.644 [qtp304157852-39] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- Key interests updated 0 -> 1 on SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:33628,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=0}]->[HttpConnection@5ab67e36[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3e4420c1{s=START}]=>HttpChannelOverHttp@54e3d1e5{s=HttpChannelState@44e546a2{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}] 20:13:21.644 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:13:21.644 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@730adaeb waiting with 1 keys 20:13:21.644 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@730adaeb woken up from select, 1/1/1 selected 20:13:21.644 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@730adaeb processing 1 keys, 0 updates 20:13:21.644 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- selected 1 channel=java.nio.channels.SocketChannel[connected local=/127.0.0.1:8083 remote=/127.0.0.1:33628], selector=sun.nio.ch.EPollSelectorImpl@730adaeb, interestOps=1, readyOps=1 SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:33628,OPEN,fill=FI,flush=-,to=1/60000}{io=1/1,kio=1,kro=1}]->[HttpConnection@5ab67e36[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3e4420c1{s=START}]=>HttpChannelOverHttp@54e3d1e5{s=HttpChannelState@44e546a2{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}] 20:13:21.644 [qtp304157852-39] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- onSelected 1->0 r=true w=false for SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:33628,OPEN,fill=FI,flush=-,to=1/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@5ab67e36[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3e4420c1{s=START}]=>HttpChannelOverHttp@54e3d1e5{s=HttpChannelState@44e546a2{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}] 20:13:21.644 [qtp304157852-39] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- task SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:33628,OPEN,fill=FI,flush=-,to=1/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@5ab67e36[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3e4420c1{s=START}]=>HttpChannelOverHttp@54e3d1e5{s=HttpChannelState@44e546a2{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 20:13:21.645 [qtp304157852-39] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@4d385e23{reserved=0/2,pending=0} tryExecute org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy$$Lambda$382/0x00007f8edc30ad78@61148d55 20:13:21.645 [qtp304157852-39] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@4d385e23{reserved=0/2,pending=1} startReservedThread p=1 20:13:21.645 [qtp304157852-42] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run ReservedThread@7a106483{PENDING,thread=null} in QueuedThreadPool[qtp304157852]@1221149c{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=0/2,pending=1}] 20:13:21.645 [qtp304157852-39] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue ReservedThread@7a106483{PENDING,thread=null} startThread=0 20:13:21.646 [qtp304157852-42] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@7a106483{PENDING,thread=Thread[qtp304157852-42,5,Configuration Admin Service]} was=PENDING next=RESERVED size=0+1 capacity=2 20:13:21.646 [qtp304157852-42] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@7a106483{RESERVED,thread=Thread[qtp304157852-42,5,Configuration Admin Service]} waiting ReservedThreadExecutor@4d385e23{reserved=1/2,pending=0} 20:13:21.646 [qtp304157852-39] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- ss=PRODUCE_EXECUTE_CONSUME t=SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:33628,OPEN,fill=FI,flush=-,to=2/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@5ab67e36[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3e4420c1{s=START}]=>HttpChannelOverHttp@54e3d1e5{s=HttpChannelState@44e546a2{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@313e7a31/SelectorProducer@1efd6dc5/PRODUCING/p=false/QueuedThreadPool[qtp304157852]@1221149c{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=1/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:13:21.646188173Z 20:13:21.646 [qtp304157852-39] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:33628,OPEN,fill=FI,flush=-,to=2/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@5ab67e36[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3e4420c1{s=START}]=>HttpChannelOverHttp@54e3d1e5{s=HttpChannelState@44e546a2{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 20:13:21.646 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 0 20:13:21.646 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:13:21.646 [qtp304157852-43] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:33628,OPEN,fill=FI,flush=-,to=2/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@5ab67e36[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3e4420c1{s=START}]=>HttpChannelOverHttp@54e3d1e5{s=HttpChannelState@44e546a2{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[qtp304157852]@1221149c{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=1/2,pending=0}] 20:13:21.646 [qtp304157852-39] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- Key interests updated 1 -> 0 on SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:33628,OPEN,fill=FI,flush=-,to=2/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5ab67e36[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3e4420c1{s=START}]=>HttpChannelOverHttp@54e3d1e5{s=HttpChannelState@44e546a2{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}] 20:13:21.646 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@730adaeb waiting with 1 keys 20:13:21.646 [qtp304157852-43] DEBUG org.eclipse.jetty.io.FillInterest -- fillable FillInterest@b68894d{ReadCallback@229f8c7a{HttpConnection@5ab67e36::SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:33628,OPEN,fill=FI,flush=-,to=2/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5ab67e36[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3e4420c1{s=START}]=>HttpChannelOverHttp@54e3d1e5{s=HttpChannelState@44e546a2{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}]}} 20:13:21.646 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@5ab67e36::SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:33628,OPEN,fill=-,flush=-,to=2/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5ab67e36[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3e4420c1{s=START}]=>HttpChannelOverHttp@54e3d1e5{s=HttpChannelState@44e546a2{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@44e546a2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 20:13:21.646 [qtp304157852-43] DEBUG org.eclipse.jetty.util.Pool -- RetainedBucket@2fb81813[inUse=0,size=1,max=-1,closed=false]{capacity=8192,inuse=0(0%)} returning new reserved entry MonoEntry@4c472edf{PENDING,pooled=null} 20:13:21.648 [qtp304157852-43] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- filled 214 DirectByteBuffer@2ba54e42[p=0,l=214,c=8192,r=214]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 20:13:21.648 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@5ab67e36::SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:33628,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5ab67e36[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3e4420c1{s=START}]=>HttpChannelOverHttp@54e3d1e5{s=HttpChannelState@44e546a2{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 214 RetainableByteBuffer@4943bef5{DirectByteBuffer@2ba54e42[p=0,l=214,c=8192,r=214]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},r=1} 20:13:21.648 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@5ab67e36::SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:33628,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5ab67e36[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3e4420c1{s=START}]=>HttpChannelOverHttp@54e3d1e5{s=HttpChannelState@44e546a2{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@4943bef5{DirectByteBuffer@2ba54e42[p=0,l=214,c=8192,r=214]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},r=1} 20:13:21.649 [qtp304157852-43] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=START DirectByteBuffer@2ba54e42[p=0,l=214,c=8192,r=214]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 20:13:21.649 [qtp304157852-43] DEBUG org.eclipse.jetty.http.HttpParser -- START --> SPACE1 20:13:21.651 [qtp304157852-43] DEBUG org.eclipse.jetty.http.HttpParser -- SPACE1 --> URI 20:13:21.651 [qtp304157852-43] DEBUG org.eclipse.jetty.http.HttpParser -- URI --> SPACE2 20:13:21.651 [qtp304157852-43] DEBUG org.eclipse.jetty.http.HttpParser -- SPACE2 --> REQUEST_VERSION 20:13:21.651 [qtp304157852-43] DEBUG org.eclipse.jetty.http.HttpParser -- REQUEST_VERSION --> HEADER 20:13:21.651 [qtp304157852-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Connection --> IN_VALUE 20:13:21.652 [qtp304157852-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Connection --> FIELD 20:13:21.652 [qtp304157852-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Content-Length: 0 --> IN_VALUE 20:13:21.652 [qtp304157852-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Content-Length: 0 --> FIELD 20:13:21.652 [qtp304157852-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Host --> VALUE 20:13:21.652 [qtp304157852-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Host --> IN_VALUE 20:13:21.652 [qtp304157852-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Host --> FIELD 20:13:21.653 [qtp304157852-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:HTTP2-Settings --> VALUE 20:13:21.653 [qtp304157852-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:HTTP2-Settings --> IN_VALUE 20:13:21.653 [qtp304157852-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:HTTP2-Settings --> FIELD 20:13:21.653 [qtp304157852-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Upgrade --> VALUE 20:13:21.653 [qtp304157852-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Upgrade --> IN_VALUE 20:13:21.653 [qtp304157852-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Upgrade --> FIELD 20:13:21.653 [qtp304157852-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:User-Agent --> VALUE 20:13:21.653 [qtp304157852-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:User-Agent --> IN_VALUE 20:13:21.653 [qtp304157852-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:User-Agent --> FIELD 20:13:21.653 [qtp304157852-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER --> CONTENT 20:13:21.654 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpInput -- reopen HttpInput@197965005 cs=HttpChannelState@44e546a2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@620ac37f eof=false 20:13:21.659 [qtp304157852-43] DEBUG org.eclipse.jetty.server.BlockingContentProducer -- reopening org.eclipse.jetty.server.BlockingContentProducer@620ac37f 20:13:21.659 [qtp304157852-43] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- reopening AsyncContentProducer@46d40c56[r=null,t=null,i=null,error=false,c=HttpChannelOverHttp@54e3d1e5{s=HttpChannelState@44e546a2{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}] 20:13:21.659 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpChannel -- REQUEST for /sensinact on HttpChannelOverHttp@54e3d1e5{s=HttpChannelState@44e546a2{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:8083/sensinact,age=5} GET /sensinact HTTP/1.1 Connection: Upgrade, HTTP2-Settings Content-Length: 0 Host: localhost:8083 HTTP2-Settings: AAEAAEAAAAIAAAABAAMAAABkAAQBAAAAAAUAAEAA Upgrade: h2c User-Agent: Java-http-client/17.0.9 20:13:21.659 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- upgrade HttpChannelOverHttp@54e3d1e5{s=HttpChannelState@44e546a2{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:8083/sensinact,age=5} Upgrade: h2c 20:13:21.660 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- No factory for Upgrade: h2c in ServerConnector@66323f4c{HTTP/1.1, (http/1.1)}{0.0.0.0:8083} 20:13:21.660 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@5ab67e36::SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:33628,OPEN,fill=-,flush=-,to=12/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5ab67e36[p=HttpParser{s=CONTENT,0 of 0},g=HttpGenerator@3e4420c1{s=START}]=>HttpChannelOverHttp@54e3d1e5{s=HttpChannelState@44e546a2{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:8083/sensinact,age=6}] parsed true HttpParser{s=CONTENT,0 of 0} 20:13:21.660 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpConnection -- releaseRequestBuffer HttpConnection@5ab67e36::SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:33628,OPEN,fill=-,flush=-,to=12/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5ab67e36[p=HttpParser{s=CONTENT,0 of 0},g=HttpGenerator@3e4420c1{s=START}]=>HttpChannelOverHttp@54e3d1e5{s=HttpChannelState@44e546a2{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:8083/sensinact,age=6}] 20:13:21.661 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpChannel -- handle http://localhost:8083/sensinact HttpChannelOverHttp@54e3d1e5{s=HttpChannelState@44e546a2{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:8083/sensinact,age=7} 20:13:21.661 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpChannelState -- handling HttpChannelState@44e546a2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 20:13:21.661 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpChannel -- action DISPATCH HttpChannelOverHttp@54e3d1e5{s=HttpChannelState@44e546a2{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:8083/sensinact,age=7} 20:13:21.662 [qtp304157852-43] DEBUG org.eclipse.jetty.server.Server -- REQUEST GET /sensinact ?null on HttpChannelOverHttp@54e3d1e5{s=HttpChannelState@44e546a2{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:8083/sensinact,age=8} 20:13:21.662 [qtp304157852-43] DEBUG org.eclipse.jetty.server.handler.ContextHandler -- scope null||/sensinact @ o.e.j.s.ServletContextHandler@23a589ed{/,null,AVAILABLE} 20:13:21.662 [qtp304157852-43] DEBUG org.eclipse.jetty.server.handler.ContextHandler -- context=||/sensinact @ o.e.j.s.ServletContextHandler@23a589ed{/,null,AVAILABLE} 20:13:21.662 [qtp304157852-43] DEBUG org.eclipse.jetty.server.session.SessionHandler -- Entering scope org.eclipse.jetty.server.session.SessionHandler2123212850==dftMaxIdleSec=0, dispatch=REQUEST asyncstarted=false 20:13:21.663 [qtp304157852-43] DEBUG org.eclipse.jetty.server.session.SessionHandler -- sessionHandler=org.eclipse.jetty.server.session.SessionHandler2123212850==dftMaxIdleSec=0 session=null 20:13:21.664 [qtp304157852-43] DEBUG org.eclipse.jetty.servlet.ServletHandler -- servlet ||/sensinact|ServletPathMapping{matchValue=, pattern=/*, servletName=org.apache.felix.http.base.internal.dispatch.DispatcherServlet-3250993a, mappingMatch=PATH, servletPath=, pathInfo=/sensinact} -> org.apache.felix.http.base.internal.dispatch.DispatcherServlet-3250993a==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@c53ed7f9{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 20:13:21.668 [qtp304157852-43] DEBUG org.eclipse.jetty.servlet.ServletHandler -- chain=null Feb 12, 2024 8:13:21 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:13:21 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. Feb 12, 2024 8:13:21 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. 20:13:21.849 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpOutput -- write(array HeapByteBuffer@359e975e[p=0,l=857,c=8192,r=857]={<<<{"type":"COMPLETE_LIST","...,"type":"SENSOR"}]}]}]}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}) 20:13:21.849 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpOutput -- write(array) s=CLOSING,api=BLOCKED,sc=false,e=null last=true agg=false flush=true async=false, len=857 null 20:13:21.849 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpChannel -- sendResponse info=null content=HeapByteBuffer@763544b7[p=0,l=857,c=8192,r=857]={<<<{"type":"COMPLETE_LIST","...,"type":"SENSOR"}]}]}]}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} complete=true committing=true callback=Blocker@3a38fa66{null} 20:13:21.849 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpChannel -- COMMIT for /sensinact on HttpChannelOverHttp@54e3d1e5{s=HttpChannelState@44e546a2{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=http://localhost:8083/sensinact,age=195} 200 null HTTP/1.1 Date: Mon, 12 Feb 2024 20:13:21 GMT Content-Length: 857 Content-Type: application/json 20:13:21.851 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpConnection -- generate: NEED_HEADER for SendCallback@88f8163[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=857},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@78740fc5] (null,[p=0,l=857,c=8192,r=857],true)@START 20:13:21.852 [qtp304157852-43] DEBUG org.eclipse.jetty.http.HttpGenerator -- generateHeaders HTTP/1.1{s=200,h=3,cl=857} last=true content=HeapByteBuffer@763544b7[p=0,l=857,c=8192,r=857]={<<<{"type":"COMPLETE_LIST","...,"type":"SENSOR"}]}]}]}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 20:13:21.852 [qtp304157852-43] DEBUG org.eclipse.jetty.http.HttpGenerator -- Date: Mon, 12 Feb 2024 20:13:21 GMT Content-Length: 857 Content-Type: application/json 20:13:21.852 [qtp304157852-43] DEBUG org.eclipse.jetty.http.HttpGenerator -- CONTENT_LENGTH 20:13:21.852 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpConnection -- generate: FLUSH for SendCallback@88f8163[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=857},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@78740fc5] ([p=0,l=109,c=16384,r=109],[p=0,l=857,c=8192,r=857],true)@COMPLETING 20:13:21.852 [qtp304157852-43] DEBUG org.eclipse.jetty.io.WriteFlusher -- write: WriteFlusher@3cedeb11{IDLE}->null [DirectByteBuffer@7747042[p=0,l=109,c=16384,r=109]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@763544b7[p=0,l=857,c=8192,r=857]={<<<{"type":"COMPLETE_LIST","...,"type":"SENSOR"}]}]}]}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}] 20:13:21.852 [qtp304157852-43] DEBUG org.eclipse.jetty.io.WriteFlusher -- update WriteFlusher@3cedeb11{WRITING}->null:IDLE-->WRITING 20:13:21.852 [qtp304157852-43] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- flushed 966 SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:33628,OPEN,fill=-,flush=W,to=204/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5ab67e36[p=HttpParser{s=CONTENT,0 of 0},g=HttpGenerator@3e4420c1{s=COMPLETING}]=>HttpChannelOverHttp@54e3d1e5{s=HttpChannelState@44e546a2{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=http://localhost:8083/sensinact,age=199}] 20:13:21.853 [qtp304157852-43] DEBUG org.eclipse.jetty.io.WriteFlusher -- Flushed=true written=966 remaining=0 WriteFlusher@3cedeb11{WRITING}->null 20:13:21.853 [qtp304157852-43] DEBUG org.eclipse.jetty.io.WriteFlusher -- update WriteFlusher@3cedeb11{IDLE}->null:WRITING-->IDLE 20:13:21.853 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpConnection -- generate: DONE for SendCallback@88f8163[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=857},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@78740fc5] ([p=109,l=109,c=16384,r=0],[p=857,l=857,c=8192,r=0],true)@END 20:13:21.853 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpOutput -- onWriteComplete(true,null) s=CLOSING,api=BLOCKED,sc=false,e=null->s=CLOSED,api=BLOCKING,sc=false,e=null c=null cb=null w=false 20:13:21.855 [qtp304157852-43] DEBUG org.eclipse.jetty.server.session.SessionHandler -- Leaving scope org.eclipse.jetty.server.session.SessionHandler2123212850==dftMaxIdleSec=0 dispatch=REQUEST, async=false, session=null, oldsession=null, oldsessionhandler=null 20:13:21.855 [qtp304157852-43] DEBUG org.eclipse.jetty.server.Server -- handled=true async=false committed=true on HttpChannelOverHttp@54e3d1e5{s=HttpChannelState@44e546a2{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=0},r=1,c=false/true,a=HANDLING,uri=http://localhost:8083/sensinact,age=201} 20:13:21.855 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpChannelState -- unhandle HttpChannelState@44e546a2{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=0} 20:13:21.855 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpChannelState -- nextAction(false) COMPLETE HttpChannelState@44e546a2{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 20:13:21.855 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpChannel -- action COMPLETE HttpChannelOverHttp@54e3d1e5{s=HttpChannelState@44e546a2{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=1,c=false/true,a=HANDLING,uri=http://localhost:8083/sensinact,age=201} 20:13:21.855 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpOutput -- complete(org.eclipse.jetty.util.Callback$3@7e171471) s=CLOSED,api=BLOCKING,sc=false,e=null s=true e=null, c=null 20:13:21.855 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpChannelState -- completed HttpChannelState@44e546a2{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 20:13:21.856 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpChannelState -- unhandle HttpChannelState@44e546a2{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 20:13:21.856 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpChannelState -- nextAction(false) TERMINATED HttpChannelState@44e546a2{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 20:13:21.856 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpChannel -- action TERMINATED HttpChannelOverHttp@54e3d1e5{s=HttpChannelState@44e546a2{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:8083/sensinact,age=202} 20:13:21.856 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpChannel -- onCompleted for /sensinact written=857 20:13:21.856 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpInput -- consumeAll HttpInput@197965005 cs=HttpChannelState@44e546a2{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@620ac37f eof=false 20:13:21.856 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- failing all content with org.eclipse.jetty.util.StaticException: Unconsumed content HttpChannelOverHttp@54e3d1e5{s=HttpChannelState@44e546a2{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:8083/sensinact,age=202} 20:13:21.856 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- produceContent has no content, parsing and filling 20:13:21.856 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@5ab67e36::SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:33628,OPEN,fill=-,flush=-,to=3/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5ab67e36[p=HttpParser{s=CONTENT,0 of 0},g=HttpGenerator@3e4420c1{s=END}]=>HttpChannelOverHttp@54e3d1e5{s=HttpChannelState@44e546a2{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:8083/sensinact,age=202}] parse null 20:13:21.856 [qtp304157852-43] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=CONTENT HeapByteBuffer@3a56641f[p=0,l=0,c=0,r=0]={<<<>>>} 20:13:21.856 [qtp304157852-43] DEBUG org.eclipse.jetty.http.HttpParser -- CONTENT --> CONTENT_END 20:13:21.856 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpChannel -- onContentComplete HttpChannelOverHttp@54e3d1e5{s=HttpChannelState@44e546a2{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:8083/sensinact,age=202} 20:13:21.856 [qtp304157852-43] DEBUG org.eclipse.jetty.http.HttpParser -- CONTENT_END --> END 20:13:21.856 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpChannel -- onRequestComplete HttpChannelOverHttp@54e3d1e5{s=HttpChannelState@44e546a2{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:8083/sensinact,age=202} 20:13:21.856 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- received EOF, content = null 20:13:21.856 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@5ab67e36::SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:33628,OPEN,fill=-,flush=-,to=3/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5ab67e36[p=HttpParser{s=END,0 of 0},g=HttpGenerator@3e4420c1{s=END}]=>HttpChannelOverHttp@54e3d1e5{s=HttpChannelState@44e546a2{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:8083/sensinact,age=202}] parsed false HttpParser{s=END,0 of 0} 20:13:21.856 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- produceContent produced EofContent 20:13:21.856 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- failed all content, EOF = true 20:13:21.856 [qtp304157852-43] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- failed all content of http channel EOF=true AsyncContentProducer@46d40c56[r=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],t=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],i=null,error=false,c=HttpChannelOverHttp@54e3d1e5{s=HttpChannelState@44e546a2{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:8083/sensinact,age=202}] 20:13:21.856 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpInput -- isFinished=true HttpInput@197965005 cs=HttpChannelState@44e546a2{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@620ac37f eof=true 20:13:21.856 [qtp304157852-43] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- isError = false AsyncContentProducer@46d40c56[r=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],t=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],i=null,error=false,c=HttpChannelOverHttp@54e3d1e5{s=HttpChannelState@44e546a2{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:8083/sensinact,age=202}] 20:13:21.856 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpInput -- isError=false HttpInput@197965005 cs=HttpChannelState@44e546a2{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@620ac37f eof=true 20:13:21.856 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpChannelState -- recycle HttpChannelState@44e546a2{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 20:13:21.856 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpInput -- recycle HttpInput@197965005 cs=HttpChannelState@44e546a2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@620ac37f eof=true 20:13:21.856 [qtp304157852-43] DEBUG org.eclipse.jetty.server.BlockingContentProducer -- recycling org.eclipse.jetty.server.BlockingContentProducer@620ac37f 20:13:21.856 [qtp304157852-43] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- recycling AsyncContentProducer@46d40c56[r=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],t=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],i=null,error=false,c=HttpChannelOverHttp@54e3d1e5{s=HttpChannelState@44e546a2{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:8083/sensinact,age=203}] 20:13:21.858 [qtp304157852-43] DEBUG org.eclipse.jetty.http.HttpParser -- reset HttpParser{s=END,0 of 0} 20:13:21.858 [qtp304157852-43] DEBUG org.eclipse.jetty.http.HttpParser -- END --> START 20:13:21.858 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpChannel -- !handle TERMINATED HttpChannelOverHttp@54e3d1e5{s=HttpChannelState@44e546a2{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} 20:13:21.858 [qtp304157852-43] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- filled 0 DirectByteBuffer@2ba54e42[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 20:13:21.858 [qtp304157852-43] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- filled 0 DirectByteBuffer@2ba54e42[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 20:13:21.858 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@5ab67e36::SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:33628,OPEN,fill=-,flush=-,to=5/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5ab67e36[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3e4420c1{s=START}]=>HttpChannelOverHttp@54e3d1e5{s=HttpChannelState@44e546a2{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@4943bef5{DirectByteBuffer@2ba54e42[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00},r=1} 20:13:21.858 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@5ab67e36::SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:33628,OPEN,fill=-,flush=-,to=5/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5ab67e36[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3e4420c1{s=START}]=>HttpChannelOverHttp@54e3d1e5{s=HttpChannelState@44e546a2{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@4943bef5{DirectByteBuffer@2ba54e42[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00},r=1} 20:13:21.858 [qtp304157852-43] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=START DirectByteBuffer@2ba54e42[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 20:13:21.858 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@5ab67e36::SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:33628,OPEN,fill=-,flush=-,to=5/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5ab67e36[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3e4420c1{s=START}]=>HttpChannelOverHttp@54e3d1e5{s=HttpChannelState@44e546a2{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} 20:13:21.858 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpConnection -- releaseRequestBuffer HttpConnection@5ab67e36::SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:33628,OPEN,fill=-,flush=-,to=5/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5ab67e36[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3e4420c1{s=START}]=>HttpChannelOverHttp@54e3d1e5{s=HttpChannelState@44e546a2{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}] 20:13:21.858 [qtp304157852-43] DEBUG org.eclipse.jetty.io.AbstractConnection -- fillInterested HttpConnection@5ab67e36::SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:33628,OPEN,fill=-,flush=-,to=5/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5ab67e36[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3e4420c1{s=START}]=>HttpChannelOverHttp@54e3d1e5{s=HttpChannelState@44e546a2{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}] 20:13:21.858 [qtp304157852-43] DEBUG org.eclipse.jetty.io.FillInterest -- interested FillInterest@b68894d{ReadCallback@229f8c7a{HttpConnection@5ab67e36::SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:33628,OPEN,fill=FI,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5ab67e36[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3e4420c1{s=START}]=>HttpChannelOverHttp@54e3d1e5{s=HttpChannelState@44e546a2{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}]}} 20:13:21.858 [qtp304157852-43] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- changeInterests p=false 0->1 for SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:33628,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}]->[HttpConnection@5ab67e36[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3e4420c1{s=START}]=>HttpChannelOverHttp@54e3d1e5{s=HttpChannelState@44e546a2{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}] 20:13:21.858 [qtp304157852-43] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$660/0x00007f8edc43a568@7dd991ae on ManagedSelector@62a71547{STARTED} id=0 keys=1 selected=0 updates=0 20:13:21.858 [qtp304157852-43] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@62a71547{STARTED} id=0 keys=1 selected=0 updates=1 20:13:21.858 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@5ab67e36::SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:33628,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}]->[HttpConnection@5ab67e36[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3e4420c1{s=START}]=>HttpChannelOverHttp@54e3d1e5{s=HttpChannelState@44e546a2{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@44e546a2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 20:13:21.859 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@730adaeb woken with none selected 20:13:21.859 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@730adaeb woken up from select, 0/0/1 selected 20:13:21.859 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@730adaeb processing 0 keys, 1 updates 20:13:21.859 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 20:13:21.859 [qtp304157852-43] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:33628,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}]->[HttpConnection@5ab67e36[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3e4420c1{s=START}]=>HttpChannelOverHttp@54e3d1e5{s=HttpChannelState@44e546a2{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[qtp304157852]@1221149c{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=1/2,pending=0}] 20:13:21.859 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$660/0x00007f8edc43a568@7dd991ae 20:13:21.859 [qtp304157852-39] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- Key interests updated 0 -> 1 on SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:33628,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=1}]->[HttpConnection@5ab67e36[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3e4420c1{s=START}]=>HttpChannelOverHttp@54e3d1e5{s=HttpChannelState@44e546a2{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}] 20:13:21.859 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:13:21.859 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@730adaeb waiting with 1 keys 20:13:21.869 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@730adaeb woken up from select, 1/1/1 selected 20:13:21.869 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@730adaeb processing 1 keys, 0 updates 20:13:21.869 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- selected 1 channel=java.nio.channels.SocketChannel[connected local=/127.0.0.1:8083 remote=/127.0.0.1:33628], selector=sun.nio.ch.EPollSelectorImpl@730adaeb, interestOps=1, readyOps=1 SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:33628,OPEN,fill=FI,flush=-,to=10/60000}{io=1/1,kio=1,kro=1}]->[HttpConnection@5ab67e36[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3e4420c1{s=START}]=>HttpChannelOverHttp@54e3d1e5{s=HttpChannelState@44e546a2{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}] 20:13:21.869 [qtp304157852-39] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- onSelected 1->0 r=true w=false for SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:33628,OPEN,fill=FI,flush=-,to=10/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@5ab67e36[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3e4420c1{s=START}]=>HttpChannelOverHttp@54e3d1e5{s=HttpChannelState@44e546a2{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}] 20:13:21.869 [qtp304157852-39] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- task SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:33628,OPEN,fill=FI,flush=-,to=11/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@5ab67e36[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3e4420c1{s=START}]=>HttpChannelOverHttp@54e3d1e5{s=HttpChannelState@44e546a2{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 20:13:21.869 [qtp304157852-39] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@4d385e23{reserved=1/2,pending=0} tryExecute org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy$$Lambda$382/0x00007f8edc30ad78@61148d55 20:13:21.870 [qtp304157852-39] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@4d385e23{reserved=0/2,pending=1} startReservedThread p=1 20:13:21.870 [qtp304157852-39] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue ReservedThread@589177f0{PENDING,thread=null} startThread=0 20:13:21.870 [qtp304157852-44] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run ReservedThread@589177f0{PENDING,thread=null} in QueuedThreadPool[qtp304157852]@1221149c{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=0/2,pending=1}] 20:13:21.870 [qtp304157852-42] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@7a106483{RESERVED,thread=Thread[qtp304157852-42,5,Configuration Admin Service]} task=org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy$$Lambda$382/0x00007f8edc30ad78@61148d55 ReservedThreadExecutor@4d385e23{reserved=0/2,pending=1} 20:13:21.870 [qtp304157852-44] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@589177f0{PENDING,thread=Thread[qtp304157852-44,5,Configuration Admin Service]} was=PENDING next=RESERVED size=0+1 capacity=2 20:13:21.870 [qtp304157852-44] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@589177f0{RESERVED,thread=Thread[qtp304157852-44,5,Configuration Admin Service]} waiting ReservedThreadExecutor@4d385e23{reserved=1/2,pending=0} 20:13:21.870 [qtp304157852-42] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- AdaptiveExecutionStrategy@313e7a31/SelectorProducer@1efd6dc5/IDLE/p=true/QueuedThreadPool[qtp304157852]@1221149c{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=1/2,pending=0}][pc=0,pic=0,pec=1,epc=0]@2024-02-12T20:13:21.870349812Z tryProduce true 20:13:21.870 [qtp304157852-39] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- ss=EXECUTE_PRODUCE_CONSUME t=SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:33628,OPEN,fill=FI,flush=-,to=11/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@5ab67e36[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3e4420c1{s=START}]=>HttpChannelOverHttp@54e3d1e5{s=HttpChannelState@44e546a2{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/BLOCKING AdaptiveExecutionStrategy@313e7a31/SelectorProducer@1efd6dc5/IDLE/p=true/QueuedThreadPool[qtp304157852]@1221149c{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=1/2,pending=0}][pc=0,pic=0,pec=1,epc=0]@2024-02-12T20:13:21.870439476Z 20:13:21.870 [qtp304157852-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 0 20:13:21.870 [qtp304157852-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:13:21.870 [qtp304157852-39] DEBUG org.eclipse.jetty.io.FillInterest -- fillable FillInterest@b68894d{ReadCallback@229f8c7a{HttpConnection@5ab67e36::SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:33628,OPEN,fill=FI,flush=-,to=11/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5ab67e36[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3e4420c1{s=START}]=>HttpChannelOverHttp@54e3d1e5{s=HttpChannelState@44e546a2{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}]}} 20:13:21.870 [qtp304157852-42] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- Key interests updated 1 -> 0 on SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:33628,OPEN,fill=FI,flush=-,to=11/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5ab67e36[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3e4420c1{s=START}]=>HttpChannelOverHttp@54e3d1e5{s=HttpChannelState@44e546a2{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}] 20:13:21.870 [qtp304157852-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@730adaeb waiting with 1 keys 20:13:21.870 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@5ab67e36::SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:33628,OPEN,fill=-,flush=-,to=11/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5ab67e36[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3e4420c1{s=START}]=>HttpChannelOverHttp@54e3d1e5{s=HttpChannelState@44e546a2{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 enter HttpChannelState@44e546a2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 20:13:21.871 [qtp304157852-39] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- filled 272 DirectByteBuffer@2ba54e42[p=0,l=272,c=8192,r=272]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 20:13:21.871 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@5ab67e36::SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:33628,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5ab67e36[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3e4420c1{s=START}]=>HttpChannelOverHttp@54e3d1e5{s=HttpChannelState@44e546a2{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 272 RetainableByteBuffer@4943bef5{DirectByteBuffer@2ba54e42[p=0,l=272,c=8192,r=272]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},r=1} 20:13:21.871 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@5ab67e36::SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:33628,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5ab67e36[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3e4420c1{s=START}]=>HttpChannelOverHttp@54e3d1e5{s=HttpChannelState@44e546a2{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@4943bef5{DirectByteBuffer@2ba54e42[p=0,l=272,c=8192,r=272]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},r=1} 20:13:21.871 [qtp304157852-39] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=START DirectByteBuffer@2ba54e42[p=0,l=272,c=8192,r=272]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 20:13:21.871 [qtp304157852-39] DEBUG org.eclipse.jetty.http.HttpParser -- START --> SPACE1 20:13:21.871 [qtp304157852-39] DEBUG org.eclipse.jetty.http.HttpParser -- SPACE1 --> URI 20:13:21.871 [qtp304157852-39] DEBUG org.eclipse.jetty.http.HttpParser -- URI --> SPACE2 20:13:21.871 [qtp304157852-39] DEBUG org.eclipse.jetty.http.HttpParser -- SPACE2 --> REQUEST_VERSION 20:13:21.871 [qtp304157852-39] DEBUG org.eclipse.jetty.http.HttpParser -- REQUEST_VERSION --> HEADER 20:13:21.872 [qtp304157852-39] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Connection --> IN_VALUE 20:13:21.872 [qtp304157852-39] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Connection --> FIELD 20:13:21.872 [qtp304157852-39] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Content-Length: 0 --> IN_VALUE 20:13:21.872 [qtp304157852-39] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Content-Length: 0 --> FIELD 20:13:21.872 [qtp304157852-39] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Host: localhost:8083 --> IN_VALUE 20:13:21.872 [qtp304157852-39] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Host: localhost:8083 --> FIELD 20:13:21.872 [qtp304157852-39] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:HTTP2-Settings --> VALUE 20:13:21.872 [qtp304157852-39] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:HTTP2-Settings --> IN_VALUE 20:13:21.872 [qtp304157852-39] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:HTTP2-Settings --> FIELD 20:13:21.872 [qtp304157852-39] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Upgrade --> VALUE 20:13:21.872 [qtp304157852-39] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Upgrade --> IN_VALUE 20:13:21.872 [qtp304157852-39] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Upgrade --> FIELD 20:13:21.872 [qtp304157852-39] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:User-Agent: Java-http-client/17.0.9 --> IN_VALUE 20:13:21.872 [qtp304157852-39] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:User-Agent: Java-http-client/17.0.9 --> FIELD 20:13:21.872 [qtp304157852-39] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER --> CONTENT 20:13:21.872 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpInput -- reopen HttpInput@197965005 cs=HttpChannelState@44e546a2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@620ac37f eof=true 20:13:21.872 [qtp304157852-39] DEBUG org.eclipse.jetty.server.BlockingContentProducer -- reopening org.eclipse.jetty.server.BlockingContentProducer@620ac37f 20:13:21.872 [qtp304157852-39] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- reopening AsyncContentProducer@46d40c56[r=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],t=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],i=null,error=false,c=HttpChannelOverHttp@54e3d1e5{s=HttpChannelState@44e546a2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0}] 20:13:21.872 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpChannel -- REQUEST for /sensinact/providers/temp1/services/sensor/resources/temperature/GET on HttpChannelOverHttp@54e3d1e5{s=HttpChannelState@44e546a2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=http://localhost:8083/sensinact/providers/temp1/services/sensor/resources/temperature/GET,age=0} GET /sensinact/providers/temp1/services/sensor/resources/temperature/GET HTTP/1.1 Connection: Upgrade, HTTP2-Settings Content-Length: 0 Host: localhost:8083 HTTP2-Settings: AAEAAEAAAAIAAAABAAMAAABkAAQBAAAAAAUAAEAA Upgrade: h2c User-Agent: Java-http-client/17.0.9 20:13:21.872 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- upgrade HttpChannelOverHttp@54e3d1e5{s=HttpChannelState@44e546a2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=http://localhost:8083/sensinact/providers/temp1/services/sensor/resources/temperature/GET,age=0} Upgrade: h2c 20:13:21.872 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- No factory for Upgrade: h2c in ServerConnector@66323f4c{HTTP/1.1, (http/1.1)}{0.0.0.0:8083} 20:13:21.872 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@5ab67e36::SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:33628,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5ab67e36[p=HttpParser{s=CONTENT,0 of 0},g=HttpGenerator@3e4420c1{s=START}]=>HttpChannelOverHttp@54e3d1e5{s=HttpChannelState@44e546a2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=http://localhost:8083/sensinact/providers/temp1/services/sensor/resources/temperature/GET,age=0}] parsed true HttpParser{s=CONTENT,0 of 0} 20:13:21.872 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpConnection -- releaseRequestBuffer HttpConnection@5ab67e36::SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:33628,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5ab67e36[p=HttpParser{s=CONTENT,0 of 0},g=HttpGenerator@3e4420c1{s=START}]=>HttpChannelOverHttp@54e3d1e5{s=HttpChannelState@44e546a2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=http://localhost:8083/sensinact/providers/temp1/services/sensor/resources/temperature/GET,age=0}] 20:13:21.872 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpChannel -- handle http://localhost:8083/sensinact/providers/temp1/services/sensor/resources/temperature/GET HttpChannelOverHttp@54e3d1e5{s=HttpChannelState@44e546a2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=http://localhost:8083/sensinact/providers/temp1/services/sensor/resources/temperature/GET,age=0} 20:13:21.873 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpChannelState -- handling HttpChannelState@44e546a2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 20:13:21.873 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpChannel -- action DISPATCH HttpChannelOverHttp@54e3d1e5{s=HttpChannelState@44e546a2{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=HANDLING,uri=http://localhost:8083/sensinact/providers/temp1/services/sensor/resources/temperature/GET,age=1} 20:13:21.873 [qtp304157852-39] DEBUG org.eclipse.jetty.server.Server -- REQUEST GET /sensinact/providers/temp1/services/sensor/resources/temperature/GET ?null on HttpChannelOverHttp@54e3d1e5{s=HttpChannelState@44e546a2{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=HANDLING,uri=http://localhost:8083/sensinact/providers/temp1/services/sensor/resources/temperature/GET,age=1} 20:13:21.873 [qtp304157852-39] DEBUG org.eclipse.jetty.server.handler.ContextHandler -- scope null||/sensinact/providers/temp1/services/sensor/resources/temperature/GET @ o.e.j.s.ServletContextHandler@23a589ed{/,null,AVAILABLE} 20:13:21.873 [qtp304157852-39] DEBUG org.eclipse.jetty.server.handler.ContextHandler -- context=||/sensinact/providers/temp1/services/sensor/resources/temperature/GET @ o.e.j.s.ServletContextHandler@23a589ed{/,null,AVAILABLE} 20:13:21.873 [qtp304157852-39] DEBUG org.eclipse.jetty.server.session.SessionHandler -- Entering scope org.eclipse.jetty.server.session.SessionHandler2123212850==dftMaxIdleSec=0, dispatch=REQUEST asyncstarted=false 20:13:21.873 [qtp304157852-39] DEBUG org.eclipse.jetty.server.session.SessionHandler -- sessionHandler=org.eclipse.jetty.server.session.SessionHandler2123212850==dftMaxIdleSec=0 session=null 20:13:21.873 [qtp304157852-39] DEBUG org.eclipse.jetty.servlet.ServletHandler -- servlet ||/sensinact/providers/temp1/services/sensor/resources/temperature/GET|ServletPathMapping{matchValue=, pattern=/*, servletName=org.apache.felix.http.base.internal.dispatch.DispatcherServlet-3250993a, mappingMatch=PATH, servletPath=, pathInfo=/sensinact/providers/temp1/services/sensor/resources/temperature/GET} -> org.apache.felix.http.base.internal.dispatch.DispatcherServlet-3250993a==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@c53ed7f9{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 20:13:21.873 [qtp304157852-39] DEBUG org.eclipse.jetty.servlet.ServletHandler -- chain=null 20:13:21.883 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpOutput -- write(array HeapByteBuffer@6572ad1[p=0,l=177,c=8192,r=177]={<<<{"type":"GET_RESPONSE","u...e":1.8140935908416866}}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}) 20:13:21.883 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpOutput -- write(array) s=CLOSING,api=BLOCKED,sc=false,e=null last=true agg=false flush=true async=false, len=177 null 20:13:21.883 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpChannel -- sendResponse info=null content=HeapByteBuffer@3578a6e4[p=0,l=177,c=8192,r=177]={<<<{"type":"GET_RESPONSE","u...e":1.8140935908416866}}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} complete=true committing=true callback=Blocker@3a38fa66{null} 20:13:21.883 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpChannel -- COMMIT for /sensinact/providers/temp1/services/sensor/resources/temperature/GET on HttpChannelOverHttp@54e3d1e5{s=HttpChannelState@44e546a2{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=HANDLING,uri=http://localhost:8083/sensinact/providers/temp1/services/sensor/resources/temperature/GET,age=11} 200 null HTTP/1.1 Date: Mon, 12 Feb 2024 20:13:21 GMT Content-Length: 177 Content-Type: application/json 20:13:21.883 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpConnection -- generate: NEED_HEADER for SendCallback@88f8163[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=177},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@7808a3da] (null,[p=0,l=177,c=8192,r=177],true)@START 20:13:21.883 [qtp304157852-39] DEBUG org.eclipse.jetty.http.HttpGenerator -- generateHeaders HTTP/1.1{s=200,h=3,cl=177} last=true content=HeapByteBuffer@3578a6e4[p=0,l=177,c=8192,r=177]={<<<{"type":"GET_RESPONSE","u...e":1.8140935908416866}}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 20:13:21.883 [qtp304157852-39] DEBUG org.eclipse.jetty.http.HttpGenerator -- Date: Mon, 12 Feb 2024 20:13:21 GMT Content-Length: 177 Content-Type: application/json 20:13:21.883 [qtp304157852-39] DEBUG org.eclipse.jetty.http.HttpGenerator -- CONTENT_LENGTH 20:13:21.883 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpConnection -- generate: FLUSH for SendCallback@88f8163[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=177},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@7808a3da] ([p=0,l=109,c=16384,r=109],[p=0,l=177,c=8192,r=177],true)@COMPLETING 20:13:21.883 [qtp304157852-39] DEBUG org.eclipse.jetty.io.WriteFlusher -- write: WriteFlusher@3cedeb11{IDLE}->null [DirectByteBuffer@7747042[p=0,l=109,c=16384,r=109]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@3578a6e4[p=0,l=177,c=8192,r=177]={<<<{"type":"GET_RESPONSE","u...e":1.8140935908416866}}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}] 20:13:21.883 [qtp304157852-39] DEBUG org.eclipse.jetty.io.WriteFlusher -- update WriteFlusher@3cedeb11{WRITING}->null:IDLE-->WRITING 20:13:21.883 [qtp304157852-39] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- flushed 286 SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:33628,OPEN,fill=-,flush=W,to=12/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5ab67e36[p=HttpParser{s=CONTENT,0 of 0},g=HttpGenerator@3e4420c1{s=COMPLETING}]=>HttpChannelOverHttp@54e3d1e5{s=HttpChannelState@44e546a2{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=HANDLING,uri=http://localhost:8083/sensinact/providers/temp1/services/sensor/resources/temperature/GET,age=11}] 20:13:21.883 [qtp304157852-39] DEBUG org.eclipse.jetty.io.WriteFlusher -- Flushed=true written=286 remaining=0 WriteFlusher@3cedeb11{WRITING}->null 20:13:21.883 [qtp304157852-39] DEBUG org.eclipse.jetty.io.WriteFlusher -- update WriteFlusher@3cedeb11{IDLE}->null:WRITING-->IDLE 20:13:21.883 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpConnection -- generate: DONE for SendCallback@88f8163[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=177},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@7808a3da] ([p=109,l=109,c=16384,r=0],[p=177,l=177,c=8192,r=0],true)@END 20:13:21.883 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpOutput -- onWriteComplete(true,null) s=CLOSING,api=BLOCKED,sc=false,e=null->s=CLOSED,api=BLOCKING,sc=false,e=null c=null cb=null w=false 20:13:21.883 [qtp304157852-39] DEBUG org.eclipse.jetty.server.session.SessionHandler -- Leaving scope org.eclipse.jetty.server.session.SessionHandler2123212850==dftMaxIdleSec=0 dispatch=REQUEST, async=false, session=null, oldsession=null, oldsessionhandler=null 20:13:21.883 [qtp304157852-39] DEBUG org.eclipse.jetty.server.Server -- handled=true async=false committed=true on HttpChannelOverHttp@54e3d1e5{s=HttpChannelState@44e546a2{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=0},r=2,c=false/true,a=HANDLING,uri=http://localhost:8083/sensinact/providers/temp1/services/sensor/resources/temperature/GET,age=12} 20:13:21.884 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpChannelState -- unhandle HttpChannelState@44e546a2{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=0} 20:13:21.884 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpChannelState -- nextAction(false) COMPLETE HttpChannelState@44e546a2{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 20:13:21.884 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpChannel -- action COMPLETE HttpChannelOverHttp@54e3d1e5{s=HttpChannelState@44e546a2{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=2,c=false/true,a=HANDLING,uri=http://localhost:8083/sensinact/providers/temp1/services/sensor/resources/temperature/GET,age=12} 20:13:21.884 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpOutput -- complete(org.eclipse.jetty.util.Callback$3@1eb96d4a) s=CLOSED,api=BLOCKING,sc=false,e=null s=true e=null, c=null 20:13:21.884 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpChannelState -- completed HttpChannelState@44e546a2{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 20:13:21.884 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpChannelState -- unhandle HttpChannelState@44e546a2{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 20:13:21.884 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpChannelState -- nextAction(false) TERMINATED HttpChannelState@44e546a2{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 20:13:21.884 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpChannel -- action TERMINATED HttpChannelOverHttp@54e3d1e5{s=HttpChannelState@44e546a2{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=2,c=true/true,a=IDLE,uri=http://localhost:8083/sensinact/providers/temp1/services/sensor/resources/temperature/GET,age=12} 20:13:21.884 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpChannel -- onCompleted for /sensinact/providers/temp1/services/sensor/resources/temperature/GET written=177 20:13:21.884 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpInput -- consumeAll HttpInput@197965005 cs=HttpChannelState@44e546a2{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@620ac37f eof=false 20:13:21.884 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- failing all content with org.eclipse.jetty.util.StaticException: Unconsumed content HttpChannelOverHttp@54e3d1e5{s=HttpChannelState@44e546a2{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=2,c=true/true,a=IDLE,uri=http://localhost:8083/sensinact/providers/temp1/services/sensor/resources/temperature/GET,age=12} 20:13:21.884 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- produceContent has no content, parsing and filling 20:13:21.884 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@5ab67e36::SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:33628,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5ab67e36[p=HttpParser{s=CONTENT,0 of 0},g=HttpGenerator@3e4420c1{s=END}]=>HttpChannelOverHttp@54e3d1e5{s=HttpChannelState@44e546a2{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=2,c=true/true,a=IDLE,uri=http://localhost:8083/sensinact/providers/temp1/services/sensor/resources/temperature/GET,age=12}] parse null 20:13:21.884 [qtp304157852-39] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=CONTENT HeapByteBuffer@3a56641f[p=0,l=0,c=0,r=0]={<<<>>>} 20:13:21.884 [qtp304157852-39] DEBUG org.eclipse.jetty.http.HttpParser -- CONTENT --> CONTENT_END 20:13:21.884 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpChannel -- onContentComplete HttpChannelOverHttp@54e3d1e5{s=HttpChannelState@44e546a2{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=2,c=true/true,a=IDLE,uri=http://localhost:8083/sensinact/providers/temp1/services/sensor/resources/temperature/GET,age=12} 20:13:21.884 [qtp304157852-39] DEBUG org.eclipse.jetty.http.HttpParser -- CONTENT_END --> END 20:13:21.884 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpChannel -- onRequestComplete HttpChannelOverHttp@54e3d1e5{s=HttpChannelState@44e546a2{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=2,c=true/true,a=IDLE,uri=http://localhost:8083/sensinact/providers/temp1/services/sensor/resources/temperature/GET,age=12} 20:13:21.884 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- received EOF, content = null 20:13:21.884 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@5ab67e36::SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:33628,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5ab67e36[p=HttpParser{s=END,0 of 0},g=HttpGenerator@3e4420c1{s=END}]=>HttpChannelOverHttp@54e3d1e5{s=HttpChannelState@44e546a2{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=2,c=true/true,a=IDLE,uri=http://localhost:8083/sensinact/providers/temp1/services/sensor/resources/temperature/GET,age=12}] parsed false HttpParser{s=END,0 of 0} 20:13:21.884 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- produceContent produced EofContent 20:13:21.884 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- failed all content, EOF = true 20:13:21.884 [qtp304157852-39] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- failed all content of http channel EOF=true AsyncContentProducer@46d40c56[r=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],t=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],i=null,error=false,c=HttpChannelOverHttp@54e3d1e5{s=HttpChannelState@44e546a2{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=2,c=true/true,a=IDLE,uri=http://localhost:8083/sensinact/providers/temp1/services/sensor/resources/temperature/GET,age=12}] 20:13:21.884 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpInput -- isFinished=true HttpInput@197965005 cs=HttpChannelState@44e546a2{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@620ac37f eof=true 20:13:21.884 [qtp304157852-39] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- isError = false AsyncContentProducer@46d40c56[r=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],t=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],i=null,error=false,c=HttpChannelOverHttp@54e3d1e5{s=HttpChannelState@44e546a2{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=2,c=true/true,a=IDLE,uri=http://localhost:8083/sensinact/providers/temp1/services/sensor/resources/temperature/GET,age=12}] 20:13:21.884 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpInput -- isError=false HttpInput@197965005 cs=HttpChannelState@44e546a2{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@620ac37f eof=true 20:13:21.884 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpChannelState -- recycle HttpChannelState@44e546a2{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 20:13:21.884 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpInput -- recycle HttpInput@197965005 cs=HttpChannelState@44e546a2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@620ac37f eof=true 20:13:21.884 [qtp304157852-39] DEBUG org.eclipse.jetty.server.BlockingContentProducer -- recycling org.eclipse.jetty.server.BlockingContentProducer@620ac37f 20:13:21.884 [qtp304157852-39] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- recycling AsyncContentProducer@46d40c56[r=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],t=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],i=null,error=false,c=HttpChannelOverHttp@54e3d1e5{s=HttpChannelState@44e546a2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=http://localhost:8083/sensinact/providers/temp1/services/sensor/resources/temperature/GET,age=12}] 20:13:21.884 [qtp304157852-39] DEBUG org.eclipse.jetty.http.HttpParser -- reset HttpParser{s=END,0 of 0} 20:13:21.884 [qtp304157852-39] DEBUG org.eclipse.jetty.http.HttpParser -- END --> START 20:13:21.884 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpChannel -- !handle TERMINATED HttpChannelOverHttp@54e3d1e5{s=HttpChannelState@44e546a2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0} 20:13:21.885 [qtp304157852-39] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- filled 0 DirectByteBuffer@2ba54e42[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 20:13:21.885 [qtp304157852-39] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- filled 0 DirectByteBuffer@2ba54e42[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 20:13:21.885 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@5ab67e36::SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:33628,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5ab67e36[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3e4420c1{s=START}]=>HttpChannelOverHttp@54e3d1e5{s=HttpChannelState@44e546a2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0}] filled 0 RetainableByteBuffer@4943bef5{DirectByteBuffer@2ba54e42[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00},r=1} 20:13:21.885 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@5ab67e36::SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:33628,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5ab67e36[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3e4420c1{s=START}]=>HttpChannelOverHttp@54e3d1e5{s=HttpChannelState@44e546a2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0}] parse RetainableByteBuffer@4943bef5{DirectByteBuffer@2ba54e42[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00},r=1} 20:13:21.885 [qtp304157852-39] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=START DirectByteBuffer@2ba54e42[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 20:13:21.885 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@5ab67e36::SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:33628,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5ab67e36[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3e4420c1{s=START}]=>HttpChannelOverHttp@54e3d1e5{s=HttpChannelState@44e546a2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0}] parsed false HttpParser{s=START,0 of -1} 20:13:21.885 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpConnection -- releaseRequestBuffer HttpConnection@5ab67e36::SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:33628,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5ab67e36[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3e4420c1{s=START}]=>HttpChannelOverHttp@54e3d1e5{s=HttpChannelState@44e546a2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0}] 20:13:21.885 [qtp304157852-39] DEBUG org.eclipse.jetty.io.AbstractConnection -- fillInterested HttpConnection@5ab67e36::SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:33628,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5ab67e36[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3e4420c1{s=START}]=>HttpChannelOverHttp@54e3d1e5{s=HttpChannelState@44e546a2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0}] 20:13:21.885 [qtp304157852-39] DEBUG org.eclipse.jetty.io.FillInterest -- interested FillInterest@b68894d{ReadCallback@229f8c7a{HttpConnection@5ab67e36::SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:33628,OPEN,fill=FI,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5ab67e36[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3e4420c1{s=START}]=>HttpChannelOverHttp@54e3d1e5{s=HttpChannelState@44e546a2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0}]}} 20:13:21.885 [qtp304157852-39] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- changeInterests p=false 0->1 for SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:33628,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}]->[HttpConnection@5ab67e36[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3e4420c1{s=START}]=>HttpChannelOverHttp@54e3d1e5{s=HttpChannelState@44e546a2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0}] 20:13:21.885 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$660/0x00007f8edc43a568@7dd991ae on ManagedSelector@62a71547{STARTED} id=0 keys=1 selected=0 updates=0 20:13:21.885 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@62a71547{STARTED} id=0 keys=1 selected=0 updates=1 20:13:21.885 [qtp304157852-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@730adaeb woken with none selected 20:13:21.885 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@5ab67e36::SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:33628,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}]->[HttpConnection@5ab67e36[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3e4420c1{s=START}]=>HttpChannelOverHttp@54e3d1e5{s=HttpChannelState@44e546a2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0}] onFillable exit HttpChannelState@44e546a2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 20:13:21.885 [qtp304157852-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@730adaeb woken up from select, 0/0/1 selected 20:13:21.885 [qtp304157852-39] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.io.ManagedSelector$$Lambda$383/0x00007f8edc30b3e0@15db0d46 in QueuedThreadPool[qtp304157852]@1221149c{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=1/2,pending=0}] 20:13:21.885 [qtp304157852-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@730adaeb processing 0 keys, 1 updates 20:13:21.885 [qtp304157852-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 20:13:21.885 [qtp304157852-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$660/0x00007f8edc43a568@7dd991ae 20:13:21.885 [qtp304157852-42] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- Key interests updated 0 -> 1 on SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:33628,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=1}]->[HttpConnection@5ab67e36[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3e4420c1{s=START}]=>HttpChannelOverHttp@54e3d1e5{s=HttpChannelState@44e546a2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0}] 20:13:21.885 [qtp304157852-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:13:21.885 [qtp304157852-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@730adaeb waiting with 1 keys [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.249 s - in org.eclipse.sensinact.gateway.feature.integration.virtual.temperature.VirtualTemperatureIntegrationTest [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) @ virtual-temperature-sensor-feature --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/virtual-temperature-sensor-feature/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/distribution/features/virtual-temperature-sensor-feature/0.0.2-SNAPSHOT/virtual-temperature-sensor-feature-0.0.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/virtual-temperature-sensor-feature/target/repository.zip to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/distribution/features/virtual-temperature-sensor-feature/0.0.2-SNAPSHOT/virtual-temperature-sensor-feature-0.0.2-SNAPSHOT-osgifeaturerepo.zip [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/virtual-temperature-sensor-feature/src/main/resources/virtual-temperature-sensor-feature.json to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/distribution/features/virtual-temperature-sensor-feature/0.0.2-SNAPSHOT/virtual-temperature-sensor-feature-0.0.2-SNAPSHOT-osgifeature.json [INFO] [INFO] --- deploy:3.0.0:deploy (default-deploy) @ virtual-temperature-sensor-feature --- [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/features/virtual-temperature-sensor-feature/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/features/virtual-temperature-sensor-feature/0.0.2-SNAPSHOT/maven-metadata.xml (1.1 kB at 158 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/virtual-temperature-sensor-feature/0.0.2-SNAPSHOT/virtual-temperature-sensor-feature-0.0.2-20240212.200245-59.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/virtual-temperature-sensor-feature/0.0.2-SNAPSHOT/virtual-temperature-sensor-feature-0.0.2-20240212.200245-59.pom (5.4 kB at 169 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/virtual-temperature-sensor-feature/0.0.2-SNAPSHOT/virtual-temperature-sensor-feature-0.0.2-20240212.200245-59-osgifeaturerepo.zip [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/virtual-temperature-sensor-feature/0.0.2-SNAPSHOT/virtual-temperature-sensor-feature-0.0.2-20240212.200245-59-osgifeature.json [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/virtual-temperature-sensor-feature/0.0.2-SNAPSHOT/virtual-temperature-sensor-feature-0.0.2-20240212.200245-59-osgifeaturerepo.zip (10 kB at 285 kB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/virtual-temperature-sensor-feature/0.0.2-SNAPSHOT/virtual-temperature-sensor-feature-0.0.2-20240212.200245-59-osgifeature.json (530 B at 13 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/virtual-temperature-sensor-feature/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/virtual-temperature-sensor-feature/maven-metadata.xml (405 B at 2.7 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/virtual-temperature-sensor-feature/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/features/virtual-temperature-sensor-feature/0.0.2-SNAPSHOT/maven-metadata.xml (1.1 kB at 17 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/virtual-temperature-sensor-feature/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/virtual-temperature-sensor-feature/maven-metadata.xml (405 B at 6.5 kB/s) [INFO] [INFO] --< org.eclipse.sensinact.gateway.distribution.features:northbound-ogc-sensorthings-mqtt-feature >-- [INFO] Building Eclipse sensiNact Northbound OGC Sensorthings MQTT Feature 0.0.2-SNAPSHOT [65/68] [INFO] from distribution/features/northbound-ogc-sensorthings-mqtt-feature/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ northbound-ogc-sensorthings-mqtt-feature --- [INFO] [INFO] --- compiler:3.10.1:testCompile (default) @ northbound-ogc-sensorthings-mqtt-feature --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-ogc-sensorthings-mqtt-feature/target/test-classes [INFO] [INFO] --- dependency:3.3.0:copy-dependencies (create-feature-repo) @ northbound-ogc-sensorthings-mqtt-feature --- [INFO] Installing /home/jenkins/.m2/repository/io/moquette/moquette-broker/0.16/moquette-broker-0.16.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-ogc-sensorthings-mqtt-feature/target/repository/io/moquette/moquette-broker/0.16/moquette-broker-0.16.jar [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/mqtt/target/mqtt-0.0.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-ogc-sensorthings-mqtt-feature/target/repository/org/eclipse/sensinact/gateway/northbound/sensorthings/mqtt/0.0.2-SNAPSHOT/mqtt-0.0.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/dto/target/dto-0.0.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-ogc-sensorthings-mqtt-feature/target/repository/org/eclipse/sensinact/gateway/northbound/sensorthings/dto/0.0.2-SNAPSHOT/dto-0.0.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/.m2/repository/io/netty/netty-common/4.1.77.Final/netty-common-4.1.77.Final.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-ogc-sensorthings-mqtt-feature/target/repository/io/netty/netty-common/4.1.77.Final/netty-common-4.1.77.Final.jar [INFO] Installing /home/jenkins/.m2/repository/io/netty/netty-buffer/4.1.77.Final/netty-buffer-4.1.77.Final.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-ogc-sensorthings-mqtt-feature/target/repository/io/netty/netty-buffer/4.1.77.Final/netty-buffer-4.1.77.Final.jar [INFO] Installing /home/jenkins/.m2/repository/io/netty/netty-codec/4.1.77.Final/netty-codec-4.1.77.Final.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-ogc-sensorthings-mqtt-feature/target/repository/io/netty/netty-codec/4.1.77.Final/netty-codec-4.1.77.Final.jar [INFO] Installing /home/jenkins/.m2/repository/io/netty/netty-codec-http/4.1.77.Final/netty-codec-http-4.1.77.Final.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-ogc-sensorthings-mqtt-feature/target/repository/io/netty/netty-codec-http/4.1.77.Final/netty-codec-http-4.1.77.Final.jar [INFO] Installing /home/jenkins/.m2/repository/io/netty/netty-codec-mqtt/4.1.77.Final/netty-codec-mqtt-4.1.77.Final.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-ogc-sensorthings-mqtt-feature/target/repository/io/netty/netty-codec-mqtt/4.1.77.Final/netty-codec-mqtt-4.1.77.Final.jar [INFO] Installing /home/jenkins/.m2/repository/io/netty/netty-handler/4.1.77.Final/netty-handler-4.1.77.Final.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-ogc-sensorthings-mqtt-feature/target/repository/io/netty/netty-handler/4.1.77.Final/netty-handler-4.1.77.Final.jar [INFO] Installing /home/jenkins/.m2/repository/io/netty/netty-resolver/4.1.77.Final/netty-resolver-4.1.77.Final.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-ogc-sensorthings-mqtt-feature/target/repository/io/netty/netty-resolver/4.1.77.Final/netty-resolver-4.1.77.Final.jar [INFO] Installing /home/jenkins/.m2/repository/io/netty/netty-transport/4.1.77.Final/netty-transport-4.1.77.Final.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-ogc-sensorthings-mqtt-feature/target/repository/io/netty/netty-transport/4.1.77.Final/netty-transport-4.1.77.Final.jar [INFO] Installing /home/jenkins/.m2/repository/io/netty/netty-transport-classes-epoll/4.1.77.Final/netty-transport-classes-epoll-4.1.77.Final.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-ogc-sensorthings-mqtt-feature/target/repository/io/netty/netty-transport-classes-epoll/4.1.77.Final/netty-transport-classes-epoll-4.1.77.Final.jar [INFO] Installing /home/jenkins/.m2/repository/io/netty/netty-transport-native-unix-common/4.1.77.Final/netty-transport-native-unix-common-4.1.77.Final.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-ogc-sensorthings-mqtt-feature/target/repository/io/netty/netty-transport-native-unix-common/4.1.77.Final/netty-transport-native-unix-common-4.1.77.Final.jar [INFO] Installing /home/jenkins/.m2/repository/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.16.1/jackson-datatype-jsr310-2.16.1.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-ogc-sensorthings-mqtt-feature/target/repository/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.16.1/jackson-datatype-jsr310-2.16.1.jar [INFO] [INFO] --- antrun:3.1.0:run (create-repository-zip) @ northbound-ogc-sensorthings-mqtt-feature --- [INFO] Executing tasks [INFO] [zip] Building zip: /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-ogc-sensorthings-mqtt-feature/target/repository.zip [INFO] Executed tasks [INFO] [INFO] --- build-helper:3.3.0:attach-artifact (attach-artifacts) @ northbound-ogc-sensorthings-mqtt-feature --- [INFO] [INFO] --- dependency:3.3.0:copy (copy-test-launcher) @ northbound-ogc-sensorthings-mqtt-feature --- [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution:launcher:export:0.0.2-SNAPSHOT:jar [INFO] Copying export.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-ogc-sensorthings-mqtt-feature/target/it/launcher.jar [INFO] [INFO] --- dependency:3.3.0:copy (gather-test-features) @ northbound-ogc-sensorthings-mqtt-feature --- [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution.features:core-feature:osgifeature:0.0.2-SNAPSHOT:json [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution.features:virtual-temperature-sensor-feature:osgifeature:0.0.2-SNAPSHOT:json [INFO] Copying core-feature.json to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-ogc-sensorthings-mqtt-feature/target/it/features/core-feature.json [INFO] Copying virtual-temperature-sensor-feature.json to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-ogc-sensorthings-mqtt-feature/target/it/features/virtual-temperature-sensor-feature.json [INFO] [INFO] --- dependency:3.3.0:unpack (create-test-repo) @ northbound-ogc-sensorthings-mqtt-feature --- [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution.features:core-feature:osgifeaturerepo:0.0.2-SNAPSHOT:zip [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution.features:virtual-temperature-sensor-feature:osgifeaturerepo:0.0.2-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/core-feature/target/repository.zip to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-ogc-sensorthings-mqtt-feature/target/it/repository with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/virtual-temperature-sensor-feature/target/repository.zip to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-ogc-sensorthings-mqtt-feature/target/it/repository with includes "" and excludes "" [INFO] [INFO] --- antrun:3.1.0:run (copy-artifact-for-testing) @ northbound-ogc-sensorthings-mqtt-feature --- [INFO] Executing tasks [INFO] [unzip] Expanding: /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-ogc-sensorthings-mqtt-feature/target/repository.zip into /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-ogc-sensorthings-mqtt-feature/target/it/repository [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-ogc-sensorthings-mqtt-feature/target/it/features [INFO] Executed tasks [INFO] [INFO] --- surefire:2.22.2:test (integration-test) @ northbound-ogc-sensorthings-mqtt-feature --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.sensinact.gateway.feature.integration.sensorthingsmqtt.SensorthingsMqttIntegrationTest Feb 12, 2024 8:13:25 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 12, 2024 8:13:25 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 20:13:25.876 [main] INFO org.eclipse.sensinact.gateway.launcher.ConfigurationManager -- Eclipse sensiNact is watching for changes in configuration file src/it/resources/config/configuration.json 20:13:25.890 [main] INFO org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Feature installation for features [] requested using repositories [repository] and feature directories [features] 20:13:25.890 [main] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- The following bundles [] are no longer required and will be removed. 20:13:25.892 [main] INFO org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Feature update complete. 20:13:25.995 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Feature installation for features [core-feature, northbound-ogc-sensorthings-mqtt-feature, virtual-temperature-sensor-feature] requested using repositories [target/it/repository] and feature directories [target/it/features] 20:13:25.995 [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. 20:13:25.995 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Loading feature model core-feature 20:13:26.001 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.sensinact.gateway.core:annotation:0.0.2-SNAPSHOT 20:13:26.001 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.sensinact.gateway.core:annotation:0.0.2-SNAPSHOT in repositories [target/it/repository] 20:13:26.001 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.eclipse.sensinact.gateway.core:annotation:0.0.2-SNAPSHOT is target/it/repository/org/eclipse/sensinact/gateway/core/annotation/0.0.2-SNAPSHOT/annotation-0.0.2-SNAPSHOT.jar 20:13:26.007 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.sensinact.gateway.core:api:0.0.2-SNAPSHOT 20:13:26.008 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.sensinact.gateway.core:api:0.0.2-SNAPSHOT in repositories [target/it/repository] 20:13:26.008 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.eclipse.sensinact.gateway.core:api:0.0.2-SNAPSHOT is target/it/repository/org/eclipse/sensinact/gateway/core/api/0.0.2-SNAPSHOT/api-0.0.2-SNAPSHOT.jar 20:13:26.010 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.sensinact.gateway.core:emf-api:0.0.2-SNAPSHOT 20:13:26.010 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.sensinact.gateway.core:emf-api:0.0.2-SNAPSHOT in repositories [target/it/repository] 20:13:26.010 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.eclipse.sensinact.gateway.core:emf-api:0.0.2-SNAPSHOT is target/it/repository/org/eclipse/sensinact/gateway/core/emf-api/0.0.2-SNAPSHOT/emf-api-0.0.2-SNAPSHOT.jar 20:13:26.012 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.sensinact.gateway.core:impl:0.0.2-SNAPSHOT 20:13:26.012 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.sensinact.gateway.core:impl:0.0.2-SNAPSHOT in repositories [target/it/repository] 20:13:26.012 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.eclipse.sensinact.gateway.core:impl:0.0.2-SNAPSHOT is target/it/repository/org/eclipse/sensinact/gateway/core/impl/0.0.2-SNAPSHOT/impl-0.0.2-SNAPSHOT.jar 20:13:26.043 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.sensinact.gateway.core.models:provider:0.0.2-SNAPSHOT 20:13:26.043 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.sensinact.gateway.core.models:provider:0.0.2-SNAPSHOT in repositories [target/it/repository] 20:13:26.043 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.eclipse.sensinact.gateway.core.models:provider:0.0.2-SNAPSHOT is target/it/repository/org/eclipse/sensinact/gateway/core/models/provider/0.0.2-SNAPSHOT/provider-0.0.2-SNAPSHOT.jar 20:13:26.047 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.sensinact.gateway.core.models:metadata:0.0.2-SNAPSHOT 20:13:26.047 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.sensinact.gateway.core.models:metadata:0.0.2-SNAPSHOT in repositories [target/it/repository] 20:13:26.047 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.eclipse.sensinact.gateway.core.models:metadata:0.0.2-SNAPSHOT is target/it/repository/org/eclipse/sensinact/gateway/core/models/metadata/0.0.2-SNAPSHOT/metadata-0.0.2-SNAPSHOT.jar 20:13:26.050 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.sensinact.gateway.core:geo-json:0.0.2-SNAPSHOT 20:13:26.051 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.sensinact.gateway.core:geo-json:0.0.2-SNAPSHOT in repositories [target/it/repository] 20:13:26.051 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.eclipse.sensinact.gateway.core:geo-json:0.0.2-SNAPSHOT is target/it/repository/org/eclipse/sensinact/gateway/core/geo-json/0.0.2-SNAPSHOT/geo-json-0.0.2-SNAPSHOT.jar 20:13:26.053 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle com.fasterxml.jackson.core:jackson-annotations:2.16.1 20:13:26.054 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature com.fasterxml.jackson.core:jackson-annotations:2.16.1 in repositories [target/it/repository] 20:13:26.054 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature com.fasterxml.jackson.core:jackson-annotations:2.16.1 is target/it/repository/com/fasterxml/jackson/core/jackson-annotations/2.16.1/jackson-annotations-2.16.1.jar 20:13:26.056 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle com.fasterxml.jackson.core:jackson-core:2.16.1 20:13:26.056 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature com.fasterxml.jackson.core:jackson-core:2.16.1 in repositories [target/it/repository] 20:13:26.056 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature com.fasterxml.jackson.core:jackson-core:2.16.1 is target/it/repository/com/fasterxml/jackson/core/jackson-core/2.16.1/jackson-core-2.16.1.jar 20:13:26.059 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle com.fasterxml.jackson.core:jackson-databind:2.16.1 20:13:26.060 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature com.fasterxml.jackson.core:jackson-databind:2.16.1 in repositories [target/it/repository] 20:13:26.060 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature com.fasterxml.jackson.core:jackson-databind:2.16.1 is target/it/repository/com/fasterxml/jackson/core/jackson-databind/2.16.1/jackson-databind-2.16.1.jar 20:13:26.066 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.osgi:org.osgi.service.typedevent:1.0.0 20:13:26.066 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.osgi:org.osgi.service.typedevent:1.0.0 in repositories [target/it/repository] 20:13:26.066 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.osgi:org.osgi.service.typedevent:1.0.0 is target/it/repository/org/osgi/org.osgi.service.typedevent/1.0.0/org.osgi.service.typedevent-1.0.0.jar 20:13:26.068 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.osgi:org.osgi.util.pushstream:1.0.2 20:13:26.069 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.osgi:org.osgi.util.pushstream:1.0.2 in repositories [target/it/repository] 20:13:26.069 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.osgi:org.osgi.util.pushstream:1.0.2 is target/it/repository/org/osgi/org.osgi.util.pushstream/1.0.2/org.osgi.util.pushstream-1.0.2.jar 20:13:26.071 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.emf:org.eclipse.emf.common:2.29.0 20:13:26.071 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.emf:org.eclipse.emf.common:2.29.0 in repositories [target/it/repository] 20:13:26.071 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.eclipse.emf:org.eclipse.emf.common:2.29.0 is target/it/repository/org/eclipse/emf/org.eclipse.emf.common/2.29.0/org.eclipse.emf.common-2.29.0.jar 20:13:26.074 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.emf:org.eclipse.emf.ecore:2.35.0 20:13:26.074 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.emf:org.eclipse.emf.ecore:2.35.0 in repositories [target/it/repository] 20:13:26.074 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.eclipse.emf:org.eclipse.emf.ecore:2.35.0 is target/it/repository/org/eclipse/emf/org.eclipse.emf.ecore/2.35.0/org.eclipse.emf.ecore-2.35.0.jar 20:13:26.080 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.emf:org.eclipse.emf.ecore.xmi:2.36.0 20:13:26.081 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.emf:org.eclipse.emf.ecore.xmi:2.36.0 in repositories [target/it/repository] 20:13:26.081 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.eclipse.emf:org.eclipse.emf.ecore.xmi:2.36.0 is target/it/repository/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.36.0/org.eclipse.emf.ecore.xmi-2.36.0.jar 20:13:26.083 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.geckoprojects.emf:org.gecko.emf.osgi.component.minimal:6.1.0 20:13:26.083 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.geckoprojects.emf:org.gecko.emf.osgi.component.minimal:6.1.0 in repositories [target/it/repository] 20:13:26.083 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.geckoprojects.emf:org.gecko.emf.osgi.component.minimal:6.1.0 is target/it/repository/org/geckoprojects/emf/org.gecko.emf.osgi.component.minimal/6.1.0/org.gecko.emf.osgi.component.minimal-6.1.0.jar 20:13:26.086 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.apache.aries.component-dsl:org.apache.aries.component-dsl.component-dsl:1.2.2 20:13:26.086 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.apache.aries.component-dsl:org.apache.aries.component-dsl.component-dsl:1.2.2 in repositories [target/it/repository] 20:13:26.086 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.apache.aries.component-dsl:org.apache.aries.component-dsl.component-dsl:1.2.2 is target/it/repository/org/apache/aries/component-dsl/org.apache.aries.component-dsl.component-dsl/1.2.2/org.apache.aries.component-dsl.component-dsl-1.2.2.jar 20:13:26.089 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.apache.aries.typedevent:org.apache.aries.typedevent.bus:0.0.2-SNAPSHOT 20:13:26.089 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.apache.aries.typedevent:org.apache.aries.typedevent.bus:0.0.2-SNAPSHOT in repositories [target/it/repository] 20:13:26.089 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.apache.aries.typedevent:org.apache.aries.typedevent.bus:0.0.2-SNAPSHOT is target/it/repository/org/apache/aries/typedevent/org.apache.aries.typedevent.bus/0.0.2-SNAPSHOT/org.apache.aries.typedevent.bus-0.0.2-SNAPSHOT.jar 20:13:26.091 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle io.dropwizard.metrics:metrics-core:4.2.19 20:13:26.091 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature io.dropwizard.metrics:metrics-core:4.2.19 in repositories [target/it/repository] 20:13:26.091 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature io.dropwizard.metrics:metrics-core:4.2.19 is target/it/repository/io/dropwizard/metrics/metrics-core/4.2.19/metrics-core-4.2.19.jar 20:13:26.418 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.apache.aries.typedevent.bus.impl.TypedEventBusActivator -- Aries Typed Event Bus Starting Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/admin Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/system Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/system/version Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/system/version Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/system/started Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/system/started Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/system/started 20:13:26.648 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.apache.aries.typedevent.bus.impl.TypedEventBusActivator -- Aries Typed Event Bus Started 20:13:26.657 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Loading feature model northbound-ogc-sensorthings-mqtt-feature 20:13:26.662 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- The feature northbound-ogc-sensorthings-mqtt-feature depends on the feature core-feature, which is installed 20:13:26.662 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.16.1 20:13:26.662 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.16.1 in repositories [target/it/repository] 20:13:26.663 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.16.1 is target/it/repository/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.16.1/jackson-datatype-jsr310-2.16.1.jar 20:13:26.666 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle io.netty:netty-common:4.1.77.Final 20:13:26.667 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature io.netty:netty-common:4.1.77.Final in repositories [target/it/repository] 20:13:26.667 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature io.netty:netty-common:4.1.77.Final is target/it/repository/io/netty/netty-common/4.1.77.Final/netty-common-4.1.77.Final.jar 20:13:26.671 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle io.netty:netty-buffer:4.1.77.Final 20:13:26.671 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature io.netty:netty-buffer:4.1.77.Final in repositories [target/it/repository] 20:13:26.671 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature io.netty:netty-buffer:4.1.77.Final is target/it/repository/io/netty/netty-buffer/4.1.77.Final/netty-buffer-4.1.77.Final.jar 20:13:26.674 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle io.netty:netty-codec:4.1.77.Final 20:13:26.674 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature io.netty:netty-codec:4.1.77.Final in repositories [target/it/repository] 20:13:26.674 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature io.netty:netty-codec:4.1.77.Final is target/it/repository/io/netty/netty-codec/4.1.77.Final/netty-codec-4.1.77.Final.jar 20:13:26.677 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle io.netty:netty-codec-http:4.1.77.Final 20:13:26.677 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature io.netty:netty-codec-http:4.1.77.Final in repositories [target/it/repository] 20:13:26.678 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature io.netty:netty-codec-http:4.1.77.Final is target/it/repository/io/netty/netty-codec-http/4.1.77.Final/netty-codec-http-4.1.77.Final.jar 20:13:26.681 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle io.netty:netty-codec-mqtt:4.1.77.Final 20:13:26.681 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature io.netty:netty-codec-mqtt:4.1.77.Final in repositories [target/it/repository] 20:13:26.681 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature io.netty:netty-codec-mqtt:4.1.77.Final is target/it/repository/io/netty/netty-codec-mqtt/4.1.77.Final/netty-codec-mqtt-4.1.77.Final.jar 20:13:26.683 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle io.netty:netty-handler:4.1.77.Final 20:13:26.683 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature io.netty:netty-handler:4.1.77.Final in repositories [target/it/repository] 20:13:26.683 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature io.netty:netty-handler:4.1.77.Final is target/it/repository/io/netty/netty-handler/4.1.77.Final/netty-handler-4.1.77.Final.jar 20:13:26.687 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle io.netty:netty-resolver:4.1.77.Final 20:13:26.687 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature io.netty:netty-resolver:4.1.77.Final in repositories [target/it/repository] 20:13:26.687 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature io.netty:netty-resolver:4.1.77.Final is target/it/repository/io/netty/netty-resolver/4.1.77.Final/netty-resolver-4.1.77.Final.jar 20:13:26.689 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle io.netty:netty-transport:4.1.77.Final 20:13:26.689 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature io.netty:netty-transport:4.1.77.Final in repositories [target/it/repository] 20:13:26.689 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature io.netty:netty-transport:4.1.77.Final is target/it/repository/io/netty/netty-transport/4.1.77.Final/netty-transport-4.1.77.Final.jar 20:13:26.692 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle io.netty:netty-transport-classes-epoll:4.1.77.Final 20:13:26.692 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature io.netty:netty-transport-classes-epoll:4.1.77.Final in repositories [target/it/repository] 20:13:26.692 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature io.netty:netty-transport-classes-epoll:4.1.77.Final is target/it/repository/io/netty/netty-transport-classes-epoll/4.1.77.Final/netty-transport-classes-epoll-4.1.77.Final.jar 20:13:26.694 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle io.netty:netty-transport-native-unix-common:4.1.77.Final 20:13:26.694 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature io.netty:netty-transport-native-unix-common:4.1.77.Final in repositories [target/it/repository] 20:13:26.694 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature io.netty:netty-transport-native-unix-common:4.1.77.Final is target/it/repository/io/netty/netty-transport-native-unix-common/4.1.77.Final/netty-transport-native-unix-common-4.1.77.Final.jar 20:13:26.696 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.sensinact.gateway.northbound.sensorthings:dto:0.0.2-SNAPSHOT 20:13:26.696 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.sensinact.gateway.northbound.sensorthings:dto:0.0.2-SNAPSHOT in repositories [target/it/repository] 20:13:26.696 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.eclipse.sensinact.gateway.northbound.sensorthings:dto:0.0.2-SNAPSHOT is target/it/repository/org/eclipse/sensinact/gateway/northbound/sensorthings/dto/0.0.2-SNAPSHOT/dto-0.0.2-SNAPSHOT.jar 20:13:26.698 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.sensinact.gateway.northbound.sensorthings:mqtt:0.0.2-SNAPSHOT 20:13:26.698 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.sensinact.gateway.northbound.sensorthings:mqtt:0.0.2-SNAPSHOT in repositories [target/it/repository] 20:13:26.698 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.eclipse.sensinact.gateway.northbound.sensorthings:mqtt:0.0.2-SNAPSHOT is target/it/repository/org/eclipse/sensinact/gateway/northbound/sensorthings/mqtt/0.0.2-SNAPSHOT/mqtt-0.0.2-SNAPSHOT.jar 20:13:26.806 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG io.moquette.broker.Server -- Starting moquette integration using IConfig instance and intercept handlers 20:13:26.806 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG io.moquette.broker.Server -- Configuring Using persistent store file, path: null 20:13:26.806 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO io.moquette.broker.Server -- Configuring message interceptors... 20:13:26.807 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO io.moquette.interception.BrokerInterceptor -- Initializing broker interceptor. InterceptorIds=[Eclipse sensiNact Sensorthings subscription listener] 20:13:26.808 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO io.moquette.interception.BrokerInterceptor -- Adding MQTT message interceptor. InterceptorId=Eclipse sensiNact Sensorthings subscription listener, handledMessageTypes=[class io.moquette.interception.messages.InterceptConnectMessage, class io.moquette.interception.messages.InterceptDisconnectMessage, class io.moquette.interception.messages.InterceptConnectionLostMessage, class io.moquette.interception.messages.InterceptPublishMessage, class io.moquette.interception.messages.InterceptSubscribeMessage, class io.moquette.interception.messages.InterceptUnsubscribeMessage, class io.moquette.interception.messages.InterceptAcknowledgedMessage] 20:13:26.808 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG io.moquette.broker.Server -- Initialized MQTT protocol processor 20:13:26.808 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO io.moquette.broker.Server -- Using default SSL context creator 20:13:26.809 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG io.moquette.broker.Server -- Configuring MQTT authenticator 20:13:26.809 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO io.moquette.broker.Server -- An io.moquette.broker.security.AcceptAllAuthenticator authenticator instance will be used 20:13:26.809 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG io.moquette.broker.Server -- Configuring MQTT authorizator policy 20:13:26.809 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO io.moquette.broker.Server -- Authorizator policy io.moquette.broker.security.PermitAllAuthorizatorPolicy instance will be used 20:13:26.810 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO io.moquette.broker.subscriptions.CTrieSubscriptionDirectory -- Initializing CTrie 20:13:26.811 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO io.moquette.broker.subscriptions.CTrieSubscriptionDirectory -- Initializing subscriptions store... 20:13:26.850 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG io.netty.util.internal.logging.InternalLoggerFactory -- Using SLF4J as the default logging framework 20:13:26.852 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG io.netty.util.internal.PlatformDependent0 -- -Dio.netty.noUnsafe: false 20:13:26.852 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG io.netty.util.internal.PlatformDependent0 -- Java version: 17 20:13:26.853 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG io.netty.util.internal.PlatformDependent0 -- sun.misc.Unsafe.theUnsafe: available 20:13:26.853 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG io.netty.util.internal.PlatformDependent0 -- sun.misc.Unsafe.copyMemory: available 20:13:26.853 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG io.netty.util.internal.PlatformDependent0 -- sun.misc.Unsafe.storeFence: available 20:13:26.854 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG io.netty.util.internal.PlatformDependent0 -- java.nio.Buffer.address: available 20:13:26.854 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG io.netty.util.internal.PlatformDependent0 -- direct buffer constructor: unavailable: Reflective setAccessible(true) disabled 20:13:26.855 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG io.netty.util.internal.PlatformDependent0 -- java.nio.Bits.unaligned: available, true 20:13:26.855 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG io.netty.util.internal.PlatformDependent0 -- jdk.internal.misc.Unsafe.allocateUninitializedArray(int): unavailable: jdk.internal.misc.Unsafe not found by io.netty.common [37] 20:13:26.856 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG io.netty.util.internal.PlatformDependent0 -- java.nio.DirectByteBuffer.(long, int): unavailable 20:13:26.856 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG io.netty.util.internal.PlatformDependent -- sun.misc.Unsafe: available 20:13:26.865 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG io.netty.util.internal.PlatformDependent -- maxDirectMemory: 1073741824 bytes (maybe) 20:13:26.865 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG io.netty.util.internal.PlatformDependent -- -Dio.netty.tmpdir: /tmp (java.io.tmpdir) 20:13:26.865 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG io.netty.util.internal.PlatformDependent -- -Dio.netty.bitMode: 64 (sun.arch.data.model) 20:13:26.866 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG io.netty.util.internal.PlatformDependent -- -Dio.netty.maxDirectMemory: -1 bytes 20:13:26.866 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG io.netty.util.internal.PlatformDependent -- -Dio.netty.uninitializedArrayAllocationThreshold: -1 20:13:26.867 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG io.netty.util.internal.CleanerJava9 -- java.nio.ByteBuffer.cleaner(): available 20:13:26.867 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG io.netty.util.internal.PlatformDependent -- -Dio.netty.noPreferDirect: false 20:13:26.871 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG io.moquette.broker.NewNettyAcceptor -- Initializing Netty acceptor 20:13:26.871 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO io.moquette.broker.NewNettyAcceptor -- Netty is using NIO 20:13:26.874 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG io.netty.channel.MultithreadEventLoopGroup -- -Dio.netty.eventLoopThreads: 4 20:13:26.890 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG io.netty.util.internal.InternalThreadLocalMap -- -Dio.netty.threadLocalMap.stringBuilder.initialSize: 1024 20:13:26.890 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG io.netty.util.internal.InternalThreadLocalMap -- -Dio.netty.threadLocalMap.stringBuilder.maxSize: 4096 20:13:26.894 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG io.netty.channel.nio.NioEventLoop -- -Dio.netty.noKeySetOptimization: false 20:13:26.894 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG io.netty.channel.nio.NioEventLoop -- -Dio.netty.selectorAutoRebuildThreshold: 512 20:13:26.907 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG io.netty.util.internal.PlatformDependent -- org.jctools-core.MpscChunkedArrayQueue: available 20:13:26.912 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG io.moquette.broker.NewNettyAcceptor -- Configuring TCP MQTT transport 20:13:26.913 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG io.moquette.broker.NewNettyAcceptor -- Initializing integration. Protocol=TCP MQTT 20:13:26.918 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG io.moquette.broker.NewNettyAcceptor -- Binding integration. host=127.0.0.1, port=18883 20:13:26.945 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG io.netty.channel.DefaultChannelId -- -Dio.netty.processId: 4938 (auto-detected) 20:13:26.946 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG io.netty.util.NetUtil -- -Djava.net.preferIPv4Stack: false 20:13:26.946 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG io.netty.util.NetUtil -- -Djava.net.preferIPv6Addresses: false 20:13:26.947 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG io.netty.util.NetUtilInitializations -- Loopback interface: lo (lo, 0:0:0:0:0:0:0:1%lo) 20:13:26.947 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG io.netty.util.NetUtil -- /proc/sys/net/core/somaxconn: 4096 20:13:26.948 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG io.netty.channel.DefaultChannelId -- -Dio.netty.machineId: 0a:58:0a:ff:fe:28:40:25 (auto-detected) 20:13:26.954 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG io.netty.util.ResourceLeakDetector -- -Dio.netty.leakDetection.level: simple 20:13:26.954 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG io.netty.util.ResourceLeakDetector -- -Dio.netty.leakDetection.targetRecords: 4 20:13:26.969 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG io.netty.buffer.PooledByteBufAllocator -- -Dio.netty.allocator.numHeapArenas: 4 20:13:26.969 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG io.netty.buffer.PooledByteBufAllocator -- -Dio.netty.allocator.numDirectArenas: 4 20:13:26.969 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG io.netty.buffer.PooledByteBufAllocator -- -Dio.netty.allocator.pageSize: 8192 20:13:26.969 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG io.netty.buffer.PooledByteBufAllocator -- -Dio.netty.allocator.maxOrder: 9 20:13:26.969 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG io.netty.buffer.PooledByteBufAllocator -- -Dio.netty.allocator.chunkSize: 4194304 20:13:26.969 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG io.netty.buffer.PooledByteBufAllocator -- -Dio.netty.allocator.smallCacheSize: 256 20:13:26.969 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG io.netty.buffer.PooledByteBufAllocator -- -Dio.netty.allocator.normalCacheSize: 64 20:13:26.969 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG io.netty.buffer.PooledByteBufAllocator -- -Dio.netty.allocator.maxCachedBufferCapacity: 32768 20:13:26.969 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG io.netty.buffer.PooledByteBufAllocator -- -Dio.netty.allocator.cacheTrimInterval: 8192 20:13:26.969 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG io.netty.buffer.PooledByteBufAllocator -- -Dio.netty.allocator.cacheTrimIntervalMillis: 0 20:13:26.969 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG io.netty.buffer.PooledByteBufAllocator -- -Dio.netty.allocator.useCacheForAllThreads: false 20:13:26.969 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG io.netty.buffer.PooledByteBufAllocator -- -Dio.netty.allocator.maxCachedByteBuffersPerChunk: 1023 20:13:26.974 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG io.netty.buffer.ByteBufUtil -- -Dio.netty.allocator.type: pooled 20:13:26.975 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG io.netty.buffer.ByteBufUtil -- -Dio.netty.threadLocalDirectBufferSize: 0 20:13:26.975 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG io.netty.buffer.ByteBufUtil -- -Dio.netty.maxThreadLocalCharBufferSize: 16384 20:13:26.981 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO io.moquette.broker.NewNettyAcceptor -- Server bound to host=127.0.0.1, port=18883, protocol=TCP MQTT 20:13:26.983 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG io.moquette.broker.NewNettyAcceptor -- Configuring Websocket MQTT transport 20:13:26.983 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO io.moquette.broker.NewNettyAcceptor -- Property websocket_port has been setted to disabled. Websocket MQTT will be disabled 20:13:26.983 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO io.moquette.broker.Server -- Moquette integration has been started successfully in 177 ms 20:13:26.983 [nioEventLoopGroup-2-1] DEBUG io.moquette.broker.NewNettyAcceptor -- bound TCP MQTT port: 18883 20:13:27.194 [nioEventLoopGroup-3-1] DEBUG io.moquette.broker.AutoFlushHandler -- Initializing autoflush handler on channel [id: 0x7e5a0b7d, L:/127.0.0.1:18883 - R:/127.0.0.1:60920] Cid: null 20:13:27.492 [nioEventLoopGroup-3-1] DEBUG io.netty.util.Recycler -- -Dio.netty.recycler.maxCapacityPerThread: 4096 20:13:27.492 [nioEventLoopGroup-3-1] DEBUG io.netty.util.Recycler -- -Dio.netty.recycler.ratio: 8 20:13:27.492 [nioEventLoopGroup-3-1] DEBUG io.netty.util.Recycler -- -Dio.netty.recycler.chunkSize: 32 20:13:27.492 [nioEventLoopGroup-3-1] DEBUG io.netty.util.Recycler -- -Dio.netty.recycler.blocking: false 20:13:27.496 [nioEventLoopGroup-3-1] DEBUG io.netty.buffer.AbstractByteBuf -- -Dio.netty.buffer.checkAccessible: true 20:13:27.496 [nioEventLoopGroup-3-1] DEBUG io.netty.buffer.AbstractByteBuf -- -Dio.netty.buffer.checkBounds: true 20:13:27.497 [nioEventLoopGroup-3-1] DEBUG io.netty.util.ResourceLeakDetectorFactory -- Loaded default ResourceLeakDetector: io.netty.util.ResourceLeakDetector@4b4f16ac 20:13:27.508 [nioEventLoopGroup-3-1] INFO io.moquette.broker.metrics.MQTTMessageLogger -- C->B CONNECT 20:13:27.508 [nioEventLoopGroup-3-1] DEBUG io.moquette.broker.MQTTConnection -- Received MQTT message, type: CONNECT 20:13:27.510 [nioEventLoopGroup-3-1] DEBUG io.moquette.broker.PostOffice -- Routing cmd [CONN] for session [test-client] to event processor 0 20:13:27.511 [nioEventLoopGroup-3-1] DEBUG io.moquette.broker.MQTTConnection -- readCompleted client CId: null 20:13:27.514 [nioEventLoopGroup-3-1] DEBUG io.moquette.broker.metrics.MQTTMessageLogger -- C<-B CONNACK 20:13:27.516 [nioEventLoopGroup-3-1] DEBUG io.moquette.broker.MQTTConnection -- Connection has been configured CId=test-client, keepAlive=60, removeTemporaryQoS2=true, idleTime=90 20:13:27.516 [nioEventLoopGroup-3-1] DEBUG io.moquette.broker.InflightResender -- Initializing autoflush handler on channel [id: 0x7e5a0b7d, L:/127.0.0.1:18883 - R:/127.0.0.1:60920] 20:13:27.516 [nioEventLoopGroup-3-1] DEBUG io.moquette.interception.BrokerInterceptor -- Sending MQTT CONNECT message to interceptor. CId=test-client, interceptorId=Eclipse sensiNact Sensorthings subscription listener 20:13:27.773 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Loading feature model virtual-temperature-sensor-feature 20:13:27.775 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- The feature virtual-temperature-sensor-feature depends on the feature core-feature, which is installed 20:13:27.775 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.sensinact.gateway.southbound.virtual:virtual-temperature-sensor:0.0.2-SNAPSHOT 20:13:27.775 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.sensinact.gateway.southbound.virtual:virtual-temperature-sensor:0.0.2-SNAPSHOT in repositories [target/it/repository] 20:13:27.775 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.eclipse.sensinact.gateway.southbound.virtual:virtual-temperature-sensor:0.0.2-SNAPSHOT is target/it/repository/org/eclipse/sensinact/gateway/southbound/virtual/virtual-temperature-sensor/0.0.2-SNAPSHOT/virtual-temperature-sensor-0.0.2-SNAPSHOT.jar 20:13:27.834 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Feature update complete. 20:13:29.688 [nioEventLoopGroup-3-1] INFO io.moquette.broker.metrics.MQTTMessageLogger -- C->B SUBSCRIBE to topics [MqttTopicSubscription[topicFilter=v1.1/Datastreams(temp1~sensor~temperature), option=SubscriptionOption[qos=AT_MOST_ONCE, noLocal=false, retainAsPublished=false, retainHandling=SEND_AT_SUBSCRIBE]]] 20:13:29.688 [nioEventLoopGroup-3-1] DEBUG io.moquette.broker.MQTTConnection -- Received MQTT message, type: SUBSCRIBE 20:13:29.688 [nioEventLoopGroup-3-1] DEBUG io.moquette.broker.PostOffice -- Routing cmd [SUB] for session [test-client] to event processor 0 20:13:29.689 [nioEventLoopGroup-3-1] DEBUG io.moquette.broker.MQTTConnection -- readCompleted client CId: test-client 20:13:29.689 [Session Executor 0] DEBUG io.moquette.broker.Authorizator -- Client will be subscribed to the topic username: null, messageId: 1, topic: v1.1/Datastreams(temp1~sensor~temperature) 20:13:29.691 [Session Executor 0] DEBUG io.moquette.interception.BrokerInterceptor -- Notifying MQTT SUBSCRIBE message to interceptor. CId=test-client, topicFilter=v1.1/Datastreams(temp1~sensor~temperature), interceptorId=Eclipse sensiNact Sensorthings subscription listener 20:13:29.691 [nioEventLoopGroup-3-1] INFO io.moquette.broker.metrics.MQTTMessageLogger -- C<-B SUBACK packetID <1>, grantedQoses [0] 20:13:29.898 [pool-3-thread-1] INFO io.moquette.broker.PostOffice -- Sending internal PUBLISH message Topic=v1.1/Datastreams(temp1~sensor~temperature), qos=AT_MOST_ONCE 20:13:29.899 [pool-3-thread-1] DEBUG io.moquette.broker.PostOffice -- Routing cmd [batched PUB] for session [test-client] to event processor 0 20:13:29.900 [Session Executor 0] DEBUG io.moquette.broker.PostOffice -- Sending PUBLISH message to active subscriber CId: test-client, topicFilter: v1.1/Datastreams(temp1~sensor~temperature), qos: AT_MOST_ONCE 20:13:29.900 [Session Executor 0] DEBUG io.moquette.broker.MQTTConnection -- Sending PUBLISH(AT_MOST_ONCE) message. MessageId=0, topic=v1.1/Datastreams(temp1~sensor~temperature) 20:13:29.900 [Session Executor 0] DEBUG io.moquette.broker.MQTTConnection -- OUT PUBLISH 20:13:30.203 [nioEventLoopGroup-3-1] DEBUG io.moquette.broker.metrics.MQTTMessageLogger -- C<-B PUBLISH to topics 20:13:30.842 [pool-3-thread-1] INFO io.moquette.broker.PostOffice -- Sending internal PUBLISH message Topic=v1.1/Datastreams(temp1~sensor~temperature), qos=AT_MOST_ONCE 20:13:30.843 [pool-3-thread-1] DEBUG io.moquette.broker.PostOffice -- Routing cmd [batched PUB] for session [test-client] to event processor 0 20:13:30.843 [Session Executor 0] DEBUG io.moquette.broker.PostOffice -- Sending PUBLISH message to active subscriber CId: test-client, topicFilter: v1.1/Datastreams(temp1~sensor~temperature), qos: AT_MOST_ONCE 20:13:30.843 [Session Executor 0] DEBUG io.moquette.broker.MQTTConnection -- Sending PUBLISH(AT_MOST_ONCE) message. MessageId=0, topic=v1.1/Datastreams(temp1~sensor~temperature) 20:13:30.843 [Session Executor 0] DEBUG io.moquette.broker.MQTTConnection -- OUT PUBLISH 20:13:31.205 [nioEventLoopGroup-3-1] DEBUG io.moquette.broker.metrics.MQTTMessageLogger -- C<-B PUBLISH to topics 20:13:31.843 [pool-3-thread-1] INFO io.moquette.broker.PostOffice -- Sending internal PUBLISH message Topic=v1.1/Datastreams(temp1~sensor~temperature), qos=AT_MOST_ONCE 20:13:31.843 [pool-3-thread-1] DEBUG io.moquette.broker.PostOffice -- Routing cmd [batched PUB] for session [test-client] to event processor 0 20:13:31.843 [Session Executor 0] DEBUG io.moquette.broker.PostOffice -- Sending PUBLISH message to active subscriber CId: test-client, topicFilter: v1.1/Datastreams(temp1~sensor~temperature), qos: AT_MOST_ONCE 20:13:31.843 [Session Executor 0] DEBUG io.moquette.broker.MQTTConnection -- Sending PUBLISH(AT_MOST_ONCE) message. MessageId=0, topic=v1.1/Datastreams(temp1~sensor~temperature) 20:13:31.843 [Session Executor 0] DEBUG io.moquette.broker.MQTTConnection -- OUT PUBLISH 20:13:32.209 [nioEventLoopGroup-3-1] DEBUG io.moquette.broker.metrics.MQTTMessageLogger -- C<-B PUBLISH to topics 20:13:32.844 [pool-3-thread-1] INFO io.moquette.broker.PostOffice -- Sending internal PUBLISH message Topic=v1.1/Datastreams(temp1~sensor~temperature), qos=AT_MOST_ONCE 20:13:32.844 [pool-3-thread-1] DEBUG io.moquette.broker.PostOffice -- Routing cmd [batched PUB] for session [test-client] to event processor 0 20:13:32.844 [Session Executor 0] DEBUG io.moquette.broker.PostOffice -- Sending PUBLISH message to active subscriber CId: test-client, topicFilter: v1.1/Datastreams(temp1~sensor~temperature), qos: AT_MOST_ONCE 20:13:32.844 [Session Executor 0] DEBUG io.moquette.broker.MQTTConnection -- Sending PUBLISH(AT_MOST_ONCE) message. MessageId=0, topic=v1.1/Datastreams(temp1~sensor~temperature) 20:13:32.844 [Session Executor 0] DEBUG io.moquette.broker.MQTTConnection -- OUT PUBLISH 20:13:33.211 [nioEventLoopGroup-3-1] DEBUG io.moquette.broker.metrics.MQTTMessageLogger -- C<-B PUBLISH to topics 20:13:33.845 [pool-3-thread-1] INFO io.moquette.broker.PostOffice -- Sending internal PUBLISH message Topic=v1.1/Datastreams(temp1~sensor~temperature), qos=AT_MOST_ONCE 20:13:33.845 [pool-3-thread-1] DEBUG io.moquette.broker.PostOffice -- Routing cmd [batched PUB] for session [test-client] to event processor 0 20:13:33.846 [Session Executor 0] DEBUG io.moquette.broker.PostOffice -- Sending PUBLISH message to active subscriber CId: test-client, topicFilter: v1.1/Datastreams(temp1~sensor~temperature), qos: AT_MOST_ONCE 20:13:33.846 [Session Executor 0] DEBUG io.moquette.broker.MQTTConnection -- Sending PUBLISH(AT_MOST_ONCE) message. MessageId=0, topic=v1.1/Datastreams(temp1~sensor~temperature) 20:13:33.846 [Session Executor 0] DEBUG io.moquette.broker.MQTTConnection -- OUT PUBLISH 20:13:34.212 [nioEventLoopGroup-3-1] DEBUG io.moquette.broker.metrics.MQTTMessageLogger -- C<-B PUBLISH to topics 20:13:34.214 [nioEventLoopGroup-3-1] INFO io.moquette.broker.metrics.MQTTMessageLogger -- C->B UNSUBSCRIBE to topics <[v1.1/Datastreams(temp1~sensor~temperature)]> 20:13:34.214 [nioEventLoopGroup-3-1] DEBUG io.moquette.broker.MQTTConnection -- Received MQTT message, type: UNSUBSCRIBE 20:13:34.215 [nioEventLoopGroup-3-1] DEBUG io.moquette.broker.PostOffice -- Routing cmd [UNSUB] for session [test-client] to event processor 0 20:13:34.215 [nioEventLoopGroup-3-1] DEBUG io.moquette.broker.MQTTConnection -- readCompleted client CId: test-client 20:13:34.216 [Session Executor 0] DEBUG io.moquette.interception.BrokerInterceptor -- Notifying MQTT UNSUBSCRIBE message to interceptor. CId=test-client, topic=v1.1/Datastreams(temp1~sensor~temperature), interceptorId=Eclipse sensiNact Sensorthings subscription listener 20:13:34.217 [nioEventLoopGroup-3-1] INFO io.moquette.broker.metrics.MQTTMessageLogger -- C<-B UNSUBACK packetID <2> 20:13:34.221 [nioEventLoopGroup-3-1] INFO io.moquette.broker.metrics.MQTTMessageLogger -- C->B SUBSCRIBE to topics [MqttTopicSubscription[topicFilter=v1.1/Observations(temp1~sensor~temperature), option=SubscriptionOption[qos=AT_MOST_ONCE, noLocal=false, retainAsPublished=false, retainHandling=SEND_AT_SUBSCRIBE]]] 20:13:34.221 [nioEventLoopGroup-3-1] DEBUG io.moquette.broker.MQTTConnection -- Received MQTT message, type: SUBSCRIBE 20:13:34.221 [nioEventLoopGroup-3-1] DEBUG io.moquette.broker.PostOffice -- Routing cmd [SUB] for session [test-client] to event processor 0 20:13:34.221 [nioEventLoopGroup-3-1] DEBUG io.moquette.broker.MQTTConnection -- readCompleted client CId: test-client 20:13:34.221 [Session Executor 0] DEBUG io.moquette.broker.Authorizator -- Client will be subscribed to the topic username: null, messageId: 3, topic: v1.1/Observations(temp1~sensor~temperature) 20:13:34.222 [Session Executor 0] DEBUG io.moquette.interception.BrokerInterceptor -- Notifying MQTT SUBSCRIBE message to interceptor. CId=test-client, topicFilter=v1.1/Observations(temp1~sensor~temperature), interceptorId=Eclipse sensiNact Sensorthings subscription listener 20:13:34.222 [nioEventLoopGroup-3-1] INFO io.moquette.broker.metrics.MQTTMessageLogger -- C<-B SUBACK packetID <3>, grantedQoses [0] 20:13:34.853 [pool-3-thread-1] INFO io.moquette.broker.PostOffice -- Sending internal PUBLISH message Topic=v1.1/Observations(temp1~sensor~temperature), qos=AT_MOST_ONCE 20:13:34.853 [pool-3-thread-1] DEBUG io.moquette.broker.PostOffice -- Routing cmd [batched PUB] for session [test-client] to event processor 0 20:13:34.853 [Session Executor 0] DEBUG io.moquette.broker.PostOffice -- Sending PUBLISH message to active subscriber CId: test-client, topicFilter: v1.1/Observations(temp1~sensor~temperature), qos: AT_MOST_ONCE 20:13:34.854 [Session Executor 0] DEBUG io.moquette.broker.MQTTConnection -- Sending PUBLISH(AT_MOST_ONCE) message. MessageId=0, topic=v1.1/Observations(temp1~sensor~temperature) 20:13:34.854 [Session Executor 0] DEBUG io.moquette.broker.MQTTConnection -- OUT PUBLISH 20:13:35.213 [nioEventLoopGroup-3-1] DEBUG io.moquette.broker.metrics.MQTTMessageLogger -- C<-B PUBLISH to topics 20:13:35.847 [pool-3-thread-1] INFO io.moquette.broker.PostOffice -- Sending internal PUBLISH message Topic=v1.1/Observations(temp1~sensor~temperature), qos=AT_MOST_ONCE 20:13:35.847 [pool-3-thread-1] DEBUG io.moquette.broker.PostOffice -- Routing cmd [batched PUB] for session [test-client] to event processor 0 20:13:35.847 [Session Executor 0] DEBUG io.moquette.broker.PostOffice -- Sending PUBLISH message to active subscriber CId: test-client, topicFilter: v1.1/Observations(temp1~sensor~temperature), qos: AT_MOST_ONCE 20:13:35.847 [Session Executor 0] DEBUG io.moquette.broker.MQTTConnection -- Sending PUBLISH(AT_MOST_ONCE) message. MessageId=0, topic=v1.1/Observations(temp1~sensor~temperature) 20:13:35.847 [Session Executor 0] DEBUG io.moquette.broker.MQTTConnection -- OUT PUBLISH 20:13:36.215 [nioEventLoopGroup-3-1] DEBUG io.moquette.broker.metrics.MQTTMessageLogger -- C<-B PUBLISH to topics 20:13:36.848 [pool-3-thread-1] INFO io.moquette.broker.PostOffice -- Sending internal PUBLISH message Topic=v1.1/Observations(temp1~sensor~temperature), qos=AT_MOST_ONCE 20:13:36.848 [pool-3-thread-1] DEBUG io.moquette.broker.PostOffice -- Routing cmd [batched PUB] for session [test-client] to event processor 0 20:13:36.848 [Session Executor 0] DEBUG io.moquette.broker.PostOffice -- Sending PUBLISH message to active subscriber CId: test-client, topicFilter: v1.1/Observations(temp1~sensor~temperature), qos: AT_MOST_ONCE 20:13:36.848 [Session Executor 0] DEBUG io.moquette.broker.MQTTConnection -- Sending PUBLISH(AT_MOST_ONCE) message. MessageId=0, topic=v1.1/Observations(temp1~sensor~temperature) 20:13:36.848 [Session Executor 0] DEBUG io.moquette.broker.MQTTConnection -- OUT PUBLISH 20:13:37.216 [nioEventLoopGroup-3-1] DEBUG io.moquette.broker.metrics.MQTTMessageLogger -- C<-B PUBLISH to topics 20:13:37.849 [pool-3-thread-1] INFO io.moquette.broker.PostOffice -- Sending internal PUBLISH message Topic=v1.1/Observations(temp1~sensor~temperature), qos=AT_MOST_ONCE 20:13:37.849 [pool-3-thread-1] DEBUG io.moquette.broker.PostOffice -- Routing cmd [batched PUB] for session [test-client] to event processor 0 20:13:37.849 [Session Executor 0] DEBUG io.moquette.broker.PostOffice -- Sending PUBLISH message to active subscriber CId: test-client, topicFilter: v1.1/Observations(temp1~sensor~temperature), qos: AT_MOST_ONCE 20:13:37.849 [Session Executor 0] DEBUG io.moquette.broker.MQTTConnection -- Sending PUBLISH(AT_MOST_ONCE) message. MessageId=0, topic=v1.1/Observations(temp1~sensor~temperature) 20:13:37.849 [Session Executor 0] DEBUG io.moquette.broker.MQTTConnection -- OUT PUBLISH 20:13:38.219 [nioEventLoopGroup-3-1] DEBUG io.moquette.broker.metrics.MQTTMessageLogger -- C<-B PUBLISH to topics 20:13:38.850 [pool-3-thread-1] INFO io.moquette.broker.PostOffice -- Sending internal PUBLISH message Topic=v1.1/Observations(temp1~sensor~temperature), qos=AT_MOST_ONCE 20:13:38.850 [pool-3-thread-1] DEBUG io.moquette.broker.PostOffice -- Routing cmd [batched PUB] for session [test-client] to event processor 0 20:13:38.850 [Session Executor 0] DEBUG io.moquette.broker.PostOffice -- Sending PUBLISH message to active subscriber CId: test-client, topicFilter: v1.1/Observations(temp1~sensor~temperature), qos: AT_MOST_ONCE 20:13:38.850 [Session Executor 0] DEBUG io.moquette.broker.MQTTConnection -- Sending PUBLISH(AT_MOST_ONCE) message. MessageId=0, topic=v1.1/Observations(temp1~sensor~temperature) 20:13:38.850 [Session Executor 0] DEBUG io.moquette.broker.MQTTConnection -- OUT PUBLISH 20:13:39.221 [nioEventLoopGroup-3-1] DEBUG io.moquette.broker.metrics.MQTTMessageLogger -- C<-B PUBLISH to topics 20:13:39.222 [nioEventLoopGroup-3-1] INFO io.moquette.broker.metrics.MQTTMessageLogger -- C->B UNSUBSCRIBE to topics <[v1.1/Observations(temp1~sensor~temperature)]> 20:13:39.222 [nioEventLoopGroup-3-1] DEBUG io.moquette.broker.MQTTConnection -- Received MQTT message, type: UNSUBSCRIBE 20:13:39.222 [nioEventLoopGroup-3-1] DEBUG io.moquette.broker.PostOffice -- Routing cmd [UNSUB] for session [test-client] to event processor 0 20:13:39.222 [nioEventLoopGroup-3-1] DEBUG io.moquette.broker.MQTTConnection -- readCompleted client CId: test-client 20:13:39.223 [Session Executor 0] DEBUG io.moquette.interception.BrokerInterceptor -- Notifying MQTT UNSUBSCRIBE message to interceptor. CId=test-client, topic=v1.1/Observations(temp1~sensor~temperature), interceptorId=Eclipse sensiNact Sensorthings subscription listener 20:13:39.223 [nioEventLoopGroup-3-1] INFO io.moquette.broker.metrics.MQTTMessageLogger -- C<-B UNSUBACK packetID <4> 20:13:39.228 [nioEventLoopGroup-3-1] INFO io.moquette.broker.metrics.MQTTMessageLogger -- C->B DISCONNECT 20:13:39.228 [nioEventLoopGroup-3-1] DEBUG io.moquette.broker.MQTTConnection -- Received MQTT message, type: DISCONNECT 20:13:39.228 [nioEventLoopGroup-3-1] DEBUG io.moquette.broker.PostOffice -- Routing cmd [DISCONN] for session [test-client] to event processor 0 20:13:39.228 [nioEventLoopGroup-3-1] DEBUG io.moquette.broker.MQTTConnection -- readCompleted client CId: test-client 20:13:39.229 [nioEventLoopGroup-3-1] DEBUG io.moquette.broker.MQTTConnection -- readCompleted client CId: test-client 20:13:39.229 [Session Executor 0] DEBUG io.moquette.interception.BrokerInterceptor -- Notifying MQTT client disconnection to interceptor. CId=test-client, username=null, interceptorId=Eclipse sensiNact Sensorthings subscription listener 20:13:39.229 [nioEventLoopGroup-3-1] INFO io.moquette.broker.metrics.MQTTMessageLogger -- Channel Inactive 20:13:39.229 [nioEventLoopGroup-3-1] DEBUG io.moquette.broker.MQTTConnection -- Notifying connection lost event 20:13:39.230 [nioEventLoopGroup-3-1] DEBUG io.moquette.broker.PostOffice -- Routing cmd [CONN LOST] for session [test-client] to event processor 0 20:13:39.230 [Session Executor 0] DEBUG io.moquette.broker.MQTTConnection -- Cleaning test-client 20:13:39.230 [Session Executor 0] DEBUG io.moquette.broker.MQTTConnection -- Remove session for client test-client 20:13:39.230 [Session Executor 0] DEBUG io.moquette.interception.BrokerInterceptor -- Notifying unexpected MQTT client disconnection to interceptor CId=test-client, username=null, interceptorId=Eclipse sensiNact Sensorthings subscription listener [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.508 s - in org.eclipse.sensinact.gateway.feature.integration.sensorthingsmqtt.SensorthingsMqttIntegrationTest [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) @ northbound-ogc-sensorthings-mqtt-feature --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-ogc-sensorthings-mqtt-feature/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/distribution/features/northbound-ogc-sensorthings-mqtt-feature/0.0.2-SNAPSHOT/northbound-ogc-sensorthings-mqtt-feature-0.0.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-ogc-sensorthings-mqtt-feature/target/repository.zip to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/distribution/features/northbound-ogc-sensorthings-mqtt-feature/0.0.2-SNAPSHOT/northbound-ogc-sensorthings-mqtt-feature-0.0.2-SNAPSHOT-osgifeaturerepo.zip [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-ogc-sensorthings-mqtt-feature/src/main/resources/northbound-ogc-sensorthings-mqtt-feature.json to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/distribution/features/northbound-ogc-sensorthings-mqtt-feature/0.0.2-SNAPSHOT/northbound-ogc-sensorthings-mqtt-feature-0.0.2-SNAPSHOT-osgifeature.json [INFO] [INFO] --- deploy:3.0.0:deploy (default-deploy) @ northbound-ogc-sensorthings-mqtt-feature --- [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/features/northbound-ogc-sensorthings-mqtt-feature/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/features/northbound-ogc-sensorthings-mqtt-feature/0.0.2-SNAPSHOT/maven-metadata.xml (1.1 kB at 9.0 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/northbound-ogc-sensorthings-mqtt-feature/0.0.2-SNAPSHOT/northbound-ogc-sensorthings-mqtt-feature-0.0.2-20240212.200245-49.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/northbound-ogc-sensorthings-mqtt-feature/0.0.2-SNAPSHOT/northbound-ogc-sensorthings-mqtt-feature-0.0.2-20240212.200245-49.pom (7.3 kB at 208 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/northbound-ogc-sensorthings-mqtt-feature/0.0.2-SNAPSHOT/northbound-ogc-sensorthings-mqtt-feature-0.0.2-20240212.200245-49-osgifeaturerepo.zip [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/northbound-ogc-sensorthings-mqtt-feature/0.0.2-SNAPSHOT/northbound-ogc-sensorthings-mqtt-feature-0.0.2-20240212.200245-49-osgifeature.json [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/northbound-ogc-sensorthings-mqtt-feature/0.0.2-SNAPSHOT/northbound-ogc-sensorthings-mqtt-feature-0.0.2-20240212.200245-49-osgifeature.json (1.3 kB at 31 kB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/northbound-ogc-sensorthings-mqtt-feature/0.0.2-SNAPSHOT/northbound-ogc-sensorthings-mqtt-feature-0.0.2-20240212.200245-49-osgifeaturerepo.zip (3.5 MB at 25 MB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/northbound-ogc-sensorthings-mqtt-feature/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/northbound-ogc-sensorthings-mqtt-feature/maven-metadata.xml (411 B at 46 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/northbound-ogc-sensorthings-mqtt-feature/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/features/northbound-ogc-sensorthings-mqtt-feature/0.0.2-SNAPSHOT/maven-metadata.xml (1.1 kB at 29 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/northbound-ogc-sensorthings-mqtt-feature/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/northbound-ogc-sensorthings-mqtt-feature/maven-metadata.xml (411 B at 7.6 kB/s) [INFO] [INFO] --< org.eclipse.sensinact.gateway.distribution.features:timescale-history-provider-feature >-- [INFO] Building Eclipse sensiNact Timescale DB History Provider Feature 0.0.2-SNAPSHOT [66/68] [INFO] from distribution/features/timescale-history-provider-feature/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ timescale-history-provider-feature --- [INFO] [INFO] --- compiler:3.10.1:testCompile (default) @ timescale-history-provider-feature --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/timescale-history-provider-feature/target/test-classes [INFO] [INFO] --- dependency:3.3.0:copy-dependencies (create-feature-repo) @ timescale-history-provider-feature --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/southbound/history/history-api/target/history-api-0.0.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/timescale-history-provider-feature/target/repository/org/eclipse/sensinact/gateway/southbound/history/history-api/0.0.2-SNAPSHOT/history-api-0.0.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/southbound/history/timescale-provider/target/timescale-provider-0.0.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/timescale-history-provider-feature/target/repository/org/eclipse/sensinact/gateway/southbound/history/timescale-provider/0.0.2-SNAPSHOT/timescale-provider-0.0.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/.m2/repository/org/osgi/org.osgi.service.jdbc/1.0.0/org.osgi.service.jdbc-1.0.0.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/timescale-history-provider-feature/target/repository/org/osgi/org.osgi.service.jdbc/1.0.0/org.osgi.service.jdbc-1.0.0.jar [INFO] Installing /home/jenkins/.m2/repository/org/postgresql/postgresql/42.5.1/postgresql-42.5.1.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/timescale-history-provider-feature/target/repository/org/postgresql/postgresql/42.5.1/postgresql-42.5.1.jar [INFO] Installing /home/jenkins/.m2/repository/org/apache/aries/tx-control/tx-control-service-local/1.0.1/tx-control-service-local-1.0.1.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/timescale-history-provider-feature/target/repository/org/apache/aries/tx-control/tx-control-service-local/1.0.1/tx-control-service-local-1.0.1.jar [INFO] Installing /home/jenkins/.m2/repository/org/apache/aries/tx-control/tx-control-provider-jdbc-local/1.0.1/tx-control-provider-jdbc-local-1.0.1.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/timescale-history-provider-feature/target/repository/org/apache/aries/tx-control/tx-control-provider-jdbc-local/1.0.1/tx-control-provider-jdbc-local-1.0.1.jar [INFO] [INFO] --- antrun:3.1.0:run (create-repository-zip) @ timescale-history-provider-feature --- [INFO] Executing tasks [INFO] [zip] Building zip: /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/timescale-history-provider-feature/target/repository.zip [INFO] Executed tasks [INFO] [INFO] --- build-helper:3.3.0:attach-artifact (attach-artifacts) @ timescale-history-provider-feature --- [INFO] [INFO] --- dependency:3.3.0:copy (copy-test-launcher) @ timescale-history-provider-feature --- [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution:launcher:export:0.0.2-SNAPSHOT:jar [INFO] Copying export.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/timescale-history-provider-feature/target/it/launcher.jar [INFO] [INFO] --- dependency:3.3.0:copy (gather-test-features) @ timescale-history-provider-feature --- [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution.features:core-feature:osgifeature:0.0.2-SNAPSHOT:json [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution.features:jakarta-servlet-whiteboard-feature:osgifeature:0.0.2-SNAPSHOT:json [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution.features:jakarta-rest-whiteboard-feature:osgifeature:0.0.2-SNAPSHOT:json [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution.features:northbound-rest-feature:osgifeature:0.0.2-SNAPSHOT:json [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution.features:virtual-temperature-sensor-feature:osgifeature:0.0.2-SNAPSHOT:json [INFO] Copying core-feature.json to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/timescale-history-provider-feature/target/it/features/core-feature.json [INFO] Copying jakarta-servlet-whiteboard-feature.json to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/timescale-history-provider-feature/target/it/features/jakarta-servlet-whiteboard-feature.json [INFO] Copying jakarta-rest-whiteboard-feature.json to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/timescale-history-provider-feature/target/it/features/jakarta-rest-whiteboard-feature.json [INFO] Copying northbound-rest-feature.json to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/timescale-history-provider-feature/target/it/features/northbound-rest-feature.json [INFO] Copying virtual-temperature-sensor-feature.json to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/timescale-history-provider-feature/target/it/features/virtual-temperature-sensor-feature.json [INFO] [INFO] --- dependency:3.3.0:unpack (create-test-repo) @ timescale-history-provider-feature --- [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution.features:core-feature:osgifeaturerepo:0.0.2-SNAPSHOT:zip [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution.features:jakarta-servlet-whiteboard-feature:osgifeaturerepo:0.0.2-SNAPSHOT:zip [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution.features:jakarta-rest-whiteboard-feature:osgifeaturerepo:0.0.2-SNAPSHOT:zip [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution.features:northbound-rest-feature:osgifeaturerepo:0.0.2-SNAPSHOT:zip [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution.features:virtual-temperature-sensor-feature:osgifeaturerepo:0.0.2-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/core-feature/target/repository.zip to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/timescale-history-provider-feature/target/it/repository with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/jakarta-servlet-whiteboard-feature/target/repository.zip to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/timescale-history-provider-feature/target/it/repository with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/jakarta-rest-whiteboard-feature/target/repository.zip to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/timescale-history-provider-feature/target/it/repository with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-rest-feature/target/repository.zip to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/timescale-history-provider-feature/target/it/repository with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/virtual-temperature-sensor-feature/target/repository.zip to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/timescale-history-provider-feature/target/it/repository with includes "" and excludes "" [INFO] [INFO] --- antrun:3.1.0:run (copy-artifact-for-testing) @ timescale-history-provider-feature --- [INFO] Executing tasks [INFO] [unzip] Expanding: /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/timescale-history-provider-feature/target/repository.zip into /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/timescale-history-provider-feature/target/it/repository [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/timescale-history-provider-feature/target/it/features [INFO] Executed tasks [INFO] [INFO] --- surefire:2.22.2:test (integration-test) @ timescale-history-provider-feature --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.sensinact.gateway.feature.integration.history.timescale.TimescaleHistoryFeatureIntegrationTest 20:13:42.586 [main] DEBUG org.testcontainers.utility.TestcontainersConfiguration -- Testcontainers configuration overrides will be loaded from file:/home/jenkins/.testcontainers.properties 20:13:42.597 [main] DEBUG org.testcontainers.utility.TestcontainersConfiguration -- Attempted to read Testcontainers configuration file at file:/home/jenkins/.testcontainers.properties but the file was not found. Exception message: FileNotFoundException: /home/jenkins/.testcontainers.properties (No such file or directory) 20:13:42.761 [main] DEBUG org.testcontainers.dockerclient.RootlessDockerClientProviderStrategy -- $XDG_RUNTIME_DIR is not set. 20:13:42.761 [main] DEBUG org.testcontainers.dockerclient.RootlessDockerClientProviderStrategy -- '/home/jenkins/.docker/run' does not exist. 20:13:42.790 [main] DEBUG org.testcontainers.dockerclient.RootlessDockerClientProviderStrategy -- '/run/user/1003130000' does not exist. 20:13:42.791 [main] DEBUG org.testcontainers.dockerclient.DockerClientProviderStrategy -- Trying out strategy: UnixSocketClientProviderStrategy 20:13:42.792 [main] DEBUG org.testcontainers.dockerclient.DockerClientProviderStrategy -- UnixSocketClientProviderStrategy: failed with exception InvalidConfigurationException (Could not find unix domain socket). Root cause NoSuchFileException (/var/run/docker.sock) 20:13:42.792 [main] DEBUG org.testcontainers.dockerclient.DockerClientProviderStrategy -- Trying out strategy: DockerDesktopClientProviderStrategy 20:13:42.793 [main] DEBUG org.testcontainers.dockerclient.DockerDesktopClientProviderStrategy -- '/home/jenkins/.docker/desktop' does not exist. 20:13:42.793 [main] DEBUG org.testcontainers.dockerclient.DockerDesktopClientProviderStrategy -- '/home/jenkins/.docker/run' does not exist. 20:13:42.793 [main] DEBUG org.testcontainers.dockerclient.DockerClientProviderStrategy -- DockerDesktopClientProviderStrategy: failed with exception NullPointerException (Cannot invoke "java.nio.file.Path.toString()" because the return value of "org.testcontainers.dockerclient.DockerDesktopClientProviderStrategy.getSocketPath()" is null) 20:13:42.795 [main] INFO org.testcontainers.dockerclient.DockerMachineClientProviderStrategy -- docker-machine executable was not found on PATH ([/opt/tools/apache-maven/latest/bin, /opt/tools/java/temurin/jdk-17/latest/bin, /opt/tools/java/temurin/jdk-17/latest/bin, /opt/java/openjdk/bin, /usr/local/sbin, /usr/local/bin, /usr/sbin, /usr/bin, /sbin, /bin]) 20:13:42.796 [main] ERROR org.testcontainers.dockerclient.DockerClientProviderStrategy -- Could not find a valid Docker environment. Please check configuration. Attempted configurations were: UnixSocketClientProviderStrategy: failed with exception InvalidConfigurationException (Could not find unix domain socket). Root cause NoSuchFileException (/var/run/docker.sock) DockerDesktopClientProviderStrategy: failed with exception NullPointerException (Cannot invoke "java.nio.file.Path.toString()" because the return value of "org.testcontainers.dockerclient.DockerDesktopClientProviderStrategy.getSocketPath()" is null)As no valid configuration was found, execution cannot continue. See https://java.testcontainers.org/on_failure.html for more details. [WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.338 s - in org.eclipse.sensinact.gateway.feature.integration.history.timescale.TimescaleHistoryFeatureIntegrationTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1 [INFO] [JENKINS] Recording test results [INFO] [INFO] --- install:3.1.1:install (default-install) @ timescale-history-provider-feature --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/timescale-history-provider-feature/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/distribution/features/timescale-history-provider-feature/0.0.2-SNAPSHOT/timescale-history-provider-feature-0.0.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/timescale-history-provider-feature/target/repository.zip to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/distribution/features/timescale-history-provider-feature/0.0.2-SNAPSHOT/timescale-history-provider-feature-0.0.2-SNAPSHOT-osgifeaturerepo.zip [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/timescale-history-provider-feature/src/main/resources/timescale-history-provider-feature.json to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/distribution/features/timescale-history-provider-feature/0.0.2-SNAPSHOT/timescale-history-provider-feature-0.0.2-SNAPSHOT-osgifeature.json [INFO] [INFO] --- deploy:3.0.0:deploy (default-deploy) @ timescale-history-provider-feature --- [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/features/timescale-history-provider-feature/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/features/timescale-history-provider-feature/0.0.2-SNAPSHOT/maven-metadata.xml (1.1 kB at 9.5 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/timescale-history-provider-feature/0.0.2-SNAPSHOT/timescale-history-provider-feature-0.0.2-20240212.200245-59.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/timescale-history-provider-feature/0.0.2-SNAPSHOT/timescale-history-provider-feature-0.0.2-20240212.200245-59.pom (8.2 kB at 155 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/timescale-history-provider-feature/0.0.2-SNAPSHOT/timescale-history-provider-feature-0.0.2-20240212.200245-59-osgifeaturerepo.zip [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/timescale-history-provider-feature/0.0.2-SNAPSHOT/timescale-history-provider-feature-0.0.2-20240212.200245-59-osgifeature.json [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/timescale-history-provider-feature/0.0.2-SNAPSHOT/timescale-history-provider-feature-0.0.2-20240212.200245-59-osgifeature.json (877 B at 28 kB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/timescale-history-provider-feature/0.0.2-SNAPSHOT/timescale-history-provider-feature-0.0.2-20240212.200245-59-osgifeaturerepo.zip (1.2 MB at 16 MB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/timescale-history-provider-feature/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/timescale-history-provider-feature/maven-metadata.xml (405 B at 13 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/timescale-history-provider-feature/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/features/timescale-history-provider-feature/0.0.2-SNAPSHOT/maven-metadata.xml (1.1 kB at 19 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/timescale-history-provider-feature/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/timescale-history-provider-feature/maven-metadata.xml (405 B at 8.8 kB/s) [INFO] [INFO] --< org.eclipse.sensinact.gateway.distribution.features:northbound-oidc-authenticator-feature >-- [INFO] Building Eclipse sensiNact OIDC authentication Feature 0.0.2-SNAPSHOT [67/68] [INFO] from distribution/features/northbound-oidc-authenticator-feature/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ northbound-oidc-authenticator-feature --- [INFO] [INFO] --- compiler:3.10.1:testCompile (default) @ northbound-oidc-authenticator-feature --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-oidc-authenticator-feature/target/test-classes [INFO] [INFO] --- dependency:3.3.0:copy-dependencies (create-feature-repo) @ northbound-oidc-authenticator-feature --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/northbound/security/authentication-api/target/authentication-api-0.0.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-oidc-authenticator-feature/target/repository/org/eclipse/sensinact/gateway/northbound/security/authentication-api/0.0.2-SNAPSHOT/authentication-api-0.0.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/northbound/security/openid-connect/target/openid-connect-0.0.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-oidc-authenticator-feature/target/repository/org/eclipse/sensinact/gateway/northbound/security/openid-connect/0.0.2-SNAPSHOT/openid-connect-0.0.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-client/11.0.13/jetty-client-11.0.13.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-oidc-authenticator-feature/target/repository/org/eclipse/jetty/jetty-client/11.0.13/jetty-client-11.0.13.jar [INFO] Installing /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-alpn-client/11.0.13/jetty-alpn-client-11.0.13.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-oidc-authenticator-feature/target/repository/org/eclipse/jetty/jetty-alpn-client/11.0.13/jetty-alpn-client-11.0.13.jar [INFO] Installing /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-http/11.0.13/jetty-http-11.0.13.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-oidc-authenticator-feature/target/repository/org/eclipse/jetty/jetty-http/11.0.13/jetty-http-11.0.13.jar [INFO] Installing /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-io/11.0.13/jetty-io-11.0.13.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-oidc-authenticator-feature/target/repository/org/eclipse/jetty/jetty-io/11.0.13/jetty-io-11.0.13.jar [INFO] Installing /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-util/11.0.13/jetty-util-11.0.13.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-oidc-authenticator-feature/target/repository/org/eclipse/jetty/jetty-util/11.0.13/jetty-util-11.0.13.jar [INFO] Installing /home/jenkins/.m2/repository/io/jsonwebtoken/jjwt-api/0.11.5/jjwt-api-0.11.5.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-oidc-authenticator-feature/target/repository/io/jsonwebtoken/jjwt-api/0.11.5/jjwt-api-0.11.5.jar [INFO] Installing /home/jenkins/.m2/repository/io/jsonwebtoken/jjwt-impl/0.11.5/jjwt-impl-0.11.5.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-oidc-authenticator-feature/target/repository/io/jsonwebtoken/jjwt-impl/0.11.5/jjwt-impl-0.11.5.jar [INFO] Installing /home/jenkins/.m2/repository/io/jsonwebtoken/jjwt-jackson/0.11.5/jjwt-jackson-0.11.5.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-oidc-authenticator-feature/target/repository/io/jsonwebtoken/jjwt-jackson/0.11.5/jjwt-jackson-0.11.5.jar [INFO] [INFO] --- antrun:3.1.0:run (create-repository-zip) @ northbound-oidc-authenticator-feature --- [INFO] Executing tasks [INFO] [zip] Building zip: /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-oidc-authenticator-feature/target/repository.zip [INFO] Executed tasks [INFO] [INFO] --- build-helper:3.3.0:attach-artifact (attach-artifacts) @ northbound-oidc-authenticator-feature --- [INFO] [INFO] --- dependency:3.3.0:copy (copy-test-launcher) @ northbound-oidc-authenticator-feature --- [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution:launcher:export:0.0.2-SNAPSHOT:jar [INFO] Copying export.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-oidc-authenticator-feature/target/it/launcher.jar [INFO] [INFO] --- dependency:3.3.0:copy (gather-test-features) @ northbound-oidc-authenticator-feature --- [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution.features:core-feature:osgifeature:0.0.2-SNAPSHOT:json [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution.features:jakarta-servlet-whiteboard-feature:osgifeature:0.0.2-SNAPSHOT:json [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution.features:jakarta-rest-whiteboard-feature:osgifeature:0.0.2-SNAPSHOT:json [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution.features:northbound-rest-feature:osgifeature:0.0.2-SNAPSHOT:json [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution.features:virtual-temperature-sensor-feature:osgifeature:0.0.2-SNAPSHOT:json [INFO] Copying core-feature.json to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-oidc-authenticator-feature/target/it/features/core-feature.json [INFO] Copying jakarta-servlet-whiteboard-feature.json to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-oidc-authenticator-feature/target/it/features/jakarta-servlet-whiteboard-feature.json [INFO] Copying jakarta-rest-whiteboard-feature.json to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-oidc-authenticator-feature/target/it/features/jakarta-rest-whiteboard-feature.json [INFO] Copying northbound-rest-feature.json to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-oidc-authenticator-feature/target/it/features/northbound-rest-feature.json [INFO] Copying virtual-temperature-sensor-feature.json to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-oidc-authenticator-feature/target/it/features/virtual-temperature-sensor-feature.json [INFO] [INFO] --- dependency:3.3.0:unpack (create-test-repo) @ northbound-oidc-authenticator-feature --- [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution.features:core-feature:osgifeaturerepo:0.0.2-SNAPSHOT:zip [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution.features:jakarta-servlet-whiteboard-feature:osgifeaturerepo:0.0.2-SNAPSHOT:zip [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution.features:jakarta-rest-whiteboard-feature:osgifeaturerepo:0.0.2-SNAPSHOT:zip [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution.features:northbound-rest-feature:osgifeaturerepo:0.0.2-SNAPSHOT:zip [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution.features:virtual-temperature-sensor-feature:osgifeaturerepo:0.0.2-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/core-feature/target/repository.zip to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-oidc-authenticator-feature/target/it/repository with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/jakarta-servlet-whiteboard-feature/target/repository.zip to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-oidc-authenticator-feature/target/it/repository with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/jakarta-rest-whiteboard-feature/target/repository.zip to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-oidc-authenticator-feature/target/it/repository with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-rest-feature/target/repository.zip to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-oidc-authenticator-feature/target/it/repository with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/virtual-temperature-sensor-feature/target/repository.zip to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-oidc-authenticator-feature/target/it/repository with includes "" and excludes "" [INFO] [INFO] --- antrun:3.1.0:run (copy-artifact-for-testing) @ northbound-oidc-authenticator-feature --- [INFO] Executing tasks [INFO] [unzip] Expanding: /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-oidc-authenticator-feature/target/repository.zip into /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-oidc-authenticator-feature/target/it/repository [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-oidc-authenticator-feature/target/it/features [INFO] Executed tasks [INFO] [INFO] --- surefire:2.22.2:test (integration-test) @ northbound-oidc-authenticator-feature --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.sensinact.gateway.feature.integration.northbound.security.oidc.OIDCAuthenticatorIntegrationTest Feb 12, 2024 8:13:47 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 12, 2024 8:13:47 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 20:13:48.011 [main] INFO org.eclipse.sensinact.gateway.launcher.ConfigurationManager -- Eclipse sensiNact is watching for changes in configuration file src/it/resources/config/configuration.json 20:13:48.047 [main] INFO org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Feature installation for features [] requested using repositories [repository] and feature directories [features] 20:13:48.048 [main] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- The following bundles [] are no longer required and will be removed. 20:13:48.049 [main] INFO org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Feature update complete. 20:13:48.142 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Feature installation for features [core-feature, jakarta-servlet-whiteboard-feature, jakarta-rest-whiteboard-feature, northbound-rest-feature, northbound-oidc-authenticator-feature, virtual-temperature-sensor-feature] requested using repositories [target/it/repository] and feature directories [target/it/features] 20:13:48.142 [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. 20:13:48.142 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Loading feature model core-feature 20:13:48.148 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.sensinact.gateway.core:annotation:0.0.2-SNAPSHOT 20:13:48.148 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.sensinact.gateway.core:annotation:0.0.2-SNAPSHOT in repositories [target/it/repository] 20:13:48.148 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.eclipse.sensinact.gateway.core:annotation:0.0.2-SNAPSHOT is target/it/repository/org/eclipse/sensinact/gateway/core/annotation/0.0.2-SNAPSHOT/annotation-0.0.2-SNAPSHOT.jar 20:13:48.151 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.sensinact.gateway.core:api:0.0.2-SNAPSHOT 20:13:48.151 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.sensinact.gateway.core:api:0.0.2-SNAPSHOT in repositories [target/it/repository] 20:13:48.151 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.eclipse.sensinact.gateway.core:api:0.0.2-SNAPSHOT is target/it/repository/org/eclipse/sensinact/gateway/core/api/0.0.2-SNAPSHOT/api-0.0.2-SNAPSHOT.jar 20:13:48.158 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.sensinact.gateway.core:emf-api:0.0.2-SNAPSHOT 20:13:48.158 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.sensinact.gateway.core:emf-api:0.0.2-SNAPSHOT in repositories [target/it/repository] 20:13:48.158 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.eclipse.sensinact.gateway.core:emf-api:0.0.2-SNAPSHOT is target/it/repository/org/eclipse/sensinact/gateway/core/emf-api/0.0.2-SNAPSHOT/emf-api-0.0.2-SNAPSHOT.jar 20:13:48.160 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.sensinact.gateway.core:impl:0.0.2-SNAPSHOT 20:13:48.160 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.sensinact.gateway.core:impl:0.0.2-SNAPSHOT in repositories [target/it/repository] 20:13:48.160 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.eclipse.sensinact.gateway.core:impl:0.0.2-SNAPSHOT is target/it/repository/org/eclipse/sensinact/gateway/core/impl/0.0.2-SNAPSHOT/impl-0.0.2-SNAPSHOT.jar 20:13:48.163 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.sensinact.gateway.core.models:provider:0.0.2-SNAPSHOT 20:13:48.163 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.sensinact.gateway.core.models:provider:0.0.2-SNAPSHOT in repositories [target/it/repository] 20:13:48.163 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.eclipse.sensinact.gateway.core.models:provider:0.0.2-SNAPSHOT is target/it/repository/org/eclipse/sensinact/gateway/core/models/provider/0.0.2-SNAPSHOT/provider-0.0.2-SNAPSHOT.jar 20:13:48.165 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.sensinact.gateway.core.models:metadata:0.0.2-SNAPSHOT 20:13:48.166 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.sensinact.gateway.core.models:metadata:0.0.2-SNAPSHOT in repositories [target/it/repository] 20:13:48.166 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.eclipse.sensinact.gateway.core.models:metadata:0.0.2-SNAPSHOT is target/it/repository/org/eclipse/sensinact/gateway/core/models/metadata/0.0.2-SNAPSHOT/metadata-0.0.2-SNAPSHOT.jar 20:13:48.168 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.sensinact.gateway.core:geo-json:0.0.2-SNAPSHOT 20:13:48.168 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.sensinact.gateway.core:geo-json:0.0.2-SNAPSHOT in repositories [target/it/repository] 20:13:48.168 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.eclipse.sensinact.gateway.core:geo-json:0.0.2-SNAPSHOT is target/it/repository/org/eclipse/sensinact/gateway/core/geo-json/0.0.2-SNAPSHOT/geo-json-0.0.2-SNAPSHOT.jar 20:13:48.169 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle com.fasterxml.jackson.core:jackson-annotations:2.16.1 20:13:48.169 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature com.fasterxml.jackson.core:jackson-annotations:2.16.1 in repositories [target/it/repository] 20:13:48.170 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature com.fasterxml.jackson.core:jackson-annotations:2.16.1 is target/it/repository/com/fasterxml/jackson/core/jackson-annotations/2.16.1/jackson-annotations-2.16.1.jar 20:13:48.171 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle com.fasterxml.jackson.core:jackson-core:2.16.1 20:13:48.171 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature com.fasterxml.jackson.core:jackson-core:2.16.1 in repositories [target/it/repository] 20:13:48.171 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature com.fasterxml.jackson.core:jackson-core:2.16.1 is target/it/repository/com/fasterxml/jackson/core/jackson-core/2.16.1/jackson-core-2.16.1.jar 20:13:48.174 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle com.fasterxml.jackson.core:jackson-databind:2.16.1 20:13:48.174 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature com.fasterxml.jackson.core:jackson-databind:2.16.1 in repositories [target/it/repository] 20:13:48.174 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature com.fasterxml.jackson.core:jackson-databind:2.16.1 is target/it/repository/com/fasterxml/jackson/core/jackson-databind/2.16.1/jackson-databind-2.16.1.jar 20:13:48.178 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.osgi:org.osgi.service.typedevent:1.0.0 20:13:48.178 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.osgi:org.osgi.service.typedevent:1.0.0 in repositories [target/it/repository] 20:13:48.178 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.osgi:org.osgi.service.typedevent:1.0.0 is target/it/repository/org/osgi/org.osgi.service.typedevent/1.0.0/org.osgi.service.typedevent-1.0.0.jar 20:13:48.179 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.osgi:org.osgi.util.pushstream:1.0.2 20:13:48.180 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.osgi:org.osgi.util.pushstream:1.0.2 in repositories [target/it/repository] 20:13:48.180 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.osgi:org.osgi.util.pushstream:1.0.2 is target/it/repository/org/osgi/org.osgi.util.pushstream/1.0.2/org.osgi.util.pushstream-1.0.2.jar 20:13:48.181 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.emf:org.eclipse.emf.common:2.29.0 20:13:48.181 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.emf:org.eclipse.emf.common:2.29.0 in repositories [target/it/repository] 20:13:48.181 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.eclipse.emf:org.eclipse.emf.common:2.29.0 is target/it/repository/org/eclipse/emf/org.eclipse.emf.common/2.29.0/org.eclipse.emf.common-2.29.0.jar 20:13:48.184 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.emf:org.eclipse.emf.ecore:2.35.0 20:13:48.184 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.emf:org.eclipse.emf.ecore:2.35.0 in repositories [target/it/repository] 20:13:48.184 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.eclipse.emf:org.eclipse.emf.ecore:2.35.0 is target/it/repository/org/eclipse/emf/org.eclipse.emf.ecore/2.35.0/org.eclipse.emf.ecore-2.35.0.jar 20:13:48.188 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.emf:org.eclipse.emf.ecore.xmi:2.36.0 20:13:48.188 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.emf:org.eclipse.emf.ecore.xmi:2.36.0 in repositories [target/it/repository] 20:13:48.188 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.eclipse.emf:org.eclipse.emf.ecore.xmi:2.36.0 is target/it/repository/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.36.0/org.eclipse.emf.ecore.xmi-2.36.0.jar 20:13:48.190 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.geckoprojects.emf:org.gecko.emf.osgi.component.minimal:6.1.0 20:13:48.190 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.geckoprojects.emf:org.gecko.emf.osgi.component.minimal:6.1.0 in repositories [target/it/repository] 20:13:48.191 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.geckoprojects.emf:org.gecko.emf.osgi.component.minimal:6.1.0 is target/it/repository/org/geckoprojects/emf/org.gecko.emf.osgi.component.minimal/6.1.0/org.gecko.emf.osgi.component.minimal-6.1.0.jar 20:13:48.193 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.apache.aries.component-dsl:org.apache.aries.component-dsl.component-dsl:1.2.2 20:13:48.193 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.apache.aries.component-dsl:org.apache.aries.component-dsl.component-dsl:1.2.2 in repositories [target/it/repository] 20:13:48.193 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.apache.aries.component-dsl:org.apache.aries.component-dsl.component-dsl:1.2.2 is target/it/repository/org/apache/aries/component-dsl/org.apache.aries.component-dsl.component-dsl/1.2.2/org.apache.aries.component-dsl.component-dsl-1.2.2.jar 20:13:48.195 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.apache.aries.typedevent:org.apache.aries.typedevent.bus:0.0.2-SNAPSHOT 20:13:48.195 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.apache.aries.typedevent:org.apache.aries.typedevent.bus:0.0.2-SNAPSHOT in repositories [target/it/repository] 20:13:48.195 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.apache.aries.typedevent:org.apache.aries.typedevent.bus:0.0.2-SNAPSHOT is target/it/repository/org/apache/aries/typedevent/org.apache.aries.typedevent.bus/0.0.2-SNAPSHOT/org.apache.aries.typedevent.bus-0.0.2-SNAPSHOT.jar 20:13:48.196 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle io.dropwizard.metrics:metrics-core:4.2.19 20:13:48.196 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature io.dropwizard.metrics:metrics-core:4.2.19 in repositories [target/it/repository] 20:13:48.197 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature io.dropwizard.metrics:metrics-core:4.2.19 is target/it/repository/io/dropwizard/metrics/metrics-core/4.2.19/metrics-core-4.2.19.jar 20:13:48.500 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.apache.aries.typedevent.bus.impl.TypedEventBusActivator -- Aries Typed Event Bus Starting Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/admin Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/admin/friendlyName Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/admin/modelPackageUri Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/admin/model Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/system Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/system/version Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/system/version Unhandled Event Handlers are being used for event sent to topic LIFECYCLE/sensiNact/system/started Unhandled Event Handlers are being used for event sent to topic DATA/sensiNact/system/started Unhandled Event Handlers are being used for event sent to topic METADATA/sensiNact/system/started 20:13:48.723 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.apache.aries.typedevent.bus.impl.TypedEventBusActivator -- Aries Typed Event Bus Started 20:13:48.741 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Loading feature model jakarta-servlet-whiteboard-feature 20:13:48.743 [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 20:13:48.743 [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] 20:13:48.743 [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 20:13:48.750 [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 20:13:48.750 [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] 20:13:48.750 [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 Feb 12, 2024 8:13:48 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 12, 2024 8:13:48 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 20:13:48.857 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- QueuedThreadPool[qtp2131715522]@7f0f65c2{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] added {org.eclipse.jetty.util.thread.ThreadPoolBudget@456400d3,POJO} 20:13:48.858 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@51bb2c5d{STOPPED}[11.0.13,sto=0] added {QueuedThreadPool[qtp2131715522]@7f0f65c2{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY],AUTO} 20:13:48.869 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@51bb2c5d{STOPPED}[11.0.13,sto=0] added {AttributeContainerMap@6d15772e{size=0},AUTO} 20:13:48.873 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HashLoginService@393a4898[null] added {org.eclipse.jetty.security.DefaultIdentityService@3cb75445,POJO} 20:13:48.873 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HashLoginService@393a4898[OSGi HTTP Service Realm] added {UserStore@39270a7[users.count=0],AUTO} 20:13:48.873 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@51bb2c5d{STOPPED}[11.0.13,sto=0] added {HashLoginService@393a4898[OSGi HTTP Service Realm],AUTO} 20:13:48.957 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- o.e.j.s.ServletContextHandler@ba34cd9{/,null,STOPPED} added {SymlinkAllowedResourceAliasChecker@48c5c0dd{base=null,protected=[]},MANAGED} 20:13:48.965 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.handler.ContextHandlerCollection -- AT@2b9326df{cs=true;c=1;=/=[Lorg.eclipse.jetty.server.handler.ContextHandlerCollection$Branch;@4b702220} 20:13:48.971 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ContextHandlerCollection@7f25a148{STOPPED} added {o.e.j.s.ServletContextHandler@ba34cd9{/,null,STOPPED},AUTO} 20:13:48.982 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- o.e.j.s.ServletContextHandler@ba34cd9{/,null,STOPPED} added {org.eclipse.jetty.server.session.SessionHandler83683401==dftMaxIdleSec=-1,MANAGED} 20:13:48.984 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- org.eclipse.jetty.server.session.SessionHandler83683401==dftMaxIdleSec=-1 added {ServletHandler@5a21d709{STOPPED},MANAGED} 20:13:48.984 [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) 20:13:48.985 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- o.e.j.s.ServletContextHandler@ba34cd9{/,null,STOPPED} added {org.apache.felix.http.base.internal.EventDispatcher@79921ba8,POJO} 20:13:48.985 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- org.eclipse.jetty.server.session.SessionHandler83683401==dftMaxIdleSec=0 added {org.apache.felix.http.base.internal.EventDispatcher@79921ba8,POJO} 20:13:48.999 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServletHandler@5a21d709{STOPPED} added {org.apache.felix.http.base.internal.dispatch.DispatcherServlet-59252196==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@2717014{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED},AUTO} 20:13:49.001 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServletHandler@5a21d709{STOPPED} added {[/*]=>org.apache.felix.http.base.internal.dispatch.DispatcherServlet-59252196,POJO} 20:13:49.001 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@51bb2c5d{STOPPED}[11.0.13,sto=0] added {ContextHandlerCollection@7f25a148{STOPPED},MANAGED} 20:13:49.001 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING Server@51bb2c5d{STOPPED}[11.0.13,sto=0] 20:13:49.006 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@51bb2c5d{STARTING}[11.0.13,sto=0] added {ErrorHandler@2698a328{STOPPED},AUTO} 20:13:49.008 [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 20:13:49.059 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting Server@51bb2c5d{STARTING}[11.0.13,sto=0] 20:13:49.059 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING QueuedThreadPool[qtp2131715522]@7f0f65c2{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] 20:13:49.061 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0} 20:13:49.061 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- QueuedThreadPool[qtp2131715522]@7f0f65c2{STARTING,8<=0<=200,i=0,r=-1,q=0}[ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0}] added {ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0},AUTO} 20:13:49.061 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0} 20:13:49.085 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2152ms ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0} 20:13:49.088 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp2131715522-29,5,Configuration Admin Service] 20:13:49.088 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp2131715522-30,5,Configuration Admin Service] 20:13:49.089 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp2131715522-31,5,Configuration Admin Service] 20:13:49.089 [qtp2131715522-29] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp2131715522]@7f0f65c2{STARTING,8<=2<=200,i=2,r=-1,q=0}[ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0}] 20:13:49.089 [qtp2131715522-30] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp2131715522]@7f0f65c2{STARTING,8<=3<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0}] 20:13:49.089 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp2131715522-32,5,Configuration Admin Service] 20:13:49.089 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp2131715522-33,5,Configuration Admin Service] 20:13:49.089 [qtp2131715522-31] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp2131715522]@7f0f65c2{STARTING,8<=4<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0}] 20:13:49.089 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp2131715522-34,5,Configuration Admin Service] 20:13:49.089 [qtp2131715522-32] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp2131715522]@7f0f65c2{STARTING,8<=5<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0}] 20:13:49.089 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp2131715522-35,5,Configuration Admin Service] 20:13:49.089 [qtp2131715522-33] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp2131715522]@7f0f65c2{STARTING,8<=6<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0}] 20:13:49.089 [qtp2131715522-34] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp2131715522]@7f0f65c2{STARTING,8<=7<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0}] 20:13:49.089 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp2131715522-36,5,Configuration Admin Service] 20:13:49.089 [qtp2131715522-35] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp2131715522]@7f0f65c2{STARTING,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0}] 20:13:49.090 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2156ms QueuedThreadPool[qtp2131715522]@7f0f65c2{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0}] 20:13:49.090 [qtp2131715522-36] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp2131715522]@7f0f65c2{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0}] 20:13:49.090 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING AttributeContainerMap@6d15772e{size=0} 20:13:49.090 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2157ms AttributeContainerMap@6d15772e{size=0} 20:13:49.090 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING HashLoginService@393a4898[OSGi HTTP Service Realm] 20:13:49.090 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING UserStore@39270a7[users.count=0] 20:13:49.090 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2157ms UserStore@39270a7[users.count=0] 20:13:49.090 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2157ms HashLoginService@393a4898[OSGi HTTP Service Realm] 20:13:49.090 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ContextHandlerCollection@7f25a148{STOPPED} 20:13:49.090 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting ContextHandlerCollection@7f25a148{STARTING} 20:13:49.090 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING o.e.j.s.ServletContextHandler@ba34cd9{/,null,STOPPED} 20:13:49.091 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.DecoratedObjectFactory -- Adding Decorator: org.eclipse.jetty.util.DeprecationWarning@1d3389c2 20:13:49.105 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.http.PreEncodedHttpField -- HttpField encoders loaded: [org.eclipse.jetty.http.Http1FieldPreEncoder@1a31cfef, org.eclipse.jetty.http2.hpack.HpackFieldPreEncoder@44875c68] 20:13:49.155 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting o.e.j.s.ServletContextHandler@ba34cd9{/,null,STARTING} 20:13:49.155 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING SymlinkAllowedResourceAliasChecker@48c5c0dd{base=null,protected=[]} 20:13:49.155 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- o.e.j.s.ServletContextHandler@ba34cd9{/,null,STARTING} added {org.eclipse.jetty.server.AllowedResourceAliasChecker$AllowedResourceAliasCheckListener@2f8481c2,POJO} 20:13:49.155 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2222ms SymlinkAllowedResourceAliasChecker@48c5c0dd{base=null,protected=[]} 20:13:49.155 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING org.eclipse.jetty.server.session.SessionHandler83683401==dftMaxIdleSec=0 20:13:49.159 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- org.eclipse.jetty.server.session.SessionHandler83683401==dftMaxIdleSec=0 added {org.eclipse.jetty.server.session.DefaultSessionCache@3897d75a[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false],AUTO} 20:13:49.161 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- org.eclipse.jetty.server.session.DefaultSessionCache@3897d75a[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] added {org.eclipse.jetty.server.session.NullSessionDataStore@4e64d768[passivating=false,graceSec=3600],AUTO} 20:13:49.163 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING DefaultSessionIdManager@2f950dbc{STOPPED}[worker=null] 20:13:49.164 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- DefaultSessionIdManager@2f950dbc{STARTING}[worker=node0] added {HouseKeeper@1410ba11{STOPPED}[interval=600000, ownscheduler=false],MANAGED} 20:13:49.167 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO org.eclipse.jetty.server.session.DefaultSessionIdManager -- Session workerName=node0 20:13:49.167 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING HouseKeeper@1410ba11{STOPPED}[interval=600000, ownscheduler=false] 20:13:49.168 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ScheduledExecutorScheduler@57baafd2{STOPPED} 20:13:49.169 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2236ms ScheduledExecutorScheduler@57baafd2{STARTED} 20:13:49.169 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.session.HouseKeeper -- node0 using own scheduler for scavenging 20:13:49.169 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.session.HouseKeeper -- node0 scavenging every 600000ms 20:13:49.172 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2239ms HouseKeeper@1410ba11{STARTED}[interval=600000, ownscheduler=true] 20:13:49.172 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2239ms DefaultSessionIdManager@2f950dbc{STARTED}[worker=node0] 20:13:49.172 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@51bb2c5d{STARTING}[11.0.13,sto=0] added {DefaultSessionIdManager@2f950dbc{STARTED}[worker=node0],MANAGED} 20:13:49.173 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- org.eclipse.jetty.server.session.SessionHandler83683401==dftMaxIdleSec=0 added {DefaultSessionIdManager@2f950dbc{STARTED}[worker=node0],UNMANAGED} 20:13:49.173 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ScheduledExecutorScheduler@730c647f{STOPPED} 20:13:49.173 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2240ms ScheduledExecutorScheduler@730c647f{STARTED} 20:13:49.173 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting org.eclipse.jetty.server.session.SessionHandler83683401==dftMaxIdleSec=0 20:13:49.174 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ServletHandler@5a21d709{STOPPED} 20:13:49.181 [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-59252196[EMBEDDED:null] 20:13:49.184 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.http.pathmap.ServletPathSpec -- Creating ServletPathSpec[/*] (group: PREFIX_GLOB, prefix: "", suffix: "null") 20:13:49.185 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457a78e{/*},resource=MappedServlet1699e5c8{/*->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-59252196==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@2717014{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=1] 20:13:49.185 [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-59252196=MappedServlet62402dee{null->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-59252196==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@2717014{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}} 20:13:49.185 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.servlet.ServletHandler -- Adding Default404Servlet to ServletHandler@5a21d709{STARTING} 20:13:49.186 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServletHandler@5a21d709{STARTING} added {org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-7f2a2089==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@1d05b611{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED},AUTO} 20:13:49.186 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServletHandler@5a21d709{STARTING} added {[/]=>org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-7f2a2089,POJO} 20:13:49.186 [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-59252196[EMBEDDED:null] 20:13:49.186 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.http.pathmap.ServletPathSpec -- Creating ServletPathSpec[/*] (group: PREFIX_GLOB, prefix: "", suffix: "null") 20:13:49.186 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457a78e{/*},resource=MappedServlet1ce65ddf{/*->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-59252196==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@2717014{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=1] 20:13:49.186 [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-7f2a2089[EMBEDDED:null] 20:13:49.186 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457dcb7{/},resource=MappedServlet4528e7c7{/->org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-7f2a2089==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@1d05b611{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=2] 20:13:49.186 [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-7f2a2089=MappedServlet3ee43fc3{null->org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-7f2a2089==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@1d05b611{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}, org.apache.felix.http.base.internal.dispatch.DispatcherServlet-59252196=MappedServlet10e46efe{null->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-59252196==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@2717014{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}} 20:13:49.186 [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-59252196[EMBEDDED:null] 20:13:49.186 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.http.pathmap.ServletPathSpec -- Creating ServletPathSpec[/*] (group: PREFIX_GLOB, prefix: "", suffix: "null") 20:13:49.186 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457a78e{/*},resource=MappedServlet3e42d198{/*->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-59252196==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@2717014{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=1] 20:13:49.186 [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-7f2a2089[EMBEDDED:null] 20:13:49.186 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457dcb7{/},resource=MappedServlet3cd61f48{/->org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-7f2a2089==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@1d05b611{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=2] 20:13:49.186 [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-7f2a2089=MappedServlet3ee43fc3{null->org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-7f2a2089==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@1d05b611{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}, org.apache.felix.http.base.internal.dispatch.DispatcherServlet-59252196=MappedServlet10e46efe{null->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-59252196==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@2717014{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}} 20:13:49.187 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting ServletHandler@5a21d709{STARTING} 20:13:49.187 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2253ms ServletHandler@5a21d709{STARTED} 20:13:49.187 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING org.eclipse.jetty.server.session.DefaultSessionCache@3897d75a[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] 20:13:49.187 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING org.eclipse.jetty.server.session.NullSessionDataStore@4e64d768[passivating=false,graceSec=3600] 20:13:49.187 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2254ms org.eclipse.jetty.server.session.NullSessionDataStore@4e64d768[passivating=false,graceSec=3600] 20:13:49.187 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2254ms org.eclipse.jetty.server.session.DefaultSessionCache@3897d75a[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] 20:13:49.187 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2254ms org.eclipse.jetty.server.session.SessionHandler83683401==dftMaxIdleSec=0 20:13:49.189 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING org.apache.felix.http.base.internal.dispatch.DispatcherServlet-59252196==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@2717014{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED} 20:13:49.190 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2257ms org.apache.felix.http.base.internal.dispatch.DispatcherServlet-59252196==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@2717014{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STARTED} 20:13:49.191 [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-59252196 20:13:49.191 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-7f2a2089==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@1d05b611{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED} 20:13:49.191 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2258ms org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-7f2a2089==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@1d05b611{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STARTED} 20:13:49.191 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO org.eclipse.jetty.server.handler.ContextHandler -- Started o.e.j.s.ServletContextHandler@ba34cd9{/,null,AVAILABLE} 20:13:49.191 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2258ms o.e.j.s.ServletContextHandler@ba34cd9{/,null,AVAILABLE} 20:13:49.191 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2258ms ContextHandlerCollection@7f25a148{STARTED} 20:13:49.191 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ErrorHandler@2698a328{STOPPED} 20:13:49.191 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting ErrorHandler@2698a328{STARTING} 20:13:49.191 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2258ms ErrorHandler@2698a328{STARTED} 20:13:49.192 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO org.eclipse.jetty.server.Server -- Started Server@51bb2c5d{STARTING}[11.0.13,sto=0] @2258ms 20:13:49.192 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2258ms Server@51bb2c5d{STARTED}[11.0.13,sto=0] 20:13:49.192 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.session.HouseKeeper -- node0 scavenging every 660000ms 20:13:49.202 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpConnectionFactory@31bf755b[HTTP/1.1] added {HttpConfiguration@279a631c{32768/8192,8192/8192,https://:0,[]},POJO} 20:13:49.218 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@1e10a0a0{null, ()}{0.0.0.0:0} added {QueuedThreadPool[qtp2131715522]@7f0f65c2{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0}],UNMANAGED} 20:13:49.218 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@1e10a0a0{null, ()}{0.0.0.0:0} added {ScheduledExecutorScheduler@5cc3d81f{STOPPED},AUTO} 20:13:49.247 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@51bb2c5d{STARTED}[11.0.13,sto=0] added {LogarithmicArrayByteBufferPool@14014639{minBufferCapacity=0, maxBufferCapacity=65536, maxQueueLength=-1, factor=4096},POJO} 20:13:49.248 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@1e10a0a0{null, ()}{0.0.0.0:0} added {LogarithmicArrayByteBufferPool@14014639{minBufferCapacity=0, maxBufferCapacity=65536, maxQueueLength=-1, factor=4096},UNMANAGED} 20:13:49.248 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@1e10a0a0{null, ()}{0.0.0.0:0} added {org.eclipse.jetty.io.LogarithmicArrayByteBufferPool$LogarithmicRetainablePool@10d942c7{min=0,max=65536,buckets=17,heap=0/-1,direct=0/-1},POJO} 20:13:49.248 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@1e10a0a0{null, ()}{0.0.0.0:0} added {org.eclipse.jetty.server.AbstractConnector$1@59958110,POJO} 20:13:49.249 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@1e10a0a0{null, (http/1.1)}{0.0.0.0:0} added {HttpConnectionFactory@31bf755b[HTTP/1.1],AUTO} 20:13:49.249 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.AbstractConnector -- ServerConnector@1e10a0a0{HTTP/1.1, (http/1.1)}{0.0.0.0:0} added HttpConnectionFactory@31bf755b[HTTP/1.1] 20:13:49.252 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@1e10a0a0{HTTP/1.1, (http/1.1)}{0.0.0.0:0} added {SelectorManager@ServerConnector@1e10a0a0{HTTP/1.1, (http/1.1)}{0.0.0.0:0},MANAGED} 20:13:49.252 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@51bb2c5d{STARTED}[11.0.13,sto=0] added {ServerConnector@1e10a0a0{HTTP/1.1, (http/1.1)}{0.0.0.0:8080},UNMANAGED} 20:13:49.253 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ServerConnector@1e10a0a0{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 20:13:49.259 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@1e10a0a0{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} 20:13:49.262 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ScheduledExecutorScheduler@5cc3d81f{STOPPED} 20:13:49.262 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2329ms ScheduledExecutorScheduler@5cc3d81f{STARTED} 20:13:49.262 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING HttpConnectionFactory@31bf755b[HTTP/1.1] 20:13:49.262 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2329ms HttpConnectionFactory@31bf755b[HTTP/1.1] 20:13:49.262 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING SelectorManager@ServerConnector@1e10a0a0{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 20:13:49.268 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- AdaptiveExecutionStrategy@3106614d/SelectorProducer@16ad2b9f/IDLE/p=false/QueuedThreadPool[qtp2131715522]@7f0f65c2{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:13:49.268399621Z added {SelectorProducer@16ad2b9f,POJO} 20:13:49.268 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- AdaptiveExecutionStrategy@3106614d/SelectorProducer@16ad2b9f/IDLE/p=false/QueuedThreadPool[qtp2131715522]@7f0f65c2{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:13:49.268704318Z added {QueuedThreadPool[qtp2131715522]@7f0f65c2{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0}],UNMANAGED} 20:13:49.268 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- AdaptiveExecutionStrategy@3106614d/SelectorProducer@16ad2b9f/IDLE/p=false/QueuedThreadPool[qtp2131715522]@7f0f65c2{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:13:49.268836274Z created 20:13:49.268 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ManagedSelector@28686d1f{STOPPED} id=0 keys=-1 selected=-1 updates=0 added {AdaptiveExecutionStrategy@3106614d/SelectorProducer@16ad2b9f/IDLE/p=false/QueuedThreadPool[qtp2131715522]@7f0f65c2{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:13:49.268989725Z,MANAGED} 20:13:49.269 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- SelectorManager@ServerConnector@1e10a0a0{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} added {ManagedSelector@28686d1f{STOPPED} id=0 keys=-1 selected=-1 updates=0,AUTO} 20:13:49.269 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ManagedSelector@28686d1f{STOPPED} id=0 keys=-1 selected=-1 updates=0 20:13:49.269 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING AdaptiveExecutionStrategy@3106614d/SelectorProducer@16ad2b9f/IDLE/p=false/QueuedThreadPool[qtp2131715522]@7f0f65c2{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:13:49.269300818Z 20:13:49.269 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2336ms AdaptiveExecutionStrategy@3106614d/SelectorProducer@16ad2b9f/IDLE/p=false/QueuedThreadPool[qtp2131715522]@7f0f65c2{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:13:49.269404462Z 20:13:49.271 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue org.eclipse.jetty.io.ManagedSelector$$Lambda$383/0x00007fc4cc30ba90@602f3247 startThread=0 20:13:49.271 [qtp2131715522-29] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.io.ManagedSelector$$Lambda$383/0x00007fc4cc30ba90@602f3247 in QueuedThreadPool[qtp2131715522]@7f0f65c2{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0}] 20:13:49.271 [qtp2131715522-29] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- AdaptiveExecutionStrategy@3106614d/SelectorProducer@16ad2b9f/IDLE/p=false/QueuedThreadPool[qtp2131715522]@7f0f65c2{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:13:49.271552128Z tryProduce false 20:13:49.271 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.ManagedSelector$Start@4c21382e on ManagedSelector@28686d1f{STARTING} id=0 keys=0 selected=0 updates=0 20:13:49.272 [qtp2131715522-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 20:13:49.272 [qtp2131715522-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$Start@4c21382e 20:13:49.272 [qtp2131715522-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:13:49.272 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2339ms ManagedSelector@28686d1f{STARTED} id=0 keys=0 selected=0 updates=0 20:13:49.273 [qtp2131715522-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@411a3a8b waiting with 0 keys 20:13:49.273 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2339ms SelectorManager@ServerConnector@1e10a0a0{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 20:13:49.274 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@1e10a0a0{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} added {acceptor-0@5398e6b,POJO} 20:13:49.274 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue acceptor-0@5398e6b startThread=0 20:13:49.274 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO org.eclipse.jetty.server.AbstractConnector -- Started ServerConnector@1e10a0a0{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 20:13:49.274 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2341ms ServerConnector@1e10a0a0{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 20:13:49.274 [qtp2131715522-30] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run acceptor-0@5398e6b in QueuedThreadPool[qtp2131715522]@7f0f65c2{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0}] 20:13:49.276 [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] 20:13:49.307 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@51bb2c5d{STARTED}[11.0.13,sto=0] added {org.apache.felix.http.jetty.internal.RequestLogTracker@4600999e,POJO} 20:13:49.341 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING Server@51bb2c5d{STARTED}[11.0.13,sto=0] 20:13:49.341 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.Server -- Stopped Server@51bb2c5d{STOPPING}[11.0.13,sto=0] 20:13:49.341 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.Server -- doStop Server@51bb2c5d{STOPPING}[11.0.13,sto=0] 20:13:49.341 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ServerConnector@1e10a0a0{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 20:13:49.342 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING SelectorManager@ServerConnector@1e10a0a0{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 20:13:49.342 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ManagedSelector@28686d1f{STARTED} id=0 keys=0 selected=0 updates=0 20:13:49.342 [qtp2131715522-30] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran qtp2131715522-30-acceptor-0@5398e6b-ServerConnector@1e10a0a0{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} in QueuedThreadPool[qtp2131715522]@7f0f65c2{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0}] 20:13:49.342 [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@28686d1f{STOPPING} id=0 keys=0 selected=0 updates=0 20:13:49.343 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@28686d1f{STOPPING} id=0 keys=0 selected=0 updates=1 20:13:49.343 [qtp2131715522-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@411a3a8b woken with none selected 20:13:49.343 [qtp2131715522-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@411a3a8b woken up from select, 0/0/0 selected 20:13:49.343 [qtp2131715522-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@411a3a8b processing 0 keys, 1 updates 20:13:49.343 [qtp2131715522-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 20:13:49.343 [qtp2131715522-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$CloseConnections@11232948 20:13:49.343 [qtp2131715522-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- Closing 0 connections on ManagedSelector@28686d1f{STOPPING} id=0 keys=0 selected=0 updates=0 20:13:49.343 [qtp2131715522-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:13:49.343 [qtp2131715522-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@411a3a8b waiting with 0 keys 20:13:49.343 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Loading feature model jakarta-rest-whiteboard-feature 20:13:49.343 [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@28686d1f{STOPPING} id=0 keys=0 selected=0 updates=0 20:13:49.343 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@28686d1f{STOPPING} id=0 keys=0 selected=0 updates=1 20:13:49.343 [qtp2131715522-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@411a3a8b woken with none selected 20:13:49.343 [qtp2131715522-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@411a3a8b woken up from select, 0/0/0 selected 20:13:49.343 [qtp2131715522-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@411a3a8b processing 0 keys, 1 updates 20:13:49.344 [qtp2131715522-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 20:13:49.344 [qtp2131715522-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$StopSelector@6b723ae2 20:13:49.351 [qtp2131715522-29] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:13:49.351 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING AdaptiveExecutionStrategy@3106614d/SelectorProducer@16ad2b9f/PRODUCING/p=false/QueuedThreadPool[qtp2131715522]@7f0f65c2{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:13:49.351455676Z 20:13:49.351 [qtp2131715522-29] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.io.ManagedSelector$$Lambda$383/0x00007fc4cc30ba90@602f3247 in QueuedThreadPool[qtp2131715522]@7f0f65c2{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0}] 20:13:49.351 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED AdaptiveExecutionStrategy@3106614d/SelectorProducer@16ad2b9f/IDLE/p=false/QueuedThreadPool[qtp2131715522]@7f0f65c2{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:13:49.35160654Z 20:13:49.351 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ManagedSelector@28686d1f{STOPPED} id=0 keys=-1 selected=-1 updates=0 20:13:49.351 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED SelectorManager@ServerConnector@1e10a0a0{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 20:13:49.351 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING HttpConnectionFactory@31bf755b[HTTP/1.1] 20:13:49.351 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED HttpConnectionFactory@31bf755b[HTTP/1.1] 20:13:49.351 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ScheduledExecutorScheduler@5cc3d81f{STARTED} 20:13:49.351 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ScheduledExecutorScheduler@5cc3d81f{STOPPED} 20:13:49.351 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.AbstractConnector -- Stopped ServerConnector@1e10a0a0{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 20:13:49.352 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ServerConnector@1e10a0a0{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 20:13:49.352 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- stopping Server@51bb2c5d{STOPPING}[11.0.13,sto=0] 20:13:49.352 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING DefaultSessionIdManager@2f950dbc{STARTED}[worker=node0] 20:13:49.352 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING HouseKeeper@1410ba11{STARTED}[interval=660000, ownscheduler=true] 20:13:49.352 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.session.HouseKeeper -- node0 stopped scavenging 20:13:49.352 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ScheduledExecutorScheduler@57baafd2{STARTED} 20:13:49.352 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ScheduledExecutorScheduler@57baafd2{STOPPED} 20:13:49.352 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED HouseKeeper@1410ba11{STOPPED}[interval=660000, ownscheduler=false] 20:13:49.352 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED DefaultSessionIdManager@2f950dbc{STOPPED}[worker=node0] 20:13:49.352 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ErrorHandler@2698a328{STARTED} 20:13:49.352 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- stopping ErrorHandler@2698a328{STOPPING} 20:13:49.352 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ErrorHandler@2698a328{STOPPED} 20:13:49.352 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ContextHandlerCollection@7f25a148{STARTED} 20:13:49.352 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- stopping ContextHandlerCollection@7f25a148{STOPPING} 20:13:49.352 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING o.e.j.s.ServletContextHandler@ba34cd9{/,null,AVAILABLE} 20:13:49.352 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- stopping o.e.j.s.ServletContextHandler@ba34cd9{/,null,STOPPED} 20:13:49.352 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING org.eclipse.jetty.server.session.SessionHandler83683401==dftMaxIdleSec=0 20:13:49.352 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.session.DefaultSessionCache -- Shutdown sessions, invalidating = false 20:13:49.352 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- The feature jakarta-rest-whiteboard-feature depends on the feature jakarta-servlet-whiteboard-feature, which is installed 20:13:49.352 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING org.eclipse.jetty.server.session.DefaultSessionCache@3897d75a[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] 20:13:49.352 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING org.eclipse.jetty.server.session.NullSessionDataStore@4e64d768[passivating=false,graceSec=3600] 20:13:49.352 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED org.eclipse.jetty.server.session.NullSessionDataStore@4e64d768[passivating=false,graceSec=3600] 20:13:49.352 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED org.eclipse.jetty.server.session.DefaultSessionCache@3897d75a[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] 20:13:49.352 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ScheduledExecutorScheduler@730c647f{STARTED} 20:13:49.352 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ScheduledExecutorScheduler@730c647f{STOPPED} 20:13:49.352 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.osgi-technology.rest:org.eclipse.osgitech.rest:1.2.2 20:13:49.352 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- stopping org.eclipse.jetty.server.session.SessionHandler83683401==dftMaxIdleSec=0 20:13:49.352 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.osgi-technology.rest:org.eclipse.osgitech.rest:1.2.2 in repositories [target/it/repository] 20:13:49.352 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ServletHandler@5a21d709{STARTED} 20:13:49.352 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- stopping ServletHandler@5a21d709{STOPPING} 20:13:49.352 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-7f2a2089==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@1d05b611{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STARTED} 20:13:49.352 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.eclipse.osgi-technology.rest:org.eclipse.osgitech.rest:1.2.2 is target/it/repository/org/eclipse/osgi-technology/rest/org.eclipse.osgitech.rest/1.2.2/org.eclipse.osgitech.rest-1.2.2.jar 20:13:49.352 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-7f2a2089==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@1d05b611{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED} 20:13:49.353 [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-59252196==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@2717014{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 20:13:49.353 [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-59252196==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@2717014{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED} 20:13:49.355 [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-59252196[EMBEDDED:null] 20:13:49.355 [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") 20:13:49.355 [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-59252196==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@2717014{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=1] 20:13:49.355 [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-59252196=MappedServlete66368a{null->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-59252196==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@2717014{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}} 20:13:49.355 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ServletHandler@5a21d709{STOPPED} 20:13:49.355 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED org.eclipse.jetty.server.session.SessionHandler83683401==dftMaxIdleSec=0 20:13:49.355 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING SymlinkAllowedResourceAliasChecker@48c5c0dd{base=null,protected=[]} 20:13:49.355 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED SymlinkAllowedResourceAliasChecker@48c5c0dd{base=null,protected=[]} 20:13:49.355 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.osgi-technology.rest:org.eclipse.osgitech.rest.sse:1.2.2 20:13:49.356 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.osgi-technology.rest:org.eclipse.osgitech.rest.sse:1.2.2 in repositories [target/it/repository] 20:13:49.356 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.handler.ContextHandler -- Stopped o.e.j.s.ServletContextHandler@ba34cd9{/,null,STOPPED} 20:13:49.356 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED o.e.j.s.ServletContextHandler@ba34cd9{/,null,STOPPED} 20:13:49.356 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.eclipse.osgi-technology.rest:org.eclipse.osgitech.rest.sse:1.2.2 is target/it/repository/org/eclipse/osgi-technology/rest/org.eclipse.osgitech.rest.sse/1.2.2/org.eclipse.osgitech.rest.sse-1.2.2.jar 20:13:49.356 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ContextHandlerCollection@7f25a148{STOPPED} 20:13:49.356 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING HashLoginService@393a4898[OSGi HTTP Service Realm] 20:13:49.356 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING UserStore@39270a7[users.count=0] 20:13:49.356 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED UserStore@39270a7[users.count=0] 20:13:49.356 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED HashLoginService@393a4898[OSGi HTTP Service Realm] 20:13:49.356 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING AttributeContainerMap@6d15772e{size=0} 20:13:49.356 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED AttributeContainerMap@6d15772e{size=0} 20:13:49.356 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING QueuedThreadPool[qtp2131715522]@7f0f65c2{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0}] 20:13:49.356 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Stopping QueuedThreadPool[qtp2131715522]@7f0f65c2{STOPPING,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0}] 20:13:49.356 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ReservedThreadExecutor@436ec45a{reserved=0/2,pending=0} 20:13:49.357 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.osgi-technology.rest:org.eclipse.osgitech.rest.servlet.whiteboard:1.2.2 20:13:49.357 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.osgi-technology.rest:org.eclipse.osgitech.rest.servlet.whiteboard:1.2.2 in repositories [target/it/repository] 20:13:49.358 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.eclipse.osgi-technology.rest:org.eclipse.osgitech.rest.servlet.whiteboard:1.2.2 is target/it/repository/org/eclipse/osgi-technology/rest/org.eclipse.osgitech.rest.servlet.whiteboard/1.2.2/org.eclipse.osgitech.rest.servlet.whiteboard-1.2.2.jar 20:13:49.358 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ReservedThreadExecutor@436ec45a{reserved=-1/2,pending=0} 20:13:49.358 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Waiting for Thread[qtp2131715522-30,5,Configuration Admin Service] for 2499 20:13:49.358 [qtp2131715522-31] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$324/0x00007fc4cc27f3d0@5f8af5d5 in QueuedThreadPool[qtp2131715522]@7f0f65c2{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:49.358 [qtp2131715522-32] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$324/0x00007fc4cc27f3d0@5f8af5d5 in QueuedThreadPool[qtp2131715522]@7f0f65c2{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:49.358 [qtp2131715522-33] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$324/0x00007fc4cc27f3d0@5f8af5d5 in QueuedThreadPool[qtp2131715522]@7f0f65c2{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:49.358 [qtp2131715522-35] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$324/0x00007fc4cc27f3d0@5f8af5d5 in QueuedThreadPool[qtp2131715522]@7f0f65c2{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:49.358 [qtp2131715522-32] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$324/0x00007fc4cc27f3d0@5f8af5d5 in QueuedThreadPool[qtp2131715522]@7f0f65c2{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:49.358 [qtp2131715522-31] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$324/0x00007fc4cc27f3d0@5f8af5d5 in QueuedThreadPool[qtp2131715522]@7f0f65c2{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:49.358 [qtp2131715522-33] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$324/0x00007fc4cc27f3d0@5f8af5d5 in QueuedThreadPool[qtp2131715522]@7f0f65c2{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:49.358 [qtp2131715522-35] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$324/0x00007fc4cc27f3d0@5f8af5d5 in QueuedThreadPool[qtp2131715522]@7f0f65c2{STOPPING,8<=0<=200,i=9,r=-1,q=0}[NO_TRY] 20:13:49.358 [qtp2131715522-34] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$324/0x00007fc4cc27f3d0@5f8af5d5 in QueuedThreadPool[qtp2131715522]@7f0f65c2{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:49.358 [qtp2131715522-36] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$324/0x00007fc4cc27f3d0@5f8af5d5 in QueuedThreadPool[qtp2131715522]@7f0f65c2{STOPPING,8<=0<=200,i=10,r=-1,q=0}[NO_TRY] 20:13:49.358 [qtp2131715522-33] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[qtp2131715522-33,5,Configuration Admin Service] exited for QueuedThreadPool[qtp2131715522]@7f0f65c2{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:49.358 [qtp2131715522-31] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[qtp2131715522-31,5,Configuration Admin Service] exited for QueuedThreadPool[qtp2131715522]@7f0f65c2{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:49.358 [qtp2131715522-32] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[qtp2131715522-32,5,Configuration Admin Service] exited for QueuedThreadPool[qtp2131715522]@7f0f65c2{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:49.358 [qtp2131715522-34] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$324/0x00007fc4cc27f3d0@5f8af5d5 in QueuedThreadPool[qtp2131715522]@7f0f65c2{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:49.358 [qtp2131715522-30] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$324/0x00007fc4cc27f3d0@5f8af5d5 in QueuedThreadPool[qtp2131715522]@7f0f65c2{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:49.358 [qtp2131715522-35] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[qtp2131715522-35,5,Configuration Admin Service] exited for QueuedThreadPool[qtp2131715522]@7f0f65c2{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:49.358 [qtp2131715522-29] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$324/0x00007fc4cc27f3d0@5f8af5d5 in QueuedThreadPool[qtp2131715522]@7f0f65c2{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:49.358 [qtp2131715522-36] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$324/0x00007fc4cc27f3d0@5f8af5d5 in QueuedThreadPool[qtp2131715522]@7f0f65c2{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:49.358 [qtp2131715522-29] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$324/0x00007fc4cc27f3d0@5f8af5d5 in QueuedThreadPool[qtp2131715522]@7f0f65c2{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:49.358 [qtp2131715522-30] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$324/0x00007fc4cc27f3d0@5f8af5d5 in QueuedThreadPool[qtp2131715522]@7f0f65c2{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:49.358 [qtp2131715522-36] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[qtp2131715522-36,5,Configuration Admin Service] exited for QueuedThreadPool[qtp2131715522]@7f0f65c2{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:49.358 [qtp2131715522-29] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[qtp2131715522-29,5,Configuration Admin Service] exited for QueuedThreadPool[qtp2131715522]@7f0f65c2{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:49.358 [qtp2131715522-34] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[qtp2131715522-34,5,Configuration Admin Service] exited for QueuedThreadPool[qtp2131715522]@7f0f65c2{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:49.358 [qtp2131715522-30] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[qtp2131715522-30,5,Configuration Admin Service] exited for QueuedThreadPool[qtp2131715522]@7f0f65c2{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:49.358 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Waiting for Thread[qtp2131715522-31,5,] for 2499 20:13:49.359 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Waiting for Thread[qtp2131715522-35,5,] for 2499 20:13:49.359 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED QueuedThreadPool[qtp2131715522]@7f0f65c2{STOPPED,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 20:13:49.359 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED Server@51bb2c5d{STOPPED}[11.0.13,sto=0] 20:13:49.359 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.apache.felix.http -- Stopped Jetty 20:13:49.359 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- QueuedThreadPool[qtp304157852]@1221149c{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] added {org.eclipse.jetty.util.thread.ThreadPoolBudget@4c4e8b6,POJO} 20:13:49.359 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@1dcb86aa{STOPPED}[11.0.13,sto=0] added {QueuedThreadPool[qtp304157852]@1221149c{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY],AUTO} 20:13:49.359 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@1dcb86aa{STOPPED}[11.0.13,sto=0] added {AttributeContainerMap@659b7320{size=0},AUTO} 20:13:49.359 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HashLoginService@7f841efb[null] added {org.eclipse.jetty.security.DefaultIdentityService@5ca6c8e5,POJO} 20:13:49.359 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HashLoginService@7f841efb[OSGi HTTP Service Realm] added {UserStore@1d99fb0d[users.count=0],AUTO} 20:13:49.359 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@1dcb86aa{STOPPED}[11.0.13,sto=0] added {HashLoginService@7f841efb[OSGi HTTP Service Realm],AUTO} 20:13:49.359 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- o.e.j.s.ServletContextHandler@23a589ed{/,null,STOPPED} added {SymlinkAllowedResourceAliasChecker@7c8938a4{base=null,protected=[]},MANAGED} 20:13:49.359 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.ContextHandlerCollection -- AT@16823630{cs=true;c=1;=/=[Lorg.eclipse.jetty.server.handler.ContextHandlerCollection$Branch;@4411f67e} 20:13:49.359 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ContextHandlerCollection@4bf4f5f0{STOPPED} added {o.e.j.s.ServletContextHandler@23a589ed{/,null,STOPPED},AUTO} 20:13:49.359 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- o.e.j.s.ServletContextHandler@23a589ed{/,null,STOPPED} added {org.eclipse.jetty.server.session.SessionHandler2123212850==dftMaxIdleSec=-1,MANAGED} 20:13:49.359 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- org.eclipse.jetty.server.session.SessionHandler2123212850==dftMaxIdleSec=-1 added {ServletHandler@79392265{STOPPED},MANAGED} 20:13:49.359 [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) 20:13:49.360 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- o.e.j.s.ServletContextHandler@23a589ed{/,null,STOPPED} added {org.apache.felix.http.base.internal.EventDispatcher@79921ba8,POJO} 20:13:49.360 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.osgi:org.osgi.service.jakartars:2.0.0 20:13:49.360 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- org.eclipse.jetty.server.session.SessionHandler2123212850==dftMaxIdleSec=0 added {org.apache.felix.http.base.internal.EventDispatcher@79921ba8,POJO} 20:13:49.360 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.osgi:org.osgi.service.jakartars:2.0.0 in repositories [target/it/repository] 20:13:49.360 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.osgi:org.osgi.service.jakartars:2.0.0 is target/it/repository/org/osgi/org.osgi.service.jakartars/2.0.0/org.osgi.service.jakartars-2.0.0.jar 20:13:49.360 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServletHandler@79392265{STOPPED} added {org.apache.felix.http.base.internal.dispatch.DispatcherServlet-3250993a==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@c53ed7f9{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED},AUTO} 20:13:49.360 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServletHandler@79392265{STOPPED} added {[/*]=>org.apache.felix.http.base.internal.dispatch.DispatcherServlet-3250993a,POJO} 20:13:49.360 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@1dcb86aa{STOPPED}[11.0.13,sto=0] added {ContextHandlerCollection@4bf4f5f0{STOPPED},MANAGED} 20:13:49.360 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING Server@1dcb86aa{STOPPED}[11.0.13,sto=0] 20:13:49.360 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@1dcb86aa{STARTING}[11.0.13,sto=0] added {ErrorHandler@5ee7b1f5{STOPPED},AUTO} 20:13:49.360 [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 20:13:49.360 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting Server@1dcb86aa{STARTING}[11.0.13,sto=0] 20:13:49.360 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING QueuedThreadPool[qtp304157852]@1221149c{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] 20:13:49.360 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@4d385e23{reserved=0/2,pending=0} 20:13:49.360 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- QueuedThreadPool[qtp304157852]@1221149c{STARTING,8<=0<=200,i=0,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=0/2,pending=0}] added {ReservedThreadExecutor@4d385e23{reserved=0/2,pending=0},AUTO} 20:13:49.360 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ReservedThreadExecutor@4d385e23{reserved=0/2,pending=0} 20:13:49.360 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2427ms ReservedThreadExecutor@4d385e23{reserved=0/2,pending=0} 20:13:49.360 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp304157852-39,5,Configuration Admin Service] 20:13:49.360 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp304157852-40,5,Configuration Admin Service] 20:13:49.360 [qtp304157852-39] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp304157852]@1221149c{STARTING,8<=2<=200,i=2,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=0/2,pending=0}] 20:13:49.361 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp304157852-41,5,Configuration Admin Service] 20:13:49.361 [qtp304157852-40] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp304157852]@1221149c{STARTING,8<=3<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=0/2,pending=0}] 20:13:49.361 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp304157852-42,5,Configuration Admin Service] 20:13:49.361 [qtp304157852-41] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp304157852]@1221149c{STARTING,8<=5<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=0/2,pending=0}] 20:13:49.361 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp304157852-43,5,Configuration Admin Service] 20:13:49.361 [qtp304157852-42] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp304157852]@1221149c{STARTING,8<=5<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=0/2,pending=0}] 20:13:49.361 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp304157852-44,5,Configuration Admin Service] 20:13:49.361 [qtp304157852-43] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp304157852]@1221149c{STARTING,8<=6<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=0/2,pending=0}] 20:13:49.361 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp304157852-45,5,Configuration Admin Service] 20:13:49.361 [qtp304157852-44] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp304157852]@1221149c{STARTING,8<=7<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=0/2,pending=0}] 20:13:49.361 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp304157852-46,5,Configuration Admin Service] 20:13:49.361 [qtp304157852-45] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp304157852]@1221149c{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=0/2,pending=0}] 20:13:49.361 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2428ms QueuedThreadPool[qtp304157852]@1221149c{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=0/2,pending=0}] 20:13:49.361 [qtp304157852-46] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp304157852]@1221149c{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=0/2,pending=0}] 20:13:49.361 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING AttributeContainerMap@659b7320{size=0} 20:13:49.361 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2428ms AttributeContainerMap@659b7320{size=0} 20:13:49.361 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING HashLoginService@7f841efb[OSGi HTTP Service Realm] 20:13:49.361 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING UserStore@1d99fb0d[users.count=0] 20:13:49.361 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2428ms UserStore@1d99fb0d[users.count=0] 20:13:49.362 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2428ms HashLoginService@7f841efb[OSGi HTTP Service Realm] 20:13:49.362 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ContextHandlerCollection@4bf4f5f0{STOPPED} 20:13:49.362 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting ContextHandlerCollection@4bf4f5f0{STARTING} 20:13:49.362 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING o.e.j.s.ServletContextHandler@23a589ed{/,null,STOPPED} 20:13:49.362 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.DecoratedObjectFactory -- Adding Decorator: org.eclipse.jetty.util.DeprecationWarning@671a7f4 20:13:49.362 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle jakarta.ws.rs:jakarta.ws.rs-api:3.1.0 20:13:49.362 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature jakarta.ws.rs:jakarta.ws.rs-api:3.1.0 in repositories [target/it/repository] 20:13:49.362 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature jakarta.ws.rs:jakarta.ws.rs-api:3.1.0 is target/it/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.1.0/jakarta.ws.rs-api-3.1.0.jar 20:13:49.362 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting o.e.j.s.ServletContextHandler@23a589ed{/,null,STARTING} 20:13:49.362 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING SymlinkAllowedResourceAliasChecker@7c8938a4{base=null,protected=[]} 20:13:49.362 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- o.e.j.s.ServletContextHandler@23a589ed{/,null,STARTING} added {org.eclipse.jetty.server.AllowedResourceAliasChecker$AllowedResourceAliasCheckListener@22814221,POJO} 20:13:49.362 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2429ms SymlinkAllowedResourceAliasChecker@7c8938a4{base=null,protected=[]} 20:13:49.362 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING org.eclipse.jetty.server.session.SessionHandler2123212850==dftMaxIdleSec=0 20:13:49.362 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- org.eclipse.jetty.server.session.SessionHandler2123212850==dftMaxIdleSec=0 added {org.eclipse.jetty.server.session.DefaultSessionCache@722858be[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false],AUTO} 20:13:49.362 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- org.eclipse.jetty.server.session.DefaultSessionCache@722858be[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] added {org.eclipse.jetty.server.session.NullSessionDataStore@1c18ade0[passivating=false,graceSec=3600],AUTO} 20:13:49.362 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING DefaultSessionIdManager@175de790{STOPPED}[worker=null] 20:13:49.362 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- DefaultSessionIdManager@175de790{STARTING}[worker=node0] added {HouseKeeper@3fe53f10{STOPPED}[interval=600000, ownscheduler=false],MANAGED} 20:13:49.362 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.session.DefaultSessionIdManager -- Session workerName=node0 20:13:49.362 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING HouseKeeper@3fe53f10{STOPPED}[interval=600000, ownscheduler=false] 20:13:49.362 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ScheduledExecutorScheduler@fb87dfa{STOPPED} 20:13:49.362 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2429ms ScheduledExecutorScheduler@fb87dfa{STARTED} 20:13:49.362 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.session.HouseKeeper -- node0 using own scheduler for scavenging 20:13:49.362 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.session.HouseKeeper -- node0 scavenging every 660000ms 20:13:49.363 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2429ms HouseKeeper@3fe53f10{STARTED}[interval=660000, ownscheduler=true] 20:13:49.363 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2429ms DefaultSessionIdManager@175de790{STARTED}[worker=node0] 20:13:49.363 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@1dcb86aa{STARTING}[11.0.13,sto=0] added {DefaultSessionIdManager@175de790{STARTED}[worker=node0],MANAGED} 20:13:49.363 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- org.eclipse.jetty.server.session.SessionHandler2123212850==dftMaxIdleSec=0 added {DefaultSessionIdManager@175de790{STARTED}[worker=node0],UNMANAGED} 20:13:49.363 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ScheduledExecutorScheduler@2e8fba75{STOPPED} 20:13:49.363 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2430ms ScheduledExecutorScheduler@2e8fba75{STARTED} 20:13:49.363 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting org.eclipse.jetty.server.session.SessionHandler2123212850==dftMaxIdleSec=0 20:13:49.363 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ServletHandler@79392265{STOPPED} 20:13:49.363 [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-3250993a[EMBEDDED:null] 20:13:49.363 [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") 20:13:49.363 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457a78e{/*},resource=MappedServlet38840d0b{/*->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-3250993a==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@c53ed7f9{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=1] 20:13:49.363 [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-3250993a=MappedServlet749fe04c{null->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-3250993a==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@c53ed7f9{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}} 20:13:49.363 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.servlet.ServletHandler -- Adding Default404Servlet to ServletHandler@79392265{STARTING} 20:13:49.364 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServletHandler@79392265{STARTING} added {org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-17d8ec29==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@4aa240f3{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED},AUTO} 20:13:49.364 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServletHandler@79392265{STARTING} added {[/]=>org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-17d8ec29,POJO} 20:13:49.364 [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-3250993a[EMBEDDED:null] 20:13:49.364 [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") 20:13:49.364 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle jakarta.activation:jakarta.activation-api:2.1.0 20:13:49.364 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457a78e{/*},resource=MappedServlet4457a0b5{/*->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-3250993a==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@c53ed7f9{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=1] 20:13:49.364 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature jakarta.activation:jakarta.activation-api:2.1.0 in repositories [target/it/repository] 20:13:49.364 [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-17d8ec29[EMBEDDED:null] 20:13:49.364 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature jakarta.activation:jakarta.activation-api:2.1.0 is target/it/repository/jakarta/activation/jakarta.activation-api/2.1.0/jakarta.activation-api-2.1.0.jar 20:13:49.364 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457dcb7{/},resource=MappedServlet5c230161{/->org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-17d8ec29==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@4aa240f3{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=2] 20:13:49.364 [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-17d8ec29=MappedServlet57b51729{null->org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-17d8ec29==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@4aa240f3{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}, org.apache.felix.http.base.internal.dispatch.DispatcherServlet-3250993a=MappedServlet7dc0052{null->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-3250993a==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@c53ed7f9{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}} 20:13:49.364 [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-3250993a[EMBEDDED:null] 20:13:49.364 [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") 20:13:49.364 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457a78e{/*},resource=MappedServlet7ef74a14{/*->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-3250993a==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@c53ed7f9{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=1] 20:13:49.365 [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-17d8ec29[EMBEDDED:null] 20:13:49.365 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457dcb7{/},resource=MappedServlet3a9b74a2{/->org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-17d8ec29==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@4aa240f3{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=2] 20:13:49.365 [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-17d8ec29=MappedServlet57b51729{null->org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-17d8ec29==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@4aa240f3{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}, org.apache.felix.http.base.internal.dispatch.DispatcherServlet-3250993a=MappedServlet7dc0052{null->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-3250993a==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@c53ed7f9{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}} 20:13:49.365 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting ServletHandler@79392265{STARTING} 20:13:49.365 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2432ms ServletHandler@79392265{STARTED} 20:13:49.365 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING org.eclipse.jetty.server.session.DefaultSessionCache@722858be[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] 20:13:49.365 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING org.eclipse.jetty.server.session.NullSessionDataStore@1c18ade0[passivating=false,graceSec=3600] 20:13:49.365 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2432ms org.eclipse.jetty.server.session.NullSessionDataStore@1c18ade0[passivating=false,graceSec=3600] 20:13:49.365 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2432ms org.eclipse.jetty.server.session.DefaultSessionCache@722858be[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] 20:13:49.365 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2432ms org.eclipse.jetty.server.session.SessionHandler2123212850==dftMaxIdleSec=0 20:13:49.365 [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-3250993a==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@c53ed7f9{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED} 20:13:49.365 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2432ms org.apache.felix.http.base.internal.dispatch.DispatcherServlet-3250993a==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@c53ed7f9{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STARTED} 20:13:49.365 [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-3250993a 20:13:49.365 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-17d8ec29==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@4aa240f3{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED} 20:13:49.365 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2432ms org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-17d8ec29==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@4aa240f3{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STARTED} 20:13:49.365 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.handler.ContextHandler -- Started o.e.j.s.ServletContextHandler@23a589ed{/,null,AVAILABLE} 20:13:49.366 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2432ms o.e.j.s.ServletContextHandler@23a589ed{/,null,AVAILABLE} 20:13:49.366 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2432ms ContextHandlerCollection@4bf4f5f0{STARTED} 20:13:49.366 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ErrorHandler@5ee7b1f5{STOPPED} 20:13:49.366 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting ErrorHandler@5ee7b1f5{STARTING} 20:13:49.366 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2432ms ErrorHandler@5ee7b1f5{STARTED} 20:13:49.366 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.Server -- Started Server@1dcb86aa{STARTING}[11.0.13,sto=0] @2433ms 20:13:49.366 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2433ms Server@1dcb86aa{STARTED}[11.0.13,sto=0] 20:13:49.366 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.session.HouseKeeper -- node0 scavenging every 660000ms 20:13:49.366 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpConnectionFactory@45683087[HTTP/1.1] added {HttpConfiguration@22d176e8{32768/8192,8192/8192,https://:0,[]},POJO} 20:13:49.366 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@66323f4c{null, ()}{0.0.0.0:0} added {QueuedThreadPool[qtp304157852]@1221149c{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=0/2,pending=0}],UNMANAGED} 20:13:49.366 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@66323f4c{null, ()}{0.0.0.0:0} added {ScheduledExecutorScheduler@76d694c{STOPPED},AUTO} 20:13:49.367 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle jakarta.annotation:jakarta.annotation-api:2.1.1 20:13:49.367 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature jakarta.annotation:jakarta.annotation-api:2.1.1 in repositories [target/it/repository] 20:13:49.367 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature jakarta.annotation:jakarta.annotation-api:2.1.1 is target/it/repository/jakarta/annotation/jakarta.annotation-api/2.1.1/jakarta.annotation-api-2.1.1.jar 20:13:49.367 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@1dcb86aa{STARTED}[11.0.13,sto=0] added {LogarithmicArrayByteBufferPool@3858d2e{minBufferCapacity=0, maxBufferCapacity=65536, maxQueueLength=-1, factor=4096},POJO} 20:13:49.367 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@66323f4c{null, ()}{0.0.0.0:0} added {LogarithmicArrayByteBufferPool@3858d2e{minBufferCapacity=0, maxBufferCapacity=65536, maxQueueLength=-1, factor=4096},UNMANAGED} 20:13:49.367 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@66323f4c{null, ()}{0.0.0.0:0} added {org.eclipse.jetty.io.LogarithmicArrayByteBufferPool$LogarithmicRetainablePool@2a4add80{min=0,max=65536,buckets=17,heap=0/-1,direct=0/-1},POJO} 20:13:49.367 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@66323f4c{null, ()}{0.0.0.0:0} added {org.eclipse.jetty.server.AbstractConnector$1@5d755fda,POJO} 20:13:49.367 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@66323f4c{null, (http/1.1)}{0.0.0.0:0} added {HttpConnectionFactory@45683087[HTTP/1.1],AUTO} 20:13:49.367 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.AbstractConnector -- ServerConnector@66323f4c{HTTP/1.1, (http/1.1)}{0.0.0.0:0} added HttpConnectionFactory@45683087[HTTP/1.1] 20:13:49.367 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@66323f4c{HTTP/1.1, (http/1.1)}{0.0.0.0:0} added {SelectorManager@ServerConnector@66323f4c{HTTP/1.1, (http/1.1)}{0.0.0.0:0},MANAGED} 20:13:49.367 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@1dcb86aa{STARTED}[11.0.13,sto=0] added {ServerConnector@66323f4c{HTTP/1.1, (http/1.1)}{0.0.0.0:8083},UNMANAGED} 20:13:49.368 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ServerConnector@66323f4c{HTTP/1.1, (http/1.1)}{0.0.0.0:8083} 20:13:49.368 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@66323f4c{HTTP/1.1, (http/1.1)}{0.0.0.0:8083} added {sun.nio.ch.ServerSocketChannelImpl[/[0:0:0:0:0:0:0:0]:8083],POJO} 20:13:49.368 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ScheduledExecutorScheduler@76d694c{STOPPED} 20:13:49.368 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle jakarta.inject:jakarta.inject-api:2.0.1 20:13:49.368 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature jakarta.inject:jakarta.inject-api:2.0.1 in repositories [target/it/repository] 20:13:49.368 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2435ms ScheduledExecutorScheduler@76d694c{STARTED} 20:13:49.368 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING HttpConnectionFactory@45683087[HTTP/1.1] 20:13:49.368 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature jakarta.inject:jakarta.inject-api:2.0.1 is target/it/repository/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.jar 20:13:49.368 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2435ms HttpConnectionFactory@45683087[HTTP/1.1] 20:13:49.368 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING SelectorManager@ServerConnector@66323f4c{HTTP/1.1, (http/1.1)}{0.0.0.0:8083} 20:13:49.369 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- AdaptiveExecutionStrategy@313e7a31/SelectorProducer@1efd6dc5/IDLE/p=false/QueuedThreadPool[qtp304157852]@1221149c{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:13:49.369105121Z added {SelectorProducer@1efd6dc5,POJO} 20:13:49.369 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- AdaptiveExecutionStrategy@313e7a31/SelectorProducer@1efd6dc5/IDLE/p=false/QueuedThreadPool[qtp304157852]@1221149c{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:13:49.36932794Z added {QueuedThreadPool[qtp304157852]@1221149c{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=0/2,pending=0}],UNMANAGED} 20:13:49.369 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- AdaptiveExecutionStrategy@313e7a31/SelectorProducer@1efd6dc5/IDLE/p=false/QueuedThreadPool[qtp304157852]@1221149c{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:13:49.369461679Z created 20:13:49.369 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ManagedSelector@62a71547{STOPPED} id=0 keys=-1 selected=-1 updates=0 added {AdaptiveExecutionStrategy@313e7a31/SelectorProducer@1efd6dc5/IDLE/p=false/QueuedThreadPool[qtp304157852]@1221149c{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:13:49.369577678Z,MANAGED} 20:13:49.369 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- SelectorManager@ServerConnector@66323f4c{HTTP/1.1, (http/1.1)}{0.0.0.0:8083} added {ManagedSelector@62a71547{STOPPED} id=0 keys=-1 selected=-1 updates=0,AUTO} 20:13:49.369 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ManagedSelector@62a71547{STOPPED} id=0 keys=-1 selected=-1 updates=0 20:13:49.369 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING AdaptiveExecutionStrategy@313e7a31/SelectorProducer@1efd6dc5/IDLE/p=false/QueuedThreadPool[qtp304157852]@1221149c{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:13:49.369777676Z 20:13:49.369 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2436ms AdaptiveExecutionStrategy@313e7a31/SelectorProducer@1efd6dc5/IDLE/p=false/QueuedThreadPool[qtp304157852]@1221149c{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:13:49.369895659Z 20:13:49.370 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue org.eclipse.jetty.io.ManagedSelector$$Lambda$383/0x00007fc4cc30ba90@15db0d46 startThread=0 20:13:49.370 [qtp304157852-39] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.io.ManagedSelector$$Lambda$383/0x00007fc4cc30ba90@15db0d46 in QueuedThreadPool[qtp304157852]@1221149c{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=0/2,pending=0}] 20:13:49.370 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle jakarta.validation:jakarta.validation-api:3.0.2 20:13:49.370 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature jakarta.validation:jakarta.validation-api:3.0.2 in repositories [target/it/repository] 20:13:49.370 [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@57f6123e on ManagedSelector@62a71547{STARTING} id=0 keys=0 selected=0 updates=0 20:13:49.370 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature jakarta.validation:jakarta.validation-api:3.0.2 is target/it/repository/jakarta/validation/jakarta.validation-api/3.0.2/jakarta.validation-api-3.0.2.jar 20:13:49.370 [qtp304157852-39] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- AdaptiveExecutionStrategy@313e7a31/SelectorProducer@1efd6dc5/IDLE/p=false/QueuedThreadPool[qtp304157852]@1221149c{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:13:49.370316619Z tryProduce false 20:13:49.370 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 20:13:49.370 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$Start@57f6123e 20:13:49.370 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:13:49.370 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@730adaeb waiting with 0 keys 20:13:49.370 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2437ms ManagedSelector@62a71547{STARTED} id=0 keys=0 selected=0 updates=0 20:13:49.370 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2437ms SelectorManager@ServerConnector@66323f4c{HTTP/1.1, (http/1.1)}{0.0.0.0:8083} 20:13:49.370 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@66323f4c{HTTP/1.1, (http/1.1)}{0.0.0.0:8083} added {acceptor-0@2290de40,POJO} 20:13:49.370 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue acceptor-0@2290de40 startThread=0 20:13:49.370 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.AbstractConnector -- Started ServerConnector@66323f4c{HTTP/1.1, (http/1.1)}{0.0.0.0:8083} 20:13:49.370 [qtp304157852-40] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run acceptor-0@2290de40 in QueuedThreadPool[qtp304157852]@1221149c{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=0/2,pending=0}] 20:13:49.370 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @2437ms ServerConnector@66323f4c{HTTP/1.1, (http/1.1)}{0.0.0.0:8083} 20:13:49.371 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.apache.felix.http -- Started Jetty 11.0.13 at port(s) HTTP:8083 on context path / [minThreads=8,maxThreads=200,acceptors=1,selectors=1] 20:13:49.372 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle jakarta.xml.bind:jakarta.xml.bind-api:4.0.0 20:13:49.372 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature jakarta.xml.bind:jakarta.xml.bind-api:4.0.0 in repositories [target/it/repository] 20:13:49.372 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature jakarta.xml.bind:jakarta.xml.bind-api:4.0.0 is target/it/repository/jakarta/xml/bind/jakarta.xml.bind-api/4.0.0/jakarta.xml.bind-api-4.0.0.jar 20:13:49.372 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@1dcb86aa{STARTED}[11.0.13,sto=0] added {org.apache.felix.http.jetty.internal.RequestLogTracker@76fd5ca9,POJO} 20:13:49.373 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.glassfish.jersey.core:jersey-common:3.1.3 20:13:49.374 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.glassfish.jersey.core:jersey-common:3.1.3 in repositories [target/it/repository] 20:13:49.374 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.glassfish.jersey.core:jersey-common:3.1.3 is target/it/repository/org/glassfish/jersey/core/jersey-common/3.1.3/jersey-common-3.1.3.jar 20:13:49.377 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.glassfish.jersey.core:jersey-server:3.1.3 20:13:49.377 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.glassfish.jersey.core:jersey-server:3.1.3 in repositories [target/it/repository] 20:13:49.378 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.glassfish.jersey.core:jersey-server:3.1.3 is target/it/repository/org/glassfish/jersey/core/jersey-server/3.1.3/jersey-server-3.1.3.jar 20:13:49.382 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.glassfish.jersey.core:jersey-client:3.1.3 20:13:49.382 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.glassfish.jersey.core:jersey-client:3.1.3 in repositories [target/it/repository] 20:13:49.382 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.glassfish.jersey.core:jersey-client:3.1.3 is target/it/repository/org/glassfish/jersey/core/jersey-client/3.1.3/jersey-client-3.1.3.jar 20:13:49.443 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.glassfish.jersey.containers:jersey-container-servlet-core:3.1.3 20:13:49.443 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.glassfish.jersey.containers:jersey-container-servlet-core:3.1.3 in repositories [target/it/repository] 20:13:49.443 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.glassfish.jersey.containers:jersey-container-servlet-core:3.1.3 is target/it/repository/org/glassfish/jersey/containers/jersey-container-servlet-core/3.1.3/jersey-container-servlet-core-3.1.3.jar 20:13:49.445 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.glassfish.jersey.containers:jersey-container-servlet:3.1.3 20:13:49.446 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.glassfish.jersey.containers:jersey-container-servlet:3.1.3 in repositories [target/it/repository] 20:13:49.446 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.glassfish.jersey.containers:jersey-container-servlet:3.1.3 is target/it/repository/org/glassfish/jersey/containers/jersey-container-servlet/3.1.3/jersey-container-servlet-3.1.3.jar 20:13:49.447 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.glassfish.jersey.inject:jersey-hk2:3.1.3 20:13:49.447 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.glassfish.jersey.inject:jersey-hk2:3.1.3 in repositories [target/it/repository] 20:13:49.448 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.glassfish.jersey.inject:jersey-hk2:3.1.3 is target/it/repository/org/glassfish/jersey/inject/jersey-hk2/3.1.3/jersey-hk2-3.1.3.jar 20:13:49.449 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.glassfish.jersey.media:jersey-media-jaxb:3.1.3 20:13:49.449 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.glassfish.jersey.media:jersey-media-jaxb:3.1.3 in repositories [target/it/repository] 20:13:49.449 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.glassfish.jersey.media:jersey-media-jaxb:3.1.3 is target/it/repository/org/glassfish/jersey/media/jersey-media-jaxb/3.1.3/jersey-media-jaxb-3.1.3.jar 20:13:49.451 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.glassfish.jersey.media:jersey-media-sse:3.1.3 20:13:49.451 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.glassfish.jersey.media:jersey-media-sse:3.1.3 in repositories [target/it/repository] 20:13:49.451 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.glassfish.jersey.media:jersey-media-sse:3.1.3 is target/it/repository/org/glassfish/jersey/media/jersey-media-sse/3.1.3/jersey-media-sse-3.1.3.jar 20:13:49.453 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.glassfish.hk2:hk2-api:3.0.5 20:13:49.453 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.glassfish.hk2:hk2-api:3.0.5 in repositories [target/it/repository] 20:13:49.453 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.glassfish.hk2:hk2-api:3.0.5 is target/it/repository/org/glassfish/hk2/hk2-api/3.0.5/hk2-api-3.0.5.jar 20:13:49.454 [qtp304157852-40-acceptor-0@2290de40-ServerConnector@66323f4c{HTTP/1.1, (http/1.1)}{0.0.0.0:8083}] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false Accept@52a42308[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8083 remote=/127.0.0.1:37886]] on ManagedSelector@62a71547{STARTED} id=0 keys=0 selected=0 updates=0 20:13:49.454 [qtp304157852-40-acceptor-0@2290de40-ServerConnector@66323f4c{HTTP/1.1, (http/1.1)}{0.0.0.0:8083}] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@62a71547{STARTED} id=0 keys=0 selected=0 updates=1 20:13:49.454 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@730adaeb woken with none selected 20:13:49.455 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@730adaeb woken up from select, 0/0/0 selected 20:13:49.455 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@730adaeb processing 0 keys, 1 updates 20:13:49.455 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 20:13:49.455 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- update Accept@52a42308[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8083 remote=/127.0.0.1:37886]] 20:13:49.455 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.glassfish.hk2.external:aopalliance-repackaged:3.0.5 20:13:49.455 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.glassfish.hk2.external:aopalliance-repackaged:3.0.5 in repositories [target/it/repository] 20:13:49.455 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.glassfish.hk2.external:aopalliance-repackaged:3.0.5 is target/it/repository/org/glassfish/hk2/external/aopalliance-repackaged/3.0.5/aopalliance-repackaged-3.0.5.jar 20:13:49.456 [qtp304157852-39] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue Accept@52a42308[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8083 remote=/127.0.0.1:37886]] startThread=0 20:13:49.456 [qtp304157852-41] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run Accept@52a42308[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8083 remote=/127.0.0.1:37886]] in QueuedThreadPool[qtp304157852]@1221149c{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=0/2,pending=0}] 20:13:49.456 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:13:49.456 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@730adaeb waiting with 1 keys 20:13:49.457 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.glassfish.hk2:hk2-locator:3.0.5 20:13:49.457 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.glassfish.hk2:hk2-locator:3.0.5 in repositories [target/it/repository] 20:13:49.457 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.glassfish.hk2:hk2-locator:3.0.5 is target/it/repository/org/glassfish/hk2/hk2-locator/3.0.5/hk2-locator-3.0.5.jar 20:13:49.459 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.glassfish.hk2:osgi-resource-locator:1.0.3 20:13:49.459 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.glassfish.hk2:osgi-resource-locator:1.0.3 in repositories [target/it/repository] 20:13:49.459 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.glassfish.hk2:osgi-resource-locator:1.0.3 is target/it/repository/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.jar 20:13:49.460 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.glassfish.hk2:hk2-utils:3.0.5 20:13:49.461 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.glassfish.hk2:hk2-utils:3.0.5 in repositories [target/it/repository] 20:13:49.461 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.glassfish.hk2:hk2-utils:3.0.5 is target/it/repository/org/glassfish/hk2/hk2-utils/3.0.5/hk2-utils-3.0.5.jar 20:13:49.462 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.javassist:javassist:3.29.2-GA 20:13:49.463 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.javassist:javassist:3.29.2-GA in repositories [target/it/repository] 20:13:49.463 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.javassist:javassist:3.29.2-GA is target/it/repository/org/javassist/javassist/3.29.2-GA/javassist-3.29.2-GA.jar 20:13:49.465 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.ow2.asm:asm:9.6 20:13:49.465 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.ow2.asm:asm:9.6 in repositories [target/it/repository] 20:13:49.465 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.ow2.asm:asm:9.6 is target/it/repository/org/ow2/asm/asm/9.6/asm-9.6.jar 20:13:49.467 [qtp304157852-41] DEBUG org.eclipse.jetty.io.IdleTimeout -- Setting idle timeout 0 -> 60000 on SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:37886,OPEN,fill=-,flush=-,to=3/60000}{io=0/0,kio=0,kro=0}]->[] 20:13:49.467 [qtp304157852-41] DEBUG org.eclipse.jetty.io.IdleTimeout -- SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:37886,OPEN,fill=-,flush=-,to=3/60000}{io=0/0,kio=0,kro=0}]->[] idle timeout check, elapsed: 3 ms, remaining: 59997 ms Feb 12, 2024 8:13:49 PM org.apache.aries.spifly.BaseActivator log INFO: Registered provider org.eclipse.osgitech.rest.provider.jakartars.RuntimeDelegateService of service jakarta.ws.rs.ext.RuntimeDelegate in bundle org.eclipse.osgitech.rest 20:13:49.579 [qtp304157852-41] DEBUG org.eclipse.jetty.server.HttpChannel -- new HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{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@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:37886,OPEN,fill=-,flush=-,to=115/60000}{io=0/0,kio=0,kro=0}]->[],null,HttpChannelState@289e7808{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 20:13:49.594 [qtp304157852-41] DEBUG org.eclipse.jetty.server.HttpConnection -- New HTTP Connection HttpConnection@24623f63::SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:37886,OPEN,fill=-,flush=-,to=130/60000}{io=0/0,kio=0,kro=0}]->[] 20:13:49.642 [qtp304157852-41] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=true org.eclipse.jetty.io.ManagedSelector$$Lambda$402/0x00007fc4cc3326f0@7dd991ae on ManagedSelector@62a71547{STARTED} id=0 keys=1 selected=0 updates=0 20:13:49.642 [qtp304157852-41] DEBUG org.eclipse.jetty.io.AbstractEndPoint -- onOpen SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:37886,OPEN,fill=-,flush=-,to=178/60000}{io=0/0,kio=0,kro=0}]->[HttpConnection@24623f63[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6204f4fc{s=START}]=>HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{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}] 20:13:49.642 [qtp304157852-41] DEBUG org.eclipse.jetty.io.AbstractConnection -- onOpen HttpConnection@24623f63::SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:37886,OPEN,fill=-,flush=-,to=178/60000}{io=0/0,kio=0,kro=0}]->[HttpConnection@24623f63[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6204f4fc{s=START}]=>HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{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}] 20:13:49.642 [qtp304157852-41] DEBUG org.eclipse.jetty.io.AbstractConnection -- fillInterested HttpConnection@24623f63::SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:37886,OPEN,fill=-,flush=-,to=179/60000}{io=0/0,kio=0,kro=0}]->[HttpConnection@24623f63[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6204f4fc{s=START}]=>HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{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}] 20:13:49.643 [qtp304157852-41] DEBUG org.eclipse.jetty.io.FillInterest -- interested FillInterest@2d692b10{ReadCallback@73cb9e9b{HttpConnection@24623f63::SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:37886,OPEN,fill=FI,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}]->[HttpConnection@24623f63[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6204f4fc{s=START}]=>HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{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}]}} 20:13:49.643 [qtp304157852-41] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- changeInterests p=false 0->1 for SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:37886,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=0}]->[HttpConnection@24623f63[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6204f4fc{s=START}]=>HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{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}] 20:13:49.643 [qtp304157852-41] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$393/0x00007fc4cc320870@422e35ad on ManagedSelector@62a71547{STARTED} id=0 keys=1 selected=0 updates=1 20:13:49.643 [qtp304157852-41] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@62a71547{STARTED} id=0 keys=1 selected=0 updates=2 20:13:49.643 [qtp304157852-41] DEBUG org.eclipse.jetty.io.ManagedSelector -- Created SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:37886,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=0}]->[HttpConnection@24623f63[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6204f4fc{s=START}]=>HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{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}] 20:13:49.643 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@730adaeb woken with none selected 20:13:49.643 [qtp304157852-41] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran Accept@52a42308[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8083 remote=/127.0.0.1:37886]] in QueuedThreadPool[qtp304157852]@1221149c{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=0/2,pending=0}] 20:13:49.643 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@730adaeb woken up from select, 0/0/1 selected 20:13:49.643 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@730adaeb processing 0 keys, 2 updates 20:13:49.643 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 2 20:13:49.643 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$$Lambda$402/0x00007fc4cc3326f0@7dd991ae 20:13:49.643 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$393/0x00007fc4cc320870@422e35ad 20:13:49.643 [qtp304157852-39] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- Key interests updated 0 -> 1 on SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:37886,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=0}]->[HttpConnection@24623f63[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6204f4fc{s=START}]=>HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{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}] 20:13:49.643 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:13:49.643 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@730adaeb waiting with 1 keys 20:13:49.644 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@730adaeb woken up from select, 1/1/1 selected 20:13:49.644 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@730adaeb processing 1 keys, 0 updates 20:13:49.644 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- selected 1 channel=java.nio.channels.SocketChannel[connected local=/127.0.0.1:8083 remote=/127.0.0.1:37886], selector=sun.nio.ch.EPollSelectorImpl@730adaeb, interestOps=1, readyOps=1 SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:37886,OPEN,fill=FI,flush=-,to=1/60000}{io=1/1,kio=1,kro=1}]->[HttpConnection@24623f63[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6204f4fc{s=START}]=>HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{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}] 20:13:49.644 [qtp304157852-39] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- onSelected 1->0 r=true w=false for SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:37886,OPEN,fill=FI,flush=-,to=1/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@24623f63[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6204f4fc{s=START}]=>HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{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}] 20:13:49.644 [qtp304157852-39] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- task SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:37886,OPEN,fill=FI,flush=-,to=1/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@24623f63[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6204f4fc{s=START}]=>HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{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 20:13:49.644 [qtp304157852-39] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@4d385e23{reserved=0/2,pending=0} tryExecute org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy$$Lambda$382/0x00007fc4cc30b428@61148d55 20:13:49.644 [qtp304157852-39] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@4d385e23{reserved=0/2,pending=1} startReservedThread p=1 20:13:49.645 [qtp304157852-39] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue ReservedThread@7a106483{PENDING,thread=null} startThread=0 20:13:49.645 [qtp304157852-42] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run ReservedThread@7a106483{PENDING,thread=null} in QueuedThreadPool[qtp304157852]@1221149c{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=0/2,pending=1}] 20:13:49.645 [qtp304157852-42] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@7a106483{PENDING,thread=Thread[qtp304157852-42,5,Configuration Admin Service]} was=PENDING next=RESERVED size=0+1 capacity=2 20:13:49.645 [qtp304157852-42] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@7a106483{RESERVED,thread=Thread[qtp304157852-42,5,Configuration Admin Service]} waiting ReservedThreadExecutor@4d385e23{reserved=1/2,pending=0} 20:13:49.645 [qtp304157852-39] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- ss=PRODUCE_EXECUTE_CONSUME t=SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:37886,OPEN,fill=FI,flush=-,to=2/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@24623f63[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6204f4fc{s=START}]=>HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{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@313e7a31/SelectorProducer@1efd6dc5/PRODUCING/p=false/QueuedThreadPool[qtp304157852]@1221149c{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=1/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:13:49.645382267Z 20:13:49.645 [qtp304157852-39] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:37886,OPEN,fill=FI,flush=-,to=2/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@24623f63[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6204f4fc{s=START}]=>HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{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 20:13:49.645 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 0 20:13:49.645 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:13:49.645 [qtp304157852-43] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:37886,OPEN,fill=FI,flush=-,to=2/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@24623f63[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6204f4fc{s=START}]=>HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{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[qtp304157852]@1221149c{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=1/2,pending=0}] 20:13:49.645 [qtp304157852-39] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- Key interests updated 1 -> 0 on SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:37886,OPEN,fill=FI,flush=-,to=2/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@24623f63[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6204f4fc{s=START}]=>HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{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}] 20:13:49.645 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@730adaeb waiting with 1 keys 20:13:49.645 [qtp304157852-43] DEBUG org.eclipse.jetty.io.FillInterest -- fillable FillInterest@2d692b10{ReadCallback@73cb9e9b{HttpConnection@24623f63::SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:37886,OPEN,fill=FI,flush=-,to=2/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@24623f63[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6204f4fc{s=START}]=>HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{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}]}} 20:13:49.645 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@24623f63::SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:37886,OPEN,fill=-,flush=-,to=2/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@24623f63[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6204f4fc{s=START}]=>HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{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@289e7808{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 20:13:49.646 [qtp304157852-43] DEBUG org.eclipse.jetty.util.Pool -- RetainedBucket@2fb81813[inUse=0,size=1,max=-1,closed=false]{capacity=8192,inuse=0(0%)} returning new reserved entry MonoEntry@a957ccf{PENDING,pooled=null} 20:13:49.648 [qtp304157852-43] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- filled 214 DirectByteBuffer@49038633[p=0,l=214,c=8192,r=214]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 20:13:49.648 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@24623f63::SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:37886,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@24623f63[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6204f4fc{s=START}]=>HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{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 214 RetainableByteBuffer@48d5060f{DirectByteBuffer@49038633[p=0,l=214,c=8192,r=214]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},r=1} 20:13:49.649 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@24623f63::SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:37886,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@24623f63[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6204f4fc{s=START}]=>HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{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@48d5060f{DirectByteBuffer@49038633[p=0,l=214,c=8192,r=214]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},r=1} 20:13:49.649 [qtp304157852-43] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=START DirectByteBuffer@49038633[p=0,l=214,c=8192,r=214]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 20:13:49.649 [qtp304157852-43] DEBUG org.eclipse.jetty.http.HttpParser -- START --> SPACE1 20:13:49.651 [qtp304157852-43] DEBUG org.eclipse.jetty.http.HttpParser -- SPACE1 --> URI 20:13:49.651 [qtp304157852-43] DEBUG org.eclipse.jetty.http.HttpParser -- URI --> SPACE2 20:13:49.651 [qtp304157852-43] DEBUG org.eclipse.jetty.http.HttpParser -- SPACE2 --> REQUEST_VERSION 20:13:49.651 [qtp304157852-43] DEBUG org.eclipse.jetty.http.HttpParser -- REQUEST_VERSION --> HEADER 20:13:49.652 [qtp304157852-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Connection --> IN_VALUE 20:13:49.652 [qtp304157852-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Connection --> FIELD 20:13:49.652 [qtp304157852-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Content-Length: 0 --> IN_VALUE 20:13:49.652 [qtp304157852-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Content-Length: 0 --> FIELD 20:13:49.652 [qtp304157852-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Host --> VALUE 20:13:49.652 [qtp304157852-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Host --> IN_VALUE 20:13:49.652 [qtp304157852-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Host --> FIELD 20:13:49.653 [qtp304157852-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:HTTP2-Settings --> VALUE 20:13:49.653 [qtp304157852-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:HTTP2-Settings --> IN_VALUE 20:13:49.653 [qtp304157852-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:HTTP2-Settings --> FIELD 20:13:49.653 [qtp304157852-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Upgrade --> VALUE 20:13:49.653 [qtp304157852-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Upgrade --> IN_VALUE 20:13:49.653 [qtp304157852-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Upgrade --> FIELD 20:13:49.653 [qtp304157852-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:User-Agent --> VALUE 20:13:49.653 [qtp304157852-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:User-Agent --> IN_VALUE 20:13:49.653 [qtp304157852-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:User-Agent --> FIELD 20:13:49.653 [qtp304157852-43] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER --> CONTENT Feb 12, 2024 8:13:49 PM org.eclipse.osgitech.rest.runtime.common.JerseyBundleTracker updateCondition INFO: Registered Jersey runtime condition 20:13:49.657 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Not starting bundle org.eclipse.osgitech.rest.sse as it is a fragment 20:13:49.655 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpInput -- reopen HttpInput@1264972907 cs=HttpChannelState@289e7808{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@25615b16 eof=false 20:13:49.659 [qtp304157852-43] DEBUG org.eclipse.jetty.server.BlockingContentProducer -- reopening org.eclipse.jetty.server.BlockingContentProducer@25615b16 20:13:49.659 [qtp304157852-43] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- reopening AsyncContentProducer@7d75bc16[r=null,t=null,i=null,error=false,c=HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{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}] 20:13:49.660 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpChannel -- REQUEST for /sensinact on HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{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:8083/sensinact,age=6} GET /sensinact HTTP/1.1 Connection: Upgrade, HTTP2-Settings Content-Length: 0 Host: localhost:8083 HTTP2-Settings: AAEAAEAAAAIAAAABAAMAAABkAAQBAAAAAAUAAEAA Upgrade: h2c User-Agent: Java-http-client/17.0.9 20:13:49.660 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- upgrade HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{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:8083/sensinact,age=6} Upgrade: h2c 20:13:49.661 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- No factory for Upgrade: h2c in ServerConnector@66323f4c{HTTP/1.1, (http/1.1)}{0.0.0.0:8083} 20:13:49.661 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@24623f63::SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:37886,OPEN,fill=-,flush=-,to=13/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@24623f63[p=HttpParser{s=CONTENT,0 of 0},g=HttpGenerator@6204f4fc{s=START}]=>HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{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:8083/sensinact,age=7}] parsed true HttpParser{s=CONTENT,0 of 0} 20:13:49.661 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpConnection -- releaseRequestBuffer HttpConnection@24623f63::SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:37886,OPEN,fill=-,flush=-,to=13/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@24623f63[p=HttpParser{s=CONTENT,0 of 0},g=HttpGenerator@6204f4fc{s=START}]=>HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{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:8083/sensinact,age=7}] 20:13:49.662 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpChannel -- handle http://localhost:8083/sensinact HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{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:8083/sensinact,age=8} 20:13:49.662 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpChannelState -- handling HttpChannelState@289e7808{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 20:13:49.662 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpChannel -- action DISPATCH HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{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:8083/sensinact,age=9} 20:13:49.663 [qtp304157852-43] DEBUG org.eclipse.jetty.server.Server -- REQUEST GET /sensinact ?null on HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{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:8083/sensinact,age=9} 20:13:49.664 [qtp304157852-43] DEBUG org.eclipse.jetty.server.handler.ContextHandler -- scope null||/sensinact @ o.e.j.s.ServletContextHandler@23a589ed{/,null,AVAILABLE} 20:13:49.664 [qtp304157852-43] DEBUG org.eclipse.jetty.server.handler.ContextHandler -- context=||/sensinact @ o.e.j.s.ServletContextHandler@23a589ed{/,null,AVAILABLE} 20:13:49.664 [qtp304157852-43] DEBUG org.eclipse.jetty.server.session.SessionHandler -- Entering scope org.eclipse.jetty.server.session.SessionHandler2123212850==dftMaxIdleSec=0, dispatch=REQUEST asyncstarted=false 20:13:49.664 [qtp304157852-43] DEBUG org.eclipse.jetty.server.session.SessionHandler -- sessionHandler=org.eclipse.jetty.server.session.SessionHandler2123212850==dftMaxIdleSec=0 session=null 20:13:49.666 [qtp304157852-43] DEBUG org.eclipse.jetty.servlet.ServletHandler -- servlet ||/sensinact|ServletPathMapping{matchValue=, pattern=/*, servletName=org.apache.felix.http.base.internal.dispatch.DispatcherServlet-3250993a, mappingMatch=PATH, servletPath=, pathInfo=/sensinact} -> org.apache.felix.http.base.internal.dispatch.DispatcherServlet-3250993a==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@c53ed7f9{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 20:13:49.670 [qtp304157852-43] DEBUG org.eclipse.jetty.servlet.ServletHandler -- chain=null 20:13:49.674 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpChannelState -- sendError HttpChannelState@289e7808{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 20:13:49.674 [qtp304157852-43] DEBUG org.eclipse.jetty.server.session.SessionHandler -- Leaving scope org.eclipse.jetty.server.session.SessionHandler2123212850==dftMaxIdleSec=0 dispatch=REQUEST, async=false, session=null, oldsession=null, oldsessionhandler=null 20:13:49.674 [qtp304157852-43] DEBUG org.eclipse.jetty.server.Server -- handled=true async=false committed=true on HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{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:8083/sensinact,age=20} 20:13:49.675 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpChannelState -- unhandle HttpChannelState@289e7808{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=true i=true al=0} 20:13:49.675 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpChannelState -- nextAction(false) SEND_ERROR HttpChannelState@289e7808{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=false al=0} 20:13:49.675 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpChannel -- action SEND_ERROR HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{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:8083/sensinact,age=21} 20:13:49.675 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpInput -- consumeAll HttpInput@1264972907 cs=HttpChannelState@289e7808{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@25615b16 eof=false 20:13:49.675 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- failing all content with org.eclipse.jetty.util.StaticException: Unconsumed content HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{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:8083/sensinact,age=21} 20:13:49.675 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- produceContent has no content, parsing and filling 20:13:49.675 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@24623f63::SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:37886,OPEN,fill=-,flush=-,to=27/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@24623f63[p=HttpParser{s=CONTENT,0 of 0},g=HttpGenerator@6204f4fc{s=START}]=>HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{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:8083/sensinact,age=21}] parse null 20:13:49.675 [qtp304157852-43] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=CONTENT HeapByteBuffer@6d9411db[p=0,l=0,c=0,r=0]={<<<>>>} 20:13:49.675 [qtp304157852-43] DEBUG org.eclipse.jetty.http.HttpParser -- CONTENT --> CONTENT_END 20:13:49.675 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpChannel -- onContentComplete HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{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:8083/sensinact,age=21} 20:13:49.675 [qtp304157852-43] DEBUG org.eclipse.jetty.http.HttpParser -- CONTENT_END --> END 20:13:49.675 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpChannel -- onRequestComplete HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{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:8083/sensinact,age=21} 20:13:49.676 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- received EOF, content = null 20:13:49.676 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@24623f63::SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:37886,OPEN,fill=-,flush=-,to=27/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@24623f63[p=HttpParser{s=END,0 of 0},g=HttpGenerator@6204f4fc{s=START}]=>HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{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:8083/sensinact,age=22}] parsed false HttpParser{s=END,0 of 0} 20:13:49.676 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- produceContent produced EofContent 20:13:49.676 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- failed all content, EOF = true 20:13:49.676 [qtp304157852-43] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- failed all content of http channel EOF=true AsyncContentProducer@7d75bc16[r=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],t=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],i=null,error=false,c=HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{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:8083/sensinact,age=22}] 20:13:49.676 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpInput -- isFinished=true HttpInput@1264972907 cs=HttpChannelState@289e7808{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@25615b16 eof=true 20:13:49.676 [qtp304157852-43] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- isError = false AsyncContentProducer@7d75bc16[r=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],t=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],i=null,error=false,c=HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{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:8083/sensinact,age=22}] 20:13:49.676 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpInput -- isError=false HttpInput@1264972907 cs=HttpChannelState@289e7808{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@25615b16 eof=true 20:13:49.680 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpChannelState -- completing HttpChannelState@289e7808{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=false al=0} 20:13:49.681 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpChannel -- sendResponse info=null content=DirectByteBuffer@6d9f1cf5[p=0,l=436,c=32768,r=436]={<<<\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@51b4c7f4 20:13:49.681 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpChannel -- COMMIT for /sensinact on HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{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:8083/sensinact,age=27} 404 null HTTP/1.1 Cache-Control: must-revalidate,no-cache,no-store Content-Type: text/html;charset=iso-8859-1 20:13:49.684 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpConnection -- generate: NEED_HEADER for SendCallback@1e96a19b[PROCESSING][i=HTTP/1.1{s=404,h=2,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@64259d4] (null,[p=0,l=436,c=32768,r=436],true)@START 20:13:49.684 [qtp304157852-43] DEBUG org.eclipse.jetty.http.HttpGenerator -- generateHeaders HTTP/1.1{s=404,h=2,cl=-1} last=true content=DirectByteBuffer@6d9f1cf5[p=0,l=436,c=32768,r=436]={<<<\n\n\n\n\n\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 20:13:49.684 [qtp304157852-43] DEBUG org.eclipse.jetty.http.HttpGenerator -- Cache-Control: must-revalidate,no-cache,no-store Content-Type: text/html;charset=iso-8859-1 20:13:49.684 [qtp304157852-43] DEBUG org.eclipse.jetty.http.HttpGenerator -- CONTENT_LENGTH 20:13:49.684 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpConnection -- generate: FLUSH for SendCallback@1e96a19b[PROCESSING][i=HTTP/1.1{s=404,h=2,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@64259d4] ([p=0,l=141,c=16384,r=141],[p=0,l=436,c=32768,r=436],true)@COMPLETING 20:13:49.685 [qtp304157852-43] DEBUG org.eclipse.jetty.io.WriteFlusher -- write: WriteFlusher@140f7948{IDLE}->null [DirectByteBuffer@583dd419[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@6d9f1cf5[p=0,l=436,c=32768,r=436]={<<<\n\n\n\n\n\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}] 20:13:49.685 [qtp304157852-43] DEBUG org.eclipse.jetty.io.WriteFlusher -- update WriteFlusher@140f7948{WRITING}->null:IDLE-->WRITING 20:13:49.685 [qtp304157852-43] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- flushed 577 SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:37886,OPEN,fill=-,flush=W,to=37/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@24623f63[p=HttpParser{s=END,0 of 0},g=HttpGenerator@6204f4fc{s=COMPLETING}]=>HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{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:8083/sensinact,age=31}] 20:13:49.685 [qtp304157852-43] DEBUG org.eclipse.jetty.io.WriteFlusher -- Flushed=true written=577 remaining=0 WriteFlusher@140f7948{WRITING}->null 20:13:49.686 [qtp304157852-43] DEBUG org.eclipse.jetty.io.WriteFlusher -- update WriteFlusher@140f7948{IDLE}->null:WRITING-->IDLE 20:13:49.686 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpConnection -- generate: DONE for SendCallback@1e96a19b[PROCESSING][i=HTTP/1.1{s=404,h=2,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@64259d4] ([p=141,l=141,c=16384,r=0],[p=436,l=436,c=32768,r=0],true)@END 20:13:49.686 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpChannelState -- completed HttpChannelState@289e7808{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 20:13:49.687 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpChannelState -- unhandle HttpChannelState@289e7808{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 20:13:49.687 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpChannelState -- nextAction(false) TERMINATED HttpChannelState@289e7808{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 20:13:49.687 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpChannel -- action TERMINATED HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{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:8083/sensinact,age=33} 20:13:49.687 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpChannel -- onCompleted for /sensinact written=436 20:13:49.687 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpInput -- consumeAll HttpInput@1264972907 cs=HttpChannelState@289e7808{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@25615b16 eof=true 20:13:49.687 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- failing all content with org.eclipse.jetty.util.StaticException: Unconsumed content HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{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:8083/sensinact,age=33} 20:13:49.687 [qtp304157852-43] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- failed all content of http channel EOF=true AsyncContentProducer@7d75bc16[r=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],t=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],i=null,error=false,c=HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{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:8083/sensinact,age=33}] 20:13:49.687 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpInput -- isFinished=true HttpInput@1264972907 cs=HttpChannelState@289e7808{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@25615b16 eof=true 20:13:49.687 [qtp304157852-43] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- isError = false AsyncContentProducer@7d75bc16[r=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],t=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],i=null,error=false,c=HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{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:8083/sensinact,age=33}] 20:13:49.687 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpInput -- isError=false HttpInput@1264972907 cs=HttpChannelState@289e7808{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@25615b16 eof=true 20:13:49.687 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpChannelState -- recycle HttpChannelState@289e7808{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 20:13:49.687 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpInput -- recycle HttpInput@1264972907 cs=HttpChannelState@289e7808{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@25615b16 eof=true 20:13:49.687 [qtp304157852-43] DEBUG org.eclipse.jetty.server.BlockingContentProducer -- recycling org.eclipse.jetty.server.BlockingContentProducer@25615b16 20:13:49.687 [qtp304157852-43] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- recycling AsyncContentProducer@7d75bc16[r=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],t=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],i=null,error=false,c=HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{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:8083/sensinact,age=33}] 20:13:49.688 [qtp304157852-43] DEBUG org.eclipse.jetty.http.HttpParser -- reset HttpParser{s=END,0 of 0} 20:13:49.688 [qtp304157852-43] DEBUG org.eclipse.jetty.http.HttpParser -- END --> START 20:13:49.688 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpChannel -- !handle TERMINATED HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{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} 20:13:49.689 [qtp304157852-43] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- filled 0 DirectByteBuffer@49038633[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 20:13:49.689 [qtp304157852-43] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- filled 0 DirectByteBuffer@49038633[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 20:13:49.689 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@24623f63::SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:37886,OPEN,fill=-,flush=-,to=3/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@24623f63[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6204f4fc{s=START}]=>HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{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@48d5060f{DirectByteBuffer@49038633[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00},r=1} 20:13:49.689 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@24623f63::SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:37886,OPEN,fill=-,flush=-,to=3/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@24623f63[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6204f4fc{s=START}]=>HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{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@48d5060f{DirectByteBuffer@49038633[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00},r=1} 20:13:49.689 [qtp304157852-43] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=START DirectByteBuffer@49038633[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 20:13:49.689 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@24623f63::SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:37886,OPEN,fill=-,flush=-,to=3/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@24623f63[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6204f4fc{s=START}]=>HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{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} 20:13:49.689 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpConnection -- releaseRequestBuffer HttpConnection@24623f63::SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:37886,OPEN,fill=-,flush=-,to=3/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@24623f63[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6204f4fc{s=START}]=>HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{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}] 20:13:49.689 [qtp304157852-43] DEBUG org.eclipse.jetty.io.AbstractConnection -- fillInterested HttpConnection@24623f63::SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:37886,OPEN,fill=-,flush=-,to=3/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@24623f63[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6204f4fc{s=START}]=>HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{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}] 20:13:49.689 [qtp304157852-43] DEBUG org.eclipse.jetty.io.FillInterest -- interested FillInterest@2d692b10{ReadCallback@73cb9e9b{HttpConnection@24623f63::SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:37886,OPEN,fill=FI,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@24623f63[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6204f4fc{s=START}]=>HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{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}]}} 20:13:49.689 [qtp304157852-43] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- changeInterests p=false 0->1 for SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:37886,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}]->[HttpConnection@24623f63[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6204f4fc{s=START}]=>HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{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}] 20:13:49.689 [qtp304157852-43] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$393/0x00007fc4cc320870@422e35ad on ManagedSelector@62a71547{STARTED} id=0 keys=1 selected=0 updates=0 20:13:49.689 [qtp304157852-43] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@62a71547{STARTED} id=0 keys=1 selected=0 updates=1 20:13:49.689 [qtp304157852-43] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@24623f63::SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:37886,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}]->[HttpConnection@24623f63[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6204f4fc{s=START}]=>HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{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@289e7808{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 20:13:49.689 [qtp304157852-43] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:37886,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}]->[HttpConnection@24623f63[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6204f4fc{s=START}]=>HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{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[qtp304157852]@1221149c{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=1/2,pending=0}] 20:13:49.741 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@730adaeb woken with none selected 20:13:49.741 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@730adaeb woken up from select, 0/0/1 selected 20:13:49.741 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@730adaeb processing 0 keys, 1 updates 20:13:49.741 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 20:13:49.741 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$393/0x00007fc4cc320870@422e35ad 20:13:49.741 [qtp304157852-39] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- Key interests updated 0 -> 1 on SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:37886,OPEN,fill=FI,flush=-,to=52/60000}{io=1/1,kio=1,kro=1}]->[HttpConnection@24623f63[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6204f4fc{s=START}]=>HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{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}] 20:13:49.741 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:13:49.741 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@730adaeb waiting with 1 keys Feb 12, 2024 8:13:49 PM org.apache.aries.spifly.BaseActivator log INFO: Registered provider org.eclipse.osgitech.rest.sse.SseSourceBuilderService of service jakarta.ws.rs.sse.SseEventSource$Builder in bundle org.glassfish.jersey.media.jersey-media-sse 20:13:49.764 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Loading feature model northbound-rest-feature 20:13:49.766 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- The feature northbound-rest-feature depends on the feature core-feature, which is installed 20:13:49.766 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- The feature northbound-rest-feature depends on the feature jakarta-rest-whiteboard-feature, which is installed 20:13:49.766 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.sensinact.gateway.northbound:rest:0.0.2-SNAPSHOT 20:13:49.766 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.sensinact.gateway.northbound:rest:0.0.2-SNAPSHOT in repositories [target/it/repository] 20:13:49.766 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.eclipse.sensinact.gateway.northbound:rest:0.0.2-SNAPSHOT is target/it/repository/org/eclipse/sensinact/gateway/northbound/rest/0.0.2-SNAPSHOT/rest-0.0.2-SNAPSHOT.jar 20:13:49.769 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.sensinact.gateway.northbound.filters:filters.core:0.0.2-SNAPSHOT 20:13:49.769 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.sensinact.gateway.northbound.filters:filters.core:0.0.2-SNAPSHOT in repositories [target/it/repository] 20:13:49.769 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.eclipse.sensinact.gateway.northbound.filters:filters.core:0.0.2-SNAPSHOT is target/it/repository/org/eclipse/sensinact/gateway/northbound/filters/filters.core/0.0.2-SNAPSHOT/filters.core-0.0.2-SNAPSHOT.jar 20:13:49.771 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.antlr:antlr4-runtime:4.12.0 20:13:49.771 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.antlr:antlr4-runtime:4.12.0 in repositories [target/it/repository] 20:13:49.771 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.antlr:antlr4-runtime:4.12.0 is target/it/repository/org/antlr/antlr4-runtime/4.12.0/antlr4-runtime-4.12.0.jar 20:13:49.774 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.sensinact.gateway.northbound.filters:ldap:0.0.2-SNAPSHOT 20:13:49.774 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.sensinact.gateway.northbound.filters:ldap:0.0.2-SNAPSHOT in repositories [target/it/repository] 20:13:49.774 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.eclipse.sensinact.gateway.northbound.filters:ldap:0.0.2-SNAPSHOT is target/it/repository/org/eclipse/sensinact/gateway/northbound/filters/ldap/0.0.2-SNAPSHOT/ldap-0.0.2-SNAPSHOT.jar 20:13:49.786 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.sensinact.gateway.northbound:query-handler:0.0.2-SNAPSHOT 20:13:49.786 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.sensinact.gateway.northbound:query-handler:0.0.2-SNAPSHOT in repositories [target/it/repository] 20:13:49.786 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.eclipse.sensinact.gateway.northbound:query-handler:0.0.2-SNAPSHOT is target/it/repository/org/eclipse/sensinact/gateway/northbound/query-handler/0.0.2-SNAPSHOT/query-handler-0.0.2-SNAPSHOT.jar 20:13:49.843 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.sensinact.gateway.northbound.security:authentication-api:0.0.2-SNAPSHOT 20:13:49.843 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.sensinact.gateway.northbound.security:authentication-api:0.0.2-SNAPSHOT in repositories [target/it/repository] 20:13:49.843 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.eclipse.sensinact.gateway.northbound.security:authentication-api:0.0.2-SNAPSHOT is target/it/repository/org/eclipse/sensinact/gateway/northbound/security/authentication-api/0.0.2-SNAPSHOT/authentication-api-0.0.2-SNAPSHOT.jar 20:13:49.846 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.16.1 20:13:49.846 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.16.1 in repositories [target/it/repository] 20:13:49.846 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.16.1 is target/it/repository/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.16.1/jackson-datatype-jsr310-2.16.1.jar 20:13:49.848 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle com.fasterxml.jackson.jakarta.rs:jackson-jakarta-rs-base:2.16.1 20:13:49.848 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature com.fasterxml.jackson.jakarta.rs:jackson-jakarta-rs-base:2.16.1 in repositories [target/it/repository] 20:13:49.848 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature com.fasterxml.jackson.jakarta.rs:jackson-jakarta-rs-base:2.16.1 is target/it/repository/com/fasterxml/jackson/jakarta/rs/jackson-jakarta-rs-base/2.16.1/jackson-jakarta-rs-base-2.16.1.jar 20:13:49.849 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle com.fasterxml.jackson.jakarta.rs:jackson-jakarta-rs-json-provider:2.16.1 20:13:49.850 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature com.fasterxml.jackson.jakarta.rs:jackson-jakarta-rs-json-provider:2.16.1 in repositories [target/it/repository] 20:13:49.850 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature com.fasterxml.jackson.jakarta.rs:jackson-jakarta-rs-json-provider:2.16.1 is target/it/repository/com/fasterxml/jackson/jakarta/rs/jackson-jakarta-rs-json-provider/2.16.1/jackson-jakarta-rs-json-provider-2.16.1.jar 20:13:49.944 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Loading feature model northbound-oidc-authenticator-feature 20:13:49.946 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- The feature northbound-oidc-authenticator-feature depends on the feature core-feature, which is installed 20:13:49.946 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.sensinact.gateway.northbound.security:openid-connect:0.0.2-SNAPSHOT 20:13:49.946 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.sensinact.gateway.northbound.security:openid-connect:0.0.2-SNAPSHOT in repositories [target/it/repository] 20:13:49.946 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.eclipse.sensinact.gateway.northbound.security:openid-connect:0.0.2-SNAPSHOT is target/it/repository/org/eclipse/sensinact/gateway/northbound/security/openid-connect/0.0.2-SNAPSHOT/openid-connect-0.0.2-SNAPSHOT.jar 20:13:49.948 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.jetty:jetty-client:11.0.13 20:13:49.948 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.jetty:jetty-client:11.0.13 in repositories [target/it/repository] 20:13:49.948 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.eclipse.jetty:jetty-client:11.0.13 is target/it/repository/org/eclipse/jetty/jetty-client/11.0.13/jetty-client-11.0.13.jar 20:13:49.950 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.jetty:jetty-alpn-client:11.0.13 20:13:49.950 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.jetty:jetty-alpn-client:11.0.13 in repositories [target/it/repository] 20:13:49.950 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.eclipse.jetty:jetty-alpn-client:11.0.13 is target/it/repository/org/eclipse/jetty/jetty-alpn-client/11.0.13/jetty-alpn-client-11.0.13.jar 20:13:49.951 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.jetty:jetty-http:11.0.13 20:13:49.951 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.jetty:jetty-http:11.0.13 in repositories [target/it/repository] 20:13:49.951 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.eclipse.jetty:jetty-http:11.0.13 is target/it/repository/org/eclipse/jetty/jetty-http/11.0.13/jetty-http-11.0.13.jar 20:13:49.953 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.jetty:jetty-io:11.0.13 20:13:49.953 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.jetty:jetty-io:11.0.13 in repositories [target/it/repository] 20:13:49.953 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.eclipse.jetty:jetty-io:11.0.13 is target/it/repository/org/eclipse/jetty/jetty-io/11.0.13/jetty-io-11.0.13.jar 20:13:49.954 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.jetty:jetty-util:11.0.13 20:13:49.954 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.jetty:jetty-util:11.0.13 in repositories [target/it/repository] 20:13:49.954 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.eclipse.jetty:jetty-util:11.0.13 is target/it/repository/org/eclipse/jetty/jetty-util/11.0.13/jetty-util-11.0.13.jar 20:13:49.957 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle io.jsonwebtoken:jjwt-api:0.11.5 20:13:49.957 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature io.jsonwebtoken:jjwt-api:0.11.5 in repositories [target/it/repository] 20:13:49.957 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature io.jsonwebtoken:jjwt-api:0.11.5 is target/it/repository/io/jsonwebtoken/jjwt-api/0.11.5/jjwt-api-0.11.5.jar 20:13:49.958 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle io.jsonwebtoken:jjwt-impl:0.11.5 20:13:49.958 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature io.jsonwebtoken:jjwt-impl:0.11.5 in repositories [target/it/repository] 20:13:49.958 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature io.jsonwebtoken:jjwt-impl:0.11.5 is target/it/repository/io/jsonwebtoken/jjwt-impl/0.11.5/jjwt-impl-0.11.5.jar 20:13:49.959 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle io.jsonwebtoken:jjwt-jackson:0.11.5 20:13:49.959 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature io.jsonwebtoken:jjwt-jackson:0.11.5 in repositories [target/it/repository] 20:13:49.959 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature io.jsonwebtoken:jjwt-jackson:0.11.5 is target/it/repository/io/jsonwebtoken/jjwt-jackson/0.11.5/jjwt-jackson-0.11.5.jar 20:13:49.978 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO org.eclipse.sensinact.gateway.northbound.security.oidc.OIDCTokenValidator -- Starting OIDC validation for http://127.0.0.1:24680/discovery 20:13:50.043 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientConnector@a1c39d3{STOPPED} added {org.eclipse.jetty.io.ClientConnector$Configurator@191f2f12,POJO} 20:13:50.043 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientConnector@a1c39d3{STOPPED} added {Client@527aa386[provider=null,keyStore=null,trustStore=null],AUTO} 20:13:50.047 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpClientTransportDynamic@1d107fd3{STOPPED} added {ClientConnector@a1c39d3{STOPPED},AUTO} 20:13:50.047 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HTTP11@3d94512f[http/1.1] added {org.eclipse.jetty.client.http.HttpClientConnectionFactory@207484a5,POJO} 20:13:50.048 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpClientTransportDynamic@1d107fd3{STOPPED} added {HTTP11@3d94512f[http/1.1],AUTO} 20:13:50.049 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpClient@2fb9374c{STOPPED} added {HttpClientTransportDynamic@1d107fd3{STOPPED},AUTO} 20:13:50.049 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpClient@2fb9374c{STOPPED} added {org.eclipse.jetty.client.ProtocolHandlers@7aa42f84,POJO} 20:13:50.049 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpClient@2fb9374c{STOPPED} added {org.eclipse.jetty.client.HttpClient$ContentDecoderFactorySet@57468d1f,POJO} 20:13:50.049 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING HttpClient@2fb9374c{STOPPED} 20:13:50.050 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- QueuedThreadPool[qtp1791121426]@6ac25812{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] added {org.eclipse.jetty.util.thread.ThreadPoolBudget@ca70151,POJO} 20:13:50.050 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientConnector@a1c39d3{STOPPED} added {QueuedThreadPool[HttpClient@2fb9374c]@6ac25812{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY],AUTO} 20:13:50.052 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientConnector@a1c39d3{STOPPED} added {MappedByteBufferPool@7093094c{maxQueueLength=100, factor=2048},POJO} 20:13:50.052 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpClient@2fb9374c{STARTING} added {org.eclipse.jetty.io.ArrayRetainableByteBufferPool@1c5eeba9{min=0,max=65536,buckets=32,heap=0/268435456,direct=0/268435456},POJO} 20:13:50.052 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientConnector@a1c39d3{STOPPED} added {ScheduledExecutorScheduler@b81c1ac{STOPPED},AUTO} 20:13:50.053 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpClient@2fb9374c{STARTING} added {org.eclipse.jetty.util.SocketAddressResolver$Async@786cbbff,POJO} 20:13:50.057 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING HttpClientTransportDynamic@1d107fd3{STOPPED} 20:13:50.058 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ClientConnector@a1c39d3{STOPPED} 20:13:50.058 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientConnector@a1c39d3{STARTING} added {ClientSelectorManager@71c00b6b{STOPPED},AUTO} 20:13:50.058 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING Client@527aa386[provider=null,keyStore=null,trustStore=null] Feb 12, 2024 8:13:50 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. 20:13:50.261 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.ssl.SslContextFactory -- Selected Protocols [TLSv1.3, TLSv1.2] of [TLSv1.3, TLSv1.2, TLSv1.1, TLSv1, SSLv3, SSLv2Hello] 20:13:50.261 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.ssl.SslContextFactory -- Selected Ciphers [TLS_AES_256_GCM_SHA384, TLS_AES_128_GCM_SHA256, TLS_CHACHA20_POLY1305_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256, TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_RSA_WITH_CHACHA20_POLY1305_SHA256, TLS_DHE_DSS_WITH_AES_256_GCM_SHA384, TLS_DHE_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_DSS_WITH_AES_128_GCM_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_RSA_WITH_AES_256_CBC_SHA256, TLS_DHE_DSS_WITH_AES_256_CBC_SHA256, TLS_DHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_DSS_WITH_AES_128_CBC_SHA256, TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256, TLS_EMPTY_RENEGOTIATION_INFO_SCSV] of [TLS_AES_256_GCM_SHA384, TLS_AES_128_GCM_SHA256, TLS_CHACHA20_POLY1305_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256, TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_RSA_WITH_CHACHA20_POLY1305_SHA256, TLS_DHE_DSS_WITH_AES_256_GCM_SHA384, TLS_DHE_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_DSS_WITH_AES_128_GCM_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_RSA_WITH_AES_256_CBC_SHA256, TLS_DHE_DSS_WITH_AES_256_CBC_SHA256, TLS_DHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_DSS_WITH_AES_128_CBC_SHA256, TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_RSA_WITH_AES_256_CBC_SHA, TLS_DHE_DSS_WITH_AES_256_CBC_SHA, TLS_DHE_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_DSS_WITH_AES_128_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA, TLS_RSA_WITH_AES_256_GCM_SHA384, TLS_RSA_WITH_AES_128_GCM_SHA256, TLS_RSA_WITH_AES_256_CBC_SHA256, TLS_RSA_WITH_AES_128_CBC_SHA256, TLS_RSA_WITH_AES_256_CBC_SHA, TLS_RSA_WITH_AES_128_CBC_SHA, TLS_EMPTY_RENEGOTIATION_INFO_SCSV] 20:13:50.262 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.ssl.SslContextFactory -- Customize SSLEngine[hostname=null, port=-1, Session(1707768830262|SSL_NULL_WITH_NULL_NULL)] 20:13:50.265 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @3332ms Client@527aa386[provider=null,keyStore=null,trustStore=null] 20:13:50.265 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING QueuedThreadPool[HttpClient@2fb9374c]@6ac25812{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] 20:13:50.265 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@63c5b143{reserved=0/2,pending=0} 20:13:50.265 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- QueuedThreadPool[HttpClient@2fb9374c]@6ac25812{STARTING,8<=0<=200,i=0,r=-1,q=0}[ReservedThreadExecutor@63c5b143{reserved=0/2,pending=0}] added {ReservedThreadExecutor@63c5b143{reserved=0/2,pending=0},AUTO} 20:13:50.265 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ReservedThreadExecutor@63c5b143{reserved=0/2,pending=0} 20:13:50.265 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @3332ms ReservedThreadExecutor@63c5b143{reserved=0/2,pending=0} 20:13:50.265 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[HttpClient@2fb9374c-51,5,Configuration Admin Service] 20:13:50.266 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[HttpClient@2fb9374c-52,5,Configuration Admin Service] 20:13:50.266 [HttpClient@2fb9374c-51] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[HttpClient@2fb9374c]@6ac25812{STARTING,8<=2<=200,i=2,r=-1,q=0}[ReservedThreadExecutor@63c5b143{reserved=0/2,pending=0}] 20:13:50.266 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[HttpClient@2fb9374c-53,5,Configuration Admin Service] 20:13:50.266 [HttpClient@2fb9374c-52] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[HttpClient@2fb9374c]@6ac25812{STARTING,8<=3<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@63c5b143{reserved=0/2,pending=0}] 20:13:50.266 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[HttpClient@2fb9374c-54,5,Configuration Admin Service] 20:13:50.266 [HttpClient@2fb9374c-53] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[HttpClient@2fb9374c]@6ac25812{STARTING,8<=4<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@63c5b143{reserved=0/2,pending=0}] 20:13:50.266 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[HttpClient@2fb9374c-55,5,Configuration Admin Service] 20:13:50.266 [HttpClient@2fb9374c-54] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[HttpClient@2fb9374c]@6ac25812{STARTING,8<=5<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@63c5b143{reserved=0/2,pending=0}] 20:13:50.266 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[HttpClient@2fb9374c-56,5,Configuration Admin Service] 20:13:50.266 [HttpClient@2fb9374c-55] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[HttpClient@2fb9374c]@6ac25812{STARTING,8<=6<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@63c5b143{reserved=0/2,pending=0}] 20:13:50.266 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[HttpClient@2fb9374c-57,5,Configuration Admin Service] 20:13:50.266 [HttpClient@2fb9374c-56] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[HttpClient@2fb9374c]@6ac25812{STARTING,8<=7<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@63c5b143{reserved=0/2,pending=0}] 20:13:50.266 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[HttpClient@2fb9374c-58,5,Configuration Admin Service] 20:13:50.267 [HttpClient@2fb9374c-57] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[HttpClient@2fb9374c]@6ac25812{STARTING,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@63c5b143{reserved=0/2,pending=0}] 20:13:50.267 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @3333ms QueuedThreadPool[HttpClient@2fb9374c]@6ac25812{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@63c5b143{reserved=0/2,pending=0}] 20:13:50.267 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ScheduledExecutorScheduler@b81c1ac{STOPPED} 20:13:50.267 [HttpClient@2fb9374c-58] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[HttpClient@2fb9374c]@6ac25812{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@63c5b143{reserved=0/2,pending=0}] 20:13:50.267 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @3333ms ScheduledExecutorScheduler@b81c1ac{STARTED} 20:13:50.267 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ClientSelectorManager@71c00b6b{STOPPED} 20:13:50.267 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- AdaptiveExecutionStrategy@62dd97b5/SelectorProducer@249ae0a2/IDLE/p=false/QueuedThreadPool[HttpClient@2fb9374c]@6ac25812{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@63c5b143{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:13:50.267397028Z added {SelectorProducer@249ae0a2,POJO} 20:13:50.267 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- AdaptiveExecutionStrategy@62dd97b5/SelectorProducer@249ae0a2/IDLE/p=false/QueuedThreadPool[HttpClient@2fb9374c]@6ac25812{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@63c5b143{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:13:50.267502124Z added {QueuedThreadPool[HttpClient@2fb9374c]@6ac25812{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@63c5b143{reserved=0/2,pending=0}],UNMANAGED} 20:13:50.267 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- AdaptiveExecutionStrategy@62dd97b5/SelectorProducer@249ae0a2/IDLE/p=false/QueuedThreadPool[HttpClient@2fb9374c]@6ac25812{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@63c5b143{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:13:50.267584807Z created 20:13:50.267 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ManagedSelector@2e9a5a1c{STOPPED} id=0 keys=-1 selected=-1 updates=0 added {AdaptiveExecutionStrategy@62dd97b5/SelectorProducer@249ae0a2/IDLE/p=false/QueuedThreadPool[HttpClient@2fb9374c]@6ac25812{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@63c5b143{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:13:50.267679306Z,MANAGED} 20:13:50.267 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ClientSelectorManager@71c00b6b{STARTING} added {ManagedSelector@2e9a5a1c{STOPPED} id=0 keys=-1 selected=-1 updates=0,AUTO} 20:13:50.267 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ManagedSelector@2e9a5a1c{STOPPED} id=0 keys=-1 selected=-1 updates=0 20:13:50.267 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING AdaptiveExecutionStrategy@62dd97b5/SelectorProducer@249ae0a2/IDLE/p=false/QueuedThreadPool[HttpClient@2fb9374c]@6ac25812{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@63c5b143{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:13:50.26779277Z 20:13:50.267 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @3334ms AdaptiveExecutionStrategy@62dd97b5/SelectorProducer@249ae0a2/IDLE/p=false/QueuedThreadPool[HttpClient@2fb9374c]@6ac25812{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@63c5b143{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:13:50.267872928Z 20:13:50.267 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue org.eclipse.jetty.io.ManagedSelector$$Lambda$383/0x00007fc4cc30ba90@2d2e8241 startThread=0 20:13:50.267 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.ManagedSelector$Start@23c0d86e on ManagedSelector@2e9a5a1c{STARTING} id=0 keys=0 selected=0 updates=0 20:13:50.267 [HttpClient@2fb9374c-51] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.io.ManagedSelector$$Lambda$383/0x00007fc4cc30ba90@2d2e8241 in QueuedThreadPool[HttpClient@2fb9374c]@6ac25812{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@63c5b143{reserved=0/2,pending=0}] 20:13:50.268 [HttpClient@2fb9374c-51] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- AdaptiveExecutionStrategy@62dd97b5/SelectorProducer@249ae0a2/IDLE/p=false/QueuedThreadPool[HttpClient@2fb9374c]@6ac25812{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@63c5b143{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:13:50.268124236Z tryProduce false 20:13:50.268 [HttpClient@2fb9374c-51] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 20:13:50.268 [HttpClient@2fb9374c-51] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$Start@23c0d86e 20:13:50.268 [HttpClient@2fb9374c-51] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:13:50.268 [HttpClient@2fb9374c-51] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@68123a44 waiting with 0 keys 20:13:50.268 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @3334ms ManagedSelector@2e9a5a1c{STARTED} id=0 keys=0 selected=0 updates=0 20:13:50.268 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @3335ms ClientSelectorManager@71c00b6b{STARTED} 20:13:50.268 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @3335ms ClientConnector@a1c39d3{STARTED} 20:13:50.268 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING HTTP11@3d94512f[http/1.1] 20:13:50.268 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @3335ms HTTP11@3d94512f[http/1.1] 20:13:50.268 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @3335ms HttpClientTransportDynamic@1d107fd3{STARTED} 20:13:50.268 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @3335ms HttpClient@2fb9374c{STARTED} 20:13:50.268 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue org.eclipse.sensinact.gateway.northbound.security.oidc.OIDCTokenValidator$$Lambda$595/0x00007fc4cc438800@2c1a59f7 startThread=0 20:13:50.268 [HttpClient@2fb9374c-52] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.sensinact.gateway.northbound.security.oidc.OIDCTokenValidator$$Lambda$595/0x00007fc4cc438800@2c1a59f7 in QueuedThreadPool[HttpClient@2fb9374c]@6ac25812{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@63c5b143{reserved=0/2,pending=0}] 20:13:50.278 [HttpClient@2fb9374c-52] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpClient@2fb9374c{STARTED} added {HttpDestination[Origin@51673f8f[http://127.0.0.1:24680,tag=null,protocol=Protocol@7f4624a[proto=[http/1.1],nego=false]]]@145b5d59,state=STOPPED,queue=0,pool=null,stale=false,idle=-1,MANAGED} 20:13:50.279 [HttpClient@2fb9374c-52] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING HttpDestination[Origin@51673f8f[http://127.0.0.1:24680,tag=null,protocol=Protocol@7f4624a[proto=[http/1.1],nego=false]]]@145b5d59,state=STOPPED,queue=0,pool=null,stale=false,idle=-1 20:13:50.280 [HttpClient@2fb9374c-52] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- MultiplexConnectionPool@1ceb4319[s=STOPPED,c=0/0/64,a=0,i=0,q=0,p=@697938b7[inUse=0,size=0,max=64,closed=false]] added {@697938b7[inUse=0,size=0,max=64,closed=false],POJO} 20:13:50.281 [HttpClient@2fb9374c-52] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpDestination[Origin@51673f8f[http://127.0.0.1:24680,tag=null,protocol=Protocol@7f4624a[proto=[http/1.1],nego=false]]]@145b5d59,state=STARTING,queue=0,pool=MultiplexConnectionPool@1ceb4319[s=STOPPED,c=0/0/64,a=0,i=0,q=0,p=@697938b7[inUse=0,size=0,max=64,closed=false]],stale=false,idle=-1 added {MultiplexConnectionPool@1ceb4319[s=STOPPED,c=0/0/64,a=0,i=0,q=0,p=@697938b7[inUse=0,size=0,max=64,closed=false]],MANAGED} 20:13:50.281 [HttpClient@2fb9374c-52] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING MultiplexConnectionPool@1ceb4319[s=STOPPED,c=0/0/64,a=0,i=0,q=0,p=@697938b7[inUse=0,size=0,max=64,closed=false]] 20:13:50.281 [HttpClient@2fb9374c-52] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @3348ms MultiplexConnectionPool@1ceb4319[s=STARTED,c=0/0/64,a=0,i=0,q=0,p=@697938b7[inUse=0,size=0,max=64,closed=false]] 20:13:50.341 [HttpClient@2fb9374c-52] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @3408ms HttpDestination[Origin@51673f8f[http://127.0.0.1:24680,tag=null,protocol=Protocol@7f4624a[proto=[http/1.1],nego=false]]]@145b5d59,state=STARTED,queue=0,pool=MultiplexConnectionPool@1ceb4319[s=STARTED,c=0/0/64,a=0,i=0,q=0,p=@697938b7[inUse=0,size=0,max=64,closed=false]],stale=false,idle=-1 20:13:50.342 [HttpClient@2fb9374c-52] DEBUG org.eclipse.jetty.client.HttpClient -- Created HttpDestination[Origin@51673f8f[http://127.0.0.1:24680,tag=null,protocol=Protocol@7f4624a[proto=[http/1.1],nego=false]]]@145b5d59,state=STARTED,queue=0,pool=MultiplexConnectionPool@1ceb4319[s=STARTED,c=0/0/64,a=0,i=0,q=0,p=@697938b7[inUse=0,size=0,max=64,closed=false]],stale=false,idle=-1; existing: 'null' 20:13:50.342 [HttpClient@2fb9374c-52] DEBUG org.eclipse.jetty.client.HttpClient -- Resolved HttpDestination[Origin@51673f8f[http://127.0.0.1:24680,tag=null,protocol=Protocol@7f4624a[proto=[http/1.1],nego=false]]]@145b5d59,state=STARTED,queue=0,pool=MultiplexConnectionPool@1ceb4319[s=STARTED,c=0/0/64,a=0,i=0,q=0,p=@697938b7[inUse=0,size=0,max=64,closed=false]],stale=false,idle=-1 for HttpRequest[GET /discovery HTTP/1.1]@7103fe46 20:13:50.343 [HttpClient@2fb9374c-52] DEBUG org.eclipse.jetty.client.HttpConversation -- Exchanges in conversation 1, override=null, listeners=[org.eclipse.jetty.client.util.InputStreamResponseListener@1ca13594] 20:13:50.343 [HttpClient@2fb9374c-52] DEBUG org.eclipse.jetty.client.HttpDestination -- Queued HttpRequest[GET /discovery HTTP/1.1]@7103fe46 for HttpDestination[Origin@51673f8f[http://127.0.0.1:24680,tag=null,protocol=Protocol@7f4624a[proto=[http/1.1],nego=false]]]@145b5d59,state=STARTED,queue=1,pool=MultiplexConnectionPool@1ceb4319[s=STARTED,c=0/0/64,a=0,i=0,q=1,p=@697938b7[inUse=0,size=0,max=64,closed=false]],stale=false,idle=-1 20:13:50.343 [HttpClient@2fb9374c-52] DEBUG org.eclipse.jetty.client.AbstractConnectionPool -- Acquiring create=true on MultiplexConnectionPool@1ceb4319[s=STARTED,c=0/0/64,a=0,i=0,q=1,p=@697938b7[inUse=0,size=0,max=64,closed=false]] 20:13:50.344 [HttpClient@2fb9374c-52] DEBUG org.eclipse.jetty.client.AbstractConnectionPool -- Try creating connection 0/64 with 0 pending 20:13:50.344 [HttpClient@2fb9374c-52] DEBUG org.eclipse.jetty.client.AbstractConnectionPool -- Try creating(true) connection, pending/demand/supply: 0/2/0, result=true 20:13:50.344 [HttpClient@2fb9374c-52] DEBUG org.eclipse.jetty.util.Pool -- @697938b7[inUse=0,size=1,max=64,closed=false] returning new reserved entry MultiEntry@106faa4c{PENDING,usage=0,multiplex=0,pooled=null} 20:13:50.344 [HttpClient@2fb9374c-52] DEBUG org.eclipse.jetty.client.AbstractConnectionPool -- Creating connection 0/64 at MultiEntry@106faa4c{PENDING,usage=0,multiplex=0,pooled=null} 20:13:50.346 [HttpClient@2fb9374c-52] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue org.eclipse.jetty.util.SocketAddressResolver$Async$$Lambda$608/0x00007fc4cc43a7c0@45f01026 startThread=0 20:13:50.346 [HttpClient@2fb9374c-53] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.SocketAddressResolver$Async$$Lambda$608/0x00007fc4cc43a7c0@45f01026 in QueuedThreadPool[HttpClient@2fb9374c]@6ac25812{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@63c5b143{reserved=0/2,pending=0}] 20:13:50.346 [HttpClient@2fb9374c-53] DEBUG org.eclipse.jetty.util.SocketAddressResolver -- Resolved 127.0.0.1 in 0 ms Feb 12, 2024 8:13:50 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.eclipse.jetty.http 20:13:50.348 [HttpClient@2fb9374c-53] DEBUG org.eclipse.jetty.io.ClientConnector -- Connecting non-blocking to /127.0.0.1:24680 20:13:50.349 [HttpClient@2fb9374c-53] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false Connect@310b74d6{java.nio.channels.SocketChannel[connection-pending remote=/127.0.0.1:24680],{org.eclipse.jetty.client.connector.remoteSocketAddress=/127.0.0.1:24680, org.eclipse.jetty.client.connector.clientConnectionFactory=HttpClientTransportDynamic@1d107fd3{STARTED}, org.eclipse.jetty.client.destination=HttpDestination[Origin@51673f8f[http://127.0.0.1:24680,tag=null,protocol=Protocol@7f4624a[proto=[http/1.1],nego=false]]]@145b5d59,state=STARTED,queue=1,pool=MultiplexConnectionPool@1ceb4319[s=STARTED,c=1/1/64,a=0,i=0,q=1,p=@697938b7[inUse=0,size=1,max=64,closed=false]],stale=false,idle=-1, org.eclipse.jetty.client.connector=ClientConnector@a1c39d3{STARTED}, org.eclipse.jetty.client.connector.applicationProtocols=[http/1.1], org.eclipse.jetty.client=HttpClient@2fb9374c{STARTED}, org.eclipse.jetty.client.connection.promise=org.eclipse.jetty.client.HttpClient$1$1@6d6ee311, org.eclipse.jetty.client.connector.connectionPromise=org.eclipse.jetty.util.Promise$1@4a3e7e9d}} on ManagedSelector@2e9a5a1c{STARTED} id=0 keys=0 selected=0 updates=0 20:13:50.349 [HttpClient@2fb9374c-53] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@2e9a5a1c{STARTED} id=0 keys=0 selected=0 updates=1 20:13:50.349 [HttpClient@2fb9374c-51] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@68123a44 woken with none selected 20:13:50.349 [HttpClient@2fb9374c-53] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.SocketAddressResolver$Async$$Lambda$608/0x00007fc4cc43a7c0@45f01026 in QueuedThreadPool[HttpClient@2fb9374c]@6ac25812{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@63c5b143{reserved=0/2,pending=0}] 20:13:50.349 [HttpClient@2fb9374c-51] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@68123a44 woken up from select, 0/0/0 selected 20:13:50.349 [HttpClient@2fb9374c-51] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@68123a44 processing 0 keys, 1 updates 20:13:50.349 [HttpClient@2fb9374c-51] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 20:13:50.349 [HttpClient@2fb9374c-51] DEBUG org.eclipse.jetty.io.ManagedSelector -- update Connect@310b74d6{java.nio.channels.SocketChannel[connection-pending remote=/127.0.0.1:24680],{org.eclipse.jetty.client.connector.remoteSocketAddress=/127.0.0.1:24680, org.eclipse.jetty.client.connector.clientConnectionFactory=HttpClientTransportDynamic@1d107fd3{STARTED}, org.eclipse.jetty.client.destination=HttpDestination[Origin@51673f8f[http://127.0.0.1:24680,tag=null,protocol=Protocol@7f4624a[proto=[http/1.1],nego=false]]]@145b5d59,state=STARTED,queue=1,pool=MultiplexConnectionPool@1ceb4319[s=STARTED,c=1/1/64,a=0,i=0,q=1,p=@697938b7[inUse=0,size=1,max=64,closed=false]],stale=false,idle=-1, org.eclipse.jetty.client.connector=ClientConnector@a1c39d3{STARTED}, org.eclipse.jetty.client.connector.applicationProtocols=[http/1.1], org.eclipse.jetty.client=HttpClient@2fb9374c{STARTED}, org.eclipse.jetty.client.connection.promise=org.eclipse.jetty.client.HttpClient$1$1@6d6ee311, org.eclipse.jetty.client.connector.connectionPromise=org.eclipse.jetty.util.Promise$1@4a3e7e9d}} 20:13:50.349 [HttpClient@2fb9374c-51] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:13:50.349 [HttpClient@2fb9374c-51] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@68123a44 waiting with 1 keys 20:13:50.349 [HttpClient@2fb9374c-51] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@68123a44 woken up from select, 1/1/1 selected 20:13:50.349 [HttpClient@2fb9374c-51] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@68123a44 processing 1 keys, 0 updates 20:13:50.349 [HttpClient@2fb9374c-51] DEBUG org.eclipse.jetty.io.ManagedSelector -- selected 8 channel=java.nio.channels.SocketChannel[connection-pending remote=/127.0.0.1:24680], selector=sun.nio.ch.EPollSelectorImpl@68123a44, interestOps=8, readyOps=8 Connect@310b74d6{java.nio.channels.SocketChannel[connection-pending remote=/127.0.0.1:24680],{org.eclipse.jetty.client.connector.remoteSocketAddress=/127.0.0.1:24680, org.eclipse.jetty.client.connector.clientConnectionFactory=HttpClientTransportDynamic@1d107fd3{STARTED}, org.eclipse.jetty.client.destination=HttpDestination[Origin@51673f8f[http://127.0.0.1:24680,tag=null,protocol=Protocol@7f4624a[proto=[http/1.1],nego=false]]]@145b5d59,state=STARTED,queue=1,pool=MultiplexConnectionPool@1ceb4319[s=STARTED,c=1/1/64,a=0,i=0,q=1,p=@697938b7[inUse=0,size=1,max=64,closed=false]],stale=false,idle=-1, org.eclipse.jetty.client.connector=ClientConnector@a1c39d3{STARTED}, org.eclipse.jetty.client.connector.applicationProtocols=[http/1.1], org.eclipse.jetty.client=HttpClient@2fb9374c{STARTED}, org.eclipse.jetty.client.connection.promise=org.eclipse.jetty.client.HttpClient$1$1@6d6ee311, org.eclipse.jetty.client.connector.connectionPromise=org.eclipse.jetty.util.Promise$1@4a3e7e9d}} 20:13:50.350 [HttpClient@2fb9374c-51] DEBUG org.eclipse.jetty.io.ManagedSelector -- Connected true java.nio.channels.SocketChannel[connected local=/127.0.0.1:39682 remote=/127.0.0.1:24680] 20:13:50.350 [HttpClient@2fb9374c-51] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue CreateEndPoint@1605e33b{Connect@310b74d6{java.nio.channels.SocketChannel[connected local=/127.0.0.1:39682 remote=/127.0.0.1:24680],{org.eclipse.jetty.client.connector.remoteSocketAddress=/127.0.0.1:24680, org.eclipse.jetty.client.connector.clientConnectionFactory=HttpClientTransportDynamic@1d107fd3{STARTED}, org.eclipse.jetty.client.destination=HttpDestination[Origin@51673f8f[http://127.0.0.1:24680,tag=null,protocol=Protocol@7f4624a[proto=[http/1.1],nego=false]]]@145b5d59,state=STARTED,queue=1,pool=MultiplexConnectionPool@1ceb4319[s=STARTED,c=1/1/64,a=0,i=0,q=1,p=@697938b7[inUse=0,size=1,max=64,closed=false]],stale=false,idle=-1, org.eclipse.jetty.client.connector=ClientConnector@a1c39d3{STARTED}, org.eclipse.jetty.client.connector.applicationProtocols=[http/1.1], org.eclipse.jetty.client=HttpClient@2fb9374c{STARTED}, org.eclipse.jetty.client.connection.promise=org.eclipse.jetty.client.HttpClient$1$1@6d6ee311, org.eclipse.jetty.client.connector.connectionPromise=org.eclipse.jetty.util.Promise$1@4a3e7e9d}}} startThread=0 20:13:50.350 [HttpClient@2fb9374c-54] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run CreateEndPoint@1605e33b{Connect@310b74d6{java.nio.channels.SocketChannel[connected local=/127.0.0.1:39682 remote=/127.0.0.1:24680],{org.eclipse.jetty.client.connector.remoteSocketAddress=/127.0.0.1:24680, org.eclipse.jetty.client.connector.clientConnectionFactory=HttpClientTransportDynamic@1d107fd3{STARTED}, org.eclipse.jetty.client.destination=HttpDestination[Origin@51673f8f[http://127.0.0.1:24680,tag=null,protocol=Protocol@7f4624a[proto=[http/1.1],nego=false]]]@145b5d59,state=STARTED,queue=1,pool=MultiplexConnectionPool@1ceb4319[s=STARTED,c=1/1/64,a=0,i=0,q=1,p=@697938b7[inUse=0,size=1,max=64,closed=false]],stale=false,idle=-1, org.eclipse.jetty.client.connector=ClientConnector@a1c39d3{STARTED}, org.eclipse.jetty.client.connector.applicationProtocols=[http/1.1], org.eclipse.jetty.client=HttpClient@2fb9374c{STARTED}, org.eclipse.jetty.client.connection.promise=org.eclipse.jetty.client.HttpClient$1$1@6d6ee311, org.eclipse.jetty.client.connector.connectionPromise=org.eclipse.jetty.util.Promise$1@4a3e7e9d}}} in QueuedThreadPool[HttpClient@2fb9374c]@6ac25812{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@63c5b143{reserved=0/2,pending=0}] 20:13:50.351 [HttpClient@2fb9374c-51] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 0 20:13:50.351 [HttpClient@2fb9374c-51] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:13:50.351 [HttpClient@2fb9374c-51] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@68123a44 waiting with 1 keys 20:13:50.351 [HttpClient@2fb9374c-54] DEBUG org.eclipse.jetty.io.IdleTimeout -- Setting idle timeout 0 -> 30000 on SocketChannelEndPoint@675a0e5f[{l=/127.0.0.1:39682,r=/127.0.0.1:24680,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=8}]->[] 20:13:50.351 [HttpClient@2fb9374c-54] DEBUG org.eclipse.jetty.io.IdleTimeout -- SocketChannelEndPoint@675a0e5f[{l=/127.0.0.1:39682,r=/127.0.0.1:24680,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=8}]->[] idle timeout check, elapsed: 0 ms, remaining: 30000 ms 20:13:50.359 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Not starting bundle io.jsonwebtoken.jjwt-impl as it is a fragment 20:13:50.359 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Not starting bundle io.jsonwebtoken.jjwt-jackson as it is a fragment 20:13:50.359 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Loading feature model virtual-temperature-sensor-feature 20:13:50.361 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- The feature virtual-temperature-sensor-feature depends on the feature core-feature, which is installed 20:13:50.361 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.eclipse.sensinact.gateway.southbound.virtual:virtual-temperature-sensor:0.0.2-SNAPSHOT 20:13:50.361 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.eclipse.sensinact.gateway.southbound.virtual:virtual-temperature-sensor:0.0.2-SNAPSHOT in repositories [target/it/repository] 20:13:50.361 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.eclipse.sensinact.gateway.southbound.virtual:virtual-temperature-sensor:0.0.2-SNAPSHOT is target/it/repository/org/eclipse/sensinact/gateway/southbound/virtual/virtual-temperature-sensor/0.0.2-SNAPSHOT/virtual-temperature-sensor-0.0.2-SNAPSHOT.jar 20:13:50.362 [HttpClient@2fb9374c-54] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=true org.eclipse.jetty.io.ManagedSelector$$Lambda$402/0x00007fc4cc3326f0@4c1063ef on ManagedSelector@2e9a5a1c{STARTED} id=0 keys=1 selected=0 updates=0 20:13:50.362 [HttpClient@2fb9374c-54] DEBUG org.eclipse.jetty.io.AbstractEndPoint -- onOpen SocketChannelEndPoint@675a0e5f[{l=/127.0.0.1:39682,r=/127.0.0.1:24680,OPEN,fill=-,flush=-,to=11/30000}{io=0/0,kio=0,kro=8}]->[HttpConnectionOverHTTP@2eeb5914(l:/127.0.0.1:39682 <-> r:/127.0.0.1:24680,closed=false)=>HttpChannelOverHTTP@74908a10(exchange=null)[send=HttpSenderOverHTTP@3c75f90d(req=QUEUED,failure=null)[HttpGenerator@7335ea77{s=START}],recv=HttpReceiverOverHTTP@7623efc(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 20:13:50.362 [HttpClient@2fb9374c-54] DEBUG org.eclipse.jetty.io.AbstractConnection -- onOpen HttpConnectionOverHTTP@2eeb5914::SocketChannelEndPoint@675a0e5f[{l=/127.0.0.1:39682,r=/127.0.0.1:24680,OPEN,fill=-,flush=-,to=11/30000}{io=0/0,kio=0,kro=8}]->[HttpConnectionOverHTTP@2eeb5914(l:/127.0.0.1:39682 <-> r:/127.0.0.1:24680,closed=false)=>HttpChannelOverHTTP@74908a10(exchange=null)[send=HttpSenderOverHTTP@3c75f90d(req=QUEUED,failure=null)[HttpGenerator@7335ea77{s=START}],recv=HttpReceiverOverHTTP@7623efc(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 20:13:50.362 [HttpClient@2fb9374c-54] DEBUG org.eclipse.jetty.io.AbstractConnection -- fillInterested HttpConnectionOverHTTP@2eeb5914::SocketChannelEndPoint@675a0e5f[{l=/127.0.0.1:39682,r=/127.0.0.1:24680,OPEN,fill=-,flush=-,to=11/30000}{io=0/0,kio=0,kro=8}]->[HttpConnectionOverHTTP@2eeb5914(l:/127.0.0.1:39682 <-> r:/127.0.0.1:24680,closed=false)=>HttpChannelOverHTTP@74908a10(exchange=null)[send=HttpSenderOverHTTP@3c75f90d(req=QUEUED,failure=null)[HttpGenerator@7335ea77{s=START}],recv=HttpReceiverOverHTTP@7623efc(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 20:13:50.363 [HttpClient@2fb9374c-54] DEBUG org.eclipse.jetty.io.FillInterest -- interested FillInterest@77d2f40a{ReadCallback@64fcd66c{HttpConnectionOverHTTP@2eeb5914::SocketChannelEndPoint@675a0e5f[{l=/127.0.0.1:39682,r=/127.0.0.1:24680,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=8}]->[HttpConnectionOverHTTP@2eeb5914(l:/127.0.0.1:39682 <-> r:/127.0.0.1:24680,closed=false)=>HttpChannelOverHTTP@74908a10(exchange=null)[send=HttpSenderOverHTTP@3c75f90d(req=QUEUED,failure=null)[HttpGenerator@7335ea77{s=START}],recv=HttpReceiverOverHTTP@7623efc(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]]}} 20:13:50.363 [HttpClient@2fb9374c-54] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- changeInterests p=false 0->1 for SocketChannelEndPoint@675a0e5f[{l=/127.0.0.1:39682,r=/127.0.0.1:24680,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=8}]->[HttpConnectionOverHTTP@2eeb5914(l:/127.0.0.1:39682 <-> r:/127.0.0.1:24680,closed=false)=>HttpChannelOverHTTP@74908a10(exchange=null)[send=HttpSenderOverHTTP@3c75f90d(req=QUEUED,failure=null)[HttpGenerator@7335ea77{s=START}],recv=HttpReceiverOverHTTP@7623efc(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 20:13:50.363 [HttpClient@2fb9374c-54] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$393/0x00007fc4cc320870@3846fed6 on ManagedSelector@2e9a5a1c{STARTED} id=0 keys=1 selected=0 updates=1 20:13:50.363 [HttpClient@2fb9374c-54] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@2e9a5a1c{STARTED} id=0 keys=1 selected=0 updates=2 20:13:50.363 [HttpClient@2fb9374c-51] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@68123a44 woken with none selected 20:13:50.363 [HttpClient@2fb9374c-51] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@68123a44 woken up from select, 0/0/1 selected 20:13:50.363 [HttpClient@2fb9374c-51] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@68123a44 processing 0 keys, 2 updates 20:13:50.363 [HttpClient@2fb9374c-51] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 2 20:13:50.363 [HttpClient@2fb9374c-51] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$$Lambda$402/0x00007fc4cc3326f0@4c1063ef 20:13:50.363 [HttpClient@2fb9374c-51] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$393/0x00007fc4cc320870@3846fed6 20:13:50.363 [HttpClient@2fb9374c-54] DEBUG org.eclipse.jetty.client.AbstractConnectionPool -- Connection creation succeeded MultiEntry@106faa4c{PENDING,usage=0,multiplex=0,pooled=null}: HttpConnectionOverHTTP@2eeb5914::SocketChannelEndPoint@675a0e5f[{l=/127.0.0.1:39682,r=/127.0.0.1:24680,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=8}]->[HttpConnectionOverHTTP@2eeb5914(l:/127.0.0.1:39682 <-> r:/127.0.0.1:24680,closed=false)=>HttpChannelOverHTTP@74908a10(exchange=null)[send=HttpSenderOverHTTP@3c75f90d(req=QUEUED,failure=null)[HttpGenerator@7335ea77{s=START}],recv=HttpReceiverOverHTTP@7623efc(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 20:13:50.363 [HttpClient@2fb9374c-51] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- Key interests updated 0 -> 1 on SocketChannelEndPoint@675a0e5f[{l=/127.0.0.1:39682,r=/127.0.0.1:24680,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=8}]->[HttpConnectionOverHTTP@2eeb5914(l:/127.0.0.1:39682 <-> r:/127.0.0.1:24680,closed=false)=>HttpChannelOverHTTP@74908a10(exchange=null)[send=HttpSenderOverHTTP@3c75f90d(req=QUEUED,failure=null)[HttpGenerator@7335ea77{s=START}],recv=HttpReceiverOverHTTP@7623efc(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 20:13:50.363 [HttpClient@2fb9374c-51] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:13:50.363 [HttpClient@2fb9374c-51] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@68123a44 waiting with 1 keys 20:13:50.364 [HttpClient@2fb9374c-54] DEBUG org.eclipse.jetty.client.AbstractConnectionPool -- Acquiring create=false on MultiplexConnectionPool@1ceb4319[s=STARTED,c=0/1/64,a=0,i=1,q=1,p=@697938b7[inUse=0,size=1,max=64,closed=false]] 20:13:50.364 [HttpClient@2fb9374c-54] DEBUG org.eclipse.jetty.client.AbstractConnectionPool -- Activated MultiEntry@106faa4c{ACTIVE,usage=1,multiplex=1,pooled=HttpConnectionOverHTTP@2eeb5914::SocketChannelEndPoint@675a0e5f[{l=/127.0.0.1:39682,r=/127.0.0.1:24680,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=8}]->[HttpConnectionOverHTTP@2eeb5914(l:/127.0.0.1:39682 <-> r:/127.0.0.1:24680,closed=false)=>HttpChannelOverHTTP@74908a10(exchange=null)[send=HttpSenderOverHTTP@3c75f90d(req=QUEUED,failure=null)[HttpGenerator@7335ea77{s=START}],recv=HttpReceiverOverHTTP@7623efc(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]]} @697938b7[inUse=1,size=1,max=64,closed=false] 20:13:50.364 [HttpClient@2fb9374c-54] DEBUG org.eclipse.jetty.client.HttpDestination -- Processing exchange HttpExchange@45adb7db{req=HttpRequest[GET /discovery HTTP/1.1]@7103fe46[PENDING/null] res=HttpResponse[null 0 null]@26c81f93[PENDING/null]} on HttpConnectionOverHTTP@2eeb5914::SocketChannelEndPoint@675a0e5f[{l=/127.0.0.1:39682,r=/127.0.0.1:24680,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=8}]->[HttpConnectionOverHTTP@2eeb5914(l:/127.0.0.1:39682 <-> r:/127.0.0.1:24680,closed=false)=>HttpChannelOverHTTP@74908a10(exchange=null)[send=HttpSenderOverHTTP@3c75f90d(req=QUEUED,failure=null)[HttpGenerator@7335ea77{s=START}],recv=HttpReceiverOverHTTP@7623efc(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] of HttpDestination[Origin@51673f8f[http://127.0.0.1:24680,tag=null,protocol=Protocol@7f4624a[proto=[http/1.1],nego=false]]]@145b5d59,state=STARTED,queue=0,pool=MultiplexConnectionPool@1ceb4319[s=STARTED,c=0/1/64,a=1,i=0,q=0,p=@697938b7[inUse=1,size=1,max=64,closed=false]],stale=false,idle=-1 20:13:50.365 [HttpClient@2fb9374c-54] DEBUG org.eclipse.jetty.client.HttpConnection -- Normalizing true HttpRequest[GET /discovery HTTP/1.1]@7103fe46 20:13:50.369 [HttpClient@2fb9374c-54] DEBUG org.eclipse.jetty.client.HttpChannel -- HttpExchange@45adb7db{req=HttpRequest[GET /discovery HTTP/1.1]@7103fe46[PENDING/null] res=HttpResponse[null 0 null]@26c81f93[PENDING/null]} associated true to HttpChannelOverHTTP@74908a10(exchange=HttpExchange@45adb7db{req=HttpRequest[GET /discovery HTTP/1.1]@7103fe46[PENDING/null] res=HttpResponse[null 0 null]@26c81f93[PENDING/null]})[send=HttpSenderOverHTTP@3c75f90d(req=QUEUED,failure=null)[HttpGenerator@7335ea77{s=START}],recv=HttpReceiverOverHTTP@7623efc(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 20:13:50.369 [HttpClient@2fb9374c-54] DEBUG org.eclipse.jetty.client.HttpSender -- Request begin HttpRequest[GET /discovery HTTP/1.1]@7103fe46 20:13:50.370 [HttpClient@2fb9374c-54] DEBUG org.eclipse.jetty.client.util.AbstractRequestContent -- Content subscription for BytesRequestContent.SubscriptionImpl@1bef562d[demand=0,stalled=true,committed=false,emitInitial=true]: org.eclipse.jetty.client.HttpSender$ContentConsumer@2f2e265a 20:13:50.370 [HttpClient@2fb9374c-54] DEBUG org.eclipse.jetty.client.HttpSender -- Request headers HttpRequest[GET /discovery HTTP/1.1]@7103fe46 Accept-Encoding: gzip User-Agent: Jetty/11.0.13 Accept: application/json Host: 127.0.0.1:24680 20:13:50.370 [HttpClient@2fb9374c-54] DEBUG org.eclipse.jetty.client.util.AbstractRequestContent -- Content demand, producing true for BytesRequestContent.SubscriptionImpl@1bef562d[demand=1,stalled=false,committed=false,emitInitial=true] 20:13:50.371 [HttpClient@2fb9374c-54] DEBUG org.eclipse.jetty.client.util.AbstractRequestContent -- Notifying content last=true HeapByteBuffer@6d9411db[p=0,l=0,c=0,r=0]={<<<>>>} for BytesRequestContent.SubscriptionImpl@1bef562d[demand=0,stalled=false,committed=true,emitInitial=true] 20:13:50.371 [HttpClient@2fb9374c-54] DEBUG org.eclipse.jetty.client.HttpSender -- Content HeapByteBuffer@6d9411db[p=0,l=0,c=0,r=0]={<<<>>>} last=true for HttpRequest[GET /discovery HTTP/1.1]@7103fe46 20:13:50.371 [HttpClient@2fb9374c-54] DEBUG org.eclipse.jetty.client.http.HttpSenderOverHTTP -- Sending headers with content HeapByteBuffer@6d9411db[p=0,l=0,c=0,r=0]={<<<>>>} last=true for HttpRequest[GET /discovery HTTP/1.1]@7103fe46 20:13:50.371 [HttpClient@2fb9374c-54] DEBUG org.eclipse.jetty.client.http.HttpSenderOverHTTP -- Generated headers (-1 bytes), chunk (-1 bytes), content (0 bytes) - NEED_HEADER/HttpGenerator@7335ea77{s=START} for HttpRequest[GET /discovery HTTP/1.1]@7103fe46 20:13:50.371 [HttpClient@2fb9374c-54] DEBUG org.eclipse.jetty.http.HttpGenerator -- generateHeaders GET{u=/discovery,HTTP/1.1,h=4,cl=0,p=null} last=true content=HeapByteBuffer@6d9411db[p=0,l=0,c=0,r=0]={<<<>>>} 20:13:50.372 [HttpClient@2fb9374c-54] DEBUG org.eclipse.jetty.http.HttpGenerator -- Accept-Encoding: gzip User-Agent: Jetty/11.0.13 Accept: application/json Host: 127.0.0.1:24680 20:13:50.372 [HttpClient@2fb9374c-54] DEBUG org.eclipse.jetty.http.HttpGenerator -- NO_CONTENT 20:13:50.372 [HttpClient@2fb9374c-54] DEBUG org.eclipse.jetty.client.http.HttpSenderOverHTTP -- Generated headers (126 bytes), chunk (-1 bytes), content (0 bytes) - FLUSH/HttpGenerator@7335ea77{s=COMPLETING} for HttpRequest[GET /discovery HTTP/1.1]@7103fe46 20:13:50.372 [HttpClient@2fb9374c-54] DEBUG org.eclipse.jetty.io.WriteFlusher -- write: WriteFlusher@7c74c3a9{IDLE}->null [DirectByteBuffer@4e2f43af[p=0,l=126,c=4096,r=126]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@6d9411db[p=0,l=0,c=0,r=0]={<<<>>>},HeapByteBuffer@6d9411db[p=0,l=0,c=0,r=0]={<<<>>>}] 20:13:50.372 [HttpClient@2fb9374c-54] DEBUG org.eclipse.jetty.io.WriteFlusher -- update WriteFlusher@7c74c3a9{WRITING}->null:IDLE-->WRITING 20:13:50.372 [HttpClient@2fb9374c-54] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- flushed 126 SocketChannelEndPoint@675a0e5f[{l=/127.0.0.1:39682,r=/127.0.0.1:24680,OPEN,fill=FI,flush=W,to=9/30000}{io=1/1,kio=1,kro=8}]->[HttpConnectionOverHTTP@2eeb5914(l:/127.0.0.1:39682 <-> r:/127.0.0.1:24680,closed=false)=>HttpChannelOverHTTP@74908a10(exchange=HttpExchange@45adb7db{req=HttpRequest[GET /discovery HTTP/1.1]@7103fe46[PENDING/null] res=HttpResponse[null 0 null]@26c81f93[PENDING/null]})[send=HttpSenderOverHTTP@3c75f90d(req=HEADERS,failure=null)[HttpGenerator@7335ea77{s=COMPLETING}],recv=HttpReceiverOverHTTP@7623efc(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 20:13:50.372 [HttpClient@2fb9374c-54] DEBUG org.eclipse.jetty.io.WriteFlusher -- Flushed=true written=126 remaining=0 WriteFlusher@7c74c3a9{WRITING}->null 20:13:50.372 [HttpClient@2fb9374c-54] DEBUG org.eclipse.jetty.io.WriteFlusher -- update WriteFlusher@7c74c3a9{IDLE}->null:WRITING-->IDLE 20:13:50.373 [HttpClient@2fb9374c-54] DEBUG org.eclipse.jetty.client.http.HttpSenderOverHTTP -- Generated headers (-1 bytes), chunk (-1 bytes), content (-1 bytes) - DONE/HttpGenerator@7335ea77{s=END} for HttpRequest[GET /discovery HTTP/1.1]@7103fe46 20:13:50.373 [HttpClient@2fb9374c-54] DEBUG org.eclipse.jetty.client.HttpSender -- Request committed HttpRequest[GET /discovery HTTP/1.1]@7103fe46 20:13:50.373 [HttpClient@2fb9374c-54] DEBUG org.eclipse.jetty.client.HttpSender -- Request success HttpRequest[GET /discovery HTTP/1.1]@7103fe46 20:13:50.373 [HttpClient@2fb9374c-54] DEBUG org.eclipse.jetty.client.HttpExchange -- Terminated request for HttpExchange@45adb7db{req=HttpRequest[GET /discovery HTTP/1.1]@7103fe46[TERMINATED/null] res=HttpResponse[null 0 null]@26c81f93[PENDING/null]}, result: null 20:13:50.373 [HttpClient@2fb9374c-54] DEBUG org.eclipse.jetty.client.HttpSender -- Terminating request HttpRequest[GET /discovery HTTP/1.1]@7103fe46 20:13:50.373 [HttpClient@2fb9374c-54] DEBUG org.eclipse.jetty.client.util.AbstractRequestContent -- No demand, processing stalled for BytesRequestContent.SubscriptionImpl@1bef562d[demand=0,stalled=true,committed=true,emitInitial=true] 20:13:50.373 [HttpClient@2fb9374c-54] DEBUG org.eclipse.jetty.io.ManagedSelector -- Created SocketChannelEndPoint@675a0e5f[{l=/127.0.0.1:39682,r=/127.0.0.1:24680,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=8}]->[HttpConnectionOverHTTP@2eeb5914(l:/127.0.0.1:39682 <-> r:/127.0.0.1:24680,closed=false)=>HttpChannelOverHTTP@74908a10(exchange=HttpExchange@45adb7db{req=HttpRequest[GET /discovery HTTP/1.1]@7103fe46[TERMINATED/null] res=HttpResponse[null 0 null]@26c81f93[PENDING/null]})[send=HttpSenderOverHTTP@3c75f90d(req=QUEUED,failure=null)[HttpGenerator@7335ea77{s=START}],recv=HttpReceiverOverHTTP@7623efc(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 20:13:50.374 [HttpClient@2fb9374c-54] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran CreateEndPoint@1605e33b{Connect@310b74d6{java.nio.channels.SocketChannel[connected local=/127.0.0.1:39682 remote=/127.0.0.1:24680],{org.eclipse.jetty.client.connector.remoteSocketAddress=/127.0.0.1:24680, org.eclipse.jetty.client.connector.clientConnectionFactory=HttpClientTransportDynamic@1d107fd3{STARTED}, org.eclipse.jetty.client.destination=HttpDestination[Origin@51673f8f[http://127.0.0.1:24680,tag=null,protocol=Protocol@7f4624a[proto=[http/1.1],nego=false]]]@145b5d59,state=STARTED,queue=0,pool=MultiplexConnectionPool@1ceb4319[s=STARTED,c=0/1/64,a=1,i=0,q=0,p=@697938b7[inUse=1,size=1,max=64,closed=false]],stale=false,idle=-1, org.eclipse.jetty.client.connector=ClientConnector@a1c39d3{STARTED}, org.eclipse.jetty.client.connector.applicationProtocols=[http/1.1], org.eclipse.jetty.client=HttpClient@2fb9374c{STARTED}, org.eclipse.jetty.client.connection.promise=org.eclipse.jetty.client.HttpClient$1$1@6d6ee311, org.eclipse.jetty.client.connector.connectionPromise=org.eclipse.jetty.util.Promise$1@4a3e7e9d}}} in QueuedThreadPool[HttpClient@2fb9374c]@6ac25812{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@63c5b143{reserved=0/2,pending=0}] 20:13:50.465 [HttpClient@2fb9374c-51] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@68123a44 woken up from select, 1/1/1 selected 20:13:50.465 [HttpClient@2fb9374c-51] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@68123a44 processing 1 keys, 0 updates 20:13:50.465 [HttpClient@2fb9374c-51] DEBUG org.eclipse.jetty.io.ManagedSelector -- selected 1 channel=java.nio.channels.SocketChannel[connected local=/127.0.0.1:39682 remote=/127.0.0.1:24680], selector=sun.nio.ch.EPollSelectorImpl@68123a44, interestOps=1, readyOps=1 SocketChannelEndPoint@675a0e5f[{l=/127.0.0.1:39682,r=/127.0.0.1:24680,OPEN,fill=FI,flush=-,to=92/30000}{io=1/1,kio=1,kro=1}]->[HttpConnectionOverHTTP@2eeb5914(l:/127.0.0.1:39682 <-> r:/127.0.0.1:24680,closed=false)=>HttpChannelOverHTTP@74908a10(exchange=HttpExchange@45adb7db{req=HttpRequest[GET /discovery HTTP/1.1]@7103fe46[TERMINATED/null] res=HttpResponse[null 0 null]@26c81f93[PENDING/null]})[send=HttpSenderOverHTTP@3c75f90d(req=QUEUED,failure=null)[HttpGenerator@7335ea77{s=START}],recv=HttpReceiverOverHTTP@7623efc(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 20:13:50.465 [HttpClient@2fb9374c-51] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- onSelected 1->0 r=true w=false for SocketChannelEndPoint@675a0e5f[{l=/127.0.0.1:39682,r=/127.0.0.1:24680,OPEN,fill=FI,flush=-,to=93/30000}{io=1/0,kio=1,kro=1}]->[HttpConnectionOverHTTP@2eeb5914(l:/127.0.0.1:39682 <-> r:/127.0.0.1:24680,closed=false)=>HttpChannelOverHTTP@74908a10(exchange=HttpExchange@45adb7db{req=HttpRequest[GET /discovery HTTP/1.1]@7103fe46[TERMINATED/null] res=HttpResponse[null 0 null]@26c81f93[PENDING/null]})[send=HttpSenderOverHTTP@3c75f90d(req=QUEUED,failure=null)[HttpGenerator@7335ea77{s=START}],recv=HttpReceiverOverHTTP@7623efc(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 20:13:50.465 [HttpClient@2fb9374c-51] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- task SocketChannelEndPoint@675a0e5f[{l=/127.0.0.1:39682,r=/127.0.0.1:24680,OPEN,fill=FI,flush=-,to=93/30000}{io=1/0,kio=1,kro=1}]->[HttpConnectionOverHTTP@2eeb5914(l:/127.0.0.1:39682 <-> r:/127.0.0.1:24680,closed=false)=>HttpChannelOverHTTP@74908a10(exchange=HttpExchange@45adb7db{req=HttpRequest[GET /discovery HTTP/1.1]@7103fe46[TERMINATED/null] res=HttpResponse[null 0 null]@26c81f93[PENDING/null]})[send=HttpSenderOverHTTP@3c75f90d(req=QUEUED,failure=null)[HttpGenerator@7335ea77{s=START}],recv=HttpReceiverOverHTTP@7623efc(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]]:runFillable:BLOCKING 20:13:50.466 [HttpClient@2fb9374c-51] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@63c5b143{reserved=0/2,pending=0} tryExecute org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy$$Lambda$382/0x00007fc4cc30b428@26d6733e 20:13:50.466 [HttpClient@2fb9374c-51] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@63c5b143{reserved=0/2,pending=1} startReservedThread p=1 20:13:50.466 [HttpClient@2fb9374c-51] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue ReservedThread@47c73c42{PENDING,thread=null} startThread=0 20:13:50.466 [HttpClient@2fb9374c-55] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run ReservedThread@47c73c42{PENDING,thread=null} in QueuedThreadPool[HttpClient@2fb9374c]@6ac25812{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@63c5b143{reserved=0/2,pending=1}] 20:13:50.466 [HttpClient@2fb9374c-55] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@47c73c42{PENDING,thread=Thread[HttpClient@2fb9374c-55,5,Configuration Admin Service]} was=PENDING next=RESERVED size=0+1 capacity=2 20:13:50.466 [HttpClient@2fb9374c-55] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@47c73c42{RESERVED,thread=Thread[HttpClient@2fb9374c-55,5,Configuration Admin Service]} waiting ReservedThreadExecutor@63c5b143{reserved=1/2,pending=0} 20:13:50.466 [HttpClient@2fb9374c-51] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- ss=PRODUCE_EXECUTE_CONSUME t=SocketChannelEndPoint@675a0e5f[{l=/127.0.0.1:39682,r=/127.0.0.1:24680,OPEN,fill=FI,flush=-,to=93/30000}{io=1/0,kio=1,kro=1}]->[HttpConnectionOverHTTP@2eeb5914(l:/127.0.0.1:39682 <-> r:/127.0.0.1:24680,closed=false)=>HttpChannelOverHTTP@74908a10(exchange=HttpExchange@45adb7db{req=HttpRequest[GET /discovery HTTP/1.1]@7103fe46[TERMINATED/null] res=HttpResponse[null 0 null]@26c81f93[PENDING/null]})[send=HttpSenderOverHTTP@3c75f90d(req=QUEUED,failure=null)[HttpGenerator@7335ea77{s=START}],recv=HttpReceiverOverHTTP@7623efc(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]]:runFillable:BLOCKING/BLOCKING AdaptiveExecutionStrategy@62dd97b5/SelectorProducer@249ae0a2/PRODUCING/p=false/QueuedThreadPool[HttpClient@2fb9374c]@6ac25812{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@63c5b143{reserved=1/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-12T20:13:50.466324814Z 20:13:50.466 [HttpClient@2fb9374c-51] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue SocketChannelEndPoint@675a0e5f[{l=/127.0.0.1:39682,r=/127.0.0.1:24680,OPEN,fill=FI,flush=-,to=93/30000}{io=1/0,kio=1,kro=1}]->[HttpConnectionOverHTTP@2eeb5914(l:/127.0.0.1:39682 <-> r:/127.0.0.1:24680,closed=false)=>HttpChannelOverHTTP@74908a10(exchange=HttpExchange@45adb7db{req=HttpRequest[GET /discovery HTTP/1.1]@7103fe46[TERMINATED/null] res=HttpResponse[null 0 null]@26c81f93[PENDING/null]})[send=HttpSenderOverHTTP@3c75f90d(req=QUEUED,failure=null)[HttpGenerator@7335ea77{s=START}],recv=HttpReceiverOverHTTP@7623efc(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]]:runFillable:BLOCKING startThread=0 20:13:50.466 [HttpClient@2fb9374c-51] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 0 20:13:50.466 [HttpClient@2fb9374c-51] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:13:50.466 [HttpClient@2fb9374c-56] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run SocketChannelEndPoint@675a0e5f[{l=/127.0.0.1:39682,r=/127.0.0.1:24680,OPEN,fill=FI,flush=-,to=93/30000}{io=1/0,kio=1,kro=1}]->[HttpConnectionOverHTTP@2eeb5914(l:/127.0.0.1:39682 <-> r:/127.0.0.1:24680,closed=false)=>HttpChannelOverHTTP@74908a10(exchange=HttpExchange@45adb7db{req=HttpRequest[GET /discovery HTTP/1.1]@7103fe46[TERMINATED/null] res=HttpResponse[null 0 null]@26c81f93[PENDING/null]})[send=HttpSenderOverHTTP@3c75f90d(req=QUEUED,failure=null)[HttpGenerator@7335ea77{s=START}],recv=HttpReceiverOverHTTP@7623efc(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]]:runFillable:BLOCKING in QueuedThreadPool[HttpClient@2fb9374c]@6ac25812{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@63c5b143{reserved=1/2,pending=0}] 20:13:50.466 [HttpClient@2fb9374c-51] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- Key interests updated 1 -> 0 on SocketChannelEndPoint@675a0e5f[{l=/127.0.0.1:39682,r=/127.0.0.1:24680,OPEN,fill=FI,flush=-,to=94/30000}{io=0/0,kio=0,kro=1}]->[HttpConnectionOverHTTP@2eeb5914(l:/127.0.0.1:39682 <-> r:/127.0.0.1:24680,closed=false)=>HttpChannelOverHTTP@74908a10(exchange=HttpExchange@45adb7db{req=HttpRequest[GET /discovery HTTP/1.1]@7103fe46[TERMINATED/null] res=HttpResponse[null 0 null]@26c81f93[PENDING/null]})[send=HttpSenderOverHTTP@3c75f90d(req=QUEUED,failure=null)[HttpGenerator@7335ea77{s=START}],recv=HttpReceiverOverHTTP@7623efc(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 20:13:50.466 [HttpClient@2fb9374c-51] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@68123a44 waiting with 1 keys 20:13:50.466 [HttpClient@2fb9374c-56] DEBUG org.eclipse.jetty.io.FillInterest -- fillable FillInterest@77d2f40a{ReadCallback@64fcd66c{HttpConnectionOverHTTP@2eeb5914::SocketChannelEndPoint@675a0e5f[{l=/127.0.0.1:39682,r=/127.0.0.1:24680,OPEN,fill=FI,flush=-,to=94/30000}{io=0/0,kio=0,kro=1}]->[HttpConnectionOverHTTP@2eeb5914(l:/127.0.0.1:39682 <-> r:/127.0.0.1:24680,closed=false)=>HttpChannelOverHTTP@74908a10(exchange=HttpExchange@45adb7db{req=HttpRequest[GET /discovery HTTP/1.1]@7103fe46[TERMINATED/null] res=HttpResponse[null 0 null]@26c81f93[PENDING/null]})[send=HttpSenderOverHTTP@3c75f90d(req=QUEUED,failure=null)[HttpGenerator@7335ea77{s=START}],recv=HttpReceiverOverHTTP@7623efc(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]]}} 20:13:50.466 [HttpClient@2fb9374c-56] DEBUG org.eclipse.jetty.util.Pool -- RetainedBucket@4a10b0e8[inUse=0,size=1,max=100,closed=false]{capacity=16384,inuse=0(0%)} returning new reserved entry MonoEntry@44d757da{PENDING,pooled=null} 20:13:50.467 [HttpClient@2fb9374c-56] DEBUG org.eclipse.jetty.client.http.HttpReceiverOverHTTP -- Acquired RetainableByteBuffer@40e8db98{DirectByteBuffer@5ea5de1[p=0,l=0,c=16384,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},r=1} 20:13:50.467 [HttpClient@2fb9374c-56] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=START DirectByteBuffer@5ea5de1[p=0,l=0,c=16384,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 20:13:50.467 [HttpClient@2fb9374c-56] DEBUG org.eclipse.jetty.client.http.HttpReceiverOverHTTP -- Parse result=false, failed=false 20:13:50.467 [HttpClient@2fb9374c-56] DEBUG org.eclipse.jetty.client.http.HttpReceiverOverHTTP -- Parse complete=false, RetainableByteBuffer@40e8db98{DirectByteBuffer@5ea5de1[p=0,l=0,c=16384,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},r=1} HttpParser{s=START,0 of -1} 20:13:50.467 [HttpClient@2fb9374c-56] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- filled 84 DirectByteBuffer@5ea5de1[p=0,l=84,c=16384,r=84]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 20:13:50.467 [HttpClient@2fb9374c-56] DEBUG org.eclipse.jetty.client.http.HttpReceiverOverHTTP -- Read 84 bytes in RetainableByteBuffer@40e8db98{DirectByteBuffer@5ea5de1[p=0,l=84,c=16384,r=84]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},r=1} from SocketChannelEndPoint@675a0e5f[{l=/127.0.0.1:39682,r=/127.0.0.1:24680,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}]->[HttpConnectionOverHTTP@2eeb5914(l:/127.0.0.1:39682 <-> r:/127.0.0.1:24680,closed=false)=>HttpChannelOverHTTP@74908a10(exchange=HttpExchange@45adb7db{req=HttpRequest[GET /discovery HTTP/1.1]@7103fe46[TERMINATED/null] res=HttpResponse[null 0 null]@26c81f93[PENDING/null]})[send=HttpSenderOverHTTP@3c75f90d(req=QUEUED,failure=null)[HttpGenerator@7335ea77{s=START}],recv=HttpReceiverOverHTTP@7623efc(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 20:13:50.467 [HttpClient@2fb9374c-56] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=START DirectByteBuffer@5ea5de1[p=0,l=84,c=16384,r=84]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 20:13:50.467 [HttpClient@2fb9374c-56] DEBUG org.eclipse.jetty.http.HttpParser -- START --> RESPONSE_VERSION 20:13:50.467 [HttpClient@2fb9374c-56] DEBUG org.eclipse.jetty.http.HttpParser -- RESPONSE_VERSION --> SPACE1 20:13:50.467 [HttpClient@2fb9374c-56] DEBUG org.eclipse.jetty.http.HttpParser -- SPACE1 --> STATUS 20:13:50.467 [HttpClient@2fb9374c-56] DEBUG org.eclipse.jetty.http.HttpParser -- STATUS --> SPACE2 20:13:50.467 [HttpClient@2fb9374c-56] DEBUG org.eclipse.jetty.http.HttpParser -- SPACE2 --> REASON 20:13:50.467 [HttpClient@2fb9374c-56] DEBUG org.eclipse.jetty.http.HttpParser -- REASON --> HEADER 20:13:50.467 [HttpClient@2fb9374c-56] DEBUG org.eclipse.jetty.client.HttpConversation -- Exchanges in conversation 1, override=null, listeners=[org.eclipse.jetty.client.util.InputStreamResponseListener@1ca13594] 20:13:50.467 [HttpClient@2fb9374c-56] DEBUG org.eclipse.jetty.client.HttpReceiver -- Response begin HttpResponse[HTTP/1.1 200 OK]@26c81f93 20:13:50.467 [HttpClient@2fb9374c-56] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Date --> VALUE 20:13:50.467 [HttpClient@2fb9374c-56] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Date --> IN_VALUE 20:13:50.467 [HttpClient@2fb9374c-56] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Date --> FIELD 20:13:50.468 [HttpClient@2fb9374c-56] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Transfer-Encoding: chunked --> IN_VALUE 20:13:50.468 [HttpClient@2fb9374c-56] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Transfer-Encoding: chunked --> FIELD 20:13:50.468 [HttpClient@2fb9374c-56] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER --> CHUNKED_CONTENT 20:13:50.468 [HttpClient@2fb9374c-56] DEBUG org.eclipse.jetty.client.HttpReceiver -- Response headers HttpResponse[HTTP/1.1 200 OK]@26c81f93 Date: Mon, 12 Feb 2024 20:13:50 GMT Transfer-Encoding: chunked 20:13:50.469 [HttpClient@2fb9374c-56] DEBUG org.eclipse.jetty.client.HttpReceiver -- Response demand=1/1, resume=false 20:13:50.469 [HttpClient@2fb9374c-56] DEBUG org.eclipse.jetty.client.HttpReceiver -- Response headers hasDemand=true HttpResponse[HTTP/1.1 200 OK]@26c81f93 20:13:50.469 [HttpClient@2fb9374c-56] DEBUG org.eclipse.jetty.client.http.HttpReceiverOverHTTP -- Parse result=false, failed=false 20:13:50.469 [HttpClient@2fb9374c-56] DEBUG org.eclipse.jetty.client.http.HttpReceiverOverHTTP -- Parse complete=false, RetainableByteBuffer@40e8db98{DirectByteBuffer@5ea5de1[p=84,l=84,c=16384,r=0]={HTTP/1.1 ...ked\r\n\r\n<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},r=1} HttpParser{s=CHUNKED_CONTENT,0 of -1} 20:13:50.469 [HttpClient@2fb9374c-56] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- filled 61 DirectByteBuffer@5ea5de1[p=0,l=61,c=16384,r=61]={<<<32\r\n{"jwks_uri":"http://1...0/certificates"}\r\n0\r\n\r\n>>>r-encodin...\x00\x00\x00\x00\x00\x00\x00} 20:13:50.469 [HttpClient@2fb9374c-56] DEBUG org.eclipse.jetty.client.http.HttpReceiverOverHTTP -- Read 61 bytes in RetainableByteBuffer@40e8db98{DirectByteBuffer@5ea5de1[p=0,l=61,c=16384,r=61]={<<<32\r\n{"jwks_uri":"http://1...0/certificates"}\r\n0\r\n\r\n>>>r-encodin...\x00\x00\x00\x00\x00\x00\x00},r=1} from SocketChannelEndPoint@675a0e5f[{l=/127.0.0.1:39682,r=/127.0.0.1:24680,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}]->[HttpConnectionOverHTTP@2eeb5914(l:/127.0.0.1:39682 <-> r:/127.0.0.1:24680,closed=false)=>HttpChannelOverHTTP@74908a10(exchange=HttpExchange@45adb7db{req=HttpRequest[GET /discovery HTTP/1.1]@7103fe46[TERMINATED/null] res=HttpResponse[HTTP/1.1 200 OK]@26c81f93[PENDING/null]})[send=HttpSenderOverHTTP@3c75f90d(req=QUEUED,failure=null)[HttpGenerator@7335ea77{s=START}],recv=HttpReceiverOverHTTP@7623efc(rsp=HEADERS,failure=null)[HttpParser{s=CHUNKED_CONTENT,0 of -1}]]] 20:13:50.541 [HttpClient@2fb9374c-56] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=CHUNKED_CONTENT DirectByteBuffer@5ea5de1[p=0,l=61,c=16384,r=61]={<<<32\r\n{"jwks_uri":"http://1...0/certificates"}\r\n0\r\n\r\n>>>r-encodin...\x00\x00\x00\x00\x00\x00\x00} 20:13:50.541 [HttpClient@2fb9374c-56] DEBUG org.eclipse.jetty.http.HttpParser -- CHUNKED_CONTENT --> CHUNK_SIZE 20:13:50.541 [HttpClient@2fb9374c-56] DEBUG org.eclipse.jetty.http.HttpParser -- CHUNK_SIZE --> CHUNK 20:13:50.542 [HttpClient@2fb9374c-56] DEBUG org.eclipse.jetty.client.HttpReceiver -- Response content HttpResponse[HTTP/1.1 200 OK]@26c81f93 DirectByteBufferR@25785482[p=4,l=54,c=16384,r=50]={32\r\n<<<{"jwks_uri":"http://127.0....1:24680/certificates"}>>>\r\n0\r\n\r\nr-...\x00\x00\x00\x00\x00\x00\x00} 20:13:50.543 [HttpClient@2fb9374c-56] DEBUG org.eclipse.jetty.client.util.InputStreamResponseListener -- Queueing content java.nio.DirectByteBufferR[pos=0 lim=50 cap=50] 20:13:50.543 [HttpClient@2fb9374c-56] DEBUG org.eclipse.jetty.client.HttpReceiver -- Response content HttpResponse[HTTP/1.1 200 OK]@26c81f93, hasDemand=false 20:13:50.543 [HttpClient@2fb9374c-56] DEBUG org.eclipse.jetty.client.http.HttpReceiverOverHTTP -- Parse result=true, failed=false 20:13:50.543 [HttpClient@2fb9374c-52] DEBUG org.eclipse.jetty.client.HttpReceiver -- Response demand=1/1, resume=true 20:13:50.543 [HttpClient@2fb9374c-52] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=CHUNK DirectByteBuffer@5ea5de1[p=54,l=61,c=16384,r=7]={32\r\n{"jwk...cates"}<<<\r\n0\r\n\r\n>>>r-encodin...\x00\x00\x00\x00\x00\x00\x00} 20:13:50.543 [HttpClient@2fb9374c-56] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran SocketChannelEndPoint@675a0e5f[{l=/127.0.0.1:39682,r=/127.0.0.1:24680,OPEN,fill=-,flush=-,to=74/30000}{io=0/0,kio=0,kro=1}]->[HttpConnectionOverHTTP@2eeb5914(l:/127.0.0.1:39682 <-> r:/127.0.0.1:24680,closed=false)=>HttpChannelOverHTTP@74908a10(exchange=HttpExchange@45adb7db{req=HttpRequest[GET /discovery HTTP/1.1]@7103fe46[TERMINATED/null] res=HttpResponse[HTTP/1.1 200 OK]@26c81f93[PENDING/null]})[send=HttpSenderOverHTTP@3c75f90d(req=QUEUED,failure=null)[HttpGenerator@7335ea77{s=START}],recv=HttpReceiverOverHTTP@7623efc(rsp=CONTENT,failure=null)[HttpParser{s=CHUNK,50 of -1}]]]:runFillable:BLOCKING in QueuedThreadPool[HttpClient@2fb9374c]@6ac25812{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@63c5b143{reserved=1/2,pending=0}] 20:13:50.543 [HttpClient@2fb9374c-52] DEBUG org.eclipse.jetty.http.HttpParser -- CHUNK --> CHUNKED_CONTENT 20:13:50.544 [HttpClient@2fb9374c-52] DEBUG org.eclipse.jetty.http.HttpParser -- CHUNKED_CONTENT --> CHUNK_SIZE 20:13:50.544 [HttpClient@2fb9374c-52] DEBUG org.eclipse.jetty.http.HttpParser -- CHUNK_SIZE --> TRAILER 20:13:50.544 [HttpClient@2fb9374c-52] DEBUG org.eclipse.jetty.http.HttpParser -- TRAILER --> END 20:13:50.544 [HttpClient@2fb9374c-52] DEBUG org.eclipse.jetty.http.HttpParser -- reset HttpParser{s=END,0 of -1} 20:13:50.544 [HttpClient@2fb9374c-52] DEBUG org.eclipse.jetty.http.HttpParser -- END --> START 20:13:50.544 [HttpClient@2fb9374c-52] DEBUG org.eclipse.jetty.client.HttpReceiver -- Response success HttpResponse[HTTP/1.1 200 OK]@26c81f93 20:13:50.544 [HttpClient@2fb9374c-52] DEBUG org.eclipse.jetty.client.util.InputStreamResponseListener -- End of content 20:13:50.544 [HttpClient@2fb9374c-52] DEBUG org.eclipse.jetty.client.HttpExchange -- Terminated response for HttpExchange@45adb7db{req=HttpRequest[GET /discovery HTTP/1.1]@7103fe46[TERMINATED/null] res=HttpResponse[HTTP/1.1 200 OK]@26c81f93[TERMINATED/null]}, result: Result[HttpRequest[GET /discovery HTTP/1.1]@7103fe46 > HttpResponse[HTTP/1.1 200 OK]@26c81f93] null 20:13:50.544 [HttpClient@2fb9374c-52] DEBUG org.eclipse.jetty.client.HttpReceiver -- Response complete HttpResponse[HTTP/1.1 200 OK]@26c81f93, result: Result[HttpRequest[GET /discovery HTTP/1.1]@7103fe46 > HttpResponse[HTTP/1.1 200 OK]@26c81f93] null Feb 12, 2024 8:13:50 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. 20:13:50.544 [HttpClient@2fb9374c-52] DEBUG org.eclipse.jetty.client.HttpChannel -- HttpExchange@45adb7db{req=HttpRequest[GET /discovery HTTP/1.1]@7103fe46[TERMINATED/null] res=HttpResponse[HTTP/1.1 200 OK]@26c81f93[TERMINATED/null]} disassociated true from HttpChannelOverHTTP@74908a10(exchange=null)[send=HttpSenderOverHTTP@3c75f90d(req=QUEUED,failure=null)[HttpGenerator@7335ea77{s=START}],recv=HttpReceiverOverHTTP@7623efc(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 20:13:50.544 [HttpClient@2fb9374c-52] DEBUG org.eclipse.jetty.io.IdleTimeout -- Setting idle timeout 30000 -> 30000 on SocketChannelEndPoint@675a0e5f[{l=/127.0.0.1:39682,r=/127.0.0.1:24680,OPEN,fill=-,flush=-,to=75/30000}{io=0/0,kio=0,kro=1}]->[HttpConnectionOverHTTP@2eeb5914(l:/127.0.0.1:39682 <-> r:/127.0.0.1:24680,closed=false)=>HttpChannelOverHTTP@74908a10(exchange=null)[send=HttpSenderOverHTTP@3c75f90d(req=QUEUED,failure=null)[HttpGenerator@7335ea77{s=START}],recv=HttpReceiverOverHTTP@7623efc(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 20:13:50.544 [HttpClient@2fb9374c-52] DEBUG org.eclipse.jetty.client.HttpDestination -- Released HttpConnectionOverHTTP@2eeb5914::SocketChannelEndPoint@675a0e5f[{l=/127.0.0.1:39682,r=/127.0.0.1:24680,OPEN,fill=-,flush=-,to=75/30000}{io=0/0,kio=0,kro=1}]->[HttpConnectionOverHTTP@2eeb5914(l:/127.0.0.1:39682 <-> r:/127.0.0.1:24680,closed=false)=>HttpChannelOverHTTP@74908a10(exchange=null)[send=HttpSenderOverHTTP@3c75f90d(req=QUEUED,failure=null)[HttpGenerator@7335ea77{s=START}],recv=HttpReceiverOverHTTP@7623efc(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 20:13:50.545 [HttpClient@2fb9374c-52] DEBUG org.eclipse.jetty.client.AbstractConnectionPool -- Released (true) MultiEntry@106faa4c{IDLE,usage=1,multiplex=0,pooled=HttpConnectionOverHTTP@2eeb5914::SocketChannelEndPoint@675a0e5f[{l=/127.0.0.1:39682,r=/127.0.0.1:24680,OPEN,fill=-,flush=-,to=75/30000}{io=0/0,kio=0,kro=1}]->[HttpConnectionOverHTTP@2eeb5914(l:/127.0.0.1:39682 <-> r:/127.0.0.1:24680,closed=false)=>HttpChannelOverHTTP@74908a10(exchange=null)[send=HttpSenderOverHTTP@3c75f90d(req=QUEUED,failure=null)[HttpGenerator@7335ea77{s=START}],recv=HttpReceiverOverHTTP@7623efc(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]]} @697938b7[inUse=0,size=1,max=64,closed=false] 20:13:50.545 [HttpClient@2fb9374c-52] DEBUG org.eclipse.jetty.client.HttpReceiver -- Request/Response succeeded: Result[HttpRequest[GET /discovery HTTP/1.1]@7103fe46 > HttpResponse[HTTP/1.1 200 OK]@26c81f93] null, notifying [org.eclipse.jetty.client.util.InputStreamResponseListener@1ca13594] 20:13:50.545 [HttpClient@2fb9374c-52] DEBUG org.eclipse.jetty.client.util.InputStreamResponseListener -- Result success 20:13:50.545 [HttpClient@2fb9374c-52] DEBUG org.eclipse.jetty.client.http.HttpReceiverOverHTTP -- Parse result=false, failed=false 20:13:50.545 [HttpClient@2fb9374c-52] DEBUG org.eclipse.jetty.client.http.HttpReceiverOverHTTP -- Parse complete=true, RetainableByteBuffer@40e8db98{DirectByteBuffer@5ea5de1[p=61,l=61,c=16384,r=0]={32\r\n{"jwk...\r\n0\r\n\r\n<<<>>>r-encodin...\x00\x00\x00\x00\x00\x00\x00},r=1} HttpParser{s=START,0 of -1} 20:13:50.545 [HttpClient@2fb9374c-52] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- filled 0 DirectByteBuffer@5ea5de1[p=0,l=0,c=16384,r=0]={<<<>>>32\r\n{"jwk...\x00\x00\x00\x00\x00\x00\x00} 20:13:50.545 [HttpClient@2fb9374c-52] DEBUG org.eclipse.jetty.client.http.HttpReceiverOverHTTP -- Read 0 bytes in RetainableByteBuffer@40e8db98{DirectByteBuffer@5ea5de1[p=0,l=0,c=16384,r=0]={<<<>>>32\r\n{"jwk...\x00\x00\x00\x00\x00\x00\x00},r=1} from SocketChannelEndPoint@675a0e5f[{l=/127.0.0.1:39682,r=/127.0.0.1:24680,OPEN,fill=-,flush=-,to=76/30000}{io=0/0,kio=0,kro=1}]->[HttpConnectionOverHTTP@2eeb5914(l:/127.0.0.1:39682 <-> r:/127.0.0.1:24680,closed=false)=>HttpChannelOverHTTP@74908a10(exchange=null)[send=HttpSenderOverHTTP@3c75f90d(req=QUEUED,failure=null)[HttpGenerator@7335ea77{s=START}],recv=HttpReceiverOverHTTP@7623efc(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 20:13:50.545 [HttpClient@2fb9374c-52] DEBUG org.eclipse.jetty.client.http.HttpReceiverOverHTTP -- Released RetainableByteBuffer@40e8db98{DirectByteBuffer@5ea5de1[p=0,l=0,c=16384,r=0]={<<<>>>32\r\n{"jwk...\x00\x00\x00\x00\x00\x00\x00},r=0} 20:13:50.546 [HttpClient@2fb9374c-52] DEBUG org.eclipse.jetty.io.AbstractConnection -- fillInterested HttpConnectionOverHTTP@2eeb5914::SocketChannelEndPoint@675a0e5f[{l=/127.0.0.1:39682,r=/127.0.0.1:24680,OPEN,fill=-,flush=-,to=76/30000}{io=0/0,kio=0,kro=1}]->[HttpConnectionOverHTTP@2eeb5914(l:/127.0.0.1:39682 <-> r:/127.0.0.1:24680,closed=false)=>HttpChannelOverHTTP@74908a10(exchange=null)[send=HttpSenderOverHTTP@3c75f90d(req=QUEUED,failure=null)[HttpGenerator@7335ea77{s=START}],recv=HttpReceiverOverHTTP@7623efc(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 20:13:50.546 [HttpClient@2fb9374c-52] DEBUG org.eclipse.jetty.io.FillInterest -- interested FillInterest@77d2f40a{ReadCallback@64fcd66c{HttpConnectionOverHTTP@2eeb5914::SocketChannelEndPoint@675a0e5f[{l=/127.0.0.1:39682,r=/127.0.0.1:24680,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}]->[HttpConnectionOverHTTP@2eeb5914(l:/127.0.0.1:39682 <-> r:/127.0.0.1:24680,closed=false)=>HttpChannelOverHTTP@74908a10(exchange=null)[send=HttpSenderOverHTTP@3c75f90d(req=QUEUED,failure=null)[HttpGenerator@7335ea77{s=START}],recv=HttpReceiverOverHTTP@7623efc(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]]}} 20:13:50.546 [HttpClient@2fb9374c-52] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- changeInterests p=false 0->1 for SocketChannelEndPoint@675a0e5f[{l=/127.0.0.1:39682,r=/127.0.0.1:24680,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}]->[HttpConnectionOverHTTP@2eeb5914(l:/127.0.0.1:39682 <-> r:/127.0.0.1:24680,closed=false)=>HttpChannelOverHTTP@74908a10(exchange=null)[send=HttpSenderOverHTTP@3c75f90d(req=QUEUED,failure=null)[HttpGenerator@7335ea77{s=START}],recv=HttpReceiverOverHTTP@7623efc(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 20:13:50.546 [HttpClient@2fb9374c-52] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$393/0x00007fc4cc320870@3846fed6 on ManagedSelector@2e9a5a1c{STARTED} id=0 keys=1 selected=0 updates=0 20:13:50.546 [HttpClient@2fb9374c-52] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@2e9a5a1c{STARTED} id=0 keys=1 selected=0 updates=1 20:13:50.546 [HttpClient@2fb9374c-51] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@68123a44 woken with none selected 20:13:50.546 [HttpClient@2fb9374c-51] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@68123a44 woken up from select, 0/0/1 selected 20:13:50.546 [HttpClient@2fb9374c-51] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@68123a44 processing 0 keys, 1 updates 20:13:50.546 [HttpClient@2fb9374c-51] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 20:13:50.546 [HttpClient@2fb9374c-51] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$393/0x00007fc4cc320870@3846fed6 20:13:50.546 [HttpClient@2fb9374c-51] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- Key interests updated 0 -> 1 on SocketChannelEndPoint@675a0e5f[{l=/127.0.0.1:39682,r=/127.0.0.1:24680,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}]->[HttpConnectionOverHTTP@2eeb5914(l:/127.0.0.1:39682 <-> r:/127.0.0.1:24680,closed=false)=>HttpChannelOverHTTP@74908a10(exchange=null)[send=HttpSenderOverHTTP@3c75f90d(req=QUEUED,failure=null)[HttpGenerator@7335ea77{s=START}],recv=HttpReceiverOverHTTP@7623efc(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 20:13:50.546 [HttpClient@2fb9374c-51] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:13:50.546 [HttpClient@2fb9374c-51] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@68123a44 waiting with 1 keys 20:13:50.555 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Feature update complete. Feb 12, 2024 8:13:50 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. Feb 12, 2024 8:13:50 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. 20:13:50.560 [HttpClient@2fb9374c-52] DEBUG org.eclipse.jetty.client.util.InputStreamResponseListener -- InputStream close 20:13:50.561 [HttpClient@2fb9374c-52] DEBUG org.eclipse.jetty.client.HttpDestination -- Stale check done with result false on HttpDestination[Origin@51673f8f[http://127.0.0.1:24680,tag=null,protocol=Protocol@7f4624a[proto=[http/1.1],nego=false]]]@145b5d59,state=STARTED,queue=0,pool=MultiplexConnectionPool@1ceb4319[s=STARTED,c=0/1/64,a=0,i=1,q=0,p=@697938b7[inUse=0,size=1,max=64,closed=false]],stale=false,idle=-1 20:13:50.561 [HttpClient@2fb9374c-52] DEBUG org.eclipse.jetty.client.HttpClient -- Resolved HttpDestination[Origin@51673f8f[http://127.0.0.1:24680,tag=null,protocol=Protocol@7f4624a[proto=[http/1.1],nego=false]]]@145b5d59,state=STARTED,queue=0,pool=MultiplexConnectionPool@1ceb4319[s=STARTED,c=0/1/64,a=0,i=1,q=0,p=@697938b7[inUse=0,size=1,max=64,closed=false]],stale=false,idle=-1 for HttpRequest[GET /certificates HTTP/1.1]@2b4d94b0 20:13:50.561 [HttpClient@2fb9374c-52] DEBUG org.eclipse.jetty.client.HttpConversation -- Exchanges in conversation 1, override=null, listeners=[org.eclipse.jetty.client.util.InputStreamResponseListener@2537208a] 20:13:50.561 [HttpClient@2fb9374c-52] DEBUG org.eclipse.jetty.client.HttpDestination -- Queued HttpRequest[GET /certificates HTTP/1.1]@2b4d94b0 for HttpDestination[Origin@51673f8f[http://127.0.0.1:24680,tag=null,protocol=Protocol@7f4624a[proto=[http/1.1],nego=false]]]@145b5d59,state=STARTED,queue=1,pool=MultiplexConnectionPool@1ceb4319[s=STARTED,c=0/1/64,a=0,i=1,q=1,p=@697938b7[inUse=0,size=1,max=64,closed=false]],stale=false,idle=-1 20:13:50.561 [HttpClient@2fb9374c-52] DEBUG org.eclipse.jetty.client.AbstractConnectionPool -- Acquiring create=true on MultiplexConnectionPool@1ceb4319[s=STARTED,c=0/1/64,a=0,i=1,q=1,p=@697938b7[inUse=0,size=1,max=64,closed=false]] 20:13:50.561 [HttpClient@2fb9374c-52] DEBUG org.eclipse.jetty.client.AbstractConnectionPool -- Activated MultiEntry@106faa4c{ACTIVE,usage=2,multiplex=1,pooled=HttpConnectionOverHTTP@2eeb5914::SocketChannelEndPoint@675a0e5f[{l=/127.0.0.1:39682,r=/127.0.0.1:24680,OPEN,fill=FI,flush=-,to=15/30000}{io=1/1,kio=1,kro=1}]->[HttpConnectionOverHTTP@2eeb5914(l:/127.0.0.1:39682 <-> r:/127.0.0.1:24680,closed=false)=>HttpChannelOverHTTP@74908a10(exchange=null)[send=HttpSenderOverHTTP@3c75f90d(req=QUEUED,failure=null)[HttpGenerator@7335ea77{s=START}],recv=HttpReceiverOverHTTP@7623efc(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]]} @697938b7[inUse=1,size=1,max=64,closed=false] 20:13:50.562 [HttpClient@2fb9374c-52] DEBUG org.eclipse.jetty.client.HttpDestination -- Processing exchange HttpExchange@377720ac{req=HttpRequest[GET /certificates HTTP/1.1]@2b4d94b0[PENDING/null] res=HttpResponse[null 0 null]@49a36461[PENDING/null]} on HttpConnectionOverHTTP@2eeb5914::SocketChannelEndPoint@675a0e5f[{l=/127.0.0.1:39682,r=/127.0.0.1:24680,OPEN,fill=FI,flush=-,to=15/30000}{io=1/1,kio=1,kro=1}]->[HttpConnectionOverHTTP@2eeb5914(l:/127.0.0.1:39682 <-> r:/127.0.0.1:24680,closed=false)=>HttpChannelOverHTTP@74908a10(exchange=null)[send=HttpSenderOverHTTP@3c75f90d(req=QUEUED,failure=null)[HttpGenerator@7335ea77{s=START}],recv=HttpReceiverOverHTTP@7623efc(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] of HttpDestination[Origin@51673f8f[http://127.0.0.1:24680,tag=null,protocol=Protocol@7f4624a[proto=[http/1.1],nego=false]]]@145b5d59,state=STARTED,queue=0,pool=MultiplexConnectionPool@1ceb4319[s=STARTED,c=0/1/64,a=1,i=0,q=0,p=@697938b7[inUse=1,size=1,max=64,closed=false]],stale=false,idle=-1 20:13:50.562 [HttpClient@2fb9374c-52] DEBUG org.eclipse.jetty.client.HttpConnection -- Normalizing true HttpRequest[GET /certificates HTTP/1.1]@2b4d94b0 20:13:50.562 [HttpClient@2fb9374c-52] DEBUG org.eclipse.jetty.client.HttpChannel -- HttpExchange@377720ac{req=HttpRequest[GET /certificates HTTP/1.1]@2b4d94b0[PENDING/null] res=HttpResponse[null 0 null]@49a36461[PENDING/null]} associated true to HttpChannelOverHTTP@74908a10(exchange=HttpExchange@377720ac{req=HttpRequest[GET /certificates HTTP/1.1]@2b4d94b0[PENDING/null] res=HttpResponse[null 0 null]@49a36461[PENDING/null]})[send=HttpSenderOverHTTP@3c75f90d(req=QUEUED,failure=null)[HttpGenerator@7335ea77{s=START}],recv=HttpReceiverOverHTTP@7623efc(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 20:13:50.562 [HttpClient@2fb9374c-52] DEBUG org.eclipse.jetty.client.HttpSender -- Request begin HttpRequest[GET /certificates HTTP/1.1]@2b4d94b0 20:13:50.562 [HttpClient@2fb9374c-52] DEBUG org.eclipse.jetty.client.util.AbstractRequestContent -- Content subscription for BytesRequestContent.SubscriptionImpl@e8c91f1[demand=0,stalled=true,committed=false,emitInitial=true]: org.eclipse.jetty.client.HttpSender$ContentConsumer@2f2e265a 20:13:50.562 [HttpClient@2fb9374c-52] DEBUG org.eclipse.jetty.client.HttpSender -- Request headers HttpRequest[GET /certificates HTTP/1.1]@2b4d94b0 Accept-Encoding: gzip User-Agent: Jetty/11.0.13 Accept: application/json Host: 127.0.0.1:24680 20:13:50.562 [HttpClient@2fb9374c-52] DEBUG org.eclipse.jetty.client.util.AbstractRequestContent -- Content demand, producing true for BytesRequestContent.SubscriptionImpl@e8c91f1[demand=1,stalled=false,committed=false,emitInitial=true] 20:13:50.562 [HttpClient@2fb9374c-52] DEBUG org.eclipse.jetty.client.util.AbstractRequestContent -- Notifying content last=true HeapByteBuffer@6d9411db[p=0,l=0,c=0,r=0]={<<<>>>} for BytesRequestContent.SubscriptionImpl@e8c91f1[demand=0,stalled=false,committed=true,emitInitial=true] 20:13:50.562 [HttpClient@2fb9374c-52] DEBUG org.eclipse.jetty.client.HttpSender -- Content HeapByteBuffer@6d9411db[p=0,l=0,c=0,r=0]={<<<>>>} last=true for HttpRequest[GET /certificates HTTP/1.1]@2b4d94b0 20:13:50.562 [HttpClient@2fb9374c-52] DEBUG org.eclipse.jetty.client.http.HttpSenderOverHTTP -- Sending headers with content HeapByteBuffer@6d9411db[p=0,l=0,c=0,r=0]={<<<>>>} last=true for HttpRequest[GET /certificates HTTP/1.1]@2b4d94b0 20:13:50.562 [HttpClient@2fb9374c-52] DEBUG org.eclipse.jetty.client.http.HttpSenderOverHTTP -- Generated headers (-1 bytes), chunk (-1 bytes), content (0 bytes) - NEED_HEADER/HttpGenerator@7335ea77{s=START} for HttpRequest[GET /certificates HTTP/1.1]@2b4d94b0 20:13:50.562 [HttpClient@2fb9374c-52] DEBUG org.eclipse.jetty.http.HttpGenerator -- generateHeaders GET{u=/certificates,HTTP/1.1,h=4,cl=0,p=null} last=true content=HeapByteBuffer@6d9411db[p=0,l=0,c=0,r=0]={<<<>>>} 20:13:50.562 [HttpClient@2fb9374c-52] DEBUG org.eclipse.jetty.http.HttpGenerator -- Accept-Encoding: gzip User-Agent: Jetty/11.0.13 Accept: application/json Host: 127.0.0.1:24680 20:13:50.562 [HttpClient@2fb9374c-52] DEBUG org.eclipse.jetty.http.HttpGenerator -- NO_CONTENT 20:13:50.562 [HttpClient@2fb9374c-52] DEBUG org.eclipse.jetty.client.http.HttpSenderOverHTTP -- Generated headers (129 bytes), chunk (-1 bytes), content (0 bytes) - FLUSH/HttpGenerator@7335ea77{s=COMPLETING} for HttpRequest[GET /certificates HTTP/1.1]@2b4d94b0 20:13:50.563 [HttpClient@2fb9374c-52] DEBUG org.eclipse.jetty.io.WriteFlusher -- write: WriteFlusher@7c74c3a9{IDLE}->null [DirectByteBuffer@4e2f43af[p=0,l=129,c=4096,r=129]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@6d9411db[p=0,l=0,c=0,r=0]={<<<>>>},HeapByteBuffer@6d9411db[p=0,l=0,c=0,r=0]={<<<>>>}] 20:13:50.563 [HttpClient@2fb9374c-52] DEBUG org.eclipse.jetty.io.WriteFlusher -- update WriteFlusher@7c74c3a9{WRITING}->null:IDLE-->WRITING 20:13:50.563 [HttpClient@2fb9374c-52] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- flushed 129 SocketChannelEndPoint@675a0e5f[{l=/127.0.0.1:39682,r=/127.0.0.1:24680,OPEN,fill=FI,flush=W,to=17/30000}{io=1/1,kio=1,kro=1}]->[HttpConnectionOverHTTP@2eeb5914(l:/127.0.0.1:39682 <-> r:/127.0.0.1:24680,closed=false)=>HttpChannelOverHTTP@74908a10(exchange=HttpExchange@377720ac{req=HttpRequest[GET /certificates HTTP/1.1]@2b4d94b0[PENDING/null] res=HttpResponse[null 0 null]@49a36461[PENDING/null]})[send=HttpSenderOverHTTP@3c75f90d(req=HEADERS,failure=null)[HttpGenerator@7335ea77{s=COMPLETING}],recv=HttpReceiverOverHTTP@7623efc(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 20:13:50.563 [HttpClient@2fb9374c-52] DEBUG org.eclipse.jetty.io.WriteFlusher -- Flushed=true written=129 remaining=0 WriteFlusher@7c74c3a9{WRITING}->null 20:13:50.563 [HttpClient@2fb9374c-52] DEBUG org.eclipse.jetty.io.WriteFlusher -- update WriteFlusher@7c74c3a9{IDLE}->null:WRITING-->IDLE 20:13:50.563 [HttpClient@2fb9374c-52] DEBUG org.eclipse.jetty.client.http.HttpSenderOverHTTP -- Generated headers (-1 bytes), chunk (-1 bytes), content (-1 bytes) - DONE/HttpGenerator@7335ea77{s=END} for HttpRequest[GET /certificates HTTP/1.1]@2b4d94b0 20:13:50.563 [HttpClient@2fb9374c-52] DEBUG org.eclipse.jetty.client.HttpSender -- Request committed HttpRequest[GET /certificates HTTP/1.1]@2b4d94b0 20:13:50.563 [HttpClient@2fb9374c-52] DEBUG org.eclipse.jetty.client.HttpSender -- Request success HttpRequest[GET /certificates HTTP/1.1]@2b4d94b0 20:13:50.563 [HttpClient@2fb9374c-52] DEBUG org.eclipse.jetty.client.HttpExchange -- Terminated request for HttpExchange@377720ac{req=HttpRequest[GET /certificates HTTP/1.1]@2b4d94b0[TERMINATED/null] res=HttpResponse[null 0 null]@49a36461[PENDING/null]}, result: null 20:13:50.563 [HttpClient@2fb9374c-52] DEBUG org.eclipse.jetty.client.HttpSender -- Terminating request HttpRequest[GET /certificates HTTP/1.1]@2b4d94b0 20:13:50.563 [HttpClient@2fb9374c-52] DEBUG org.eclipse.jetty.client.util.AbstractRequestContent -- No demand, processing stalled for BytesRequestContent.SubscriptionImpl@e8c91f1[demand=0,stalled=true,committed=true,emitInitial=true] 20:13:50.563 [HttpClient@2fb9374c-51] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@68123a44 woken up from select, 1/1/1 selected 20:13:50.563 [HttpClient@2fb9374c-51] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@68123a44 processing 1 keys, 0 updates 20:13:50.563 [HttpClient@2fb9374c-51] DEBUG org.eclipse.jetty.io.ManagedSelector -- selected 1 channel=java.nio.channels.SocketChannel[connected local=/127.0.0.1:39682 remote=/127.0.0.1:24680], selector=sun.nio.ch.EPollSelectorImpl@68123a44, interestOps=1, readyOps=1 SocketChannelEndPoint@675a0e5f[{l=/127.0.0.1:39682,r=/127.0.0.1:24680,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}]->[HttpConnectionOverHTTP@2eeb5914(l:/127.0.0.1:39682 <-> r:/127.0.0.1:24680,closed=false)=>HttpChannelOverHTTP@74908a10(exchange=HttpExchange@377720ac{req=HttpRequest[GET /certificates HTTP/1.1]@2b4d94b0[TERMINATED/null] res=HttpResponse[null 0 null]@49a36461[PENDING/null]})[send=HttpSenderOverHTTP@3c75f90d(req=QUEUED,failure=null)[HttpGenerator@7335ea77{s=START}],recv=HttpReceiverOverHTTP@7623efc(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 20:13:50.564 [HttpClient@2fb9374c-51] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- onSelected 1->0 r=true w=false for SocketChannelEndPoint@675a0e5f[{l=/127.0.0.1:39682,r=/127.0.0.1:24680,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}]->[HttpConnectionOverHTTP@2eeb5914(l:/127.0.0.1:39682 <-> r:/127.0.0.1:24680,closed=false)=>HttpChannelOverHTTP@74908a10(exchange=HttpExchange@377720ac{req=HttpRequest[GET /certificates HTTP/1.1]@2b4d94b0[TERMINATED/null] res=HttpResponse[null 0 null]@49a36461[PENDING/null]})[send=HttpSenderOverHTTP@3c75f90d(req=QUEUED,failure=null)[HttpGenerator@7335ea77{s=START}],recv=HttpReceiverOverHTTP@7623efc(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 20:13:50.564 [HttpClient@2fb9374c-51] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- task SocketChannelEndPoint@675a0e5f[{l=/127.0.0.1:39682,r=/127.0.0.1:24680,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}]->[HttpConnectionOverHTTP@2eeb5914(l:/127.0.0.1:39682 <-> r:/127.0.0.1:24680,closed=false)=>HttpChannelOverHTTP@74908a10(exchange=HttpExchange@377720ac{req=HttpRequest[GET /certificates HTTP/1.1]@2b4d94b0[TERMINATED/null] res=HttpResponse[null 0 null]@49a36461[PENDING/null]})[send=HttpSenderOverHTTP@3c75f90d(req=QUEUED,failure=null)[HttpGenerator@7335ea77{s=START}],recv=HttpReceiverOverHTTP@7623efc(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]]:runFillable:BLOCKING 20:13:50.564 [HttpClient@2fb9374c-51] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@63c5b143{reserved=1/2,pending=0} tryExecute org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy$$Lambda$382/0x00007fc4cc30b428@26d6733e 20:13:50.564 [HttpClient@2fb9374c-51] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@63c5b143{reserved=0/2,pending=1} startReservedThread p=1 20:13:50.564 [HttpClient@2fb9374c-51] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue ReservedThread@11adf569{PENDING,thread=null} startThread=0 20:13:50.564 [HttpClient@2fb9374c-57] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run ReservedThread@11adf569{PENDING,thread=null} in QueuedThreadPool[HttpClient@2fb9374c]@6ac25812{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@63c5b143{reserved=0/2,pending=1}] 20:13:50.564 [HttpClient@2fb9374c-57] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@11adf569{PENDING,thread=Thread[HttpClient@2fb9374c-57,5,Configuration Admin Service]} was=PENDING next=RESERVED size=0+1 capacity=2 20:13:50.564 [HttpClient@2fb9374c-55] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@47c73c42{RESERVED,thread=Thread[HttpClient@2fb9374c-55,5,Configuration Admin Service]} task=org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy$$Lambda$382/0x00007fc4cc30b428@26d6733e ReservedThreadExecutor@63c5b143{reserved=1/2,pending=0} 20:13:50.564 [HttpClient@2fb9374c-57] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@11adf569{RESERVED,thread=Thread[HttpClient@2fb9374c-57,5,Configuration Admin Service]} waiting ReservedThreadExecutor@63c5b143{reserved=1/2,pending=0} 20:13:50.564 [HttpClient@2fb9374c-55] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- AdaptiveExecutionStrategy@62dd97b5/SelectorProducer@249ae0a2/IDLE/p=true/QueuedThreadPool[HttpClient@2fb9374c]@6ac25812{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@63c5b143{reserved=1/2,pending=0}][pc=0,pic=0,pec=1,epc=0]@2024-02-12T20:13:50.564855108Z tryProduce true 20:13:50.564 [HttpClient@2fb9374c-51] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- ss=EXECUTE_PRODUCE_CONSUME t=SocketChannelEndPoint@675a0e5f[{l=/127.0.0.1:39682,r=/127.0.0.1:24680,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}]->[HttpConnectionOverHTTP@2eeb5914(l:/127.0.0.1:39682 <-> r:/127.0.0.1:24680,closed=false)=>HttpChannelOverHTTP@74908a10(exchange=HttpExchange@377720ac{req=HttpRequest[GET /certificates HTTP/1.1]@2b4d94b0[TERMINATED/null] res=HttpResponse[null 0 null]@49a36461[PENDING/null]})[send=HttpSenderOverHTTP@3c75f90d(req=QUEUED,failure=null)[HttpGenerator@7335ea77{s=START}],recv=HttpReceiverOverHTTP@7623efc(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]]:runFillable:BLOCKING/BLOCKING AdaptiveExecutionStrategy@62dd97b5/SelectorProducer@249ae0a2/IDLE/p=true/QueuedThreadPool[HttpClient@2fb9374c]@6ac25812{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@63c5b143{reserved=1/2,pending=0}][pc=0,pic=0,pec=1,epc=0]@2024-02-12T20:13:50.564954627Z 20:13:50.565 [HttpClient@2fb9374c-55] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 0 20:13:50.565 [HttpClient@2fb9374c-55] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:13:50.565 [HttpClient@2fb9374c-51] DEBUG org.eclipse.jetty.io.FillInterest -- fillable FillInterest@77d2f40a{ReadCallback@64fcd66c{HttpConnectionOverHTTP@2eeb5914::SocketChannelEndPoint@675a0e5f[{l=/127.0.0.1:39682,r=/127.0.0.1:24680,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}]->[HttpConnectionOverHTTP@2eeb5914(l:/127.0.0.1:39682 <-> r:/127.0.0.1:24680,closed=false)=>HttpChannelOverHTTP@74908a10(exchange=HttpExchange@377720ac{req=HttpRequest[GET /certificates HTTP/1.1]@2b4d94b0[TERMINATED/null] res=HttpResponse[null 0 null]@49a36461[PENDING/null]})[send=HttpSenderOverHTTP@3c75f90d(req=QUEUED,failure=null)[HttpGenerator@7335ea77{s=START}],recv=HttpReceiverOverHTTP@7623efc(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]]}} 20:13:50.565 [HttpClient@2fb9374c-51] DEBUG org.eclipse.jetty.client.http.HttpReceiverOverHTTP -- Acquired RetainableByteBuffer@40e8db98{DirectByteBuffer@5ea5de1[p=0,l=0,c=16384,r=0]={<<<>>>32\r\n{"jwk...\x00\x00\x00\x00\x00\x00\x00},r=1} 20:13:50.565 [HttpClient@2fb9374c-51] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=START DirectByteBuffer@5ea5de1[p=0,l=0,c=16384,r=0]={<<<>>>32\r\n{"jwk...\x00\x00\x00\x00\x00\x00\x00} 20:13:50.565 [HttpClient@2fb9374c-55] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- Key interests updated 1 -> 0 on SocketChannelEndPoint@675a0e5f[{l=/127.0.0.1:39682,r=/127.0.0.1:24680,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}]->[HttpConnectionOverHTTP@2eeb5914(l:/127.0.0.1:39682 <-> r:/127.0.0.1:24680,closed=false)=>HttpChannelOverHTTP@74908a10(exchange=HttpExchange@377720ac{req=HttpRequest[GET /certificates HTTP/1.1]@2b4d94b0[TERMINATED/null] res=HttpResponse[null 0 null]@49a36461[PENDING/null]})[send=HttpSenderOverHTTP@3c75f90d(req=QUEUED,failure=null)[HttpGenerator@7335ea77{s=START}],recv=HttpReceiverOverHTTP@7623efc(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 20:13:50.565 [HttpClient@2fb9374c-51] DEBUG org.eclipse.jetty.client.http.HttpReceiverOverHTTP -- Parse result=false, failed=false 20:13:50.565 [HttpClient@2fb9374c-55] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@68123a44 waiting with 1 keys 20:13:50.565 [HttpClient@2fb9374c-51] DEBUG org.eclipse.jetty.client.http.HttpReceiverOverHTTP -- Parse complete=false, RetainableByteBuffer@40e8db98{DirectByteBuffer@5ea5de1[p=0,l=0,c=16384,r=0]={<<<>>>32\r\n{"jwk...\x00\x00\x00\x00\x00\x00\x00},r=1} HttpParser{s=START,0 of -1} 20:13:50.565 [HttpClient@2fb9374c-51] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- filled 84 DirectByteBuffer@5ea5de1[p=0,l=84,c=16384,r=84]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 20:13:50.565 [HttpClient@2fb9374c-51] DEBUG org.eclipse.jetty.client.http.HttpReceiverOverHTTP -- Read 84 bytes in RetainableByteBuffer@40e8db98{DirectByteBuffer@5ea5de1[p=0,l=84,c=16384,r=84]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},r=1} from SocketChannelEndPoint@675a0e5f[{l=/127.0.0.1:39682,r=/127.0.0.1:24680,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}]->[HttpConnectionOverHTTP@2eeb5914(l:/127.0.0.1:39682 <-> r:/127.0.0.1:24680,closed=false)=>HttpChannelOverHTTP@74908a10(exchange=HttpExchange@377720ac{req=HttpRequest[GET /certificates HTTP/1.1]@2b4d94b0[TERMINATED/null] res=HttpResponse[null 0 null]@49a36461[PENDING/null]})[send=HttpSenderOverHTTP@3c75f90d(req=QUEUED,failure=null)[HttpGenerator@7335ea77{s=START}],recv=HttpReceiverOverHTTP@7623efc(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 20:13:50.565 [HttpClient@2fb9374c-51] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=START DirectByteBuffer@5ea5de1[p=0,l=84,c=16384,r=84]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 20:13:50.565 [HttpClient@2fb9374c-51] DEBUG org.eclipse.jetty.http.HttpParser -- START --> RESPONSE_VERSION 20:13:50.565 [HttpClient@2fb9374c-51] DEBUG org.eclipse.jetty.http.HttpParser -- RESPONSE_VERSION --> SPACE1 20:13:50.565 [HttpClient@2fb9374c-51] DEBUG org.eclipse.jetty.http.HttpParser -- SPACE1 --> STATUS 20:13:50.565 [HttpClient@2fb9374c-51] DEBUG org.eclipse.jetty.http.HttpParser -- STATUS --> SPACE2 20:13:50.565 [HttpClient@2fb9374c-51] DEBUG org.eclipse.jetty.http.HttpParser -- SPACE2 --> REASON 20:13:50.565 [HttpClient@2fb9374c-51] DEBUG org.eclipse.jetty.http.HttpParser -- REASON --> HEADER 20:13:50.565 [HttpClient@2fb9374c-51] DEBUG org.eclipse.jetty.client.HttpConversation -- Exchanges in conversation 1, override=null, listeners=[org.eclipse.jetty.client.util.InputStreamResponseListener@2537208a] 20:13:50.565 [HttpClient@2fb9374c-51] DEBUG org.eclipse.jetty.client.HttpReceiver -- Response begin HttpResponse[HTTP/1.1 200 OK]@49a36461 20:13:50.565 [HttpClient@2fb9374c-51] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Date --> VALUE 20:13:50.565 [HttpClient@2fb9374c-51] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Date --> IN_VALUE 20:13:50.565 [HttpClient@2fb9374c-51] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Date --> FIELD 20:13:50.565 [HttpClient@2fb9374c-51] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Transfer-Encoding: chunked --> IN_VALUE 20:13:50.565 [HttpClient@2fb9374c-51] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Transfer-Encoding: chunked --> FIELD 20:13:50.565 [HttpClient@2fb9374c-51] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER --> CHUNKED_CONTENT 20:13:50.565 [HttpClient@2fb9374c-51] DEBUG org.eclipse.jetty.client.HttpReceiver -- Response headers HttpResponse[HTTP/1.1 200 OK]@49a36461 Date: Mon, 12 Feb 2024 20:13:50 GMT Transfer-Encoding: chunked 20:13:50.566 [HttpClient@2fb9374c-51] DEBUG org.eclipse.jetty.client.HttpReceiver -- Response demand=1/1, resume=false 20:13:50.566 [HttpClient@2fb9374c-51] DEBUG org.eclipse.jetty.client.HttpReceiver -- Response headers hasDemand=true HttpResponse[HTTP/1.1 200 OK]@49a36461 20:13:50.566 [HttpClient@2fb9374c-51] DEBUG org.eclipse.jetty.client.http.HttpReceiverOverHTTP -- Parse result=false, failed=false 20:13:50.566 [HttpClient@2fb9374c-51] DEBUG org.eclipse.jetty.client.http.HttpReceiverOverHTTP -- Parse complete=false, RetainableByteBuffer@40e8db98{DirectByteBuffer@5ea5de1[p=84,l=84,c=16384,r=0]={HTTP/1.1 ...ked\r\n\r\n<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},r=1} HttpParser{s=CHUNKED_CONTENT,0 of -1} 20:13:50.566 [HttpClient@2fb9374c-51] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- filled 0 DirectByteBuffer@5ea5de1[p=0,l=0,c=16384,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 20:13:50.566 [HttpClient@2fb9374c-51] DEBUG org.eclipse.jetty.client.http.HttpReceiverOverHTTP -- Read 0 bytes in RetainableByteBuffer@40e8db98{DirectByteBuffer@5ea5de1[p=0,l=0,c=16384,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00},r=1} from SocketChannelEndPoint@675a0e5f[{l=/127.0.0.1:39682,r=/127.0.0.1:24680,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}]->[HttpConnectionOverHTTP@2eeb5914(l:/127.0.0.1:39682 <-> r:/127.0.0.1:24680,closed=false)=>HttpChannelOverHTTP@74908a10(exchange=HttpExchange@377720ac{req=HttpRequest[GET /certificates HTTP/1.1]@2b4d94b0[TERMINATED/null] res=HttpResponse[HTTP/1.1 200 OK]@49a36461[PENDING/null]})[send=HttpSenderOverHTTP@3c75f90d(req=QUEUED,failure=null)[HttpGenerator@7335ea77{s=START}],recv=HttpReceiverOverHTTP@7623efc(rsp=HEADERS,failure=null)[HttpParser{s=CHUNKED_CONTENT,0 of -1}]]] 20:13:50.645 [HttpClient@2fb9374c-51] DEBUG org.eclipse.jetty.client.http.HttpReceiverOverHTTP -- Released RetainableByteBuffer@40e8db98{DirectByteBuffer@5ea5de1[p=0,l=0,c=16384,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00},r=0} 20:13:50.646 [HttpClient@2fb9374c-51] DEBUG org.eclipse.jetty.io.AbstractConnection -- fillInterested HttpConnectionOverHTTP@2eeb5914::SocketChannelEndPoint@675a0e5f[{l=/127.0.0.1:39682,r=/127.0.0.1:24680,OPEN,fill=-,flush=-,to=80/30000}{io=0/0,kio=0,kro=1}]->[HttpConnectionOverHTTP@2eeb5914(l:/127.0.0.1:39682 <-> r:/127.0.0.1:24680,closed=false)=>HttpChannelOverHTTP@74908a10(exchange=HttpExchange@377720ac{req=HttpRequest[GET /certificates HTTP/1.1]@2b4d94b0[TERMINATED/null] res=HttpResponse[HTTP/1.1 200 OK]@49a36461[PENDING/null]})[send=HttpSenderOverHTTP@3c75f90d(req=QUEUED,failure=null)[HttpGenerator@7335ea77{s=START}],recv=HttpReceiverOverHTTP@7623efc(rsp=HEADERS,failure=null)[HttpParser{s=CHUNKED_CONTENT,0 of -1}]]] 20:13:50.646 [HttpClient@2fb9374c-51] DEBUG org.eclipse.jetty.io.FillInterest -- interested FillInterest@77d2f40a{ReadCallback@64fcd66c{HttpConnectionOverHTTP@2eeb5914::SocketChannelEndPoint@675a0e5f[{l=/127.0.0.1:39682,r=/127.0.0.1:24680,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}]->[HttpConnectionOverHTTP@2eeb5914(l:/127.0.0.1:39682 <-> r:/127.0.0.1:24680,closed=false)=>HttpChannelOverHTTP@74908a10(exchange=HttpExchange@377720ac{req=HttpRequest[GET /certificates HTTP/1.1]@2b4d94b0[TERMINATED/null] res=HttpResponse[HTTP/1.1 200 OK]@49a36461[PENDING/null]})[send=HttpSenderOverHTTP@3c75f90d(req=QUEUED,failure=null)[HttpGenerator@7335ea77{s=START}],recv=HttpReceiverOverHTTP@7623efc(rsp=HEADERS,failure=null)[HttpParser{s=CHUNKED_CONTENT,0 of -1}]]]}} 20:13:50.646 [HttpClient@2fb9374c-51] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- changeInterests p=false 0->1 for SocketChannelEndPoint@675a0e5f[{l=/127.0.0.1:39682,r=/127.0.0.1:24680,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}]->[HttpConnectionOverHTTP@2eeb5914(l:/127.0.0.1:39682 <-> r:/127.0.0.1:24680,closed=false)=>HttpChannelOverHTTP@74908a10(exchange=HttpExchange@377720ac{req=HttpRequest[GET /certificates HTTP/1.1]@2b4d94b0[TERMINATED/null] res=HttpResponse[HTTP/1.1 200 OK]@49a36461[PENDING/null]})[send=HttpSenderOverHTTP@3c75f90d(req=QUEUED,failure=null)[HttpGenerator@7335ea77{s=START}],recv=HttpReceiverOverHTTP@7623efc(rsp=HEADERS,failure=null)[HttpParser{s=CHUNKED_CONTENT,0 of -1}]]] 20:13:50.646 [HttpClient@2fb9374c-51] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$393/0x00007fc4cc320870@3846fed6 on ManagedSelector@2e9a5a1c{STARTED} id=0 keys=1 selected=0 updates=0 20:13:50.646 [HttpClient@2fb9374c-51] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@2e9a5a1c{STARTED} id=0 keys=1 selected=0 updates=1 20:13:50.646 [HttpClient@2fb9374c-51] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.io.ManagedSelector$$Lambda$383/0x00007fc4cc30ba90@2d2e8241 in QueuedThreadPool[HttpClient@2fb9374c]@6ac25812{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@63c5b143{reserved=1/2,pending=0}] 20:13:50.646 [HttpClient@2fb9374c-55] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@68123a44 woken with none selected 20:13:50.646 [HttpClient@2fb9374c-55] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@68123a44 woken up from select, 0/0/1 selected 20:13:50.646 [HttpClient@2fb9374c-55] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@68123a44 processing 0 keys, 1 updates 20:13:50.646 [HttpClient@2fb9374c-55] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 20:13:50.646 [HttpClient@2fb9374c-55] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$393/0x00007fc4cc320870@3846fed6 20:13:50.647 [HttpClient@2fb9374c-55] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- Key interests updated 0 -> 1 on SocketChannelEndPoint@675a0e5f[{l=/127.0.0.1:39682,r=/127.0.0.1:24680,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}]->[HttpConnectionOverHTTP@2eeb5914(l:/127.0.0.1:39682 <-> r:/127.0.0.1:24680,closed=false)=>HttpChannelOverHTTP@74908a10(exchange=HttpExchange@377720ac{req=HttpRequest[GET /certificates HTTP/1.1]@2b4d94b0[TERMINATED/null] res=HttpResponse[HTTP/1.1 200 OK]@49a36461[PENDING/null]})[send=HttpSenderOverHTTP@3c75f90d(req=QUEUED,failure=null)[HttpGenerator@7335ea77{s=START}],recv=HttpReceiverOverHTTP@7623efc(rsp=HEADERS,failure=null)[HttpParser{s=CHUNKED_CONTENT,0 of -1}]]] 20:13:50.647 [HttpClient@2fb9374c-55] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:13:50.647 [HttpClient@2fb9374c-55] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@68123a44 waiting with 1 keys 20:13:50.655 [HttpClient@2fb9374c-55] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@68123a44 woken up from select, 1/1/1 selected 20:13:50.656 [HttpClient@2fb9374c-55] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@68123a44 processing 1 keys, 0 updates 20:13:50.656 [HttpClient@2fb9374c-55] DEBUG org.eclipse.jetty.io.ManagedSelector -- selected 1 channel=java.nio.channels.SocketChannel[connected local=/127.0.0.1:39682 remote=/127.0.0.1:24680], selector=sun.nio.ch.EPollSelectorImpl@68123a44, interestOps=1, readyOps=1 SocketChannelEndPoint@675a0e5f[{l=/127.0.0.1:39682,r=/127.0.0.1:24680,OPEN,fill=FI,flush=-,to=9/30000}{io=1/1,kio=1,kro=1}]->[HttpConnectionOverHTTP@2eeb5914(l:/127.0.0.1:39682 <-> r:/127.0.0.1:24680,closed=false)=>HttpChannelOverHTTP@74908a10(exchange=HttpExchange@377720ac{req=HttpRequest[GET /certificates HTTP/1.1]@2b4d94b0[TERMINATED/null] res=HttpResponse[HTTP/1.1 200 OK]@49a36461[PENDING/null]})[send=HttpSenderOverHTTP@3c75f90d(req=QUEUED,failure=null)[HttpGenerator@7335ea77{s=START}],recv=HttpReceiverOverHTTP@7623efc(rsp=HEADERS,failure=null)[HttpParser{s=CHUNKED_CONTENT,0 of -1}]]] 20:13:50.656 [HttpClient@2fb9374c-55] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- onSelected 1->0 r=true w=false for SocketChannelEndPoint@675a0e5f[{l=/127.0.0.1:39682,r=/127.0.0.1:24680,OPEN,fill=FI,flush=-,to=10/30000}{io=1/0,kio=1,kro=1}]->[HttpConnectionOverHTTP@2eeb5914(l:/127.0.0.1:39682 <-> r:/127.0.0.1:24680,closed=false)=>HttpChannelOverHTTP@74908a10(exchange=HttpExchange@377720ac{req=HttpRequest[GET /certificates HTTP/1.1]@2b4d94b0[TERMINATED/null] res=HttpResponse[HTTP/1.1 200 OK]@49a36461[PENDING/null]})[send=HttpSenderOverHTTP@3c75f90d(req=QUEUED,failure=null)[HttpGenerator@7335ea77{s=START}],recv=HttpReceiverOverHTTP@7623efc(rsp=HEADERS,failure=null)[HttpParser{s=CHUNKED_CONTENT,0 of -1}]]] 20:13:50.656 [HttpClient@2fb9374c-55] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- task SocketChannelEndPoint@675a0e5f[{l=/127.0.0.1:39682,r=/127.0.0.1:24680,OPEN,fill=FI,flush=-,to=10/30000}{io=1/0,kio=1,kro=1}]->[HttpConnectionOverHTTP@2eeb5914(l:/127.0.0.1:39682 <-> r:/127.0.0.1:24680,closed=false)=>HttpChannelOverHTTP@74908a10(exchange=HttpExchange@377720ac{req=HttpRequest[GET /certificates HTTP/1.1]@2b4d94b0[TERMINATED/null] res=HttpResponse[HTTP/1.1 200 OK]@49a36461[PENDING/null]})[send=HttpSenderOverHTTP@3c75f90d(req=QUEUED,failure=null)[HttpGenerator@7335ea77{s=START}],recv=HttpReceiverOverHTTP@7623efc(rsp=HEADERS,failure=null)[HttpParser{s=CHUNKED_CONTENT,0 of -1}]]]:runFillable:BLOCKING 20:13:50.656 [HttpClient@2fb9374c-55] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@63c5b143{reserved=1/2,pending=0} tryExecute org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy$$Lambda$382/0x00007fc4cc30b428@26d6733e 20:13:50.656 [HttpClient@2fb9374c-55] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@63c5b143{reserved=0/2,pending=1} startReservedThread p=1 20:13:50.656 [HttpClient@2fb9374c-55] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue ReservedThread@159671dc{PENDING,thread=null} startThread=0 20:13:50.656 [HttpClient@2fb9374c-57] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@11adf569{RESERVED,thread=Thread[HttpClient@2fb9374c-57,5,Configuration Admin Service]} task=org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy$$Lambda$382/0x00007fc4cc30b428@26d6733e ReservedThreadExecutor@63c5b143{reserved=0/2,pending=1} 20:13:50.656 [HttpClient@2fb9374c-58] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run ReservedThread@159671dc{PENDING,thread=null} in QueuedThreadPool[HttpClient@2fb9374c]@6ac25812{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@63c5b143{reserved=0/2,pending=1}] 20:13:50.656 [HttpClient@2fb9374c-58] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@159671dc{PENDING,thread=Thread[HttpClient@2fb9374c-58,5,Configuration Admin Service]} was=PENDING next=RESERVED size=0+1 capacity=2 20:13:50.656 [HttpClient@2fb9374c-58] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@159671dc{RESERVED,thread=Thread[HttpClient@2fb9374c-58,5,Configuration Admin Service]} waiting ReservedThreadExecutor@63c5b143{reserved=1/2,pending=0} 20:13:50.656 [HttpClient@2fb9374c-57] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- AdaptiveExecutionStrategy@62dd97b5/SelectorProducer@249ae0a2/IDLE/p=true/QueuedThreadPool[HttpClient@2fb9374c]@6ac25812{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@63c5b143{reserved=0/2,pending=1}][pc=0,pic=0,pec=1,epc=1]@2024-02-12T20:13:50.656922726Z tryProduce true 20:13:50.657 [HttpClient@2fb9374c-57] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 0 20:13:50.657 [HttpClient@2fb9374c-57] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:13:50.656 [HttpClient@2fb9374c-55] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- ss=EXECUTE_PRODUCE_CONSUME t=SocketChannelEndPoint@675a0e5f[{l=/127.0.0.1:39682,r=/127.0.0.1:24680,OPEN,fill=FI,flush=-,to=10/30000}{io=1/0,kio=1,kro=1}]->[HttpConnectionOverHTTP@2eeb5914(l:/127.0.0.1:39682 <-> r:/127.0.0.1:24680,closed=false)=>HttpChannelOverHTTP@74908a10(exchange=HttpExchange@377720ac{req=HttpRequest[GET /certificates HTTP/1.1]@2b4d94b0[TERMINATED/null] res=HttpResponse[HTTP/1.1 200 OK]@49a36461[PENDING/null]})[send=HttpSenderOverHTTP@3c75f90d(req=QUEUED,failure=null)[HttpGenerator@7335ea77{s=START}],recv=HttpReceiverOverHTTP@7623efc(rsp=HEADERS,failure=null)[HttpParser{s=CHUNKED_CONTENT,0 of -1}]]]:runFillable:BLOCKING/BLOCKING AdaptiveExecutionStrategy@62dd97b5/SelectorProducer@249ae0a2/PRODUCING/p=false/QueuedThreadPool[HttpClient@2fb9374c]@6ac25812{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@63c5b143{reserved=1/2,pending=0}][pc=0,pic=0,pec=1,epc=1]@2024-02-12T20:13:50.65708073Z 20:13:50.657 [HttpClient@2fb9374c-57] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- Key interests updated 1 -> 0 on SocketChannelEndPoint@675a0e5f[{l=/127.0.0.1:39682,r=/127.0.0.1:24680,OPEN,fill=FI,flush=-,to=10/30000}{io=0/0,kio=0,kro=1}]->[HttpConnectionOverHTTP@2eeb5914(l:/127.0.0.1:39682 <-> r:/127.0.0.1:24680,closed=false)=>HttpChannelOverHTTP@74908a10(exchange=HttpExchange@377720ac{req=HttpRequest[GET /certificates HTTP/1.1]@2b4d94b0[TERMINATED/null] res=HttpResponse[HTTP/1.1 200 OK]@49a36461[PENDING/null]})[send=HttpSenderOverHTTP@3c75f90d(req=QUEUED,failure=null)[HttpGenerator@7335ea77{s=START}],recv=HttpReceiverOverHTTP@7623efc(rsp=HEADERS,failure=null)[HttpParser{s=CHUNKED_CONTENT,0 of -1}]]] 20:13:50.657 [HttpClient@2fb9374c-57] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@68123a44 waiting with 1 keys 20:13:50.657 [HttpClient@2fb9374c-55] DEBUG org.eclipse.jetty.io.FillInterest -- fillable FillInterest@77d2f40a{ReadCallback@64fcd66c{HttpConnectionOverHTTP@2eeb5914::SocketChannelEndPoint@675a0e5f[{l=/127.0.0.1:39682,r=/127.0.0.1:24680,OPEN,fill=FI,flush=-,to=11/30000}{io=0/0,kio=0,kro=1}]->[HttpConnectionOverHTTP@2eeb5914(l:/127.0.0.1:39682 <-> r:/127.0.0.1:24680,closed=false)=>HttpChannelOverHTTP@74908a10(exchange=HttpExchange@377720ac{req=HttpRequest[GET /certificates HTTP/1.1]@2b4d94b0[TERMINATED/null] res=HttpResponse[HTTP/1.1 200 OK]@49a36461[PENDING/null]})[send=HttpSenderOverHTTP@3c75f90d(req=QUEUED,failure=null)[HttpGenerator@7335ea77{s=START}],recv=HttpReceiverOverHTTP@7623efc(rsp=HEADERS,failure=null)[HttpParser{s=CHUNKED_CONTENT,0 of -1}]]]}} 20:13:50.657 [HttpClient@2fb9374c-55] DEBUG org.eclipse.jetty.client.http.HttpReceiverOverHTTP -- Acquired RetainableByteBuffer@40e8db98{DirectByteBuffer@5ea5de1[p=0,l=0,c=16384,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00},r=1} 20:13:50.657 [HttpClient@2fb9374c-55] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=CHUNKED_CONTENT DirectByteBuffer@5ea5de1[p=0,l=0,c=16384,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00} 20:13:50.657 [HttpClient@2fb9374c-55] DEBUG org.eclipse.jetty.client.http.HttpReceiverOverHTTP -- Parse result=false, failed=false 20:13:50.657 [HttpClient@2fb9374c-55] DEBUG org.eclipse.jetty.client.http.HttpReceiverOverHTTP -- Parse complete=false, RetainableByteBuffer@40e8db98{DirectByteBuffer@5ea5de1[p=0,l=0,c=16384,r=0]={<<<>>>HTTP/1.1 ...\x00\x00\x00\x00\x00\x00\x00},r=1} HttpParser{s=CHUNKED_CONTENT,0 of -1} 20:13:50.657 [HttpClient@2fb9374c-55] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- filled 814 DirectByteBuffer@5ea5de1[p=0,l=814,c=16384,r=814]={<<<322\r\n{"keys":[{"kid":"tes...null,"k":null}]}\r\n0\r\n\r\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 20:13:50.657 [HttpClient@2fb9374c-55] DEBUG org.eclipse.jetty.client.http.HttpReceiverOverHTTP -- Read 814 bytes in RetainableByteBuffer@40e8db98{DirectByteBuffer@5ea5de1[p=0,l=814,c=16384,r=814]={<<<322\r\n{"keys":[{"kid":"tes...null,"k":null}]}\r\n0\r\n\r\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},r=1} from SocketChannelEndPoint@675a0e5f[{l=/127.0.0.1:39682,r=/127.0.0.1:24680,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}]->[HttpConnectionOverHTTP@2eeb5914(l:/127.0.0.1:39682 <-> r:/127.0.0.1:24680,closed=false)=>HttpChannelOverHTTP@74908a10(exchange=HttpExchange@377720ac{req=HttpRequest[GET /certificates HTTP/1.1]@2b4d94b0[TERMINATED/null] res=HttpResponse[HTTP/1.1 200 OK]@49a36461[PENDING/null]})[send=HttpSenderOverHTTP@3c75f90d(req=QUEUED,failure=null)[HttpGenerator@7335ea77{s=START}],recv=HttpReceiverOverHTTP@7623efc(rsp=HEADERS,failure=null)[HttpParser{s=CHUNKED_CONTENT,0 of -1}]]] 20:13:50.658 [HttpClient@2fb9374c-55] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=CHUNKED_CONTENT DirectByteBuffer@5ea5de1[p=0,l=814,c=16384,r=814]={<<<322\r\n{"keys":[{"kid":"tes...null,"k":null}]}\r\n0\r\n\r\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 20:13:50.658 [HttpClient@2fb9374c-55] DEBUG org.eclipse.jetty.http.HttpParser -- CHUNKED_CONTENT --> CHUNK_SIZE 20:13:50.658 [HttpClient@2fb9374c-55] DEBUG org.eclipse.jetty.http.HttpParser -- CHUNK_SIZE --> CHUNK 20:13:50.658 [HttpClient@2fb9374c-55] DEBUG org.eclipse.jetty.client.HttpReceiver -- Response content HttpResponse[HTTP/1.1 200 OK]@49a36461 DirectByteBufferR@1b518d1e[p=5,l=807,c=16384,r=802]={322\r\n<<<{"keys":[{"kid":"test","k...ll,"y":null,"k":null}]}>>>\r\n0\r\n\r\n\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 20:13:50.658 [HttpClient@2fb9374c-55] DEBUG org.eclipse.jetty.client.util.InputStreamResponseListener -- Queueing content java.nio.DirectByteBufferR[pos=0 lim=802 cap=802] 20:13:50.658 [HttpClient@2fb9374c-55] DEBUG org.eclipse.jetty.client.HttpReceiver -- Response content HttpResponse[HTTP/1.1 200 OK]@49a36461, hasDemand=false 20:13:50.658 [HttpClient@2fb9374c-55] DEBUG org.eclipse.jetty.client.http.HttpReceiverOverHTTP -- Parse result=true, failed=false 20:13:50.658 [HttpClient@2fb9374c-55] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@47c73c42{RUNNING,thread=Thread[HttpClient@2fb9374c-55,5,Configuration Admin Service]} was=RUNNING next=RESERVED size=0+2 capacity=2 20:13:50.658 [HttpClient@2fb9374c-55] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@47c73c42{RESERVED,thread=Thread[HttpClient@2fb9374c-55,5,Configuration Admin Service]} waiting ReservedThreadExecutor@63c5b143{reserved=2/2,pending=0} 20:13:50.658 [HttpClient@2fb9374c-52] DEBUG org.eclipse.jetty.client.HttpReceiver -- Response demand=1/1, resume=true 20:13:50.658 [HttpClient@2fb9374c-52] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=CHUNK DirectByteBuffer@5ea5de1[p=807,l=814,c=16384,r=7]={322\r\n{"ke...null}]}<<<\r\n0\r\n\r\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 20:13:50.658 [HttpClient@2fb9374c-52] DEBUG org.eclipse.jetty.http.HttpParser -- CHUNK --> CHUNKED_CONTENT 20:13:50.658 [HttpClient@2fb9374c-52] DEBUG org.eclipse.jetty.http.HttpParser -- CHUNKED_CONTENT --> CHUNK_SIZE 20:13:50.658 [HttpClient@2fb9374c-52] DEBUG org.eclipse.jetty.http.HttpParser -- CHUNK_SIZE --> TRAILER 20:13:50.658 [HttpClient@2fb9374c-52] DEBUG org.eclipse.jetty.http.HttpParser -- TRAILER --> END 20:13:50.658 [HttpClient@2fb9374c-52] DEBUG org.eclipse.jetty.http.HttpParser -- reset HttpParser{s=END,0 of -1} 20:13:50.658 [HttpClient@2fb9374c-52] DEBUG org.eclipse.jetty.http.HttpParser -- END --> START 20:13:50.658 [HttpClient@2fb9374c-52] DEBUG org.eclipse.jetty.client.HttpReceiver -- Response success HttpResponse[HTTP/1.1 200 OK]@49a36461 20:13:50.658 [HttpClient@2fb9374c-52] DEBUG org.eclipse.jetty.client.util.InputStreamResponseListener -- End of content 20:13:50.658 [HttpClient@2fb9374c-52] DEBUG org.eclipse.jetty.client.HttpExchange -- Terminated response for HttpExchange@377720ac{req=HttpRequest[GET /certificates HTTP/1.1]@2b4d94b0[TERMINATED/null] res=HttpResponse[HTTP/1.1 200 OK]@49a36461[TERMINATED/null]}, result: Result[HttpRequest[GET /certificates HTTP/1.1]@2b4d94b0 > HttpResponse[HTTP/1.1 200 OK]@49a36461] null 20:13:50.658 [HttpClient@2fb9374c-52] DEBUG org.eclipse.jetty.client.HttpReceiver -- Response complete HttpResponse[HTTP/1.1 200 OK]@49a36461, result: Result[HttpRequest[GET /certificates HTTP/1.1]@2b4d94b0 > HttpResponse[HTTP/1.1 200 OK]@49a36461] null 20:13:50.658 [HttpClient@2fb9374c-52] DEBUG org.eclipse.jetty.client.HttpChannel -- HttpExchange@377720ac{req=HttpRequest[GET /certificates HTTP/1.1]@2b4d94b0[TERMINATED/null] res=HttpResponse[HTTP/1.1 200 OK]@49a36461[TERMINATED/null]} disassociated true from HttpChannelOverHTTP@74908a10(exchange=null)[send=HttpSenderOverHTTP@3c75f90d(req=QUEUED,failure=null)[HttpGenerator@7335ea77{s=START}],recv=HttpReceiverOverHTTP@7623efc(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]] 20:13:50.658 [HttpClient@2fb9374c-52] DEBUG org.eclipse.jetty.io.IdleTimeout -- Setting idle timeout 30000 -> 30000 on SocketChannelEndPoint@675a0e5f[{l=/127.0.0.1:39682,r=/127.0.0.1:24680,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}]->[HttpConnectionOverHTTP@2eeb5914(l:/127.0.0.1:39682 <-> r:/127.0.0.1:24680,closed=false)=>HttpChannelOverHTTP@74908a10(exchange=null)[send=HttpSenderOverHTTP@3c75f90d(req=QUEUED,failure=null)[HttpGenerator@7335ea77{s=START}],recv=HttpReceiverOverHTTP@7623efc(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 20:13:50.658 [HttpClient@2fb9374c-52] DEBUG org.eclipse.jetty.client.HttpDestination -- Released HttpConnectionOverHTTP@2eeb5914::SocketChannelEndPoint@675a0e5f[{l=/127.0.0.1:39682,r=/127.0.0.1:24680,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}]->[HttpConnectionOverHTTP@2eeb5914(l:/127.0.0.1:39682 <-> r:/127.0.0.1:24680,closed=false)=>HttpChannelOverHTTP@74908a10(exchange=null)[send=HttpSenderOverHTTP@3c75f90d(req=QUEUED,failure=null)[HttpGenerator@7335ea77{s=START}],recv=HttpReceiverOverHTTP@7623efc(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 20:13:50.658 [HttpClient@2fb9374c-52] DEBUG org.eclipse.jetty.client.AbstractConnectionPool -- Released (true) MultiEntry@106faa4c{IDLE,usage=2,multiplex=0,pooled=HttpConnectionOverHTTP@2eeb5914::SocketChannelEndPoint@675a0e5f[{l=/127.0.0.1:39682,r=/127.0.0.1:24680,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}]->[HttpConnectionOverHTTP@2eeb5914(l:/127.0.0.1:39682 <-> r:/127.0.0.1:24680,closed=false)=>HttpChannelOverHTTP@74908a10(exchange=null)[send=HttpSenderOverHTTP@3c75f90d(req=QUEUED,failure=null)[HttpGenerator@7335ea77{s=START}],recv=HttpReceiverOverHTTP@7623efc(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]]} @697938b7[inUse=0,size=1,max=64,closed=false] 20:13:50.659 [HttpClient@2fb9374c-52] DEBUG org.eclipse.jetty.client.HttpReceiver -- Request/Response succeeded: Result[HttpRequest[GET /certificates HTTP/1.1]@2b4d94b0 > HttpResponse[HTTP/1.1 200 OK]@49a36461] null, notifying [org.eclipse.jetty.client.util.InputStreamResponseListener@2537208a] 20:13:50.659 [HttpClient@2fb9374c-52] DEBUG org.eclipse.jetty.client.util.InputStreamResponseListener -- Result success 20:13:50.659 [HttpClient@2fb9374c-52] DEBUG org.eclipse.jetty.client.http.HttpReceiverOverHTTP -- Parse result=false, failed=false 20:13:50.659 [HttpClient@2fb9374c-52] DEBUG org.eclipse.jetty.client.http.HttpReceiverOverHTTP -- Parse complete=true, RetainableByteBuffer@40e8db98{DirectByteBuffer@5ea5de1[p=814,l=814,c=16384,r=0]={322\r\n{"ke...\r\n0\r\n\r\n<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},r=1} HttpParser{s=START,0 of -1} 20:13:50.659 [HttpClient@2fb9374c-52] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- filled 0 DirectByteBuffer@5ea5de1[p=0,l=0,c=16384,r=0]={<<<>>>322\r\n{"ke...\x00\x00\x00\x00\x00\x00\x00} 20:13:50.659 [HttpClient@2fb9374c-52] DEBUG org.eclipse.jetty.client.http.HttpReceiverOverHTTP -- Read 0 bytes in RetainableByteBuffer@40e8db98{DirectByteBuffer@5ea5de1[p=0,l=0,c=16384,r=0]={<<<>>>322\r\n{"ke...\x00\x00\x00\x00\x00\x00\x00},r=1} from SocketChannelEndPoint@675a0e5f[{l=/127.0.0.1:39682,r=/127.0.0.1:24680,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}]->[HttpConnectionOverHTTP@2eeb5914(l:/127.0.0.1:39682 <-> r:/127.0.0.1:24680,closed=false)=>HttpChannelOverHTTP@74908a10(exchange=null)[send=HttpSenderOverHTTP@3c75f90d(req=QUEUED,failure=null)[HttpGenerator@7335ea77{s=START}],recv=HttpReceiverOverHTTP@7623efc(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 20:13:50.659 [HttpClient@2fb9374c-52] DEBUG org.eclipse.jetty.client.http.HttpReceiverOverHTTP -- Released RetainableByteBuffer@40e8db98{DirectByteBuffer@5ea5de1[p=0,l=0,c=16384,r=0]={<<<>>>322\r\n{"ke...\x00\x00\x00\x00\x00\x00\x00},r=0} 20:13:50.659 [HttpClient@2fb9374c-52] DEBUG org.eclipse.jetty.io.AbstractConnection -- fillInterested HttpConnectionOverHTTP@2eeb5914::SocketChannelEndPoint@675a0e5f[{l=/127.0.0.1:39682,r=/127.0.0.1:24680,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}]->[HttpConnectionOverHTTP@2eeb5914(l:/127.0.0.1:39682 <-> r:/127.0.0.1:24680,closed=false)=>HttpChannelOverHTTP@74908a10(exchange=null)[send=HttpSenderOverHTTP@3c75f90d(req=QUEUED,failure=null)[HttpGenerator@7335ea77{s=START}],recv=HttpReceiverOverHTTP@7623efc(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 20:13:50.659 [HttpClient@2fb9374c-52] DEBUG org.eclipse.jetty.io.FillInterest -- interested FillInterest@77d2f40a{ReadCallback@64fcd66c{HttpConnectionOverHTTP@2eeb5914::SocketChannelEndPoint@675a0e5f[{l=/127.0.0.1:39682,r=/127.0.0.1:24680,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}]->[HttpConnectionOverHTTP@2eeb5914(l:/127.0.0.1:39682 <-> r:/127.0.0.1:24680,closed=false)=>HttpChannelOverHTTP@74908a10(exchange=null)[send=HttpSenderOverHTTP@3c75f90d(req=QUEUED,failure=null)[HttpGenerator@7335ea77{s=START}],recv=HttpReceiverOverHTTP@7623efc(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]]}} 20:13:50.659 [HttpClient@2fb9374c-52] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- changeInterests p=false 0->1 for SocketChannelEndPoint@675a0e5f[{l=/127.0.0.1:39682,r=/127.0.0.1:24680,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}]->[HttpConnectionOverHTTP@2eeb5914(l:/127.0.0.1:39682 <-> r:/127.0.0.1:24680,closed=false)=>HttpChannelOverHTTP@74908a10(exchange=null)[send=HttpSenderOverHTTP@3c75f90d(req=QUEUED,failure=null)[HttpGenerator@7335ea77{s=START}],recv=HttpReceiverOverHTTP@7623efc(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 20:13:50.660 [HttpClient@2fb9374c-52] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$393/0x00007fc4cc320870@3846fed6 on ManagedSelector@2e9a5a1c{STARTED} id=0 keys=1 selected=0 updates=0 20:13:50.660 [HttpClient@2fb9374c-52] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@2e9a5a1c{STARTED} id=0 keys=1 selected=0 updates=1 20:13:50.660 [HttpClient@2fb9374c-57] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@68123a44 woken with none selected 20:13:50.660 [HttpClient@2fb9374c-57] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@68123a44 woken up from select, 0/0/1 selected 20:13:50.660 [HttpClient@2fb9374c-57] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@68123a44 processing 0 keys, 1 updates 20:13:50.660 [HttpClient@2fb9374c-57] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 20:13:50.660 [HttpClient@2fb9374c-57] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$393/0x00007fc4cc320870@3846fed6 20:13:50.660 [HttpClient@2fb9374c-57] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- Key interests updated 0 -> 1 on SocketChannelEndPoint@675a0e5f[{l=/127.0.0.1:39682,r=/127.0.0.1:24680,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}]->[HttpConnectionOverHTTP@2eeb5914(l:/127.0.0.1:39682 <-> r:/127.0.0.1:24680,closed=false)=>HttpChannelOverHTTP@74908a10(exchange=null)[send=HttpSenderOverHTTP@3c75f90d(req=QUEUED,failure=null)[HttpGenerator@7335ea77{s=START}],recv=HttpReceiverOverHTTP@7623efc(rsp=IDLE,failure=null)[HttpParser{s=START,0 of -1}]]] 20:13:50.660 [HttpClient@2fb9374c-57] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:13:50.660 [HttpClient@2fb9374c-57] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@68123a44 waiting with 1 keys Feb 12, 2024 8:13:50 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application sensinact-rest class org.eclipse.osgitech.rest.util.OptionalResponseFilter Feb 12, 2024 8:13:50 PM org.eclipse.osgitech.rest.runtime.JerseyServiceRuntime assignContent INFO: Added content OptionalResponse Filter to application .default class org.eclipse.osgitech.rest.util.OptionalResponseFilter Feb 12, 2024 8:13:50 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. 20:13:50.754 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@730adaeb woken up from select, 1/1/1 selected 20:13:50.754 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@730adaeb processing 1 keys, 0 updates 20:13:50.754 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- selected 1 channel=java.nio.channels.SocketChannel[connected local=/127.0.0.1:8083 remote=/127.0.0.1:37886], selector=sun.nio.ch.EPollSelectorImpl@730adaeb, interestOps=1, readyOps=1 SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:37886,OPEN,fill=FI,flush=-,to=1064/60000}{io=1/1,kio=1,kro=1}]->[HttpConnection@24623f63[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6204f4fc{s=START}]=>HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{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}] 20:13:50.754 [qtp304157852-39] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- onSelected 1->0 r=true w=false for SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:37886,OPEN,fill=FI,flush=-,to=1064/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@24623f63[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6204f4fc{s=START}]=>HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{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}] 20:13:50.754 [qtp304157852-39] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- task SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:37886,OPEN,fill=FI,flush=-,to=1065/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@24623f63[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6204f4fc{s=START}]=>HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{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 20:13:50.754 [qtp304157852-39] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@4d385e23{reserved=1/2,pending=0} tryExecute org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy$$Lambda$382/0x00007fc4cc30b428@61148d55 20:13:50.754 [qtp304157852-39] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@4d385e23{reserved=0/2,pending=1} startReservedThread p=1 20:13:50.754 [qtp304157852-39] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue ReservedThread@589177f0{PENDING,thread=null} startThread=0 20:13:50.754 [qtp304157852-42] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@7a106483{RESERVED,thread=Thread[qtp304157852-42,5,Configuration Admin Service]} task=org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy$$Lambda$382/0x00007fc4cc30b428@61148d55 ReservedThreadExecutor@4d385e23{reserved=0/2,pending=1} 20:13:50.754 [qtp304157852-44] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run ReservedThread@589177f0{PENDING,thread=null} in QueuedThreadPool[qtp304157852]@1221149c{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=0/2,pending=1}] 20:13:50.754 [qtp304157852-44] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@589177f0{PENDING,thread=Thread[qtp304157852-44,5,Configuration Admin Service]} was=PENDING next=RESERVED size=0+1 capacity=2 20:13:50.754 [qtp304157852-44] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@589177f0{RESERVED,thread=Thread[qtp304157852-44,5,Configuration Admin Service]} waiting ReservedThreadExecutor@4d385e23{reserved=1/2,pending=0} 20:13:50.754 [qtp304157852-42] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- AdaptiveExecutionStrategy@313e7a31/SelectorProducer@1efd6dc5/IDLE/p=true/QueuedThreadPool[qtp304157852]@1221149c{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=1/2,pending=0}][pc=0,pic=0,pec=1,epc=0]@2024-02-12T20:13:50.754900335Z tryProduce true 20:13:50.754 [qtp304157852-39] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- ss=EXECUTE_PRODUCE_CONSUME t=SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:37886,OPEN,fill=FI,flush=-,to=1065/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@24623f63[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6204f4fc{s=START}]=>HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{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/BLOCKING AdaptiveExecutionStrategy@313e7a31/SelectorProducer@1efd6dc5/IDLE/p=true/QueuedThreadPool[qtp304157852]@1221149c{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=1/2,pending=0}][pc=0,pic=0,pec=1,epc=0]@2024-02-12T20:13:50.755062571Z 20:13:50.755 [qtp304157852-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 0 20:13:50.755 [qtp304157852-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:13:50.755 [qtp304157852-39] DEBUG org.eclipse.jetty.io.FillInterest -- fillable FillInterest@2d692b10{ReadCallback@73cb9e9b{HttpConnection@24623f63::SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:37886,OPEN,fill=FI,flush=-,to=1065/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@24623f63[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6204f4fc{s=START}]=>HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{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}]}} 20:13:50.755 [qtp304157852-42] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- Key interests updated 1 -> 0 on SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:37886,OPEN,fill=FI,flush=-,to=1065/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@24623f63[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6204f4fc{s=START}]=>HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{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}] 20:13:50.755 [qtp304157852-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@730adaeb waiting with 1 keys 20:13:50.755 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@24623f63::SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:37886,OPEN,fill=-,flush=-,to=1065/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@24623f63[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6204f4fc{s=START}]=>HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{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 enter HttpChannelState@289e7808{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 20:13:50.755 [qtp304157852-39] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- filled 214 DirectByteBuffer@49038633[p=0,l=214,c=8192,r=214]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 20:13:50.755 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@24623f63::SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:37886,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@24623f63[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6204f4fc{s=START}]=>HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{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 214 RetainableByteBuffer@48d5060f{DirectByteBuffer@49038633[p=0,l=214,c=8192,r=214]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},r=1} 20:13:50.755 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@24623f63::SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:37886,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@24623f63[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6204f4fc{s=START}]=>HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{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@48d5060f{DirectByteBuffer@49038633[p=0,l=214,c=8192,r=214]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},r=1} 20:13:50.755 [qtp304157852-39] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=START DirectByteBuffer@49038633[p=0,l=214,c=8192,r=214]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 20:13:50.755 [qtp304157852-39] DEBUG org.eclipse.jetty.http.HttpParser -- START --> SPACE1 20:13:50.755 [qtp304157852-39] DEBUG org.eclipse.jetty.http.HttpParser -- SPACE1 --> URI 20:13:50.755 [qtp304157852-39] DEBUG org.eclipse.jetty.http.HttpParser -- URI --> SPACE2 20:13:50.755 [qtp304157852-39] DEBUG org.eclipse.jetty.http.HttpParser -- SPACE2 --> REQUEST_VERSION 20:13:50.755 [qtp304157852-39] DEBUG org.eclipse.jetty.http.HttpParser -- REQUEST_VERSION --> HEADER 20:13:50.756 [qtp304157852-39] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Connection --> IN_VALUE 20:13:50.756 [qtp304157852-39] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Connection --> FIELD 20:13:50.756 [qtp304157852-39] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Content-Length: 0 --> IN_VALUE 20:13:50.756 [qtp304157852-39] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Content-Length: 0 --> FIELD 20:13:50.756 [qtp304157852-39] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Host: localhost:8083 --> IN_VALUE 20:13:50.756 [qtp304157852-39] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Host: localhost:8083 --> FIELD 20:13:50.756 [qtp304157852-39] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:HTTP2-Settings --> VALUE 20:13:50.756 [qtp304157852-39] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:HTTP2-Settings --> IN_VALUE 20:13:50.756 [qtp304157852-39] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:HTTP2-Settings --> FIELD 20:13:50.756 [qtp304157852-39] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Upgrade --> VALUE 20:13:50.756 [qtp304157852-39] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Upgrade --> IN_VALUE 20:13:50.756 [qtp304157852-39] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Upgrade --> FIELD 20:13:50.756 [qtp304157852-39] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:User-Agent: Java-http-client/17.0.9 --> IN_VALUE 20:13:50.756 [qtp304157852-39] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:User-Agent: Java-http-client/17.0.9 --> FIELD 20:13:50.756 [qtp304157852-39] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER --> CONTENT 20:13:50.756 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpInput -- reopen HttpInput@1264972907 cs=HttpChannelState@289e7808{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@25615b16 eof=true 20:13:50.756 [qtp304157852-39] DEBUG org.eclipse.jetty.server.BlockingContentProducer -- reopening org.eclipse.jetty.server.BlockingContentProducer@25615b16 20:13:50.756 [qtp304157852-39] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- reopening AsyncContentProducer@7d75bc16[r=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],t=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],i=null,error=false,c=HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0}] 20:13:50.756 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpChannel -- REQUEST for /sensinact on HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=http://localhost:8083/sensinact,age=0} GET /sensinact HTTP/1.1 Connection: Upgrade, HTTP2-Settings Content-Length: 0 Host: localhost:8083 HTTP2-Settings: AAEAAEAAAAIAAAABAAMAAABkAAQBAAAAAAUAAEAA Upgrade: h2c User-Agent: Java-http-client/17.0.9 20:13:50.756 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- upgrade HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=http://localhost:8083/sensinact,age=0} Upgrade: h2c 20:13:50.756 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- No factory for Upgrade: h2c in ServerConnector@66323f4c{HTTP/1.1, (http/1.1)}{0.0.0.0:8083} 20:13:50.756 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@24623f63::SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:37886,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@24623f63[p=HttpParser{s=CONTENT,0 of 0},g=HttpGenerator@6204f4fc{s=START}]=>HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=http://localhost:8083/sensinact,age=0}] parsed true HttpParser{s=CONTENT,0 of 0} 20:13:50.756 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpConnection -- releaseRequestBuffer HttpConnection@24623f63::SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:37886,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@24623f63[p=HttpParser{s=CONTENT,0 of 0},g=HttpGenerator@6204f4fc{s=START}]=>HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=http://localhost:8083/sensinact,age=0}] 20:13:50.756 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpChannel -- handle http://localhost:8083/sensinact HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=http://localhost:8083/sensinact,age=0} 20:13:50.757 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpChannelState -- handling HttpChannelState@289e7808{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 20:13:50.757 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpChannel -- action DISPATCH HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=HANDLING,uri=http://localhost:8083/sensinact,age=1} 20:13:50.757 [qtp304157852-39] DEBUG org.eclipse.jetty.server.Server -- REQUEST GET /sensinact ?null on HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=HANDLING,uri=http://localhost:8083/sensinact,age=1} 20:13:50.757 [qtp304157852-39] DEBUG org.eclipse.jetty.server.handler.ContextHandler -- scope null||/sensinact @ o.e.j.s.ServletContextHandler@23a589ed{/,null,AVAILABLE} 20:13:50.757 [qtp304157852-39] DEBUG org.eclipse.jetty.server.handler.ContextHandler -- context=||/sensinact @ o.e.j.s.ServletContextHandler@23a589ed{/,null,AVAILABLE} 20:13:50.757 [qtp304157852-39] DEBUG org.eclipse.jetty.server.session.SessionHandler -- Entering scope org.eclipse.jetty.server.session.SessionHandler2123212850==dftMaxIdleSec=0, dispatch=REQUEST asyncstarted=false 20:13:50.757 [qtp304157852-39] DEBUG org.eclipse.jetty.server.session.SessionHandler -- sessionHandler=org.eclipse.jetty.server.session.SessionHandler2123212850==dftMaxIdleSec=0 session=null 20:13:50.757 [qtp304157852-39] DEBUG org.eclipse.jetty.servlet.ServletHandler -- servlet ||/sensinact|ServletPathMapping{matchValue=, pattern=/*, servletName=org.apache.felix.http.base.internal.dispatch.DispatcherServlet-3250993a, mappingMatch=PATH, servletPath=, pathInfo=/sensinact} -> org.apache.felix.http.base.internal.dispatch.DispatcherServlet-3250993a==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@c53ed7f9{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 20:13:50.757 [qtp304157852-39] DEBUG org.eclipse.jetty.servlet.ServletHandler -- chain=null 20:13:50.772 [HttpClient@2fb9374c-52] DEBUG org.eclipse.jetty.client.util.InputStreamResponseListener -- InputStream close 20:13:50.858 [HttpClient@2fb9374c-52] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.sensinact.gateway.northbound.security.oidc.OIDCTokenValidator$$Lambda$595/0x00007fc4cc438800@2c1a59f7 in QueuedThreadPool[HttpClient@2fb9374c]@6ac25812{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@63c5b143{reserved=2/2,pending=0}] 20:13:50.860 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpChannelState -- sendError HttpChannelState@289e7808{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 20:13:50.860 [qtp304157852-39] DEBUG org.eclipse.jetty.server.session.SessionHandler -- Leaving scope org.eclipse.jetty.server.session.SessionHandler2123212850==dftMaxIdleSec=0 dispatch=REQUEST, async=false, session=null, oldsession=null, oldsessionhandler=null 20:13:50.860 [qtp304157852-39] DEBUG org.eclipse.jetty.server.Server -- handled=true async=false committed=true on HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=true i=true al=0},r=2,c=false/false,a=HANDLING,uri=http://localhost:8083/sensinact,age=104} 20:13:50.860 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpChannelState -- unhandle HttpChannelState@289e7808{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=true i=true al=0} 20:13:50.861 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpChannelState -- nextAction(false) SEND_ERROR HttpChannelState@289e7808{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=false al=0} 20:13:50.861 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpChannel -- action SEND_ERROR HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=false al=0},r=2,c=false/false,a=HANDLING,uri=http://localhost:8083/sensinact,age=105} 20:13:50.861 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpInput -- consumeAll HttpInput@1264972907 cs=HttpChannelState@289e7808{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@25615b16 eof=false 20:13:50.861 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- failing all content with org.eclipse.jetty.util.StaticException: Unconsumed content HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=false al=0},r=2,c=false/false,a=HANDLING,uri=http://localhost:8083/sensinact,age=105} 20:13:50.861 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- produceContent has no content, parsing and filling 20:13:50.861 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@24623f63::SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:37886,OPEN,fill=-,flush=-,to=105/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@24623f63[p=HttpParser{s=CONTENT,0 of 0},g=HttpGenerator@6204f4fc{s=START}]=>HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=false al=0},r=2,c=false/false,a=HANDLING,uri=http://localhost:8083/sensinact,age=105}] parse null 20:13:50.861 [qtp304157852-39] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=CONTENT HeapByteBuffer@6d9411db[p=0,l=0,c=0,r=0]={<<<>>>} 20:13:50.861 [qtp304157852-39] DEBUG org.eclipse.jetty.http.HttpParser -- CONTENT --> CONTENT_END 20:13:50.861 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpChannel -- onContentComplete HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=false al=0},r=2,c=false/false,a=HANDLING,uri=http://localhost:8083/sensinact,age=105} 20:13:50.861 [qtp304157852-39] DEBUG org.eclipse.jetty.http.HttpParser -- CONTENT_END --> END 20:13:50.861 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpChannel -- onRequestComplete HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=false al=0},r=2,c=false/false,a=HANDLING,uri=http://localhost:8083/sensinact,age=105} 20:13:50.861 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- received EOF, content = null 20:13:50.861 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@24623f63::SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:37886,OPEN,fill=-,flush=-,to=106/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@24623f63[p=HttpParser{s=END,0 of 0},g=HttpGenerator@6204f4fc{s=START}]=>HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=false al=0},r=2,c=false/false,a=HANDLING,uri=http://localhost:8083/sensinact,age=105}] parsed false HttpParser{s=END,0 of 0} 20:13:50.861 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- produceContent produced EofContent 20:13:50.861 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- failed all content, EOF = true 20:13:50.861 [qtp304157852-39] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- failed all content of http channel EOF=true AsyncContentProducer@7d75bc16[r=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],t=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],i=null,error=false,c=HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=false al=0},r=2,c=false/false,a=HANDLING,uri=http://localhost:8083/sensinact,age=105}] 20:13:50.861 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpInput -- isFinished=true HttpInput@1264972907 cs=HttpChannelState@289e7808{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@25615b16 eof=true 20:13:50.861 [qtp304157852-39] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- isError = false AsyncContentProducer@7d75bc16[r=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],t=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],i=null,error=false,c=HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=false al=0},r=2,c=false/false,a=HANDLING,uri=http://localhost:8083/sensinact,age=105}] 20:13:50.861 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpInput -- isError=false HttpInput@1264972907 cs=HttpChannelState@289e7808{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@25615b16 eof=true 20:13:50.862 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpChannelState -- completing HttpChannelState@289e7808{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=false al=0} 20:13:50.862 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpChannel -- sendResponse info=null content=DirectByteBuffer@6d9f1cf5[p=0,l=436,c=32768,r=436]={<<<\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@5687a4a9 20:13:50.862 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpChannel -- COMMIT for /sensinact on HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{s=HANDLING rs=COMPLETING os=COMMITTED is=IDLE awp=false se=false i=false al=0},r=2,c=false/false,a=HANDLING,uri=http://localhost:8083/sensinact,age=106} 404 null HTTP/1.1 Cache-Control: must-revalidate,no-cache,no-store Content-Type: text/html;charset=iso-8859-1 20:13:50.862 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpConnection -- generate: NEED_HEADER for SendCallback@1e96a19b[PROCESSING][i=HTTP/1.1{s=404,h=2,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@47a9a397] (null,[p=0,l=436,c=32768,r=436],true)@START 20:13:50.862 [qtp304157852-39] DEBUG org.eclipse.jetty.http.HttpGenerator -- generateHeaders HTTP/1.1{s=404,h=2,cl=-1} last=true content=DirectByteBuffer@6d9f1cf5[p=0,l=436,c=32768,r=436]={<<<\n\n\n\n\n\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 20:13:50.862 [qtp304157852-39] DEBUG org.eclipse.jetty.http.HttpGenerator -- Cache-Control: must-revalidate,no-cache,no-store Content-Type: text/html;charset=iso-8859-1 20:13:50.862 [qtp304157852-39] DEBUG org.eclipse.jetty.http.HttpGenerator -- CONTENT_LENGTH 20:13:50.862 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpConnection -- generate: FLUSH for SendCallback@1e96a19b[PROCESSING][i=HTTP/1.1{s=404,h=2,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@47a9a397] ([p=0,l=141,c=16384,r=141],[p=0,l=436,c=32768,r=436],true)@COMPLETING 20:13:50.862 [qtp304157852-39] DEBUG org.eclipse.jetty.io.WriteFlusher -- write: WriteFlusher@140f7948{IDLE}->null [DirectByteBuffer@583dd419[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@6d9f1cf5[p=0,l=436,c=32768,r=436]={<<<\n\n\n\n\n\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}] 20:13:50.862 [qtp304157852-39] DEBUG org.eclipse.jetty.io.WriteFlusher -- update WriteFlusher@140f7948{WRITING}->null:IDLE-->WRITING 20:13:50.862 [qtp304157852-39] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- flushed 577 SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:37886,OPEN,fill=-,flush=W,to=107/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@24623f63[p=HttpParser{s=END,0 of 0},g=HttpGenerator@6204f4fc{s=COMPLETING}]=>HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{s=HANDLING rs=COMPLETING os=COMMITTED is=IDLE awp=false se=false i=false al=0},r=2,c=false/false,a=HANDLING,uri=http://localhost:8083/sensinact,age=106}] 20:13:50.862 [qtp304157852-39] DEBUG org.eclipse.jetty.io.WriteFlusher -- Flushed=true written=577 remaining=0 WriteFlusher@140f7948{WRITING}->null 20:13:50.862 [qtp304157852-39] DEBUG org.eclipse.jetty.io.WriteFlusher -- update WriteFlusher@140f7948{IDLE}->null:WRITING-->IDLE 20:13:50.862 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpConnection -- generate: DONE for SendCallback@1e96a19b[PROCESSING][i=HTTP/1.1{s=404,h=2,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@47a9a397] ([p=141,l=141,c=16384,r=0],[p=436,l=436,c=32768,r=0],true)@END 20:13:50.862 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpChannelState -- completed HttpChannelState@289e7808{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 20:13:50.862 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpChannelState -- unhandle HttpChannelState@289e7808{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 20:13:50.862 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpChannelState -- nextAction(false) TERMINATED HttpChannelState@289e7808{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 20:13:50.862 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpChannel -- action TERMINATED HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=2,c=true/true,a=IDLE,uri=http://localhost:8083/sensinact,age=106} 20:13:50.862 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpChannel -- onCompleted for /sensinact written=436 20:13:50.863 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpInput -- consumeAll HttpInput@1264972907 cs=HttpChannelState@289e7808{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@25615b16 eof=true 20:13:50.863 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- failing all content with org.eclipse.jetty.util.StaticException: Unconsumed content HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=2,c=true/true,a=IDLE,uri=http://localhost:8083/sensinact,age=107} 20:13:50.863 [qtp304157852-39] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- failed all content of http channel EOF=true AsyncContentProducer@7d75bc16[r=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],t=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],i=null,error=false,c=HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=2,c=true/true,a=IDLE,uri=http://localhost:8083/sensinact,age=107}] 20:13:50.863 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpInput -- isFinished=true HttpInput@1264972907 cs=HttpChannelState@289e7808{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@25615b16 eof=true 20:13:50.863 [qtp304157852-39] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- isError = false AsyncContentProducer@7d75bc16[r=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],t=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],i=null,error=false,c=HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=2,c=true/true,a=IDLE,uri=http://localhost:8083/sensinact,age=107}] 20:13:50.863 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpInput -- isError=false HttpInput@1264972907 cs=HttpChannelState@289e7808{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@25615b16 eof=true 20:13:50.863 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpChannelState -- recycle HttpChannelState@289e7808{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 20:13:50.863 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpInput -- recycle HttpInput@1264972907 cs=HttpChannelState@289e7808{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@25615b16 eof=true 20:13:50.863 [qtp304157852-39] DEBUG org.eclipse.jetty.server.BlockingContentProducer -- recycling org.eclipse.jetty.server.BlockingContentProducer@25615b16 20:13:50.863 [qtp304157852-39] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- recycling AsyncContentProducer@7d75bc16[r=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],t=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],i=null,error=false,c=HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=http://localhost:8083/sensinact,age=107}] 20:13:50.863 [qtp304157852-39] DEBUG org.eclipse.jetty.http.HttpParser -- reset HttpParser{s=END,0 of 0} 20:13:50.863 [qtp304157852-39] DEBUG org.eclipse.jetty.http.HttpParser -- END --> START 20:13:50.863 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpChannel -- !handle TERMINATED HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0} 20:13:50.863 [qtp304157852-39] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- filled 0 DirectByteBuffer@49038633[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 20:13:50.863 [qtp304157852-39] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- filled 0 DirectByteBuffer@49038633[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 20:13:50.863 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@24623f63::SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:37886,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@24623f63[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6204f4fc{s=START}]=>HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0}] filled 0 RetainableByteBuffer@48d5060f{DirectByteBuffer@49038633[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00},r=1} 20:13:50.863 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@24623f63::SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:37886,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@24623f63[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6204f4fc{s=START}]=>HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0}] parse RetainableByteBuffer@48d5060f{DirectByteBuffer@49038633[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00},r=1} 20:13:50.863 [qtp304157852-39] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=START DirectByteBuffer@49038633[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 20:13:50.863 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@24623f63::SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:37886,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@24623f63[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6204f4fc{s=START}]=>HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0}] parsed false HttpParser{s=START,0 of -1} 20:13:50.863 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpConnection -- releaseRequestBuffer HttpConnection@24623f63::SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:37886,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@24623f63[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6204f4fc{s=START}]=>HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0}] 20:13:50.863 [qtp304157852-39] DEBUG org.eclipse.jetty.io.AbstractConnection -- fillInterested HttpConnection@24623f63::SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:37886,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@24623f63[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6204f4fc{s=START}]=>HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0}] 20:13:50.864 [qtp304157852-39] DEBUG org.eclipse.jetty.io.FillInterest -- interested FillInterest@2d692b10{ReadCallback@73cb9e9b{HttpConnection@24623f63::SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:37886,OPEN,fill=FI,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@24623f63[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6204f4fc{s=START}]=>HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0}]}} 20:13:50.864 [qtp304157852-39] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- changeInterests p=false 0->1 for SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:37886,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}]->[HttpConnection@24623f63[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6204f4fc{s=START}]=>HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0}] 20:13:50.864 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$393/0x00007fc4cc320870@422e35ad on ManagedSelector@62a71547{STARTED} id=0 keys=1 selected=0 updates=0 20:13:50.864 [qtp304157852-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@62a71547{STARTED} id=0 keys=1 selected=0 updates=1 20:13:50.864 [qtp304157852-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@730adaeb woken with none selected 20:13:50.864 [qtp304157852-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@730adaeb woken up from select, 0/0/1 selected 20:13:50.864 [qtp304157852-39] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@24623f63::SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:37886,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}]->[HttpConnection@24623f63[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6204f4fc{s=START}]=>HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0}] onFillable exit HttpChannelState@289e7808{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 20:13:50.864 [qtp304157852-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@730adaeb processing 0 keys, 1 updates 20:13:50.864 [qtp304157852-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 20:13:50.864 [qtp304157852-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$393/0x00007fc4cc320870@422e35ad 20:13:50.864 [qtp304157852-39] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.io.ManagedSelector$$Lambda$383/0x00007fc4cc30ba90@15db0d46 in QueuedThreadPool[qtp304157852]@1221149c{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=1/2,pending=0}] 20:13:50.864 [qtp304157852-42] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- Key interests updated 0 -> 1 on SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:37886,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=1}]->[HttpConnection@24623f63[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6204f4fc{s=START}]=>HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0}] 20:13:50.864 [qtp304157852-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:13:50.864 [qtp304157852-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@730adaeb waiting with 1 keys Feb 12, 2024 8:13:50 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:13:50 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. Feb 12, 2024 8:13:50 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. Feb 12, 2024 8:13:51 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Feb 12, 2024 8:13:51 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl will be ignored. Feb 12, 2024 8:13:51 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl will be ignored. 20:13:51.865 [qtp304157852-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@730adaeb woken up from select, 1/1/1 selected 20:13:51.865 [qtp304157852-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@730adaeb processing 1 keys, 0 updates 20:13:51.865 [qtp304157852-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- selected 1 channel=java.nio.channels.SocketChannel[connected local=/127.0.0.1:8083 remote=/127.0.0.1:37886], selector=sun.nio.ch.EPollSelectorImpl@730adaeb, interestOps=1, readyOps=1 SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:37886,OPEN,fill=FI,flush=-,to=1001/60000}{io=1/1,kio=1,kro=1}]->[HttpConnection@24623f63[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6204f4fc{s=START}]=>HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0}] 20:13:51.866 [qtp304157852-42] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- onSelected 1->0 r=true w=false for SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:37886,OPEN,fill=FI,flush=-,to=1001/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@24623f63[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6204f4fc{s=START}]=>HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0}] 20:13:51.866 [qtp304157852-42] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- task SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:37886,OPEN,fill=FI,flush=-,to=1002/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@24623f63[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6204f4fc{s=START}]=>HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0}]:runFillable:BLOCKING 20:13:51.866 [qtp304157852-42] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@4d385e23{reserved=1/2,pending=0} tryExecute org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy$$Lambda$382/0x00007fc4cc30b428@61148d55 20:13:51.866 [qtp304157852-42] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@4d385e23{reserved=0/2,pending=1} startReservedThread p=1 20:13:51.866 [qtp304157852-42] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue ReservedThread@36c74807{PENDING,thread=null} startThread=0 20:13:51.866 [qtp304157852-44] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@589177f0{RESERVED,thread=Thread[qtp304157852-44,5,Configuration Admin Service]} task=org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy$$Lambda$382/0x00007fc4cc30b428@61148d55 ReservedThreadExecutor@4d385e23{reserved=0/2,pending=1} 20:13:51.866 [qtp304157852-45] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run ReservedThread@36c74807{PENDING,thread=null} in QueuedThreadPool[qtp304157852]@1221149c{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=0/2,pending=1}] 20:13:51.866 [qtp304157852-45] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@36c74807{PENDING,thread=Thread[qtp304157852-45,5,Configuration Admin Service]} was=PENDING next=RESERVED size=0+1 capacity=2 20:13:51.866 [qtp304157852-45] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@36c74807{RESERVED,thread=Thread[qtp304157852-45,5,Configuration Admin Service]} waiting ReservedThreadExecutor@4d385e23{reserved=1/2,pending=0} 20:13:51.866 [qtp304157852-44] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- AdaptiveExecutionStrategy@313e7a31/SelectorProducer@1efd6dc5/IDLE/p=true/QueuedThreadPool[qtp304157852]@1221149c{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=0/2,pending=1}][pc=0,pic=0,pec=1,epc=1]@2024-02-12T20:13:51.86653444Z tryProduce true 20:13:51.866 [qtp304157852-42] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- ss=EXECUTE_PRODUCE_CONSUME t=SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:37886,OPEN,fill=FI,flush=-,to=1002/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@24623f63[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6204f4fc{s=START}]=>HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0}]:runFillable:BLOCKING/BLOCKING AdaptiveExecutionStrategy@313e7a31/SelectorProducer@1efd6dc5/IDLE/p=true/QueuedThreadPool[qtp304157852]@1221149c{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=1/2,pending=0}][pc=0,pic=0,pec=1,epc=1]@2024-02-12T20:13:51.866646931Z 20:13:51.866 [qtp304157852-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 0 20:13:51.866 [qtp304157852-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:13:51.866 [qtp304157852-42] DEBUG org.eclipse.jetty.io.FillInterest -- fillable FillInterest@2d692b10{ReadCallback@73cb9e9b{HttpConnection@24623f63::SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:37886,OPEN,fill=FI,flush=-,to=1002/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@24623f63[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6204f4fc{s=START}]=>HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0}]}} 20:13:51.866 [qtp304157852-44] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- Key interests updated 1 -> 0 on SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:37886,OPEN,fill=FI,flush=-,to=1002/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@24623f63[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6204f4fc{s=START}]=>HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0}] 20:13:51.866 [qtp304157852-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@730adaeb waiting with 1 keys 20:13:51.866 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@24623f63::SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:37886,OPEN,fill=-,flush=-,to=1002/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@24623f63[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6204f4fc{s=START}]=>HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0}] onFillable enter HttpChannelState@289e7808{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 20:13:51.867 [qtp304157852-42] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- filled 214 DirectByteBuffer@49038633[p=0,l=214,c=8192,r=214]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 20:13:51.867 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@24623f63::SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:37886,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@24623f63[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6204f4fc{s=START}]=>HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0}] filled 214 RetainableByteBuffer@48d5060f{DirectByteBuffer@49038633[p=0,l=214,c=8192,r=214]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},r=1} 20:13:51.867 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@24623f63::SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:37886,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@24623f63[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6204f4fc{s=START}]=>HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=2,c=false/false,a=IDLE,uri=null,age=0}] parse RetainableByteBuffer@48d5060f{DirectByteBuffer@49038633[p=0,l=214,c=8192,r=214]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},r=1} 20:13:51.867 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=START DirectByteBuffer@49038633[p=0,l=214,c=8192,r=214]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 20:13:51.867 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- START --> SPACE1 20:13:51.867 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- SPACE1 --> URI 20:13:51.867 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- URI --> SPACE2 20:13:51.867 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- SPACE2 --> REQUEST_VERSION 20:13:51.867 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- REQUEST_VERSION --> HEADER 20:13:51.867 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Connection --> IN_VALUE 20:13:51.867 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Connection --> FIELD 20:13:51.867 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Content-Length: 0 --> IN_VALUE 20:13:51.867 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Content-Length: 0 --> FIELD 20:13:51.867 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Host: localhost:8083 --> IN_VALUE 20:13:51.867 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Host: localhost:8083 --> FIELD 20:13:51.867 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:HTTP2-Settings --> VALUE 20:13:51.867 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:HTTP2-Settings --> IN_VALUE 20:13:51.867 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:HTTP2-Settings --> FIELD 20:13:51.867 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Upgrade --> VALUE 20:13:51.867 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Upgrade --> IN_VALUE 20:13:51.867 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Upgrade --> FIELD 20:13:51.867 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:User-Agent: Java-http-client/17.0.9 --> IN_VALUE 20:13:51.867 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:User-Agent: Java-http-client/17.0.9 --> FIELD 20:13:51.867 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER --> CONTENT 20:13:51.867 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpInput -- reopen HttpInput@1264972907 cs=HttpChannelState@289e7808{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@25615b16 eof=true 20:13:51.867 [qtp304157852-42] DEBUG org.eclipse.jetty.server.BlockingContentProducer -- reopening org.eclipse.jetty.server.BlockingContentProducer@25615b16 20:13:51.867 [qtp304157852-42] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- reopening AsyncContentProducer@7d75bc16[r=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],t=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],i=null,error=false,c=HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0}] 20:13:51.868 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpChannel -- REQUEST for /sensinact on HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=http://localhost:8083/sensinact,age=1} GET /sensinact HTTP/1.1 Connection: Upgrade, HTTP2-Settings Content-Length: 0 Host: localhost:8083 HTTP2-Settings: AAEAAEAAAAIAAAABAAMAAABkAAQBAAAAAAUAAEAA Upgrade: h2c User-Agent: Java-http-client/17.0.9 20:13:51.868 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- upgrade HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=http://localhost:8083/sensinact,age=1} Upgrade: h2c 20:13:51.868 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- No factory for Upgrade: h2c in ServerConnector@66323f4c{HTTP/1.1, (http/1.1)}{0.0.0.0:8083} 20:13:51.868 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@24623f63::SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:37886,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@24623f63[p=HttpParser{s=CONTENT,0 of 0},g=HttpGenerator@6204f4fc{s=START}]=>HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=http://localhost:8083/sensinact,age=1}] parsed true HttpParser{s=CONTENT,0 of 0} 20:13:51.868 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpConnection -- releaseRequestBuffer HttpConnection@24623f63::SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:37886,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@24623f63[p=HttpParser{s=CONTENT,0 of 0},g=HttpGenerator@6204f4fc{s=START}]=>HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=http://localhost:8083/sensinact,age=1}] 20:13:51.868 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpChannel -- handle http://localhost:8083/sensinact HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=http://localhost:8083/sensinact,age=1} 20:13:51.868 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpChannelState -- handling HttpChannelState@289e7808{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 20:13:51.868 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpChannel -- action DISPATCH HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=HANDLING,uri=http://localhost:8083/sensinact,age=1} 20:13:51.868 [qtp304157852-42] DEBUG org.eclipse.jetty.server.Server -- REQUEST GET /sensinact ?null on HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=HANDLING,uri=http://localhost:8083/sensinact,age=1} 20:13:51.868 [qtp304157852-42] DEBUG org.eclipse.jetty.server.handler.ContextHandler -- scope null||/sensinact @ o.e.j.s.ServletContextHandler@23a589ed{/,null,AVAILABLE} 20:13:51.868 [qtp304157852-42] DEBUG org.eclipse.jetty.server.handler.ContextHandler -- context=||/sensinact @ o.e.j.s.ServletContextHandler@23a589ed{/,null,AVAILABLE} 20:13:51.868 [qtp304157852-42] DEBUG org.eclipse.jetty.server.session.SessionHandler -- Entering scope org.eclipse.jetty.server.session.SessionHandler2123212850==dftMaxIdleSec=0, dispatch=REQUEST asyncstarted=false 20:13:51.868 [qtp304157852-42] DEBUG org.eclipse.jetty.server.session.SessionHandler -- sessionHandler=org.eclipse.jetty.server.session.SessionHandler2123212850==dftMaxIdleSec=0 session=null 20:13:51.868 [qtp304157852-42] DEBUG org.eclipse.jetty.servlet.ServletHandler -- servlet ||/sensinact|ServletPathMapping{matchValue=, pattern=/*, servletName=org.apache.felix.http.base.internal.dispatch.DispatcherServlet-3250993a, mappingMatch=PATH, servletPath=, pathInfo=/sensinact} -> org.apache.felix.http.base.internal.dispatch.DispatcherServlet-3250993a==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@c53ed7f9{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 20:13:51.868 [qtp304157852-42] DEBUG org.eclipse.jetty.servlet.ServletHandler -- chain=null 20:13:51.876 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpChannelState -- sendError HttpChannelState@289e7808{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 20:13:51.876 [qtp304157852-42] DEBUG org.eclipse.jetty.server.session.SessionHandler -- Leaving scope org.eclipse.jetty.server.session.SessionHandler2123212850==dftMaxIdleSec=0 dispatch=REQUEST, async=false, session=null, oldsession=null, oldsessionhandler=null 20:13:51.876 [qtp304157852-42] DEBUG org.eclipse.jetty.server.Server -- handled=true async=false committed=true on HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=true i=true al=0},r=3,c=false/false,a=HANDLING,uri=http://localhost:8083/sensinact,age=9} 20:13:51.876 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpChannelState -- unhandle HttpChannelState@289e7808{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=true i=true al=0} 20:13:51.876 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpChannelState -- nextAction(false) SEND_ERROR HttpChannelState@289e7808{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=false al=0} 20:13:51.876 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpChannel -- action SEND_ERROR HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=false al=0},r=3,c=false/false,a=HANDLING,uri=http://localhost:8083/sensinact,age=9} 20:13:51.876 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpInput -- consumeAll HttpInput@1264972907 cs=HttpChannelState@289e7808{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@25615b16 eof=false 20:13:51.876 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- failing all content with org.eclipse.jetty.util.StaticException: Unconsumed content HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=false al=0},r=3,c=false/false,a=HANDLING,uri=http://localhost:8083/sensinact,age=9} 20:13:51.876 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- produceContent has no content, parsing and filling 20:13:51.876 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@24623f63::SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:37886,OPEN,fill=-,flush=-,to=9/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@24623f63[p=HttpParser{s=CONTENT,0 of 0},g=HttpGenerator@6204f4fc{s=START}]=>HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=false al=0},r=3,c=false/false,a=HANDLING,uri=http://localhost:8083/sensinact,age=9}] parse null 20:13:51.877 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=CONTENT HeapByteBuffer@6d9411db[p=0,l=0,c=0,r=0]={<<<>>>} 20:13:51.877 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- CONTENT --> CONTENT_END 20:13:51.877 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpChannel -- onContentComplete HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=false al=0},r=3,c=false/false,a=HANDLING,uri=http://localhost:8083/sensinact,age=10} 20:13:51.877 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- CONTENT_END --> END 20:13:51.877 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpChannel -- onRequestComplete HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=false al=0},r=3,c=false/false,a=HANDLING,uri=http://localhost:8083/sensinact,age=10} 20:13:51.877 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- received EOF, content = null 20:13:51.877 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@24623f63::SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:37886,OPEN,fill=-,flush=-,to=10/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@24623f63[p=HttpParser{s=END,0 of 0},g=HttpGenerator@6204f4fc{s=START}]=>HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=false al=0},r=3,c=false/false,a=HANDLING,uri=http://localhost:8083/sensinact,age=10}] parsed false HttpParser{s=END,0 of 0} 20:13:51.877 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- produceContent produced EofContent 20:13:51.877 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- failed all content, EOF = true 20:13:51.877 [qtp304157852-42] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- failed all content of http channel EOF=true AsyncContentProducer@7d75bc16[r=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],t=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],i=null,error=false,c=HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=false al=0},r=3,c=false/false,a=HANDLING,uri=http://localhost:8083/sensinact,age=10}] 20:13:51.877 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpInput -- isFinished=true HttpInput@1264972907 cs=HttpChannelState@289e7808{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@25615b16 eof=true 20:13:51.877 [qtp304157852-42] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- isError = false AsyncContentProducer@7d75bc16[r=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],t=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],i=null,error=false,c=HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=false al=0},r=3,c=false/false,a=HANDLING,uri=http://localhost:8083/sensinact,age=10}] 20:13:51.877 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpInput -- isError=false HttpInput@1264972907 cs=HttpChannelState@289e7808{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@25615b16 eof=true 20:13:51.877 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpChannelState -- completing HttpChannelState@289e7808{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=false al=0} 20:13:51.877 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpChannel -- sendResponse info=null content=DirectByteBuffer@6d9f1cf5[p=0,l=445,c=32768,r=445]={<<<\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@6adbaf3a 20:13:51.877 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpChannel -- COMMIT for /sensinact on HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{s=HANDLING rs=COMPLETING os=COMMITTED is=IDLE awp=false se=false i=false al=0},r=3,c=false/false,a=HANDLING,uri=http://localhost:8083/sensinact,age=10} 401 null HTTP/1.1 WWW-Authenticate: Bearer realm=test Cache-Control: must-revalidate,no-cache,no-store Content-Type: text/html;charset=iso-8859-1 20:13:51.877 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpConnection -- generate: NEED_HEADER for SendCallback@1e96a19b[PROCESSING][i=HTTP/1.1{s=401,h=3,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@1dd61e8e] (null,[p=0,l=445,c=32768,r=445],true)@START 20:13:51.877 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpGenerator -- generateHeaders HTTP/1.1{s=401,h=3,cl=-1} last=true content=DirectByteBuffer@6d9f1cf5[p=0,l=445,c=32768,r=445]={<<<\n\n\n\n\n\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 20:13:51.877 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpGenerator -- WWW-Authenticate: Bearer realm=test Cache-Control: must-revalidate,no-cache,no-store Content-Type: text/html;charset=iso-8859-1 20:13:51.878 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpGenerator -- CONTENT_LENGTH 20:13:51.878 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpConnection -- generate: FLUSH for SendCallback@1e96a19b[PROCESSING][i=HTTP/1.1{s=401,h=3,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@1dd61e8e] ([p=0,l=181,c=16384,r=181],[p=0,l=445,c=32768,r=445],true)@COMPLETING 20:13:51.878 [qtp304157852-42] DEBUG org.eclipse.jetty.io.WriteFlusher -- write: WriteFlusher@140f7948{IDLE}->null [DirectByteBuffer@583dd419[p=0,l=181,c=16384,r=181]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},DirectByteBuffer@6d9f1cf5[p=0,l=445,c=32768,r=445]={<<<\n\n\n\n\n\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}] 20:13:51.878 [qtp304157852-42] DEBUG org.eclipse.jetty.io.WriteFlusher -- update WriteFlusher@140f7948{WRITING}->null:IDLE-->WRITING 20:13:51.878 [qtp304157852-42] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- flushed 626 SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:37886,OPEN,fill=-,flush=W,to=11/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@24623f63[p=HttpParser{s=END,0 of 0},g=HttpGenerator@6204f4fc{s=COMPLETING}]=>HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{s=HANDLING rs=COMPLETING os=COMMITTED is=IDLE awp=false se=false i=false al=0},r=3,c=false/false,a=HANDLING,uri=http://localhost:8083/sensinact,age=11}] 20:13:51.878 [qtp304157852-42] DEBUG org.eclipse.jetty.io.WriteFlusher -- Flushed=true written=626 remaining=0 WriteFlusher@140f7948{WRITING}->null 20:13:51.878 [qtp304157852-42] DEBUG org.eclipse.jetty.io.WriteFlusher -- update WriteFlusher@140f7948{IDLE}->null:WRITING-->IDLE 20:13:51.878 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpConnection -- generate: DONE for SendCallback@1e96a19b[PROCESSING][i=HTTP/1.1{s=401,h=3,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@1dd61e8e] ([p=181,l=181,c=16384,r=0],[p=445,l=445,c=32768,r=0],true)@END 20:13:51.878 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpChannelState -- completed HttpChannelState@289e7808{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 20:13:51.878 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpChannelState -- unhandle HttpChannelState@289e7808{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 20:13:51.878 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpChannelState -- nextAction(false) TERMINATED HttpChannelState@289e7808{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 20:13:51.878 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpChannel -- action TERMINATED HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=3,c=true/true,a=IDLE,uri=http://localhost:8083/sensinact,age=11} 20:13:51.878 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpChannel -- onCompleted for /sensinact written=445 20:13:51.878 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpInput -- consumeAll HttpInput@1264972907 cs=HttpChannelState@289e7808{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@25615b16 eof=true 20:13:51.878 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- failing all content with org.eclipse.jetty.util.StaticException: Unconsumed content HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=3,c=true/true,a=IDLE,uri=http://localhost:8083/sensinact,age=11} 20:13:51.878 [qtp304157852-42] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- failed all content of http channel EOF=true AsyncContentProducer@7d75bc16[r=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],t=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],i=null,error=false,c=HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=3,c=true/true,a=IDLE,uri=http://localhost:8083/sensinact,age=11}] 20:13:51.878 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpInput -- isFinished=true HttpInput@1264972907 cs=HttpChannelState@289e7808{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@25615b16 eof=true 20:13:51.878 [qtp304157852-42] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- isError = false AsyncContentProducer@7d75bc16[r=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],t=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],i=null,error=false,c=HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=3,c=true/true,a=IDLE,uri=http://localhost:8083/sensinact,age=11}] 20:13:51.878 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpInput -- isError=false HttpInput@1264972907 cs=HttpChannelState@289e7808{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@25615b16 eof=true 20:13:51.878 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpChannelState -- recycle HttpChannelState@289e7808{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 20:13:51.878 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpInput -- recycle HttpInput@1264972907 cs=HttpChannelState@289e7808{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@25615b16 eof=true 20:13:51.878 [qtp304157852-42] DEBUG org.eclipse.jetty.server.BlockingContentProducer -- recycling org.eclipse.jetty.server.BlockingContentProducer@25615b16 20:13:51.878 [qtp304157852-42] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- recycling AsyncContentProducer@7d75bc16[r=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],t=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],i=null,error=false,c=HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=http://localhost:8083/sensinact,age=11}] 20:13:51.879 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- reset HttpParser{s=END,0 of 0} 20:13:51.879 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- END --> START 20:13:51.879 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpChannel -- !handle TERMINATED HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0} 20:13:51.879 [qtp304157852-42] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- filled 0 DirectByteBuffer@49038633[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 20:13:51.879 [qtp304157852-42] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- filled 0 DirectByteBuffer@49038633[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 20:13:51.879 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@24623f63::SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:37886,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@24623f63[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6204f4fc{s=START}]=>HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0}] filled 0 RetainableByteBuffer@48d5060f{DirectByteBuffer@49038633[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00},r=1} 20:13:51.879 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@24623f63::SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:37886,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@24623f63[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6204f4fc{s=START}]=>HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0}] parse RetainableByteBuffer@48d5060f{DirectByteBuffer@49038633[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00},r=1} 20:13:51.879 [qtp304157852-42] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=START DirectByteBuffer@49038633[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 20:13:51.879 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@24623f63::SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:37886,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@24623f63[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6204f4fc{s=START}]=>HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0}] parsed false HttpParser{s=START,0 of -1} 20:13:51.879 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpConnection -- releaseRequestBuffer HttpConnection@24623f63::SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:37886,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@24623f63[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6204f4fc{s=START}]=>HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0}] 20:13:51.879 [qtp304157852-42] DEBUG org.eclipse.jetty.io.AbstractConnection -- fillInterested HttpConnection@24623f63::SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:37886,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@24623f63[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6204f4fc{s=START}]=>HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0}] 20:13:51.879 [qtp304157852-42] DEBUG org.eclipse.jetty.io.FillInterest -- interested FillInterest@2d692b10{ReadCallback@73cb9e9b{HttpConnection@24623f63::SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:37886,OPEN,fill=FI,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@24623f63[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6204f4fc{s=START}]=>HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0}]}} 20:13:51.879 [qtp304157852-42] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- changeInterests p=false 0->1 for SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:37886,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}]->[HttpConnection@24623f63[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6204f4fc{s=START}]=>HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0}] 20:13:51.879 [qtp304157852-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$393/0x00007fc4cc320870@422e35ad on ManagedSelector@62a71547{STARTED} id=0 keys=1 selected=0 updates=0 20:13:51.879 [qtp304157852-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@62a71547{STARTED} id=0 keys=1 selected=0 updates=1 20:13:51.879 [qtp304157852-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@730adaeb woken with none selected 20:13:51.879 [qtp304157852-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@730adaeb woken up from select, 0/0/1 selected 20:13:51.879 [qtp304157852-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@730adaeb processing 0 keys, 1 updates 20:13:51.879 [qtp304157852-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 20:13:51.879 [qtp304157852-42] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@24623f63::SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:37886,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}]->[HttpConnection@24623f63[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6204f4fc{s=START}]=>HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0}] onFillable exit HttpChannelState@289e7808{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 20:13:51.879 [qtp304157852-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$393/0x00007fc4cc320870@422e35ad 20:13:51.879 [qtp304157852-42] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@7a106483{RUNNING,thread=Thread[qtp304157852-42,5,Configuration Admin Service]} was=RUNNING next=RESERVED size=0+2 capacity=2 20:13:51.879 [qtp304157852-42] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@7a106483{RESERVED,thread=Thread[qtp304157852-42,5,Configuration Admin Service]} waiting ReservedThreadExecutor@4d385e23{reserved=2/2,pending=0} 20:13:51.879 [qtp304157852-44] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- Key interests updated 0 -> 1 on SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:37886,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=1}]->[HttpConnection@24623f63[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6204f4fc{s=START}]=>HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0}] 20:13:51.880 [qtp304157852-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:13:51.880 [qtp304157852-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@730adaeb waiting with 1 keys 20:13:51.881 [qtp304157852-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@730adaeb woken up from select, 1/1/1 selected 20:13:51.881 [qtp304157852-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@730adaeb processing 1 keys, 0 updates 20:13:51.881 [qtp304157852-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- selected 1 channel=java.nio.channels.SocketChannel[connected local=/127.0.0.1:8083 remote=/127.0.0.1:37886], selector=sun.nio.ch.EPollSelectorImpl@730adaeb, interestOps=1, readyOps=1 SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:37886,OPEN,fill=FI,flush=-,to=1/60000}{io=1/1,kio=1,kro=1}]->[HttpConnection@24623f63[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6204f4fc{s=START}]=>HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0}] 20:13:51.881 [qtp304157852-44] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- onSelected 1->0 r=true w=false for SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:37886,OPEN,fill=FI,flush=-,to=1/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@24623f63[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6204f4fc{s=START}]=>HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0}] 20:13:51.881 [qtp304157852-44] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- task SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:37886,OPEN,fill=FI,flush=-,to=2/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@24623f63[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6204f4fc{s=START}]=>HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0}]:runFillable:BLOCKING 20:13:51.881 [qtp304157852-44] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@4d385e23{reserved=2/2,pending=0} tryExecute org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy$$Lambda$382/0x00007fc4cc30b428@61148d55 20:13:51.881 [qtp304157852-42] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@7a106483{RESERVED,thread=Thread[qtp304157852-42,5,Configuration Admin Service]} task=org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy$$Lambda$382/0x00007fc4cc30b428@61148d55 ReservedThreadExecutor@4d385e23{reserved=1/2,pending=0} 20:13:51.881 [qtp304157852-44] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- ss=EXECUTE_PRODUCE_CONSUME t=SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:37886,OPEN,fill=FI,flush=-,to=2/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@24623f63[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6204f4fc{s=START}]=>HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0}]:runFillable:BLOCKING/BLOCKING AdaptiveExecutionStrategy@313e7a31/SelectorProducer@1efd6dc5/IDLE/p=true/QueuedThreadPool[qtp304157852]@1221149c{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=1/2,pending=0}][pc=0,pic=0,pec=1,epc=2]@2024-02-12T20:13:51.881865227Z 20:13:51.881 [qtp304157852-44] DEBUG org.eclipse.jetty.io.FillInterest -- fillable FillInterest@2d692b10{ReadCallback@73cb9e9b{HttpConnection@24623f63::SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:37886,OPEN,fill=FI,flush=-,to=2/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@24623f63[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6204f4fc{s=START}]=>HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0}]}} 20:13:51.881 [qtp304157852-42] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- AdaptiveExecutionStrategy@313e7a31/SelectorProducer@1efd6dc5/IDLE/p=true/QueuedThreadPool[qtp304157852]@1221149c{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@4d385e23{reserved=1/2,pending=0}][pc=0,pic=0,pec=1,epc=3]@2024-02-12T20:13:51.881969628Z tryProduce true 20:13:51.882 [qtp304157852-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 0 20:13:51.882 [qtp304157852-44] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@24623f63::SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:37886,OPEN,fill=-,flush=-,to=2/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@24623f63[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6204f4fc{s=START}]=>HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0}] onFillable enter HttpChannelState@289e7808{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 20:13:51.882 [qtp304157852-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:13:51.882 [qtp304157852-44] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- filled 1089 DirectByteBuffer@49038633[p=0,l=1089,c=8192,r=1089]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 20:13:51.882 [qtp304157852-42] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- Key interests updated 1 -> 0 on SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:37886,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@24623f63[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6204f4fc{s=START}]=>HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0}] 20:13:51.882 [qtp304157852-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@730adaeb waiting with 1 keys 20:13:51.882 [qtp304157852-44] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@24623f63::SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:37886,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@24623f63[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6204f4fc{s=START}]=>HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0}] filled 1089 RetainableByteBuffer@48d5060f{DirectByteBuffer@49038633[p=0,l=1089,c=8192,r=1089]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},r=1} 20:13:51.882 [qtp304157852-44] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@24623f63::SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:37886,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@24623f63[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6204f4fc{s=START}]=>HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0}] parse RetainableByteBuffer@48d5060f{DirectByteBuffer@49038633[p=0,l=1089,c=8192,r=1089]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},r=1} 20:13:51.882 [qtp304157852-44] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=START DirectByteBuffer@49038633[p=0,l=1089,c=8192,r=1089]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 20:13:51.882 [qtp304157852-44] DEBUG org.eclipse.jetty.http.HttpParser -- START --> SPACE1 20:13:51.882 [qtp304157852-44] DEBUG org.eclipse.jetty.http.HttpParser -- SPACE1 --> URI 20:13:51.882 [qtp304157852-44] DEBUG org.eclipse.jetty.http.HttpParser -- URI --> SPACE2 20:13:51.882 [qtp304157852-44] DEBUG org.eclipse.jetty.http.HttpParser -- SPACE2 --> REQUEST_VERSION 20:13:51.882 [qtp304157852-44] DEBUG org.eclipse.jetty.http.HttpParser -- REQUEST_VERSION --> HEADER 20:13:51.882 [qtp304157852-44] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Connection --> IN_VALUE 20:13:51.882 [qtp304157852-44] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Connection --> FIELD 20:13:51.882 [qtp304157852-44] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Content-Length: 0 --> IN_VALUE 20:13:51.882 [qtp304157852-44] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Content-Length: 0 --> FIELD 20:13:51.882 [qtp304157852-44] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Host: localhost:8083 --> IN_VALUE 20:13:51.882 [qtp304157852-44] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Host: localhost:8083 --> FIELD 20:13:51.882 [qtp304157852-44] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:HTTP2-Settings --> VALUE 20:13:51.882 [qtp304157852-44] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:HTTP2-Settings --> IN_VALUE 20:13:51.882 [qtp304157852-44] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:HTTP2-Settings --> FIELD 20:13:51.882 [qtp304157852-44] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Upgrade --> VALUE 20:13:51.882 [qtp304157852-44] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Upgrade --> IN_VALUE 20:13:51.882 [qtp304157852-44] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Upgrade --> FIELD 20:13:51.882 [qtp304157852-44] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:User-Agent: Java-http-client/17.0.9 --> IN_VALUE 20:13:51.882 [qtp304157852-44] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:User-Agent: Java-http-client/17.0.9 --> FIELD 20:13:51.882 [qtp304157852-44] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Authorization --> VALUE 20:13:51.882 [qtp304157852-44] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Authorization --> IN_VALUE 20:13:51.882 [qtp304157852-44] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Authorization --> FIELD 20:13:51.882 [qtp304157852-44] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER --> CONTENT 20:13:51.882 [qtp304157852-44] DEBUG org.eclipse.jetty.server.HttpInput -- reopen HttpInput@1264972907 cs=HttpChannelState@289e7808{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@25615b16 eof=true 20:13:51.882 [qtp304157852-44] DEBUG org.eclipse.jetty.server.BlockingContentProducer -- reopening org.eclipse.jetty.server.BlockingContentProducer@25615b16 20:13:51.882 [qtp304157852-44] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- reopening AsyncContentProducer@7d75bc16[r=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],t=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],i=null,error=false,c=HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0}] 20:13:51.883 [qtp304157852-44] DEBUG org.eclipse.jetty.server.HttpChannel -- REQUEST for /sensinact/providers/temp1/services/sensor/resources/temperature/GET on HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=http://localhost:8083/sensinact/providers/temp1/services/sensor/resources/temperature/GET,age=1} GET /sensinact/providers/temp1/services/sensor/resources/temperature/GET HTTP/1.1 Connection: Upgrade, HTTP2-Settings Content-Length: 0 Host: localhost:8083 HTTP2-Settings: AAEAAEAAAAIAAAABAAMAAABkAAQBAAAAAAUAAEAA Upgrade: h2c User-Agent: Java-http-client/17.0.9 Authorization: Bearer eyJraWQiOiJ0ZXN0IiwiYWxnIjoiUlM1MTIifQ.eyJzdWIiOiJ0ZXN0VXNlciIsImlhdCI6MTcwNzc2NTIyNywiZXhwIjoxNzA3NzcyNDI3fQ.uWUBF-mQdsPDmCLV8QN9aPmeCTAZbkGZ_sWNtFeRIaRxqMGvr5zK5JWSJJwtesH5Xusmz-jRn6eI8JeeCx7y3tG9tFt3IgisSQFs4KOVOqJvWFTWrj90r3yXamUBa73Tbl9jNcy8PA-MAJGz4U9L43ABW_PhxB1IwtsTrrpwwB8k9r1QRcj7_BXpYstquxuae8sTnYLro2pdJPyu-L4UhPz6HX1HmluekFZRiim1aHnehdYmuS1MHi_MniN3SYE0ntA5ggd1TLlGvfy1CYkvRgGQAo_tfVfijwVBBnWC46ttjmFuAWYZ9bai_cFuTpfTaVBcOlXEp2dUyZSIQJxe9l9iMBNFFKxG-GpN4ifnxCF3AqwdTZ9CKfgo905naL6T7nPeR7eAux5JI6XQsrfIPqPtpZRcj-NWt-8ff_U7z6-eSdkQ2oezvjSUMEFGxnbKjUJCQpcX6l3mtL_m1jGSqjhFTNAHDChNVIyyHA5z7hIHXEQUYLqxhVk4wNblZsqxSlmElG0mq5iEhL9GIS2Qws5Gmn5KemTKaIV2juzI_1GCVJIag7lYaLTUBvEgTOmIoa6roknjUQ4lvOpCrlChwqX89PMeWUJADGIbucLorfXPwnpiZMTrND6k5oHXAh1Jk5hi7agbL3xpVGrZyD-RwFmfmC1mBF_ahS_jgNSB64U 20:13:51.883 [qtp304157852-44] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- upgrade HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=http://localhost:8083/sensinact/providers/temp1/services/sensor/resources/temperature/GET,age=1} Upgrade: h2c 20:13:51.883 [qtp304157852-44] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- No factory for Upgrade: h2c in ServerConnector@66323f4c{HTTP/1.1, (http/1.1)}{0.0.0.0:8083} 20:13:51.883 [qtp304157852-44] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@24623f63::SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:37886,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@24623f63[p=HttpParser{s=CONTENT,0 of 0},g=HttpGenerator@6204f4fc{s=START}]=>HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=http://localhost:8083/sensinact/providers/temp1/services/sensor/resources/temperature/GET,age=1}] parsed true HttpParser{s=CONTENT,0 of 0} 20:13:51.883 [qtp304157852-44] DEBUG org.eclipse.jetty.server.HttpConnection -- releaseRequestBuffer HttpConnection@24623f63::SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:37886,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@24623f63[p=HttpParser{s=CONTENT,0 of 0},g=HttpGenerator@6204f4fc{s=START}]=>HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=http://localhost:8083/sensinact/providers/temp1/services/sensor/resources/temperature/GET,age=1}] 20:13:51.883 [qtp304157852-44] DEBUG org.eclipse.jetty.server.HttpChannel -- handle http://localhost:8083/sensinact/providers/temp1/services/sensor/resources/temperature/GET HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=http://localhost:8083/sensinact/providers/temp1/services/sensor/resources/temperature/GET,age=1} 20:13:51.883 [qtp304157852-44] DEBUG org.eclipse.jetty.server.HttpChannelState -- handling HttpChannelState@289e7808{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 20:13:51.883 [qtp304157852-44] DEBUG org.eclipse.jetty.server.HttpChannel -- action DISPATCH HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=HANDLING,uri=http://localhost:8083/sensinact/providers/temp1/services/sensor/resources/temperature/GET,age=1} 20:13:51.883 [qtp304157852-44] DEBUG org.eclipse.jetty.server.Server -- REQUEST GET /sensinact/providers/temp1/services/sensor/resources/temperature/GET ?null on HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=HANDLING,uri=http://localhost:8083/sensinact/providers/temp1/services/sensor/resources/temperature/GET,age=1} 20:13:51.883 [qtp304157852-44] DEBUG org.eclipse.jetty.server.handler.ContextHandler -- scope null||/sensinact/providers/temp1/services/sensor/resources/temperature/GET @ o.e.j.s.ServletContextHandler@23a589ed{/,null,AVAILABLE} 20:13:51.883 [qtp304157852-44] DEBUG org.eclipse.jetty.server.handler.ContextHandler -- context=||/sensinact/providers/temp1/services/sensor/resources/temperature/GET @ o.e.j.s.ServletContextHandler@23a589ed{/,null,AVAILABLE} 20:13:51.883 [qtp304157852-44] DEBUG org.eclipse.jetty.server.session.SessionHandler -- Entering scope org.eclipse.jetty.server.session.SessionHandler2123212850==dftMaxIdleSec=0, dispatch=REQUEST asyncstarted=false 20:13:51.883 [qtp304157852-44] DEBUG org.eclipse.jetty.server.session.SessionHandler -- sessionHandler=org.eclipse.jetty.server.session.SessionHandler2123212850==dftMaxIdleSec=0 session=null 20:13:51.883 [qtp304157852-44] DEBUG org.eclipse.jetty.servlet.ServletHandler -- servlet ||/sensinact/providers/temp1/services/sensor/resources/temperature/GET|ServletPathMapping{matchValue=, pattern=/*, servletName=org.apache.felix.http.base.internal.dispatch.DispatcherServlet-3250993a, mappingMatch=PATH, servletPath=, pathInfo=/sensinact/providers/temp1/services/sensor/resources/temperature/GET} -> org.apache.felix.http.base.internal.dispatch.DispatcherServlet-3250993a==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@c53ed7f9{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 20:13:51.883 [qtp304157852-44] DEBUG org.eclipse.jetty.servlet.ServletHandler -- chain=null 20:13:51.946 [qtp304157852-44] DEBUG org.eclipse.jetty.server.HttpOutput -- write(array HeapByteBuffer@7fff211e[p=0,l=177,c=8192,r=177]={<<<{"type":"GET_RESPONSE","u...e":3.5306739997700163}}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}) 20:13:51.947 [qtp304157852-44] DEBUG org.eclipse.jetty.server.HttpOutput -- write(array) s=CLOSING,api=BLOCKED,sc=false,e=null last=true agg=false flush=true async=false, len=177 null 20:13:51.947 [qtp304157852-44] DEBUG org.eclipse.jetty.server.HttpChannel -- sendResponse info=null content=HeapByteBuffer@738ede48[p=0,l=177,c=8192,r=177]={<<<{"type":"GET_RESPONSE","u...e":3.5306739997700163}}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} complete=true committing=true callback=Blocker@37bfe384{null} 20:13:51.947 [qtp304157852-44] DEBUG org.eclipse.jetty.server.HttpChannel -- COMMIT for /sensinact/providers/temp1/services/sensor/resources/temperature/GET on HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=HANDLING,uri=http://localhost:8083/sensinact/providers/temp1/services/sensor/resources/temperature/GET,age=65} 200 null HTTP/1.1 Date: Mon, 12 Feb 2024 20:13:51 GMT Content-Length: 177 Content-Type: application/json 20:13:51.947 [qtp304157852-44] DEBUG org.eclipse.jetty.server.HttpConnection -- generate: NEED_HEADER for SendCallback@1e96a19b[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=177},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@39bf943d] (null,[p=0,l=177,c=8192,r=177],true)@START 20:13:51.947 [qtp304157852-44] DEBUG org.eclipse.jetty.http.HttpGenerator -- generateHeaders HTTP/1.1{s=200,h=3,cl=177} last=true content=HeapByteBuffer@738ede48[p=0,l=177,c=8192,r=177]={<<<{"type":"GET_RESPONSE","u...e":3.5306739997700163}}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 20:13:51.947 [qtp304157852-44] DEBUG org.eclipse.jetty.http.HttpGenerator -- Date: Mon, 12 Feb 2024 20:13:51 GMT Content-Length: 177 Content-Type: application/json 20:13:51.947 [qtp304157852-44] DEBUG org.eclipse.jetty.http.HttpGenerator -- CONTENT_LENGTH 20:13:51.947 [qtp304157852-44] DEBUG org.eclipse.jetty.server.HttpConnection -- generate: FLUSH for SendCallback@1e96a19b[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=177},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@39bf943d] ([p=0,l=109,c=16384,r=109],[p=0,l=177,c=8192,r=177],true)@COMPLETING 20:13:51.947 [qtp304157852-44] DEBUG org.eclipse.jetty.io.WriteFlusher -- write: WriteFlusher@140f7948{IDLE}->null [DirectByteBuffer@583dd419[p=0,l=109,c=16384,r=109]={<<>>ore\r\nCont...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@738ede48[p=0,l=177,c=8192,r=177]={<<<{"type":"GET_RESPONSE","u...e":3.5306739997700163}}>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}] 20:13:51.947 [qtp304157852-44] DEBUG org.eclipse.jetty.io.WriteFlusher -- update WriteFlusher@140f7948{WRITING}->null:IDLE-->WRITING 20:13:51.947 [qtp304157852-44] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- flushed 286 SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:37886,OPEN,fill=-,flush=W,to=65/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@24623f63[p=HttpParser{s=CONTENT,0 of 0},g=HttpGenerator@6204f4fc{s=COMPLETING}]=>HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=HANDLING,uri=http://localhost:8083/sensinact/providers/temp1/services/sensor/resources/temperature/GET,age=65}] 20:13:51.947 [qtp304157852-44] DEBUG org.eclipse.jetty.io.WriteFlusher -- Flushed=true written=286 remaining=0 WriteFlusher@140f7948{WRITING}->null 20:13:51.947 [qtp304157852-44] DEBUG org.eclipse.jetty.io.WriteFlusher -- update WriteFlusher@140f7948{IDLE}->null:WRITING-->IDLE 20:13:51.947 [qtp304157852-44] DEBUG org.eclipse.jetty.server.HttpConnection -- generate: DONE for SendCallback@1e96a19b[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=177},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@39bf943d] ([p=109,l=109,c=16384,r=0],[p=177,l=177,c=8192,r=0],true)@END 20:13:51.947 [qtp304157852-44] DEBUG org.eclipse.jetty.server.HttpOutput -- onWriteComplete(true,null) s=CLOSING,api=BLOCKED,sc=false,e=null->s=CLOSED,api=BLOCKING,sc=false,e=null c=null cb=null w=false 20:13:51.948 [qtp304157852-44] DEBUG org.eclipse.jetty.server.session.SessionHandler -- Leaving scope org.eclipse.jetty.server.session.SessionHandler2123212850==dftMaxIdleSec=0 dispatch=REQUEST, async=false, session=null, oldsession=null, oldsessionhandler=null 20:13:51.948 [qtp304157852-44] DEBUG org.eclipse.jetty.server.Server -- handled=true async=false committed=true on HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=0},r=4,c=false/true,a=HANDLING,uri=http://localhost:8083/sensinact/providers/temp1/services/sensor/resources/temperature/GET,age=66} 20:13:51.948 [qtp304157852-44] DEBUG org.eclipse.jetty.server.HttpChannelState -- unhandle HttpChannelState@289e7808{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=0} 20:13:51.948 [qtp304157852-44] DEBUG org.eclipse.jetty.server.HttpChannelState -- nextAction(false) COMPLETE HttpChannelState@289e7808{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 20:13:51.948 [qtp304157852-44] DEBUG org.eclipse.jetty.server.HttpChannel -- action COMPLETE HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=4,c=false/true,a=HANDLING,uri=http://localhost:8083/sensinact/providers/temp1/services/sensor/resources/temperature/GET,age=66} 20:13:51.948 [qtp304157852-44] DEBUG org.eclipse.jetty.server.HttpOutput -- complete(org.eclipse.jetty.util.Callback$3@7e6979aa) s=CLOSED,api=BLOCKING,sc=false,e=null s=true e=null, c=null 20:13:51.948 [qtp304157852-44] DEBUG org.eclipse.jetty.server.HttpChannelState -- completed HttpChannelState@289e7808{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 20:13:51.948 [qtp304157852-44] DEBUG org.eclipse.jetty.server.HttpChannelState -- unhandle HttpChannelState@289e7808{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 20:13:51.948 [qtp304157852-44] DEBUG org.eclipse.jetty.server.HttpChannelState -- nextAction(false) TERMINATED HttpChannelState@289e7808{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 20:13:51.948 [qtp304157852-44] DEBUG org.eclipse.jetty.server.HttpChannel -- action TERMINATED HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=4,c=true/true,a=IDLE,uri=http://localhost:8083/sensinact/providers/temp1/services/sensor/resources/temperature/GET,age=66} 20:13:51.948 [qtp304157852-44] DEBUG org.eclipse.jetty.server.HttpChannel -- onCompleted for /sensinact/providers/temp1/services/sensor/resources/temperature/GET written=177 20:13:51.948 [qtp304157852-44] DEBUG org.eclipse.jetty.server.HttpInput -- consumeAll HttpInput@1264972907 cs=HttpChannelState@289e7808{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@25615b16 eof=false 20:13:51.948 [qtp304157852-44] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- failing all content with org.eclipse.jetty.util.StaticException: Unconsumed content HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=4,c=true/true,a=IDLE,uri=http://localhost:8083/sensinact/providers/temp1/services/sensor/resources/temperature/GET,age=66} 20:13:51.948 [qtp304157852-44] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- produceContent has no content, parsing and filling 20:13:51.948 [qtp304157852-44] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@24623f63::SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:37886,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@24623f63[p=HttpParser{s=CONTENT,0 of 0},g=HttpGenerator@6204f4fc{s=END}]=>HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=4,c=true/true,a=IDLE,uri=http://localhost:8083/sensinact/providers/temp1/services/sensor/resources/temperature/GET,age=67}] parse null 20:13:51.949 [qtp304157852-44] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=CONTENT HeapByteBuffer@6d9411db[p=0,l=0,c=0,r=0]={<<<>>>} 20:13:51.949 [qtp304157852-44] DEBUG org.eclipse.jetty.http.HttpParser -- CONTENT --> CONTENT_END 20:13:51.949 [qtp304157852-44] DEBUG org.eclipse.jetty.server.HttpChannel -- onContentComplete HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=4,c=true/true,a=IDLE,uri=http://localhost:8083/sensinact/providers/temp1/services/sensor/resources/temperature/GET,age=67} 20:13:51.949 [qtp304157852-44] DEBUG org.eclipse.jetty.http.HttpParser -- CONTENT_END --> END 20:13:51.949 [qtp304157852-44] DEBUG org.eclipse.jetty.server.HttpChannel -- onRequestComplete HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=4,c=true/true,a=IDLE,uri=http://localhost:8083/sensinact/providers/temp1/services/sensor/resources/temperature/GET,age=67} 20:13:51.949 [qtp304157852-44] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- received EOF, content = null 20:13:51.949 [qtp304157852-44] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@24623f63::SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:37886,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@24623f63[p=HttpParser{s=END,0 of 0},g=HttpGenerator@6204f4fc{s=END}]=>HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=4,c=true/true,a=IDLE,uri=http://localhost:8083/sensinact/providers/temp1/services/sensor/resources/temperature/GET,age=67}] parsed false HttpParser{s=END,0 of 0} 20:13:51.949 [qtp304157852-44] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- produceContent produced EofContent 20:13:51.949 [qtp304157852-44] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- failed all content, EOF = true 20:13:51.949 [qtp304157852-44] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- failed all content of http channel EOF=true AsyncContentProducer@7d75bc16[r=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],t=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],i=null,error=false,c=HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=4,c=true/true,a=IDLE,uri=http://localhost:8083/sensinact/providers/temp1/services/sensor/resources/temperature/GET,age=67}] 20:13:51.949 [qtp304157852-44] DEBUG org.eclipse.jetty.server.HttpInput -- isFinished=true HttpInput@1264972907 cs=HttpChannelState@289e7808{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@25615b16 eof=true 20:13:51.949 [qtp304157852-44] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- isError = false AsyncContentProducer@7d75bc16[r=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],t=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],i=null,error=false,c=HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=4,c=true/true,a=IDLE,uri=http://localhost:8083/sensinact/providers/temp1/services/sensor/resources/temperature/GET,age=67}] 20:13:51.949 [qtp304157852-44] DEBUG org.eclipse.jetty.server.HttpInput -- isError=false HttpInput@1264972907 cs=HttpChannelState@289e7808{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@25615b16 eof=true 20:13:51.949 [qtp304157852-44] DEBUG org.eclipse.jetty.server.HttpChannelState -- recycle HttpChannelState@289e7808{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 20:13:51.949 [qtp304157852-44] DEBUG org.eclipse.jetty.server.HttpInput -- recycle HttpInput@1264972907 cs=HttpChannelState@289e7808{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@25615b16 eof=true 20:13:51.949 [qtp304157852-44] DEBUG org.eclipse.jetty.server.BlockingContentProducer -- recycling org.eclipse.jetty.server.BlockingContentProducer@25615b16 20:13:51.949 [qtp304157852-44] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- recycling AsyncContentProducer@7d75bc16[r=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],t=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],i=null,error=false,c=HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=http://localhost:8083/sensinact/providers/temp1/services/sensor/resources/temperature/GET,age=67}] 20:13:51.949 [qtp304157852-44] DEBUG org.eclipse.jetty.http.HttpParser -- reset HttpParser{s=END,0 of 0} 20:13:51.949 [qtp304157852-44] DEBUG org.eclipse.jetty.http.HttpParser -- END --> START 20:13:51.949 [qtp304157852-44] DEBUG org.eclipse.jetty.server.HttpChannel -- !handle TERMINATED HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0} 20:13:51.949 [qtp304157852-44] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- filled 0 DirectByteBuffer@49038633[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 20:13:51.949 [qtp304157852-44] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- filled 0 DirectByteBuffer@49038633[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 20:13:51.949 [qtp304157852-44] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@24623f63::SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:37886,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@24623f63[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6204f4fc{s=START}]=>HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0}] filled 0 RetainableByteBuffer@48d5060f{DirectByteBuffer@49038633[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00},r=1} 20:13:51.949 [qtp304157852-44] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@24623f63::SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:37886,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@24623f63[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6204f4fc{s=START}]=>HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0}] parse RetainableByteBuffer@48d5060f{DirectByteBuffer@49038633[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00},r=1} 20:13:51.949 [qtp304157852-44] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=START DirectByteBuffer@49038633[p=0,l=0,c=8192,r=0]={<<<>>>GET /sens...\x00\x00\x00\x00\x00\x00\x00} 20:13:51.949 [qtp304157852-44] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@24623f63::SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:37886,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@24623f63[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6204f4fc{s=START}]=>HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0}] parsed false HttpParser{s=START,0 of -1} 20:13:51.949 [qtp304157852-44] DEBUG org.eclipse.jetty.server.HttpConnection -- releaseRequestBuffer HttpConnection@24623f63::SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:37886,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@24623f63[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6204f4fc{s=START}]=>HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0}] 20:13:51.949 [qtp304157852-44] DEBUG org.eclipse.jetty.io.AbstractConnection -- fillInterested HttpConnection@24623f63::SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:37886,OPEN,fill=-,flush=-,to=1/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@24623f63[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6204f4fc{s=START}]=>HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0}] 20:13:51.949 [qtp304157852-44] DEBUG org.eclipse.jetty.io.FillInterest -- interested FillInterest@2d692b10{ReadCallback@73cb9e9b{HttpConnection@24623f63::SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:37886,OPEN,fill=FI,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@24623f63[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6204f4fc{s=START}]=>HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0}]}} 20:13:51.949 [qtp304157852-44] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- changeInterests p=false 0->1 for SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:37886,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}]->[HttpConnection@24623f63[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6204f4fc{s=START}]=>HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0}] 20:13:51.949 [qtp304157852-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$393/0x00007fc4cc320870@422e35ad on ManagedSelector@62a71547{STARTED} id=0 keys=1 selected=0 updates=0 20:13:51.949 [qtp304157852-44] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@62a71547{STARTED} id=0 keys=1 selected=0 updates=1 20:13:51.949 [qtp304157852-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@730adaeb woken with none selected 20:13:51.949 [qtp304157852-44] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@24623f63::SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:37886,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}]->[HttpConnection@24623f63[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6204f4fc{s=START}]=>HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0}] onFillable exit HttpChannelState@289e7808{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 20:13:51.949 [qtp304157852-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@730adaeb woken up from select, 0/0/1 selected 20:13:51.949 [qtp304157852-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@730adaeb processing 0 keys, 1 updates 20:13:51.949 [qtp304157852-44] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@589177f0{RUNNING,thread=Thread[qtp304157852-44,5,Configuration Admin Service]} was=RUNNING next=RESERVED size=0+2 capacity=2 20:13:51.949 [qtp304157852-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 20:13:51.949 [qtp304157852-44] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@589177f0{RESERVED,thread=Thread[qtp304157852-44,5,Configuration Admin Service]} waiting ReservedThreadExecutor@4d385e23{reserved=2/2,pending=0} 20:13:51.949 [qtp304157852-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$393/0x00007fc4cc320870@422e35ad 20:13:51.949 [qtp304157852-42] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- Key interests updated 0 -> 1 on SocketChannelEndPoint@4a47ecc7[{l=/127.0.0.1:8083,r=/127.0.0.1:37886,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=1}]->[HttpConnection@24623f63[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6204f4fc{s=START}]=>HttpChannelOverHttp@4620e638{s=HttpChannelState@289e7808{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=4,c=false/false,a=IDLE,uri=null,age=0}] 20:13:51.950 [qtp304157852-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 20:13:51.950 [qtp304157852-42] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@730adaeb waiting with 1 keys [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.741 s - in org.eclipse.sensinact.gateway.feature.integration.northbound.security.oidc.OIDCAuthenticatorIntegrationTest [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) @ northbound-oidc-authenticator-feature --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-oidc-authenticator-feature/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/distribution/features/northbound-oidc-authenticator-feature/0.0.2-SNAPSHOT/northbound-oidc-authenticator-feature-0.0.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-oidc-authenticator-feature/target/repository.zip to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/distribution/features/northbound-oidc-authenticator-feature/0.0.2-SNAPSHOT/northbound-oidc-authenticator-feature-0.0.2-SNAPSHOT-osgifeaturerepo.zip [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-oidc-authenticator-feature/src/main/resources/northbound-oidc-authenticator-feature.json to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/distribution/features/northbound-oidc-authenticator-feature/0.0.2-SNAPSHOT/northbound-oidc-authenticator-feature-0.0.2-SNAPSHOT-osgifeature.json [INFO] [INFO] --- deploy:3.0.0:deploy (default-deploy) @ northbound-oidc-authenticator-feature --- [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/features/northbound-oidc-authenticator-feature/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/features/northbound-oidc-authenticator-feature/0.0.2-SNAPSHOT/maven-metadata.xml (1.1 kB at 12 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/northbound-oidc-authenticator-feature/0.0.2-SNAPSHOT/northbound-oidc-authenticator-feature-0.0.2-20240212.200245-59.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/northbound-oidc-authenticator-feature/0.0.2-SNAPSHOT/northbound-oidc-authenticator-feature-0.0.2-20240212.200245-59.pom (8.5 kB at 161 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/northbound-oidc-authenticator-feature/0.0.2-SNAPSHOT/northbound-oidc-authenticator-feature-0.0.2-20240212.200245-59-osgifeaturerepo.zip [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/northbound-oidc-authenticator-feature/0.0.2-SNAPSHOT/northbound-oidc-authenticator-feature-0.0.2-20240212.200245-59-osgifeature.json [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/northbound-oidc-authenticator-feature/0.0.2-SNAPSHOT/northbound-oidc-authenticator-feature-0.0.2-20240212.200245-59-osgifeature.json (1.1 kB at 19 kB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/northbound-oidc-authenticator-feature/0.0.2-SNAPSHOT/northbound-oidc-authenticator-feature-0.0.2-20240212.200245-59-osgifeaturerepo.zip (1.5 MB at 18 MB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/northbound-oidc-authenticator-feature/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/northbound-oidc-authenticator-feature/maven-metadata.xml (408 B at 7.3 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/northbound-oidc-authenticator-feature/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/features/northbound-oidc-authenticator-feature/0.0.2-SNAPSHOT/maven-metadata.xml (1.1 kB at 10 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/northbound-oidc-authenticator-feature/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/features/northbound-oidc-authenticator-feature/maven-metadata.xml (408 B at 4.9 kB/s) [INFO] [INFO] --------< org.eclipse.sensinact.gateway.distribution:assembly >--------- [INFO] Building Eclipse sensiNact Gateway assembly 0.0.2-SNAPSHOT [68/68] [INFO] from distribution/assembly/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ assembly --- [INFO] [INFO] --- resources:3.3.0:resources (default) @ assembly --- [INFO] Copying 2 resources [INFO] [INFO] --- dependency:3.3.0:copy (copy-launcher) @ assembly --- [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution:launcher:export:0.0.2-SNAPSHOT:jar [INFO] Copying export.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/assembly/target/classes/launch/launcher.jar [INFO] [INFO] --- dependency:3.3.0:unpack (copy-feature-repositories) @ assembly --- [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution.features:core-feature:osgifeaturerepo:0.0.2-SNAPSHOT:zip [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution.features:gogo-shell-feature:osgifeaturerepo:0.0.2-SNAPSHOT:zip [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution.features:jakarta-servlet-whiteboard-feature:osgifeaturerepo:0.0.2-SNAPSHOT:zip [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution.features:jakarta-rest-whiteboard-feature:osgifeaturerepo:0.0.2-SNAPSHOT:zip [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution.features:northbound-rest-feature:osgifeaturerepo:0.0.2-SNAPSHOT:zip [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution.features:northbound-websocket-feature:osgifeaturerepo:0.0.2-SNAPSHOT:zip [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution.features:northbound-ogc-sensorthings-feature:osgifeaturerepo:0.0.2-SNAPSHOT:zip [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution.features:northbound-ogc-sensorthings-mqtt-feature:osgifeaturerepo:0.0.2-SNAPSHOT:zip [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution.features:northbound-oidc-authenticator-feature:osgifeaturerepo:0.0.2-SNAPSHOT:zip [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution.features:virtual-temperature-sensor-feature:osgifeaturerepo:0.0.2-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/core-feature/target/repository.zip to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/assembly/target/classes/repository with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/gogo-shell-feature/target/repository.zip to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/assembly/target/classes/repository with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/jakarta-servlet-whiteboard-feature/target/repository.zip to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/assembly/target/classes/repository with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/jakarta-rest-whiteboard-feature/target/repository.zip to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/assembly/target/classes/repository with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-rest-feature/target/repository.zip to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/assembly/target/classes/repository with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-websocket-feature/target/repository.zip to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/assembly/target/classes/repository with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-ogc-sensorthings-feature/target/repository.zip to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/assembly/target/classes/repository with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-ogc-sensorthings-mqtt-feature/target/repository.zip to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/assembly/target/classes/repository with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-oidc-authenticator-feature/target/repository.zip to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/assembly/target/classes/repository with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/virtual-temperature-sensor-feature/target/repository.zip to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/assembly/target/classes/repository with includes "" and excludes "" [INFO] [INFO] --- dependency:3.3.0:copy (copy-features) @ assembly --- [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution.features:core-feature:osgifeature:0.0.2-SNAPSHOT:json [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution.features:gogo-shell-feature:osgifeature:0.0.2-SNAPSHOT:json [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution.features:jakarta-servlet-whiteboard-feature:osgifeature:0.0.2-SNAPSHOT:json [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution.features:jakarta-rest-whiteboard-feature:osgifeature:0.0.2-SNAPSHOT:json [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution.features:northbound-rest-feature:osgifeature:0.0.2-SNAPSHOT:json [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution.features:northbound-websocket-feature:osgifeature:0.0.2-SNAPSHOT:json [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution.features:northbound-ogc-sensorthings-feature:osgifeature:0.0.2-SNAPSHOT:json [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution.features:northbound-ogc-sensorthings-mqtt-feature:osgifeature:0.0.2-SNAPSHOT:json [INFO] Configured Artifact: org.eclipse.sensinact.gateway.distribution.features:virtual-temperature-sensor-feature:osgifeature:0.0.2-SNAPSHOT:json [INFO] Copying core-feature.json to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/assembly/target/classes/features/core-feature.json [INFO] Copying gogo-shell-feature.json to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/assembly/target/classes/features/gogo-shell-feature.json [INFO] Copying jakarta-servlet-whiteboard-feature.json to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/assembly/target/classes/features/jakarta-servlet-whiteboard-feature.json [INFO] Copying jakarta-rest-whiteboard-feature.json to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/assembly/target/classes/features/jakarta-rest-whiteboard-feature.json [INFO] Copying northbound-rest-feature.json to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/assembly/target/classes/features/northbound-rest-feature.json [INFO] Copying northbound-websocket-feature.json to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/assembly/target/classes/features/northbound-websocket-feature.json [INFO] Copying northbound-ogc-sensorthings-feature.json to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/assembly/target/classes/features/northbound-ogc-sensorthings-feature.json [INFO] Copying northbound-ogc-sensorthings-mqtt-feature.json to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/assembly/target/classes/features/northbound-ogc-sensorthings-mqtt-feature.json [INFO] Copying virtual-temperature-sensor-feature.json to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/assembly/target/classes/features/virtual-temperature-sensor-feature.json [INFO] [INFO] --- antrun:3.1.0:run (create-zip) @ assembly --- [INFO] Executing tasks [INFO] [zip] Building zip: /home/jenkins/agent/workspace/Sensinact Deploy/distribution/assembly/target/gateway.zip [INFO] Executed tasks [INFO] [INFO] --- build-helper:3.3.0:attach-artifact (attach-artifact) @ assembly --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ assembly --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/distribution/assembly/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/distribution/assembly/0.0.2-SNAPSHOT/assembly-0.0.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/distribution/assembly/target/gateway.zip to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/distribution/assembly/0.0.2-SNAPSHOT/assembly-0.0.2-SNAPSHOT.zip [INFO] [INFO] --- deploy:3.0.0:deploy (default-deploy) @ assembly --- [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/assembly/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/assembly/0.0.2-SNAPSHOT/maven-metadata.xml (803 B at 6.9 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/assembly/0.0.2-SNAPSHOT/assembly-0.0.2-20240212.200245-59.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/assembly/0.0.2-SNAPSHOT/assembly-0.0.2-20240212.200245-59.pom (12 kB at 347 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/assembly/0.0.2-SNAPSHOT/assembly-0.0.2-20240212.200245-59.zip [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/assembly/0.0.2-SNAPSHOT/assembly-0.0.2-20240212.200245-59.zip (25 MB at 30 MB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/assembly/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/assembly/maven-metadata.xml (370 B at 21 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/assembly/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/assembly/0.0.2-SNAPSHOT/maven-metadata.xml (803 B at 24 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/assembly/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/assembly/maven-metadata.xml (370 B at 10 kB/s) [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for sensinact-parent 0.0.2-SNAPSHOT: [INFO] [INFO] sensinact-parent ................................... SUCCESS [ 2.370 s] [INFO] Eclipse sensiNact core components .................. SUCCESS [ 0.533 s] [INFO] SensiNact core Annotations ......................... SUCCESS [ 8.510 s] [INFO] SensiNact GeoJSON mapping types .................... SUCCESS [ 4.761 s] [INFO] SensiNact core API ................................. SUCCESS [ 25.040 s] [INFO] Eclipse sensiNact model components ................. SUCCESS [ 0.487 s] [INFO] SensiNact Provider Model ........................... SUCCESS [ 3.564 s] [INFO] SensiNact internal Metadata Model .................. SUCCESS [ 3.024 s] [INFO] SensiNact core API with EMF dependencies ........... SUCCESS [ 1.679 s] [INFO] SensiNact core implementation ...................... SUCCESS [ 28.060 s] [INFO] Southbound Connectors .............................. SUCCESS [ 0.337 s] [INFO] Southbound Device Factory :: Parent ................ SUCCESS [ 0.437 s] [INFO] SensiNact Southbound Device factory :: Core ........ SUCCESS [ 4.654 s] [INFO] SensiNact Southbound Device factory :: CSV parser .. SUCCESS [ 5.625 s] [INFO] SensiNact Southbound Device factory :: JSON parser . SUCCESS [ 4.173 s] [INFO] Southbound HTTP :: Parent .......................... SUCCESS [ 0.644 s] [INFO] Sensinact Southbound HTTP :: Device Factory ........ SUCCESS [ 32.454 s] [INFO] Sensinact Southbound HTTP :: Callback whiteboard ... SUCCESS [ 19.396 s] [INFO] Southbound MQTT :: Parent .......................... SUCCESS [ 0.560 s] [INFO] Sensinact Southbound MQTT :: Client ................ SUCCESS [01:01 min] [INFO] Sensinact Southbound MQTT :: Device Factory ........ SUCCESS [ 10.447 s] [INFO] Virtual Southbound Connectors ...................... SUCCESS [ 0.649 s] [INFO] virtual-temperature-sensor ......................... SUCCESS [ 6.394 s] [INFO] History Connectors ................................. SUCCESS [ 0.350 s] [INFO] history-api ........................................ SUCCESS [ 1.209 s] [INFO] timescale-provider ................................. SUCCESS [ 33.993 s] [INFO] Northbound Connectors .............................. SUCCESS [ 0.436 s] [INFO] SensiNact Northbound Filters ....................... SUCCESS [ 0.467 s] [INFO] SensiNact Northbound Filters :: Core ............... SUCCESS [ 1.459 s] [INFO] SensiNact Northbound Filters :: LDAP ............... SUCCESS [ 12.703 s] [INFO] SensiNact Northbound Query Handler ................. SUCCESS [ 7.264 s] [INFO] Northbound Security Providers ...................... SUCCESS [ 0.370 s] [INFO] SensiNact Northbound Security API .................. SUCCESS [ 0.837 s] [INFO] SensiNact Northbound REST .......................... SUCCESS [ 47.662 s] [INFO] SensiNact Northbound WebSocket ..................... SUCCESS [ 44.381 s] [INFO] sensorthings ....................................... SUCCESS [ 0.636 s] [INFO] dto ................................................ SUCCESS [ 2.660 s] [INFO] SensiNact Northbound SensorThings :: Filter Parser . SUCCESS [ 6.567 s] [INFO] rest.api ........................................... SUCCESS [ 1.330 s] [INFO] rest.gateway ....................................... SUCCESS [ 53.404 s] [INFO] Sensorthings MQTT .................................. SUCCESS [01:07 min] [INFO] SensiNact Northbound Open Id Connect authentication validator SUCCESS [ 18.253 s] [INFO] Prototype examples ................................. SUCCESS [ 0.180 s] [INFO] Example pull-based ................................. SUCCESS [ 0.731 s] [INFO] Example push-based ................................. SUCCESS [ 0.745 s] [INFO] Example reflective ................................. SUCCESS [ 0.814 s] [INFO] Example model-based ................................ SUCCESS [ 0.760 s] [INFO] Example action ..................................... SUCCESS [ 0.767 s] [INFO] Example writable ................................... SUCCESS [ 0.737 s] [INFO] Example generic .................................... SUCCESS [ 0.686 s] [INFO] Example notification ............................... SUCCESS [ 0.703 s] [INFO] Eclipse sensiNact Bill of Materials ................ SUCCESS [ 0.336 s] [INFO] Eclipse sensiNact Distribution ..................... SUCCESS [ 0.390 s] [INFO] Eclipse sensiNact Feature Launcher Test Utilities .. SUCCESS [ 1.132 s] [INFO] Eclipse sensiNact Feature Launcher ................. SUCCESS [ 16.691 s] [INFO] Eclipse sensiNact Features ......................... SUCCESS [ 0.599 s] [INFO] Eclipse sensiNact Gogo Shell Feature ............... SUCCESS [ 4.079 s] [INFO] Eclipse sensiNact core Feature ..................... SUCCESS [ 4.773 s] [INFO] Eclipse sensiNact Servlet whiteboard Feature ....... SUCCESS [ 5.304 s] [INFO] Eclipse sensiNact Jakarta RESTful Web Services Whiteboard Feature SUCCESS [ 6.479 s] [INFO] Eclipse sensiNact Northbound REST API Feature ...... SUCCESS [ 7.060 s] [INFO] Eclipse sensiNact Northbound WebSocket API Feature . SUCCESS [ 14.744 s] [INFO] Eclipse sensiNact Northbound OGC Sensorthings API Feature SUCCESS [ 6.682 s] [INFO] Eclipse sensiNact Virtual Temperature Feature ...... SUCCESS [ 6.303 s] [INFO] Eclipse sensiNact Northbound OGC Sensorthings MQTT Feature SUCCESS [ 16.879 s] [INFO] Eclipse sensiNact Timescale DB History Provider Feature SUCCESS [ 2.739 s] [INFO] Eclipse sensiNact OIDC authentication Feature ...... SUCCESS [ 9.130 s] [INFO] Eclipse sensiNact Gateway assembly ................. SUCCESS [ 3.015 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 11:26 min [INFO] Finished at: 2024-02-12T20:14:12Z [INFO] ------------------------------------------------------------------------ Waiting for Jenkins to finish collecting data [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/southbound/http/http-callback-whiteboard/pom.xml to org.eclipse.sensinact.gateway.southbound.http/http-callback-whiteboard/0.0.2-SNAPSHOT/http-callback-whiteboard-0.0.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/southbound/http/http-callback-whiteboard/target/http-callback-whiteboard-0.0.2-SNAPSHOT.jar to org.eclipse.sensinact.gateway.southbound.http/http-callback-whiteboard/0.0.2-SNAPSHOT/http-callback-whiteboard-0.0.2-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/southbound/http/http-callback-whiteboard/target/http-callback-whiteboard-0.0.2-SNAPSHOT-tests.jar to org.eclipse.sensinact.gateway.southbound.http/http-callback-whiteboard/0.0.2-SNAPSHOT/http-callback-whiteboard-0.0.2-SNAPSHOT-tests.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/northbound/rest/pom.xml to org.eclipse.sensinact.gateway.northbound/rest/0.0.2-SNAPSHOT/rest-0.0.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/northbound/rest/target/rest-0.0.2-SNAPSHOT.jar to org.eclipse.sensinact.gateway.northbound/rest/0.0.2-SNAPSHOT/rest-0.0.2-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/northbound/rest/target/rest-0.0.2-SNAPSHOT-tests.jar to org.eclipse.sensinact.gateway.northbound/rest/0.0.2-SNAPSHOT/rest-0.0.2-SNAPSHOT-tests.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/examples/generic/pom.xml to org.eclipse.sensinact.gateway.examples/generic/0.0.2-SNAPSHOT/generic-0.0.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/examples/generic/target/generic-0.0.2-SNAPSHOT.jar to org.eclipse.sensinact.gateway.examples/generic/0.0.2-SNAPSHOT/generic-0.0.2-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/southbound/mqtt/mqtt-device-factory/pom.xml to org.eclipse.sensinact.gateway.southbound.mqtt/mqtt-device-factory/0.0.2-SNAPSHOT/mqtt-device-factory-0.0.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/southbound/mqtt/mqtt-device-factory/target/mqtt-device-factory-0.0.2-SNAPSHOT.jar to org.eclipse.sensinact.gateway.southbound.mqtt/mqtt-device-factory/0.0.2-SNAPSHOT/mqtt-device-factory-0.0.2-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/southbound/mqtt/mqtt-device-factory/target/mqtt-device-factory-0.0.2-SNAPSHOT-tests.jar to org.eclipse.sensinact.gateway.southbound.mqtt/mqtt-device-factory/0.0.2-SNAPSHOT/mqtt-device-factory-0.0.2-SNAPSHOT-tests.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-oidc-authenticator-feature/pom.xml to org.eclipse.sensinact.gateway.distribution.features/northbound-oidc-authenticator-feature/0.0.2-SNAPSHOT/northbound-oidc-authenticator-feature-0.0.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-oidc-authenticator-feature/target/repository.zip to org.eclipse.sensinact.gateway.distribution.features/northbound-oidc-authenticator-feature/0.0.2-SNAPSHOT/northbound-oidc-authenticator-feature-0.0.2-SNAPSHOT-osgifeaturerepo.zip [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-oidc-authenticator-feature/src/main/resources/northbound-oidc-authenticator-feature.json to org.eclipse.sensinact.gateway.distribution.features/northbound-oidc-authenticator-feature/0.0.2-SNAPSHOT/northbound-oidc-authenticator-feature-0.0.2-SNAPSHOT-osgifeature.json [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/core/annotation/pom.xml to org.eclipse.sensinact.gateway.core/annotation/0.0.2-SNAPSHOT/annotation-0.0.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/core/annotation/target/annotation-0.0.2-SNAPSHOT.jar to org.eclipse.sensinact.gateway.core/annotation/0.0.2-SNAPSHOT/annotation-0.0.2-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/pom.xml to org.eclipse.sensinact.gateway.northbound.sensorthings/rest.gateway/0.0.2-SNAPSHOT/rest.gateway-0.0.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/target/rest.gateway-0.0.2-SNAPSHOT.jar to org.eclipse.sensinact.gateway.northbound.sensorthings/rest.gateway/0.0.2-SNAPSHOT/rest.gateway-0.0.2-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.gateway/target/rest.gateway-0.0.2-SNAPSHOT-tests.jar to org.eclipse.sensinact.gateway.northbound.sensorthings/rest.gateway/0.0.2-SNAPSHOT/rest.gateway-0.0.2-SNAPSHOT-tests.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/southbound/http/http-device-factory/pom.xml to org.eclipse.sensinact.gateway.southbound.http/http-device-factory/0.0.2-SNAPSHOT/http-device-factory-0.0.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/southbound/http/http-device-factory/target/http-device-factory-0.0.2-SNAPSHOT.jar to org.eclipse.sensinact.gateway.southbound.http/http-device-factory/0.0.2-SNAPSHOT/http-device-factory-0.0.2-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/southbound/http/http-device-factory/target/http-device-factory-0.0.2-SNAPSHOT-tests.jar to org.eclipse.sensinact.gateway.southbound.http/http-device-factory/0.0.2-SNAPSHOT/http-device-factory-0.0.2-SNAPSHOT-tests.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/core/geo-json/pom.xml to org.eclipse.sensinact.gateway.core/geo-json/0.0.2-SNAPSHOT/geo-json-0.0.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/core/geo-json/target/geo-json-0.0.2-SNAPSHOT.jar to org.eclipse.sensinact.gateway.core/geo-json/0.0.2-SNAPSHOT/geo-json-0.0.2-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/core/geo-json/target/geo-json-0.0.2-SNAPSHOT-tests.jar to org.eclipse.sensinact.gateway.core/geo-json/0.0.2-SNAPSHOT/geo-json-0.0.2-SNAPSHOT-tests.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/distribution/launcher/pom.xml to org.eclipse.sensinact.gateway.distribution/launcher/0.0.2-SNAPSHOT/launcher-0.0.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/distribution/launcher/target/launcher-0.0.2-SNAPSHOT.jar to org.eclipse.sensinact.gateway.distribution/launcher/0.0.2-SNAPSHOT/launcher-0.0.2-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/distribution/launcher/target/export.jar to org.eclipse.sensinact.gateway.distribution/launcher/0.0.2-SNAPSHOT/launcher-0.0.2-SNAPSHOT-export.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/distribution/launcher/target/launcher-0.0.2-SNAPSHOT-tests.jar to org.eclipse.sensinact.gateway.distribution/launcher/0.0.2-SNAPSHOT/launcher-0.0.2-SNAPSHOT-tests.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/southbound/virtual/pom.xml to org.eclipse.sensinact.gateway.southbound.virtual/virtual/0.0.2-SNAPSHOT/virtual-0.0.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/jakarta-rest-whiteboard-feature/pom.xml to org.eclipse.sensinact.gateway.distribution.features/jakarta-rest-whiteboard-feature/0.0.2-SNAPSHOT/jakarta-rest-whiteboard-feature-0.0.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/jakarta-rest-whiteboard-feature/target/repository.zip to org.eclipse.sensinact.gateway.distribution.features/jakarta-rest-whiteboard-feature/0.0.2-SNAPSHOT/jakarta-rest-whiteboard-feature-0.0.2-SNAPSHOT-osgifeaturerepo.zip [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/jakarta-rest-whiteboard-feature/src/main/resources/jakarta-rest-whiteboard-feature.json to org.eclipse.sensinact.gateway.distribution.features/jakarta-rest-whiteboard-feature/0.0.2-SNAPSHOT/jakarta-rest-whiteboard-feature-0.0.2-SNAPSHOT-osgifeature.json [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/southbound/history/history-api/pom.xml to org.eclipse.sensinact.gateway.southbound.history/history-api/0.0.2-SNAPSHOT/history-api-0.0.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/southbound/history/history-api/target/history-api-0.0.2-SNAPSHOT.jar to org.eclipse.sensinact.gateway.southbound.history/history-api/0.0.2-SNAPSHOT/history-api-0.0.2-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/southbound/history/history-api/target/history-api-0.0.2-SNAPSHOT-tests.jar to org.eclipse.sensinact.gateway.southbound.history/history-api/0.0.2-SNAPSHOT/history-api-0.0.2-SNAPSHOT-tests.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/pom.xml to org.eclipse.sensinact.gateway/sensinact-parent/0.0.2-SNAPSHOT/sensinact-parent-0.0.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/southbound/device-factory/device-factory-core/pom.xml to org.eclipse.sensinact.gateway.southbound.device-factory/device-factory-core/0.0.2-SNAPSHOT/device-factory-core-0.0.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/southbound/device-factory/device-factory-core/target/device-factory-core-0.0.2-SNAPSHOT.jar to org.eclipse.sensinact.gateway.southbound.device-factory/device-factory-core/0.0.2-SNAPSHOT/device-factory-core-0.0.2-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/southbound/device-factory/device-factory-core/target/device-factory-core-0.0.2-SNAPSHOT-tests.jar to org.eclipse.sensinact.gateway.southbound.device-factory/device-factory-core/0.0.2-SNAPSHOT/device-factory-core-0.0.2-SNAPSHOT-tests.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/dto/pom.xml to org.eclipse.sensinact.gateway.northbound.sensorthings/dto/0.0.2-SNAPSHOT/dto-0.0.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/dto/target/dto-0.0.2-SNAPSHOT.jar to org.eclipse.sensinact.gateway.northbound.sensorthings/dto/0.0.2-SNAPSHOT/dto-0.0.2-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/dto/target/dto-0.0.2-SNAPSHOT-tests.jar to org.eclipse.sensinact.gateway.northbound.sensorthings/dto/0.0.2-SNAPSHOT/dto-0.0.2-SNAPSHOT-tests.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/core/models/provider/pom.xml to org.eclipse.sensinact.gateway.core.models/provider/0.0.2-SNAPSHOT/provider-0.0.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/core/models/provider/target/provider-0.0.2-SNAPSHOT.jar to org.eclipse.sensinact.gateway.core.models/provider/0.0.2-SNAPSHOT/provider-0.0.2-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/southbound/history/timescale-provider/pom.xml to org.eclipse.sensinact.gateway.southbound.history/timescale-provider/0.0.2-SNAPSHOT/timescale-provider-0.0.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/southbound/history/timescale-provider/target/timescale-provider-0.0.2-SNAPSHOT.jar to org.eclipse.sensinact.gateway.southbound.history/timescale-provider/0.0.2-SNAPSHOT/timescale-provider-0.0.2-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/southbound/history/timescale-provider/target/timescale-provider-0.0.2-SNAPSHOT-tests.jar to org.eclipse.sensinact.gateway.southbound.history/timescale-provider/0.0.2-SNAPSHOT/timescale-provider-0.0.2-SNAPSHOT-tests.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/examples/action/pom.xml to org.eclipse.sensinact.gateway.examples/action/0.0.2-SNAPSHOT/action-0.0.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/examples/action/target/action-0.0.2-SNAPSHOT.jar to org.eclipse.sensinact.gateway.examples/action/0.0.2-SNAPSHOT/action-0.0.2-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/pom.xml to org.eclipse.sensinact.gateway.northbound.sensorthings/sensorthings/0.0.2-SNAPSHOT/sensorthings-0.0.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/northbound/filters/filters.core/pom.xml to org.eclipse.sensinact.gateway.northbound.filters/filters.core/0.0.2-SNAPSHOT/filters.core-0.0.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/northbound/filters/filters.core/target/filters.core-0.0.2-SNAPSHOT.jar to org.eclipse.sensinact.gateway.northbound.filters/filters.core/0.0.2-SNAPSHOT/filters.core-0.0.2-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/northbound/filters/filters.core/target/filters.core-0.0.2-SNAPSHOT-tests.jar to org.eclipse.sensinact.gateway.northbound.filters/filters.core/0.0.2-SNAPSHOT/filters.core-0.0.2-SNAPSHOT-tests.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/timescale-history-provider-feature/pom.xml to org.eclipse.sensinact.gateway.distribution.features/timescale-history-provider-feature/0.0.2-SNAPSHOT/timescale-history-provider-feature-0.0.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/timescale-history-provider-feature/target/repository.zip to org.eclipse.sensinact.gateway.distribution.features/timescale-history-provider-feature/0.0.2-SNAPSHOT/timescale-history-provider-feature-0.0.2-SNAPSHOT-osgifeaturerepo.zip [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/timescale-history-provider-feature/src/main/resources/timescale-history-provider-feature.json to org.eclipse.sensinact.gateway.distribution.features/timescale-history-provider-feature/0.0.2-SNAPSHOT/timescale-history-provider-feature-0.0.2-SNAPSHOT-osgifeature.json [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/northbound/security/pom.xml to org.eclipse.sensinact.gateway.northbound.security/security/0.0.2-SNAPSHOT/security-0.0.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/examples/notification/pom.xml to org.eclipse.sensinact.gateway.examples/notification/0.0.2-SNAPSHOT/notification-0.0.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/examples/notification/target/notification-0.0.2-SNAPSHOT.jar to org.eclipse.sensinact.gateway.examples/notification/0.0.2-SNAPSHOT/notification-0.0.2-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/northbound/pom.xml to org.eclipse.sensinact.gateway.northbound/northbound/0.0.2-SNAPSHOT/northbound-0.0.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/southbound/device-factory/parser-csv/pom.xml to org.eclipse.sensinact.gateway.southbound.device-factory/parser-csv/0.0.2-SNAPSHOT/parser-csv-0.0.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/southbound/device-factory/parser-csv/target/parser-csv-0.0.2-SNAPSHOT.jar to org.eclipse.sensinact.gateway.southbound.device-factory/parser-csv/0.0.2-SNAPSHOT/parser-csv-0.0.2-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/southbound/device-factory/parser-csv/target/parser-csv-0.0.2-SNAPSHOT-tests.jar to org.eclipse.sensinact.gateway.southbound.device-factory/parser-csv/0.0.2-SNAPSHOT/parser-csv-0.0.2-SNAPSHOT-tests.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/northbound/filters/pom.xml to org.eclipse.sensinact.gateway.northbound.filters/filters/0.0.2-SNAPSHOT/filters-0.0.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.api/pom.xml to org.eclipse.sensinact.gateway.northbound.sensorthings/rest.api/0.0.2-SNAPSHOT/rest.api-0.0.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.api/target/rest.api-0.0.2-SNAPSHOT.jar to org.eclipse.sensinact.gateway.northbound.sensorthings/rest.api/0.0.2-SNAPSHOT/rest.api-0.0.2-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/rest.api/target/rest.api-0.0.2-SNAPSHOT-tests.jar to org.eclipse.sensinact.gateway.northbound.sensorthings/rest.api/0.0.2-SNAPSHOT/rest.api-0.0.2-SNAPSHOT-tests.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/core/impl/pom.xml to org.eclipse.sensinact.gateway.core/impl/0.0.2-SNAPSHOT/impl-0.0.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/core/impl/target/impl-0.0.2-SNAPSHOT.jar to org.eclipse.sensinact.gateway.core/impl/0.0.2-SNAPSHOT/impl-0.0.2-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/core/impl/target/impl-0.0.2-SNAPSHOT-tests.jar to org.eclipse.sensinact.gateway.core/impl/0.0.2-SNAPSHOT/impl-0.0.2-SNAPSHOT-tests.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/northbound/query-handler/pom.xml to org.eclipse.sensinact.gateway.northbound/query-handler/0.0.2-SNAPSHOT/query-handler-0.0.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/northbound/query-handler/target/query-handler-0.0.2-SNAPSHOT.jar to org.eclipse.sensinact.gateway.northbound/query-handler/0.0.2-SNAPSHOT/query-handler-0.0.2-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/northbound/query-handler/target/query-handler-0.0.2-SNAPSHOT-tests.jar to org.eclipse.sensinact.gateway.northbound/query-handler/0.0.2-SNAPSHOT/query-handler-0.0.2-SNAPSHOT-tests.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/sensinact-bom/pom.xml to org.eclipse.sensinact.gateway/sensinact-bom/0.0.2-SNAPSHOT/sensinact-bom-0.0.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/examples/model-based/pom.xml to org.eclipse.sensinact.gateway.examples/model-based/0.0.2-SNAPSHOT/model-based-0.0.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/examples/model-based/target/model-based-0.0.2-SNAPSHOT.jar to org.eclipse.sensinact.gateway.examples/model-based/0.0.2-SNAPSHOT/model-based-0.0.2-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/distribution/assembly/pom.xml to org.eclipse.sensinact.gateway.distribution/assembly/0.0.2-SNAPSHOT/assembly-0.0.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/distribution/assembly/target/gateway.zip to org.eclipse.sensinact.gateway.distribution/assembly/0.0.2-SNAPSHOT/assembly-0.0.2-SNAPSHOT.zip [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/core/pom.xml to org.eclipse.sensinact.gateway.core/core/0.0.2-SNAPSHOT/core-0.0.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/southbound/pom.xml to org.eclipse.sensinact.gateway.southbound/southbound/0.0.2-SNAPSHOT/southbound-0.0.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/southbound/http/pom.xml to org.eclipse.sensinact.gateway.southbound.http/http-parent/0.0.2-SNAPSHOT/http-parent-0.0.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/southbound/history/pom.xml to org.eclipse.sensinact.gateway.southbound.history/history/0.0.2-SNAPSHOT/history-0.0.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-rest-feature/pom.xml to org.eclipse.sensinact.gateway.distribution.features/northbound-rest-feature/0.0.2-SNAPSHOT/northbound-rest-feature-0.0.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-rest-feature/target/repository.zip to org.eclipse.sensinact.gateway.distribution.features/northbound-rest-feature/0.0.2-SNAPSHOT/northbound-rest-feature-0.0.2-SNAPSHOT-osgifeaturerepo.zip [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-rest-feature/src/main/resources/northbound-rest-feature.json to org.eclipse.sensinact.gateway.distribution.features/northbound-rest-feature/0.0.2-SNAPSHOT/northbound-rest-feature-0.0.2-SNAPSHOT-osgifeature.json [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/filter/pom.xml to org.eclipse.sensinact.gateway.northbound.sensorthings/filter/0.0.2-SNAPSHOT/filter-0.0.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/filter/target/filter-0.0.2-SNAPSHOT.jar to org.eclipse.sensinact.gateway.northbound.sensorthings/filter/0.0.2-SNAPSHOT/filter-0.0.2-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/filter/target/filter-0.0.2-SNAPSHOT-tests.jar to org.eclipse.sensinact.gateway.northbound.sensorthings/filter/0.0.2-SNAPSHOT/filter-0.0.2-SNAPSHOT-tests.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/southbound/device-factory/pom.xml to org.eclipse.sensinact.gateway.southbound.device-factory/device-factory/0.0.2-SNAPSHOT/device-factory-0.0.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/mqtt/pom.xml to org.eclipse.sensinact.gateway.northbound.sensorthings/mqtt/0.0.2-SNAPSHOT/mqtt-0.0.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/mqtt/target/mqtt-0.0.2-SNAPSHOT.jar to org.eclipse.sensinact.gateway.northbound.sensorthings/mqtt/0.0.2-SNAPSHOT/mqtt-0.0.2-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/northbound/sensorthings/mqtt/target/mqtt-0.0.2-SNAPSHOT-tests.jar to org.eclipse.sensinact.gateway.northbound.sensorthings/mqtt/0.0.2-SNAPSHOT/mqtt-0.0.2-SNAPSHOT-tests.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/pom.xml to org.eclipse.sensinact.gateway.distribution.features/features/0.0.2-SNAPSHOT/features-0.0.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-ogc-sensorthings-mqtt-feature/pom.xml to org.eclipse.sensinact.gateway.distribution.features/northbound-ogc-sensorthings-mqtt-feature/0.0.2-SNAPSHOT/northbound-ogc-sensorthings-mqtt-feature-0.0.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-ogc-sensorthings-mqtt-feature/target/repository.zip to org.eclipse.sensinact.gateway.distribution.features/northbound-ogc-sensorthings-mqtt-feature/0.0.2-SNAPSHOT/northbound-ogc-sensorthings-mqtt-feature-0.0.2-SNAPSHOT-osgifeaturerepo.zip [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-ogc-sensorthings-mqtt-feature/src/main/resources/northbound-ogc-sensorthings-mqtt-feature.json to org.eclipse.sensinact.gateway.distribution.features/northbound-ogc-sensorthings-mqtt-feature/0.0.2-SNAPSHOT/northbound-ogc-sensorthings-mqtt-feature-0.0.2-SNAPSHOT-osgifeature.json [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/core/api/pom.xml to org.eclipse.sensinact.gateway.core/api/0.0.2-SNAPSHOT/api-0.0.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/core/api/target/api-0.0.2-SNAPSHOT.jar to org.eclipse.sensinact.gateway.core/api/0.0.2-SNAPSHOT/api-0.0.2-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/examples/reflective/pom.xml to org.eclipse.sensinact.gateway.examples/reflective/0.0.2-SNAPSHOT/reflective-0.0.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/examples/reflective/target/reflective-0.0.2-SNAPSHOT.jar to org.eclipse.sensinact.gateway.examples/reflective/0.0.2-SNAPSHOT/reflective-0.0.2-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/core/models/pom.xml to org.eclipse.sensinact.gateway.core.models/models/0.0.2-SNAPSHOT/models-0.0.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/northbound/security/authentication-api/pom.xml to org.eclipse.sensinact.gateway.northbound.security/authentication-api/0.0.2-SNAPSHOT/authentication-api-0.0.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/northbound/security/authentication-api/target/authentication-api-0.0.2-SNAPSHOT.jar to org.eclipse.sensinact.gateway.northbound.security/authentication-api/0.0.2-SNAPSHOT/authentication-api-0.0.2-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/examples/push-based/pom.xml to org.eclipse.sensinact.gateway.examples/push-based/0.0.2-SNAPSHOT/push-based-0.0.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/examples/push-based/target/push-based-0.0.2-SNAPSHOT.jar to org.eclipse.sensinact.gateway.examples/push-based/0.0.2-SNAPSHOT/push-based-0.0.2-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/examples/pom.xml to org.eclipse.sensinact.gateway.examples/examples/0.0.2-SNAPSHOT/examples-0.0.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/distribution/pom.xml to org.eclipse.sensinact.gateway.distribution/distribution/0.0.2-SNAPSHOT/distribution-0.0.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/jakarta-servlet-whiteboard-feature/pom.xml to org.eclipse.sensinact.gateway.distribution.features/jakarta-servlet-whiteboard-feature/0.0.2-SNAPSHOT/jakarta-servlet-whiteboard-feature-0.0.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/jakarta-servlet-whiteboard-feature/target/repository.zip to org.eclipse.sensinact.gateway.distribution.features/jakarta-servlet-whiteboard-feature/0.0.2-SNAPSHOT/jakarta-servlet-whiteboard-feature-0.0.2-SNAPSHOT-osgifeaturerepo.zip [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/jakarta-servlet-whiteboard-feature/src/main/resources/jakarta-servlet-whiteboard-feature.json to org.eclipse.sensinact.gateway.distribution.features/jakarta-servlet-whiteboard-feature/0.0.2-SNAPSHOT/jakarta-servlet-whiteboard-feature-0.0.2-SNAPSHOT-osgifeature.json [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/southbound/device-factory/parser-json/pom.xml to org.eclipse.sensinact.gateway.southbound.device-factory/parser-json/0.0.2-SNAPSHOT/parser-json-0.0.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/southbound/device-factory/parser-json/target/parser-json-0.0.2-SNAPSHOT.jar to org.eclipse.sensinact.gateway.southbound.device-factory/parser-json/0.0.2-SNAPSHOT/parser-json-0.0.2-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/southbound/device-factory/parser-json/target/parser-json-0.0.2-SNAPSHOT-tests.jar to org.eclipse.sensinact.gateway.southbound.device-factory/parser-json/0.0.2-SNAPSHOT/parser-json-0.0.2-SNAPSHOT-tests.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/virtual-temperature-sensor-feature/pom.xml to org.eclipse.sensinact.gateway.distribution.features/virtual-temperature-sensor-feature/0.0.2-SNAPSHOT/virtual-temperature-sensor-feature-0.0.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/virtual-temperature-sensor-feature/target/repository.zip to org.eclipse.sensinact.gateway.distribution.features/virtual-temperature-sensor-feature/0.0.2-SNAPSHOT/virtual-temperature-sensor-feature-0.0.2-SNAPSHOT-osgifeaturerepo.zip [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/virtual-temperature-sensor-feature/src/main/resources/virtual-temperature-sensor-feature.json to org.eclipse.sensinact.gateway.distribution.features/virtual-temperature-sensor-feature/0.0.2-SNAPSHOT/virtual-temperature-sensor-feature-0.0.2-SNAPSHOT-osgifeature.json [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/northbound/websocket/pom.xml to org.eclipse.sensinact.gateway.northbound/websocket/0.0.2-SNAPSHOT/websocket-0.0.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/northbound/websocket/target/websocket-0.0.2-SNAPSHOT.jar to org.eclipse.sensinact.gateway.northbound/websocket/0.0.2-SNAPSHOT/websocket-0.0.2-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/northbound/websocket/target/websocket-0.0.2-SNAPSHOT-tests.jar to org.eclipse.sensinact.gateway.northbound/websocket/0.0.2-SNAPSHOT/websocket-0.0.2-SNAPSHOT-tests.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-ogc-sensorthings-feature/pom.xml to org.eclipse.sensinact.gateway.distribution.features/northbound-ogc-sensorthings-feature/0.0.2-SNAPSHOT/northbound-ogc-sensorthings-feature-0.0.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-ogc-sensorthings-feature/target/repository.zip to org.eclipse.sensinact.gateway.distribution.features/northbound-ogc-sensorthings-feature/0.0.2-SNAPSHOT/northbound-ogc-sensorthings-feature-0.0.2-SNAPSHOT-osgifeaturerepo.zip [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-ogc-sensorthings-feature/src/main/resources/northbound-ogc-sensorthings-feature.json to org.eclipse.sensinact.gateway.distribution.features/northbound-ogc-sensorthings-feature/0.0.2-SNAPSHOT/northbound-ogc-sensorthings-feature-0.0.2-SNAPSHOT-osgifeature.json [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/southbound/mqtt/pom.xml to org.eclipse.sensinact.gateway.southbound.mqtt/mqtt-parent/0.0.2-SNAPSHOT/mqtt-parent-0.0.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-websocket-feature/pom.xml to org.eclipse.sensinact.gateway.distribution.features/northbound-websocket-feature/0.0.2-SNAPSHOT/northbound-websocket-feature-0.0.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-websocket-feature/target/repository.zip to org.eclipse.sensinact.gateway.distribution.features/northbound-websocket-feature/0.0.2-SNAPSHOT/northbound-websocket-feature-0.0.2-SNAPSHOT-osgifeaturerepo.zip [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/northbound-websocket-feature/src/main/resources/northbound-websocket-feature.json to org.eclipse.sensinact.gateway.distribution.features/northbound-websocket-feature/0.0.2-SNAPSHOT/northbound-websocket-feature-0.0.2-SNAPSHOT-osgifeature.json [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/core/models/metadata/pom.xml to org.eclipse.sensinact.gateway.core.models/metadata/0.0.2-SNAPSHOT/metadata-0.0.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/core/models/metadata/target/metadata-0.0.2-SNAPSHOT.jar to org.eclipse.sensinact.gateway.core.models/metadata/0.0.2-SNAPSHOT/metadata-0.0.2-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/southbound/virtual/virtual-temperature-sensor/pom.xml to org.eclipse.sensinact.gateway.southbound.virtual/virtual-temperature-sensor/0.0.2-SNAPSHOT/virtual-temperature-sensor-0.0.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/southbound/virtual/virtual-temperature-sensor/target/virtual-temperature-sensor-0.0.2-SNAPSHOT.jar to org.eclipse.sensinact.gateway.southbound.virtual/virtual-temperature-sensor/0.0.2-SNAPSHOT/virtual-temperature-sensor-0.0.2-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/southbound/virtual/virtual-temperature-sensor/target/virtual-temperature-sensor-0.0.2-SNAPSHOT-tests.jar to org.eclipse.sensinact.gateway.southbound.virtual/virtual-temperature-sensor/0.0.2-SNAPSHOT/virtual-temperature-sensor-0.0.2-SNAPSHOT-tests.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/examples/pull-based/pom.xml to org.eclipse.sensinact.gateway.examples/pull-based/0.0.2-SNAPSHOT/pull-based-0.0.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/examples/pull-based/target/pull-based-0.0.2-SNAPSHOT.jar to org.eclipse.sensinact.gateway.examples/pull-based/0.0.2-SNAPSHOT/pull-based-0.0.2-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/southbound/mqtt/mqtt-client/pom.xml to org.eclipse.sensinact.gateway.southbound.mqtt/mqtt-client/0.0.2-SNAPSHOT/mqtt-client-0.0.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/southbound/mqtt/mqtt-client/target/mqtt-client-0.0.2-SNAPSHOT.jar to org.eclipse.sensinact.gateway.southbound.mqtt/mqtt-client/0.0.2-SNAPSHOT/mqtt-client-0.0.2-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/southbound/mqtt/mqtt-client/target/mqtt-client-0.0.2-SNAPSHOT-tests.jar to org.eclipse.sensinact.gateway.southbound.mqtt/mqtt-client/0.0.2-SNAPSHOT/mqtt-client-0.0.2-SNAPSHOT-tests.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/core/emf-api/pom.xml to org.eclipse.sensinact.gateway.core/emf-api/0.0.2-SNAPSHOT/emf-api-0.0.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/core/emf-api/target/emf-api-0.0.2-SNAPSHOT.jar to org.eclipse.sensinact.gateway.core/emf-api/0.0.2-SNAPSHOT/emf-api-0.0.2-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/core-feature/pom.xml to org.eclipse.sensinact.gateway.distribution.features/core-feature/0.0.2-SNAPSHOT/core-feature-0.0.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/core-feature/target/repository.zip to org.eclipse.sensinact.gateway.distribution.features/core-feature/0.0.2-SNAPSHOT/core-feature-0.0.2-SNAPSHOT-osgifeaturerepo.zip [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/core-feature/src/main/resources/core-feature.json to org.eclipse.sensinact.gateway.distribution.features/core-feature/0.0.2-SNAPSHOT/core-feature-0.0.2-SNAPSHOT-osgifeature.json [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/examples/writable/pom.xml to org.eclipse.sensinact.gateway.examples/writable/0.0.2-SNAPSHOT/writable-0.0.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/examples/writable/target/writable-0.0.2-SNAPSHOT.jar to org.eclipse.sensinact.gateway.examples/writable/0.0.2-SNAPSHOT/writable-0.0.2-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/northbound/security/openid-connect/pom.xml to org.eclipse.sensinact.gateway.northbound.security/openid-connect/0.0.2-SNAPSHOT/openid-connect-0.0.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/northbound/security/openid-connect/target/openid-connect-0.0.2-SNAPSHOT.jar to org.eclipse.sensinact.gateway.northbound.security/openid-connect/0.0.2-SNAPSHOT/openid-connect-0.0.2-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/northbound/security/openid-connect/target/openid-connect-0.0.2-SNAPSHOT-tests.jar to org.eclipse.sensinact.gateway.northbound.security/openid-connect/0.0.2-SNAPSHOT/openid-connect-0.0.2-SNAPSHOT-tests.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/distribution/test-utils/pom.xml to org.eclipse.sensinact.gateway.distribution/test-utils/0.0.2-SNAPSHOT/test-utils-0.0.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/distribution/test-utils/target/test-utils-0.0.2-SNAPSHOT.jar to org.eclipse.sensinact.gateway.distribution/test-utils/0.0.2-SNAPSHOT/test-utils-0.0.2-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/distribution/test-utils/target/test-utils-0.0.2-SNAPSHOT-tests.jar to org.eclipse.sensinact.gateway.distribution/test-utils/0.0.2-SNAPSHOT/test-utils-0.0.2-SNAPSHOT-tests.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/northbound/filters/ldap/pom.xml to org.eclipse.sensinact.gateway.northbound.filters/ldap/0.0.2-SNAPSHOT/ldap-0.0.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/northbound/filters/ldap/target/ldap-0.0.2-SNAPSHOT.jar to org.eclipse.sensinact.gateway.northbound.filters/ldap/0.0.2-SNAPSHOT/ldap-0.0.2-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/northbound/filters/ldap/target/ldap-0.0.2-SNAPSHOT-tests.jar to org.eclipse.sensinact.gateway.northbound.filters/ldap/0.0.2-SNAPSHOT/ldap-0.0.2-SNAPSHOT-tests.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/gogo-shell-feature/pom.xml to org.eclipse.sensinact.gateway.distribution.features/gogo-shell-feature/0.0.2-SNAPSHOT/gogo-shell-feature-0.0.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/gogo-shell-feature/target/repository.zip to org.eclipse.sensinact.gateway.distribution.features/gogo-shell-feature/0.0.2-SNAPSHOT/gogo-shell-feature-0.0.2-SNAPSHOT-osgifeaturerepo.zip [JENKINS] Archiving /home/jenkins/agent/workspace/Sensinact Deploy/distribution/features/gogo-shell-feature/src/main/resources/gogo-shell-feature.json to org.eclipse.sensinact.gateway.distribution.features/gogo-shell-feature/0.0.2-SNAPSHOT/gogo-shell-feature-0.0.2-SNAPSHOT-osgifeature.json channel stopped Finished: SUCCESS